Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/phonon-kde/
Date: Tue, 10 Jan 2012 10:23:44
Message-Id: a1799dbcf79cd22893f95d2e837ffe4a5059c94a.alexxy@gentoo
1 commit: a1799dbcf79cd22893f95d2e837ffe4a5059c94a
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 10 10:22:57 2012 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 10 10:23:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a1799dbc
7
8 [kde-base/phonon-kde] xine plugin is masked so use flag also removed
9
10 (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 kde-base/phonon-kde/phonon-kde-4.7.97.ebuild | 3 +--
14 kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild | 5 ++---
15 kde-base/phonon-kde/phonon-kde-9999.ebuild | 5 ++---
16 3 files changed, 5 insertions(+), 8 deletions(-)
17
18 diff --git a/kde-base/phonon-kde/phonon-kde-4.7.97.ebuild b/kde-base/phonon-kde/phonon-kde-4.7.97.ebuild
19 index 968405b..f1bacf0 100644
20 --- a/kde-base/phonon-kde/phonon-kde-4.7.97.ebuild
21 +++ b/kde-base/phonon-kde/phonon-kde-4.7.97.ebuild
22 @@ -16,7 +16,7 @@ LICENSE="GPL-2"
23 IUSE="alsa debug xine pulseaudio"
24
25 DEPEND="
26 - >=media-libs/phonon-4.4.3[xine?]
27 + >=media-libs/phonon-4.4.3
28 alsa? ( media-libs/alsa-lib )
29 pulseaudio? (
30 dev-libs/glib:2
31 @@ -30,7 +30,6 @@ src_configure() {
32 mycmakeargs=(
33 -DBUILD_tests=OFF
34 $(cmake-utils_use_with alsa)
35 - $(cmake-utils_use_with xine)
36 $(cmake-utils_use_with pulseaudio PulseAudio)
37 )
38
39
40 diff --git a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild b/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
41 index 660822e..fd63bd9 100644
42 --- a/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
43 +++ b/kde-base/phonon-kde/phonon-kde-4.8.49.9999.ebuild
44 @@ -13,10 +13,10 @@ HOMEPAGE="http://phonon.kde.org"
45
46 KEYWORDS=""
47 LICENSE="GPL-2"
48 -IUSE="alsa debug xine pulseaudio"
49 +IUSE="alsa debug pulseaudio"
50
51 DEPEND="
52 - >=media-libs/phonon-4.4.3[xine?]
53 + >=media-libs/phonon-4.4.3
54 alsa? ( media-libs/alsa-lib )
55 pulseaudio? (
56 dev-libs/glib:2
57 @@ -30,7 +30,6 @@ src_configure() {
58 mycmakeargs=(
59 -DBUILD_tests=OFF
60 $(cmake-utils_use_with alsa)
61 - $(cmake-utils_use_with xine)
62 $(cmake-utils_use_with pulseaudio PulseAudio)
63 )
64
65
66 diff --git a/kde-base/phonon-kde/phonon-kde-9999.ebuild b/kde-base/phonon-kde/phonon-kde-9999.ebuild
67 index 660822e..fd63bd9 100644
68 --- a/kde-base/phonon-kde/phonon-kde-9999.ebuild
69 +++ b/kde-base/phonon-kde/phonon-kde-9999.ebuild
70 @@ -13,10 +13,10 @@ HOMEPAGE="http://phonon.kde.org"
71
72 KEYWORDS=""
73 LICENSE="GPL-2"
74 -IUSE="alsa debug xine pulseaudio"
75 +IUSE="alsa debug pulseaudio"
76
77 DEPEND="
78 - >=media-libs/phonon-4.4.3[xine?]
79 + >=media-libs/phonon-4.4.3
80 alsa? ( media-libs/alsa-lib )
81 pulseaudio? (
82 dev-libs/glib:2
83 @@ -30,7 +30,6 @@ src_configure() {
84 mycmakeargs=(
85 -DBUILD_tests=OFF
86 $(cmake-utils_use_with alsa)
87 - $(cmake-utils_use_with xine)
88 $(cmake-utils_use_with pulseaudio PulseAudio)
89 )