Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-gconf: ChangeLog gst-plugins-gconf-0.10.6.ebuild gst-plugins-gconf-0.10.8.ebuild gst-plugins-gconf-0.10.7.ebuild gst-plugins-gconf-0.10.3.ebuild
Date: Sun, 29 Jun 2008 15:43:40
Message-Id: E1KCz3u-0002K7-S6@stork.gentoo.org
1 drac 08/06/29 15:43:34
2
3 Modified: ChangeLog gst-plugins-gconf-0.10.6.ebuild
4 Added: gst-plugins-gconf-0.10.8.ebuild
5 Removed: gst-plugins-gconf-0.10.7.ebuild
6 gst-plugins-gconf-0.10.3.ebuild
7 Log:
8 Version bump.
9 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
10
11 Revision Changes Path
12 1.31 media-plugins/gst-plugins-gconf/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.31&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?rev=1.31&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog?r1=1.30&r2=1.31
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v
21 retrieving revision 1.30
22 retrieving revision 1.31
23 diff -u -r1.30 -r1.31
24 --- ChangeLog 21 Feb 2008 12:14:40 -0000 1.30
25 +++ ChangeLog 29 Jun 2008 15:43:34 -0000 1.31
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-plugins/gst-plugins-gconf
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.30 2008/02/21 12:14:40 zaheerm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.31 2008/06/29 15:43:34 drac Exp $
31 +
32 +*gst-plugins-gconf-0.10.8 (29 Jun 2008)
33 +
34 + 29 Jun 2008; Samuli Suominen <drac@g.o>
35 + -gst-plugins-gconf-0.10.3.ebuild, -gst-plugins-gconf-0.10.7.ebuild,
36 + +gst-plugins-gconf-0.10.8.ebuild:
37 + Version bump.
38
39 *gst-plugins-gconf-0.10.7 (21 Feb 2008)
40
41
42
43
44 1.10 media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.6.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.6.ebuild?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.6.ebuild?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.6.ebuild?r1=1.9&r2=1.10
49
50 Index: gst-plugins-gconf-0.10.6.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.6.ebuild,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- gst-plugins-gconf-0.10.6.ebuild 10 Jan 2008 09:51:05 -0000 1.9
57 +++ gst-plugins-gconf-0.10.6.ebuild 29 Jun 2008 15:43:34 -0000 1.10
58 @@ -1,16 +1,17 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.6.ebuild,v 1.9 2008/01/10 09:51:05 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.6.ebuild,v 1.10 2008/06/29 15:43:34 drac Exp $
63 +
64 +GCONF_DEBUG=no
65
66 inherit gnome2 gst-plugins-good gst-plugins10
67
68 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
69 IUSE=""
70
71 -RDEPEND=">=gnome-base/gconf-2
72 +DEPEND=">=gnome-base/gconf-2
73 >=media-libs/gstreamer-0.10.13
74 >=media-libs/gst-plugins-base-0.10.13"
75 -DEPEND="${RDEPEND}"
76
77 GST_PLUGINS_BUILD="gconf gconftool"
78
79 @@ -25,7 +26,7 @@
80 gst-plugins10_find_plugin_dir
81 emake || die "compile failure"
82
83 - cd ${S}/gconf
84 + cd "${S}"/gconf
85 emake || die "compile failure"
86 }
87
88 @@ -33,6 +34,6 @@
89 gst-plugins10_find_plugin_dir
90 einstall || die
91
92 - cd ${S}/gconf
93 + cd "${S}"/gconf
94 gnome2_src_install || die
95 }
96
97
98
99 1.1 media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.8.ebuild
100
101 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.8.ebuild?rev=1.1&view=markup
102 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.8.ebuild?rev=1.1&content-type=text/plain
103
104 Index: gst-plugins-gconf-0.10.8.ebuild
105 ===================================================================
106 # Copyright 1999-2008 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.8.ebuild,v 1.1 2008/06/29 15:43:34 drac Exp $
109
110 GCONF_DEBUG=no
111
112 inherit gnome2 gst-plugins-good gst-plugins10
113
114 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
115 IUSE=""
116
117 DEPEND=">=gnome-base/gconf-2
118 >=media-libs/gstreamer-0.10.18
119 >=media-libs/gst-plugins-base-0.10.18"
120
121 GST_PLUGINS_BUILD="gconf gconftool"
122
123 # override eclass
124 src_unpack() {
125 unpack ${A}
126 }
127
128 src_compile() {
129 gst-plugins-good_src_configure ${@}
130
131 gst-plugins10_find_plugin_dir
132 emake || die "compile failure"
133
134 cd "${S}"/gconf
135 emake || die "compile failure"
136 }
137
138 src_install() {
139 gst-plugins10_find_plugin_dir
140 einstall || die
141
142 cd "${S}"/gconf
143 gnome2_src_install || die
144 }
145
146
147
148 --
149 gentoo-commits@l.g.o mailing list