summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-15 22:50:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-15 22:51:10 +0100
commit27ca77ccdeff023bda18ab51d000b5122291b239 (patch)
tree0d370b10c4c50f599ea4d93293f3aad0964c09b5 /media-libs/phonon-gstreamer
parentapp-emulation/dxvk: add ebuild comment about keeping <2.0 (diff)
downloadgentoo-27ca77ccdeff023bda18ab51d000b5122291b239.tar.gz
gentoo-27ca77ccdeff023bda18ab51d000b5122291b239.tar.bz2
gentoo-27ca77ccdeff023bda18ab51d000b5122291b239.zip
media-libs/phonon-gstreamer: drop 4.10.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/phonon-gstreamer')
-rw-r--r--media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild
deleted file mode 100644
index 668c50a3a9fa..000000000000
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="phonon-backend-gstreamer"
-inherit ecm kde.org
-
-DESCRIPTION="GStreamer backend for the Phonon multimedia library"
-HOMEPAGE="https://community.kde.org/Phonon"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="alsa debug +network"
-
-BDEPEND="
- dev-qt/linguist-tools:5
- virtual/pkgconfig
-"
-DEPEND="
- dev-libs/glib:2
- dev-libs/libxml2:2
- dev-qt/qtgui:5
- dev-qt/qtopengl:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- media-libs/gst-plugins-base:1.0
- media-libs/gstreamer:1.0
- >=media-libs/phonon-4.10.60
- media-plugins/gst-plugins-meta:1.0[alsa?,ogg,vorbis]
- virtual/opengl
-"
-RDEPEND="${DEPEND}
- network? ( media-plugins/gst-plugins-soup:1.0 )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"