summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-22 14:52:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-22 16:15:38 +0200
commit199f6b6f5138008f8d5afa16f5dabae437739673 (patch)
tree1acd1a0a2ed817af79946a623105a13e77721b39 /media-libs/phonon-gstreamer
parentmedia-libs/phonon: Live ebuild moved to kde overlay (diff)
downloadgentoo-199f6b6f5138008f8d5afa16f5dabae437739673.tar.gz
gentoo-199f6b6f5138008f8d5afa16f5dabae437739673.tar.bz2
gentoo-199f6b6f5138008f8d5afa16f5dabae437739673.zip
media-libs/phonon-gstreamer: Live ebuild moved to kde overlay
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/phonon-gstreamer')
-rw-r--r--media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild
deleted file mode 100644
index 777afe2e954d..000000000000
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="GStreamer backend for the Phonon multimedia library"
-HOMEPAGE="https://phonon.kde.org/"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/phonon/phonon-backend-gstreamer/${PV}/phonon-backend-gstreamer-${PV}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-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 )
-"