summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-31 12:29:56 +0000
committerJohannes Huber <johu@gentoo.org>2012-01-31 12:29:56 +0000
commitf7f553c201c60a195303ccb77302ae1ffa109e27 (patch)
tree7d769bb98c346ee2770c951fdeb3ba9a049c8e69 /kde-base/phonon-kde
parentamd64/x86 stable wrt #399161 (diff)
downloadgentoo-2-f7f553c201c60a195303ccb77302ae1ffa109e27.tar.gz
gentoo-2-f7f553c201c60a195303ccb77302ae1ffa109e27.tar.bz2
gentoo-2-f7f553c201c60a195303ccb77302ae1ffa109e27.zip
Remove phonon xine backend.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r--kde-base/phonon-kde/ChangeLog6
-rw-r--r--kde-base/phonon-kde/phonon-kde-4.6.3.ebuild9
-rw-r--r--kde-base/phonon-kde/phonon-kde-4.7.4.ebuild7
3 files changed, 12 insertions, 10 deletions
diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog
index 8b182cdbcff7..8daa055c7f29 100644
--- a/kde-base/phonon-kde/ChangeLog
+++ b/kde-base/phonon-kde/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/phonon-kde
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.108 2012/01/25 18:17:25 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.109 2012/01/31 12:29:56 johu Exp $
+
+ 31 Jan 2012; Johannes Huber <johu@gentoo.org> phonon-kde-4.6.3.ebuild,
+ phonon-kde-4.7.4.ebuild:
+ Remove phonon xine backend.
*phonon-kde-4.8.0 (25 Jan 2012)
diff --git a/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild b/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild
index 0ef676a02149..b8e14a25920d 100644
--- a/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild,v 1.4 2011/06/26 01:54:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild,v 1.5 2012/01/31 12:29:56 johu Exp $
EAPI=4
@@ -13,10 +13,10 @@ HOMEPAGE="http://phonon.kde.org"
KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
-IUSE="alsa debug xine pulseaudio"
+IUSE="alsa debug pulseaudio"
DEPEND="
- >=media-libs/phonon-4.4.3[xine?]
+ >=media-libs/phonon-4.4.3
alsa? ( media-libs/alsa-lib )
pulseaudio? (
dev-libs/glib:2
@@ -30,7 +30,6 @@ src_configure() {
mycmakeargs=(
-DBUILD_tests=OFF
$(cmake-utils_use_with alsa)
- $(cmake-utils_use_with xine)
$(cmake-utils_use_with pulseaudio PulseAudio)
)
diff --git a/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild b/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild
index 9672b1e60e91..53f226610050 100644
--- a/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild
+++ b/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild,v 1.3 2012/01/16 23:44:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild,v 1.4 2012/01/31 12:29:56 johu Exp $
EAPI=4
@@ -13,10 +13,10 @@ HOMEPAGE="http://phonon.kde.org"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
-IUSE="alsa debug xine pulseaudio"
+IUSE="alsa debug pulseaudio"
DEPEND="
- >=media-libs/phonon-4.4.3[xine?]
+ >=media-libs/phonon-4.4.3
alsa? ( media-libs/alsa-lib )
pulseaudio? (
dev-libs/glib:2
@@ -30,7 +30,6 @@ src_configure() {
mycmakeargs=(
-DBUILD_tests=OFF
$(cmake-utils_use_with alsa)
- $(cmake-utils_use_with xine)
$(cmake-utils_use_with pulseaudio PulseAudio)
)