summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-02 21:57:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:17:06 +0100
commita4e754d09cbee105a511d7ac288cd27c148ffd1b (patch)
tree03b2e2c51e99853240105d1805e9777d6fdacf97 /media-libs
parentprofiles: updates: Cleanup OldPackageUpdate warnings (diff)
downloadkde-sunset-a4e754d09cbee105a511d7ac288cd27c148ffd1b.tar.gz
kde-sunset-a4e754d09cbee105a511d7ac288cd27c148ffd1b.tar.bz2
kde-sunset-a4e754d09cbee105a511d7ac288cd27c148ffd1b.zip
media-libs/phonon: Fix MissingUseDepDefault/RequiredUseDefaults
- Drop obsolete live ebuild switch, live contains no qt4 code anymore. - Drop ~sparc - Fix HOMEPAGE Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/phonon/phonon-4.9.1-r1.ebuild20
1 files changed, 7 insertions, 13 deletions
diff --git a/media-libs/phonon/phonon-4.9.1-r1.ebuild b/media-libs/phonon/phonon-4.9.1-r1.ebuild
index a7f9f26e..08cd6522 100644
--- a/media-libs/phonon/phonon-4.9.1-r1.ebuild
+++ b/media-libs/phonon/phonon-4.9.1-r1.ebuild
@@ -1,23 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
- KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-else
- EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
- inherit git-r3
-fi
-
-inherit cmake-multilib multibuild qmake-utils
+inherit cmake-multilib qmake-utils
DESCRIPTION="KDE multimedia API"
-HOMEPAGE="https://phonon.kde.org/"
+HOMEPAGE="https://community.kde.org/Phonon"
+SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="0"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="debug designer gstreamer pulseaudio qt4 +qt5 +vlc"
REQUIRED_USE="|| ( qt4 qt5 )"
@@ -47,8 +41,8 @@ DEPEND="${RDEPEND}
qt5? ( kde-frameworks/extra-cmake-modules:5 )
"
PDEPEND="
- gstreamer? ( >=media-libs/phonon-gstreamer-4.9.0[qt4(-)?,qt5?] )
- vlc? ( >=media-libs/phonon-vlc-0.9.0[qt4(-)?,qt5?] )
+ gstreamer? ( >=media-libs/phonon-gstreamer-4.9.0[qt4(-)?,qt5(+)?] )
+ vlc? ( >=media-libs/phonon-vlc-0.9.0[qt4(-)?,qt5(+)?] )
"
PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" )