commit:     eac66e7b5098985d4471f9485c5cbad35283026c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 12:50:18 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 14:15:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac66e7b

media-libs/phonon: Live ebuild moved to kde overlay

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/phonon/metadata.xml       |  1 -
 media-libs/phonon/phonon-9999.ebuild | 48 ------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/media-libs/phonon/metadata.xml b/media-libs/phonon/metadata.xml
index 206f8e058c2..c965ebc5d23 100644
--- a/media-libs/phonon/metadata.xml
+++ b/media-libs/phonon/metadata.xml
@@ -6,7 +6,6 @@
                <name>Gentoo KDE Project</name>
        </maintainer>
        <use>
-               <flag name="gui">Install device preferences and backend 
settings GUI</flag>
                <flag name="designer">Install plugin for 
<pkg>dev-qt/designer</pkg></flag>
                <flag name="vlc">Install VLC Phonon backend</flag>
        </use>

diff --git a/media-libs/phonon/phonon-9999.ebuild 
b/media-libs/phonon/phonon-9999.ebuild
deleted file mode 100644
index 9c9a4fc940b..00000000000
--- a/media-libs/phonon/phonon-9999.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="KDE multimedia abstraction library"
-HOMEPAGE="https://phonon.kde.org/";
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-       SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-fi
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-IUSE="debug designer gstreamer gui pulseaudio +vlc"
-
-BDEPEND="
-       dev-qt/linguist-tools:5
-       virtual/pkgconfig
-"
-DEPEND="
-       !!dev-qt/qtphonon:4
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-       designer? ( dev-qt/designer:5 )
-       pulseaudio? (
-               dev-libs/glib:2
-               media-sound/pulseaudio[glib]
-       )
-"
-RDEPEND="${DEPEND}"
-PDEPEND="
-       gstreamer? ( >=media-libs/phonon-gstreamer-4.9.60 )
-       vlc? ( >=media-libs/phonon-vlc-0.9.60 )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)
-               -DCMAKE_DISABLE_FIND_PACKAGE_GLIB2=$(usex !pulseaudio)
-               -DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio=$(usex !pulseaudio)
-               -DPHONON_BUILD_SETTINGS=$(usex gui)
-       )
-       kde5_src_configure
-}

Reply via email to