commit:     f09a47005725061f009ec7557d605a49c4638eed
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 14 22:33:16 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 22:33:16 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09a4700

media-sound/linux-show-player: treeclean

Closes: https://bugs.gentoo.org/948094 (pkgremoved)
Closes: https://bugs.gentoo.org/952551 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/linux-show-player/Manifest             |  1 -
 .../linux-show-player-0.6.4.ebuild                 | 68 ----------------------
 media-sound/linux-show-player/metadata.xml         | 17 ------
 profiles/package.mask                              |  6 --
 4 files changed, 92 deletions(-)

diff --git a/media-sound/linux-show-player/Manifest 
b/media-sound/linux-show-player/Manifest
deleted file mode 100644
index 78f22b933429..000000000000
--- a/media-sound/linux-show-player/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST linux-show-player-0.6.4.tar.gz 1960266 BLAKE2B 
e6b887bf581d01ba4b040d66d87a755f7c1ef21e5d93ebfd58ed57311c425d1f90d6562984f1cb5f95490109a2bbca42dc3148bd67aff32816264b7a28dd4278
 SHA512 
c52dd35cc2f4078db7a0fdef84b40dd81e381bedcdd3c66fa2df78a71d8dc080fec9df4c2e069ab7c4e5d36550d8381bddc8584d3edeede84aae21d60a030ae1

diff --git a/media-sound/linux-show-player/linux-show-player-0.6.4.ebuild 
b/media-sound/linux-show-player/linux-show-player-0.6.4.ebuild
deleted file mode 100644
index d3595eb4ad24..000000000000
--- a/media-sound/linux-show-player/linux-show-player-0.6.4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=poetry
-
-inherit distutils-r1 eapi9-ver
-
-DESCRIPTION="A cue player designed for stage productions"
-HOMEPAGE="https://www.linux-show-player.org/ 
https://github.com/FrancescoCeruti/linux-show-player/";
-SRC_URI="https://github.com/FrancescoCeruti/${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="alsa jack midi pulseaudio timecode"
-
-# TODO:
-#  - network mode - falcon not packaged (QA issues, several unpackaged test 
dependencies)
-#  - Open Sound Control support - pyliblo3 not packaged (last release in 2021, 
fails to build against modern cython)
-RDEPEND="$(python_gen_cond_dep '
-               dev-python/appdirs[${PYTHON_USEDEP}]
-               dev-python/gst-python[${PYTHON_USEDEP}]
-               dev-python/humanize[${PYTHON_USEDEP}]
-               dev-python/pyqt5[${PYTHON_USEDEP}]
-               dev-python/pygobject[${PYTHON_USEDEP}]
-               dev-python/sortedcontainers[${PYTHON_USEDEP}]
-       ')
-       media-libs/gstreamer[introspection]
-       alsa? (
-               $(python_gen_cond_dep '
-                       dev-python/pyalsa[${PYTHON_USEDEP}]
-               ')
-               media-libs/gst-plugins-base[alsa]
-       )
-       jack? (
-               $(python_gen_cond_dep '
-                       dev-python/jack-client[${PYTHON_USEDEP}]
-               ')
-               media-plugins/gst-plugins-jack
-       )
-       midi? (
-               $(python_gen_cond_dep '
-                       dev-python/mido[rtmidi,${PYTHON_USEDEP}]
-               ')
-       )
-       pulseaudio? ( media-plugins/gst-plugins-pulse )
-       timecode? (
-               app-misc/ola[python,${PYTHON_SINGLE_USEDEP}]
-       )
-"
-
-pkg_postinst() {
-       if [[ -z "${REPLACING_VERSIONS}" ]]; then
-               elog "${PN} uses GStreamer as its audio back-end so make sure 
you have plug-ins installed for all the audio formats you want to use"
-       elif ver_replacing -lt 0.6.0; then
-               ewarn "Please be warned that current versions of ${PN} *cannot* 
open 0.5.x save files."
-               ewarn "Unfortunately upstream has provided no workaround for 
this."
-               ewarn
-       fi
-
-       if use timecode; then
-               elog "Remember to start an OLA session on your computer if you 
want ${PN} to send timecodes"
-       fi
-}

diff --git a/media-sound/linux-show-player/metadata.xml 
b/media-sound/linux-show-player/metadata.xml
deleted file mode 100644
index 25aafd004abe..000000000000
--- a/media-sound/linux-show-player/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo ProAudio Project</name>
-       </maintainer>
-       <stabilize-allarches/>
-       <upstream>
-               <remote-id 
type="github">FrancescoCeruti/linux-show-player</remote-id>
-       </upstream>
-       <use>
-               <flag name="midi">Allow cues to send, or trigger on, MIDI 
messages</flag>
-               <flag name="timecode">Support the sending of time code of 
running audio files over ArtNet,
-                       for instance to trigger cues in lighting-control 
software on lighting desks</flag>
-       </use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index d954a7ecd1fa..f117b89f9ebe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -182,12 +182,6 @@ media-libs/libsvgtiny-pixbuf
 # Removal on 2026-01-15
 games-fps/doomsday
 
-# Andreas Sturmlechner <[email protected]> (2025-12-07)
-# Depends on PyQt5, stalled porting effort upstream.
-# Needs porting to Python 3.13, but 0.6.5 requires unpackaged dependency.
-# Bugs #948094, #952551. Removal on 2026-01-15
-media-sound/linux-show-player
-
 # Andreas Sturmlechner <[email protected]> (2025-12-07)
 # IUSE qt5 feature sees no porting effort upstream. 2.4.9-r1 remains
 # available with IUSE qt5 removed. Bug #965503

Reply via email to