Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: phonon-kde-4.6.3.ebuild phonon-kde-4.7.4.ebuild ChangeLog
Date: Tue, 31 Jan 2012 12:30:09
Message-Id: 20120131122956.CEF432004B@flycatcher.gentoo.org
1 johu 12/01/31 12:29:56
2
3 Modified: phonon-kde-4.6.3.ebuild phonon-kde-4.7.4.ebuild
4 ChangeLog
5 Log:
6 Remove phonon xine backend.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 kde-base/phonon-kde/phonon-kde-4.6.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild?r1=1.4&r2=1.5
16
17 Index: phonon-kde-4.6.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- phonon-kde-4.6.3.ebuild 26 Jun 2011 01:54:36 -0000 1.4
24 +++ phonon-kde-4.6.3.ebuild 31 Jan 2012 12:29:56 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $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 $
30 +# $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 $
31
32 EAPI=4
33
34 @@ -13,10 +13,10 @@
35
36 KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
37 LICENSE="GPL-2"
38 -IUSE="alsa debug xine pulseaudio"
39 +IUSE="alsa debug pulseaudio"
40
41 DEPEND="
42 - >=media-libs/phonon-4.4.3[xine?]
43 + >=media-libs/phonon-4.4.3
44 alsa? ( media-libs/alsa-lib )
45 pulseaudio? (
46 dev-libs/glib:2
47 @@ -30,7 +30,6 @@
48 mycmakeargs=(
49 -DBUILD_tests=OFF
50 $(cmake-utils_use_with alsa)
51 - $(cmake-utils_use_with xine)
52 $(cmake-utils_use_with pulseaudio PulseAudio)
53 )
54
55
56
57
58 1.4 kde-base/phonon-kde/phonon-kde-4.7.4.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild?rev=1.4&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild?rev=1.4&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild?r1=1.3&r2=1.4
63
64 Index: phonon-kde-4.7.4.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.7.4.ebuild,v
67 retrieving revision 1.3
68 retrieving revision 1.4
69 diff -u -r1.3 -r1.4
70 --- phonon-kde-4.7.4.ebuild 16 Jan 2012 23:44:54 -0000 1.3
71 +++ phonon-kde-4.7.4.ebuild 31 Jan 2012 12:29:56 -0000 1.4
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2012 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $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 $
76 +# $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 $
77
78 EAPI=4
79
80 @@ -13,10 +13,10 @@
81
82 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
83 LICENSE="GPL-2"
84 -IUSE="alsa debug xine pulseaudio"
85 +IUSE="alsa debug pulseaudio"
86
87 DEPEND="
88 - >=media-libs/phonon-4.4.3[xine?]
89 + >=media-libs/phonon-4.4.3
90 alsa? ( media-libs/alsa-lib )
91 pulseaudio? (
92 dev-libs/glib:2
93 @@ -30,7 +30,6 @@
94 mycmakeargs=(
95 -DBUILD_tests=OFF
96 $(cmake-utils_use_with alsa)
97 - $(cmake-utils_use_with xine)
98 $(cmake-utils_use_with pulseaudio PulseAudio)
99 )
100
101
102
103
104 1.109 kde-base/phonon-kde/ChangeLog
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.109&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/ChangeLog?rev=1.109&content-type=text/plain
108 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/phonon-kde/ChangeLog?r1=1.108&r2=1.109
109
110 Index: ChangeLog
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
113 retrieving revision 1.108
114 retrieving revision 1.109
115 diff -u -r1.108 -r1.109
116 --- ChangeLog 25 Jan 2012 18:17:25 -0000 1.108
117 +++ ChangeLog 31 Jan 2012 12:29:56 -0000 1.109
118 @@ -1,6 +1,10 @@
119 # ChangeLog for kde-base/phonon-kde
120 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
121 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.108 2012/01/25 18:17:25 johu Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.109 2012/01/31 12:29:56 johu Exp $
123 +
124 + 31 Jan 2012; Johannes Huber <johu@g.o> phonon-kde-4.6.3.ebuild,
125 + phonon-kde-4.7.4.ebuild:
126 + Remove phonon xine backend.
127
128 *phonon-kde-4.8.0 (25 Jan 2012)