Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gst-plugins-bad.eclass gst-plugins-base.eclass gst-plugins-good.eclass gst-plugins-ugly.eclass
Date: Mon, 30 Mar 2009 04:24:18
Message-Id: E1Lo92l-0001sz-RU@stork.gentoo.org
1 tester 09/03/30 04:24:15
2
3 Modified: gst-plugins-bad.eclass gst-plugins-base.eclass
4 gst-plugins-good.eclass gst-plugins-ugly.eclass
5 Log:
6 Add a few new plugins, generate all makefiles, shave wrappers need to be built
7
8 Revision Changes Path
9 1.14 eclass/gst-plugins-bad.eclass
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-bad.eclass?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-bad.eclass?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-bad.eclass?r1=1.13&r2=1.14
14
15 Index: gst-plugins-bad.eclass
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- gst-plugins-bad.eclass 5 Dec 2008 22:24:39 -0000 1.13
22 +++ gst-plugins-bad.eclass 30 Mar 2009 04:24:15 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2006 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.13 2008/12/05 22:24:39 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.14 2009/03/30 04:24:15 tester Exp $
28
29 #
30 # Original Author: Saleem Abdulrasool <compnerd@g.o>
31 @@ -20,7 +20,7 @@
32 faad gsm gst_v4l2 ivorbis jack ladspa libmms mpeg2enc musepack musicbrainz
33 mythtv nas neon timidity wildmidi sdl sdltest sndfile soundtouch spc swfdec
34 theoradec x264 xvid dvb wavpack quicktime dc1394 metadata fbdev soup dirac mplex
35 -ofa oss4 apexsink celt dvdnav jp2k twolame"
36 +ofa oss4 apexsink celt dvdnav jp2k twolame mimic modplug"
37
38 #qtdemux spped tta
39
40 @@ -45,22 +45,22 @@
41 S=${WORKDIR}/${MY_P}
42
43 gst-plugins-bad_src_unpack() {
44 - local makefiles
45 +# local makefiles
46
47 unpack ${A}
48
49 - gst-plugins10_find_plugin_dir
50 - cd ${S}
51 +# gst-plugins10_find_plugin_dir
52 +# cd ${S}
53
54 # Remove generation of any other Makefiles except the plugin's Makefile
55 - if [[ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]] ; then
56 - makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"
57 - elif [[ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]] ; then
58 - makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile"
59 - fi
60 +# if [[ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]] ; then
61 +# makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"
62 +# elif [[ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]] ; then
63 +# makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile"
64 +# fi
65
66 - sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \
67 - -i ${S}/configure
68 +# sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \
69 +# -i ${S}/configure
70 }
71
72 gst-plugins-bad_src_configure() {
73
74
75
76 1.11 eclass/gst-plugins-base.eclass
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-base.eclass?rev=1.11&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-base.eclass?rev=1.11&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-base.eclass?r1=1.10&r2=1.11
81
82 Index: gst-plugins-base.eclass
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v
85 retrieving revision 1.10
86 retrieving revision 1.11
87 diff -u -r1.10 -r1.11
88 --- gst-plugins-base.eclass 29 Dec 2008 03:50:08 -0000 1.10
89 +++ gst-plugins-base.eclass 30 Mar 2009 04:24:15 -0000 1.11
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2004 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.10 2008/12/29 03:50:08 solar Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.11 2009/03/30 04:24:15 tester Exp $
95
96 # Author : foser <foser@g.o>
97
98 @@ -79,7 +79,7 @@
99
100 gst-plugins-base_src_unpack() {
101
102 - local makefiles
103 +# local makefiles
104
105 unpack ${A}
106
107 @@ -100,16 +100,16 @@
108 -e "s:\$(top_builddir)/gst-libs/gst/rtp/libgstrtp:${ROOT}/usr/$(get_libdir)/libgstrtp:" \
109 -e "s:\${top_builddir}/gst-libs/gst/rtp/libgstrtp:${ROOT}/usr/$(get_libdir)/libgstrtp:" \
110 -i Makefile.in
111 - cd ${S}
112 +# cd ${S}
113
114 # Remove generation of any other Makefiles except the plugin's Makefile
115 - if [ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]; then
116 - makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"
117 - elif [ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]; then
118 - makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile"
119 - fi
120 - sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \
121 - -i ${S}/configure
122 +# if [ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]; then
123 +# makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"
124 +# elif [ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]; then
125 +# makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile"
126 +# fi
127 +# sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \
128 +# -i ${S}/configure
129
130 }
131
132
133
134
135 1.17 eclass/gst-plugins-good.eclass
136
137 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.17&view=markup
138 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.17&content-type=text/plain
139 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-good.eclass?r1=1.16&r2=1.17
140
141 Index: gst-plugins-good.eclass
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v
144 retrieving revision 1.16
145 retrieving revision 1.17
146 diff -u -r1.16 -r1.17
147 --- gst-plugins-good.eclass 5 Dec 2008 20:39:36 -0000 1.16
148 +++ gst-plugins-good.eclass 30 Mar 2009 04:24:15 -0000 1.17
149 @@ -1,6 +1,6 @@
150 # Copyright 1999-2004 Gentoo Foundation
151 # Distributed under the terms of the GNU General Public License v2
152 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.16 2008/12/05 20:39:36 ssuominen Exp $
153 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.17 2009/03/30 04:24:15 tester Exp $
154
155 # Author : foser <foser@g.o>, zaheerm <zaheerm@g.o>
156
157 @@ -77,22 +77,22 @@
158
159 gst-plugins-good_src_unpack() {
160
161 - local makefiles
162 +# local makefiles
163
164 unpack ${A}
165
166 # Link with the syswide installed gst-libs if needed
167 - gst-plugins10_find_plugin_dir
168 - cd ${S}
169 +# gst-plugins10_find_plugin_dir
170 +# cd ${S}
171
172 # Remove generation of any other Makefiles except the plugin's Makefile
173 - if [ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]; then
174 - makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"
175 - elif [ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]; then
176 - makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile"
177 - fi
178 - sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \
179 - -i ${S}/configure
180 +# if [ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]; then
181 +# makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"
182 +# elif [ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]; then
183 +# makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile"
184 +# fi
185 +# sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \
186 +# -i ${S}/configure
187
188 }
189
190
191
192
193 1.13 eclass/gst-plugins-ugly.eclass
194
195 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-ugly.eclass?rev=1.13&view=markup
196 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-ugly.eclass?rev=1.13&content-type=text/plain
197 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-ugly.eclass?r1=1.12&r2=1.13
198
199 Index: gst-plugins-ugly.eclass
200 ===================================================================
201 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v
202 retrieving revision 1.12
203 retrieving revision 1.13
204 diff -u -r1.12 -r1.13
205 --- gst-plugins-ugly.eclass 5 Dec 2008 21:45:58 -0000 1.12
206 +++ gst-plugins-ugly.eclass 30 Mar 2009 04:24:15 -0000 1.13
207 @@ -1,6 +1,6 @@
208 # Copyright 1999-2004 Gentoo Foundation
209 # Distributed under the terms of the GNU General Public License v2
210 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.12 2008/12/05 21:45:58 ssuominen Exp $
211 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.13 2009/03/30 04:24:15 tester Exp $
212
213 # Author : foser <foser@g.o>
214
215 @@ -26,7 +26,7 @@
216 # All relevant configure options for gst-plugins
217 # need a better way to extract these
218 # gst-plugins-base 0.9
219 -my_gst_plugins_ugly="a52dec amrnb cdio dvdread dvdnav lame id3tag mad mpeg2dec sidplay"
220 +my_gst_plugins_ugly="a52dec amrnb cdio dvdread dvdnav lame id3tag mad mpeg2dec sidplay twolame"
221
222 #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2"
223 SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/${MY_P}.tar.bz2"
224 @@ -74,22 +74,22 @@
225
226 gst-plugins-ugly_src_unpack() {
227
228 - local makefiles
229 +# local makefiles
230
231 unpack ${A}
232
233 # Link with the syswide installed gst-libs if needed
234 - gst-plugins10_find_plugin_dir
235 - cd ${S}
236 +# gst-plugins10_find_plugin_dir
237 +# cd ${S}
238
239 # Remove generation of any other Makefiles except the plugin's Makefile
240 - if [ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]; then
241 - makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"
242 - elif [ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]; then
243 - makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile"
244 - fi
245 - sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \
246 - -i ${S}/configure
247 +# if [ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]; then
248 +# makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile"
249 +# elif [ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]; then
250 +# makefiles="Makefile ext/Makefile ext/${GST_PLUGINS_BUILD_DIR}/Makefile"
251 +# fi
252 +# sed -e "s:ac_config_files=.*:ac_config_files='${makefiles}':" \
253 +# -i ${S}/configure
254
255 }