RSS

(root)/calliope : /win32/calliope-win32.modules (revision 447)

Line Revision Contents
1 31 <?xml version="1.0" ?>
2 <moduleset>
3 445.1.1   <!-- My strategy for this file at the moment is to define binary packages here, and in the case
4        that you want to build from source the jhbuild-windows modulesets should be used. -->
5   <repository type="tarball" name="downloads.sourceforge.net"
6               href="http://downloads.sourceforge.net/" />
7   <repository type="tarball" name="downloads.xiph.org"
8               href="http://downloads.xiph.org/releases/" />
9   <repository type="cvs" name="flac.cvs.sourceforge.net"
10               cvsroot=":pserver:anonymous@flac.cvs.sourceforge.net:/cvsroot/flac" password="\n" />
11   <repository type="tarball" name="ftp.gnome.org"
12               href="http://ftp.gnome.org/pub/gnome/sources/"/>
13   <repository type="tarball" name="ftp.gnu.org"
14               href="http://ftp.gnu.org/gnu/" />
15   <repository type="tarball" name="gstreamer.freedesktop.org"
16               href="http://gstreamer.freedesktop.org/src/" />
17   <repository type="tarball" name="liboil.freedesktop.org"
18               href="http://liboil.freedesktop.org/download/" />
19
20   <!-- FIXME: this moduleset should become just a wrapper, and the modules should go into
21        jhbuild-windows (and eventually stock jhbuild). The choice between using binary packages or
22        building from source should be handled by jhbuild, described in the TODO file for
23        jhbuild-windows.  -->
24   <!-- <include href="gtk-windows.modules" /> -->
25
26   <!-- Note: never use sqlite 3.6.3 to 3.6.9 (inclusive). It has a really nasty bug that breaks
27        Calliope in all sorts of ways. -->
28   <binary id="sqlite-header" version="3.6.17">
29     <source href="http://sqlite.org/sqlite-amalgamation-3_6_17.zip"/>
30     <install>
31       <cmd execute="['cp', '@@SRCDIR@@/sqlite3.h', '@@PREFIX@@/include/']"/>
32     </install>
33   </binary>
34   <binary id="sqlite-dll" version="3.6.17">
35     <source href="http://sqlite.org/sqlitedll-3_6_17.zip"/>
36     <install>
37       <cmd execute="['cp', '@@SRCDIR@@/*', '@@PREFIX@@/bin/']"/>
38       <cmd execute="['cp', '@@SRCDIR@@/*', '@@PREFIX@@/lib/']"/>
39     </install>
40   </binary>
41   <metamodule id="sqlite">
42     <dependencies><dep package="sqlite-header"/><dep package="sqlite-dll"/></dependencies>
43   </metamodule>
44
45   <!-- Use source glib to apply patches. -->
46   <!-- FIXME: put into jhbuild-windows -->
47   <autotools id="glib" version="2.20.4" configure="autogen.sh">
48     <branch repo="ftp.gnome.org" module="glib/2.20/glib-2.20.4.tar.bz2" version="2.20.4"/>
49     <patches>
50       <!-- For http://bugzilla.gnome.org/show_bug.cgi?id=516916 -->
51       <patch file="glib-win32-cmpnum-message.patch" strip="1"/>
52     </patches>
53   </autotools>
54
55   <!--
56   <binary id="glib-bin" version="2.18.2">
57     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.18/glib_2.18.2-1_win32.zip"/>
58     <install>
59       <cmd execute="['cp', '-r', '@@SRCDIR@@/*', '@@PREFIX@@/']"/> 
60     </install>
61   </binary>
62   <binary id="glib-dev" version="2.18.2">
63     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.18/glib-dev_2.18.2-1_win32.zip"/>
64     <install>
65       <cmd execute="['cp', '-r', '@@SRCDIR@@/*', '@@PREFIX@@/']"/>
66     </install>
67   </binary>
68   <metamodule id="glib">
69     <dependencies><dep package="glib-bin"/><dep package="glib-dev"/></dependencies>
70   </metamodule>
71   -->
72
73
74   <binary id="atk-bin" version="1.26.0">
75     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/atk/1.26/atk_1.26.0-1_win32.zip"/>
76     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
77   </binary>
78   <binary id="atk-dev" version="1.26.0">
79     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/atk/1.26/atk-dev_1.26.0-1_win32.zip"/>
80     <install><cmd execute="['cp', '--rls /c/becursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
81   </binary>
82   <metamodule id="atk">
83     <dependencies>
84      <dep package="atk-bin"/><dep package="atk-dev"/>
85      <dep package="glib"/>
86     </dependencies>
87   </metamodule>
88
89   <!-- FIXME: pretty ridiculous that we need freetype2. When we build gtk+ by hand we can do away
90        with this. -->
91   <binary id="freetype-bin" version="2.9.3">
92     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/freetype_2.3.9-1_win32.zip" />
93     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
94   </binary>
95   <binary id="freetype-dev" version="2.9.3">
96     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/freetype-dev_2.3.9-1_win32.zip" />
97     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
98   </binary>
99   <metamodule id="freetype">
100     <dependencies>
101       <dep package="freetype-bin" /><dep package="freetype-dev" />
102     </dependencies>
103   </metamodule>
104
105   <binary id="fontconfig-bin" version="2.7.3">
106     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/fontconfig_2.7.3-1_win32.zip" />
107     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
108   </binary>
109   <binary id="fontconfig-dev" version="2.7.3">
110     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/fontconfig-dev_2.7.3-1_win32.zip" />
111     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
112   </binary>
113   <metamodule id="fontconfig">
114     <dependencies>
115       <dep package="fontconfig-bin" /><dep package="fontconfig-dev" />
116     </dependencies>
117   </metamodule>
118
119   <binary id="pango-bin" version="1.24.5">
120     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/pango/1.24/pango_1.24.5-2_win32.zip"/>
121     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
122   </binary>
123   <binary id="pango-dev" version="1.24.5">
124     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/pango/1.24/pango-dev_1.24.5-2_win32.zip"/>
125     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
126   </binary>
127   <metamodule id="pango">
128     <dependencies>
129      <dep package="pango-bin"/><dep package="pango-dev"/>
130      <dep package="fontconfig" />
131      <dep package="freetype" />
132     </dependencies>
133   </metamodule>
134
135   <binary id="zlib-bin" version="1.2.3">
136     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/zlib-1.2.3.zip"/>
137     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
138   </binary>
139   <binary id="zlib-dev" version="1.2.3">
140     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/zlib-dev-1.2.3.zip"/>
141     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
142   </binary>
143   <metamodule id="zlib">
144     <dependencies>
145       <dep package="zlib-bin"/><dep package="zlib-dev"/>
146     </dependencies>
147   </metamodule>
148
149   <!-- FIXME: I dislike depending on these two libs! Without them we are back to building
150        our own gtk+ though! Which isn't actually that bad, especially if gcc4 ever starts working.
151     -->
152   <binary id="libjpeg-bin" version="6b">
153     <source href="http://downloads.sourceforge.net/gnuwin32/jpeg-6b-4-bin.zip"/>
154     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
155   </binary>
156   <binary id="libjpeg-dev" version="6b">
157     <source href="http://downloads.sourceforge.net/gnuwin32/jpeg-6b-4-lib.zip"/>
158     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
159   </binary>
160   <metamodule id="libjpeg">
161     <dependencies>
162       <dep package="libjpeg-bin"/><dep package="libjpeg-dev"/>
163     </dependencies>
164   </metamodule>
165
166   <binary id="libtiff-bin" version="3.8.2">
167     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libtiff-3.8.2.zip"/>
168     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
169   </binary>
170   <binary id="libtiff-dev" version="3.8.2">
171     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libtiff-dev-3.8.2.zip"/>
172     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
173   </binary>
174   <metamodule id="libtiff">
175     <dependencies>
176       <dep package="libtiff-bin"/><dep package="libtiff-dev"/>
177     </dependencies>
178   </metamodule>
179
180   <binary id="libpng-bin" version="1.2.38">
181     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libpng_1.2.38-1_win32.zip"/>
182     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
183   </binary>
184   <binary id="libpng-dev" version="1.2.38">
185     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libpng-dev_1.2.38-1_win32.zip"/>
186     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
187   </binary>
188   <metamodule id="libpng">
189     <dependencies>
190       <dep package="zlib"/>
191       <dep package="libpng-bin"/><dep package="libpng-dev"/>
192     </dependencies>
193   </metamodule>
194
195   <binary id="cairo-bin" version="1.8.8">
196     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/cairo_1.8.8-2_win32.zip"/>
197     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
198   </binary>
199   <binary id="cairo-dev" version="1.8.8">
200     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/cairo-dev_1.8.8-2_win32.zip"/>
201     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
202   </binary>
203   <metamodule id="cairo">
204     <dependencies>
205       <dep package="libpng"/>
206       <dep package="cairo-bin"/><dep package="cairo-dev"/>
207     </dependencies>
208   </metamodule>
209 31
210 32         <!--
211         <tarball id="gtk+" version="2.13.6" configure="./autogen.sh" autogenargs="- -without-libjasper">
212 31           <source href="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.13/gtk+-2.13.6.tar.bz2"/>
213           <patches> <patch file="gtk-libtool.patch"/>
214           </patches>
215           <dependencies>
216         <dep package="cairo"/>
217         <dep package="atk"/>
218         <dep package="pango"/>
219           </dependencies>
220     </tarball>
221 355
222 32     <!- - to use the windows theme:
223 355                  echo gtk-theme-name = "MS-Windows" > /c/build/etc/gtk-2.0/gtkrc
224 32       - -
225 31     <tarball id="gtk-engines" version="2.15.2">
226       <source href="http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.15/gtk-engines-2.15.2.tar.bz2"/>
227       <dependencies>
228         <dep package="gtk+"/>
229       </dependencies>
230     </tarball>
231 32     -->
232 355
233 445.1.1   <binary id="gtk+-bin" version="2.16.5">
234     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+_2.16.5-1_win32.zip"/>
235     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
236   </binary>
237   <binary id="gtk+-dev" version="2.16.5">
238     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.16/gtk+-dev_2.16.5-1_win32.zip"/>
239     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
240   </binary>
241
242   <metamodule id="gtk+">
243     <dependencies>
244      <dep package="glib"/>
245      <dep package="cairo"/>
246      <dep package="atk"/>
247      <dep package="pango"/>
248      <dep package="gtk+-bin"/><dep package="gtk+-dev"/>
249      <dep package="libjpeg"/>
250      <dep package="libtiff"/>
251     </dependencies>
252   </metamodule>
253
254
255   <binary id="expat" version="2.0.0">
256     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/expat-2.0.0.zip"/>
257     <install>
258       <cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/>
259       <cmd execute="['cp', '@@SRCDIR@@/bin/libexpat.dll', '@@PREFIX@@/bin/libexpat-1.dll']" />
260     </install>
261   </binary>
262
263   <binary id="libxml-bin" version="2.6.27">
264     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2-2.6.27.zip"/>
265     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
266   </binary>
267   <binary id="libxml-dev" version="2.6.27">
268     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/libxml2-dev-2.6.27.zip"/>
269     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
270   </binary>
271   <metamodule id="libxml">
272     <dependencies>
273 445.1.2      <dep package="expat"/>
274 445.1.1      <dep package="libxml-bin"/><dep package="libxml-dev"/>
275     </dependencies>
276   </metamodule>
277
278
279   <!-- Tor's binary of this is linked with gnutls - no need for us to have that, so it's built
280        from scratch. -->
281   <!-- FIXME: lipsoup 2.26 won't build because of '-Wmissing-include-dirs' that presumably
282        gcc 3.x doesn't support. It's a simple configure.ac patch to fix I imagine. -->
283   <!-- FIXME: put into jhbuild-windows -->
284   <autotools id="libsoup" version="2.24.1">
285     <branch repo="ftp.gnome.org" module="libsoup/2.24/libsoup-2.24.1.tar.bz2" version="2.24.1" />
286     <dependencies>
287       <dep package="glib"/>
288       <dep package="libxml"/>
289     </dependencies>
290   </autotools>
291
292
293   <!-- GConf and dependencies -->
294   <!-- These actually seem to hawe case sensitive urls at the moment! Morons! -->
295   <!-- I cannot *wait* to replace this with gsettings! -->
296   <binary id="libidl-bin" version="0.8.11">
297     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/libIDL/0.8/libIDL_0.8.11-1_win32.zip"/>
298     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
299   </binary>
300   <binary id="libidl-dev" version="0.8.11">
301     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/libIDL/0.8/libIDL-dev_0.8.11-1_win32.zip"/>
302     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
303   </binary>
304   <metamodule id="libidl">
305     <dependencies>
306      <dep package="libidl-bin"/><dep package="libidl-dev"/>
307     </dependencies>
308   </metamodule>
309
310   <binary id="orbit-bin" version="2.14.16">
311     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/ORBit2/2.14/ORBit2_2.14.16-1_win32.zip"/>
312     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
313   </binary>
314   <binary id="orbit-dev" version="2.14.16">
315     <source href="http://ftp.gnome.org/pub/gnome/binaries/win32/ORBit2/2.14/ORBit2-dev_2.14.16-1_win32.zip"/>
316     <install><cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/></install>
317   </binary>
318   <metamodule id="orbit">
319     <dependencies>
320      <dep package="libidl"/>
321      <dep package="orbit-bin"/><dep package="orbit-dev"/>
322     </dependencies>
323   </metamodule>
324
325   <!-- GConf 2.24.0+ requires dbus. It's going to be removed soon anyway. -->
326   <autotools id="gconf" version="2.22.0">
327     <branch repo="ftp.gnome.org" module="GConf/2.22/GConf-2.22.0.tar.bz2" version="2.22.0"/>
328     <!--<preconfigure>
329       <cmd cwd='@@SRCDIR@@' execute="['aclocal', '-I', '@@PREFIX@@share/aclocal']" />
330       <cmd cwd='@@SRCDIR@@' execute="['libtoolize', '-v', 'force']" />
331       <cmd cwd='@@SRCDIR@@' execute="['autoconf']" />
332       <cmd cwd='@@SRCDIR@@' execute="['automake', '-a', 'foreign']" />
333     </preconfigure>-->
334     <patches>
335       <patch file="gconf-no-console-window.patch" strip="1"/>
336       <patch file="gconf-win32-paths.patch" strip="1"/>
337     </patches>
338     <dependencies>
339       <dep package="orbit"/>
340       <dep package="libxml"/>
341       <dep package="gtk+"/>
342     </dependencies>
343   </autotools>
344 355
345 322 <!--    <tarball id="libunique" version="1.0.6" configure="autogen.sh">
346 191           <source href="http://www.gnome.org/~ebassi/source/unique-1.0.6.tar.gz"/>
347 322         </tarball>-->
348 355
349 445.1.1   <tarball id="hicolor-icon-theme" version="0.10">
350     <source href="http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.10.tar.gz" />
351   </tarball>
352
353   <tarball id="icon-naming-utils" version="0.8.7">
354     <source href="http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" />
355   </tarball>
356
357   <autotools id="gnome-icon-theme" version="2.24.0">
358     <branch repo="ftp.gnome.org" module="gnome-icon-theme/2.24/gnome-icon-theme-2.24.0.tar.bz2"
359             version="2.24.0"/>
360     <dependencies>
361       <dep package="hicolor-icon-theme" />
362       <dep package="icon-naming-utils" />
363     </dependencies>
364   </autotools>
365 355
366 165         <!--<binary id="ImageMagick" version="6.3.7">
367                 <source href="ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-i686-pc-mingw32.tar.gz" />
368 355         <install><cmd execute="['cp', '-r', '@@SRCDIR@@/ImageMagick-6.3.7/*', '@@PREFIX@@']"/></install>
369 165         </binary>-->
370 355
371 165         <!--<tarball id="tango-icon-theme" version="0.8.1">
372                 <source href="http://tango.freedesktop.org/releases/tango-icon-theme-0.8.1.tar.bz2"/>
373                 <dependencies>
374                         <dep package="hicolor-icon-theme" />
375 355                         <dep package="icon-naming-utils" />
376 165                         <dep package="ImageMagick" />
377                 </dependencies>
378         </tarball>-->
379 355
380 445.1.2   <!-- Based on the Dev-C++ DevPak available here:
381 445.1.1          http://www.g-productions.net/files/devpak/DirectX90c.DevPak
382 445.1.2        Thanks! -->
383   <binary id="directx-dev" version="9.0c">
384     <source href="http://downloads.sourceforge.net/calliope/dependencies/directx-dev-9.0c.zip"/>
385 445.1.1     <install>
386 445.1.2       <cmd execute="['cp', '--recursive', '@@SRCDIR@@/*', '@@PREFIX@@']"/>
387 445.1.1     </install>
388   </binary>
389
390   <!-- FIXME: all of these below need to go into jhbuild-windows. -->
391   <autotools id="liboil" version="0.3.16">
392     <branch repo="liboil.freedesktop.org" module="liboil-0.3.16.tar.gz" version="0.3.16" />
393   </autotools>
394
395   <!-- FIXME: you'll need g++ for this to configure, for some stupid reason. -->
396   <autotools id="libogg" version="1.1.4">
397     <branch repo="downloads.xiph.org" module="ogg/libogg-1.1.4.tar.gz" version="1.1.4" />
398   </autotools>
399
400   <!-- FIXME: The autogen script is wonky, use configure for now, this won't work building from git
401        however -->
402   <autotools id="libvorbis" version="1.2.3" autogen-sh="configure">
403     <branch repo="downloads.xiph.org" module="vorbis/libvorbis-1.2.3.tar.gz" version="1.2.3" />
404     <dependencies>
405       <dep package="libogg"/>
406     </dependencies>
407   </autotools>
408
409   <!-- Build flac from cvs, this compiles with fewer patches than 1.2.1. -->
410   <autotools id="libflac">
411     <!-- <branch repo="downloads.xiph.org" module="flac/flac-1.2.1.tar.gz" version="1.2.1" /> -->
412     <branch repo="flac.cvs.sourceforge.net" module="flac" />
413     <patches>
414 445.1.2       <!-- FIXME: jhbuild won't patch cvs repos, if flac don't merge this soon
415            you'll need to fix jhbuild -->
416       <!-- https://sourceforge.net/tracker/?func=detail&aid=2856847&group_id=13478&atid=313478 -->
417       <patch file="flac-doc-install.patch" strip="2" />
418 445.1.1     </patches>
419     <dependencies>
420       <dep package="libogg"/>
421     </dependencies>
422   </autotools>
423
424
425   <autotools id="libmad" version="0.15.1b">
426     <branch repo="downloads.sourceforge.net" module="mad/libmad-0.15.1b.tar.gz" version="0.15.1b" />
427     <patches>
428       <patch file="libmad-win32-dll.patch" strip="1"/>
429     </patches>
430   </autotools>
431
432   <autotools id="gperf" version="3.0.4">
433     <branch repo="ftp.gnu.org" module="gperf/gperf-3.0.4.tar.gz" version="3.0.4" />
434   </autotools>
435
436   <autotools id="libid3tag" version="0.15.1b">
437     <branch repo="downloads.sourceforge.net" module="mad/libid3tag-0.15.1b.tar.gz"
438             version="0.15.1b" />
439     <patches>
440       <patch file="libid3tag-win32-dll.patch" strip="1"/>
441       <patch file="libid3tag-gperf-fix.patch" strip="1"/>
442     </patches>
443     <dependencies>
444       <dep package="gperf"/>
445     </dependencies>
446   </autotools>
447
448   <autotools id="gstreamer" version="0.10.24">
449     <branch repo="gstreamer.freedesktop.org" module="gstreamer/gstreamer-0.10.24.tar.bz2"
450             version="0.10.24" />
451     <patches>
452 445.1.2       <!-- FIXME: still needed? -->
453 445.1.1       <patch file="gstreamer-byte-ordering.patch" strip="1"/>
454     </patches>
455     <dependencies>
456       <dep package="liboil"/>
457     </dependencies>
458   </autotools>
459
460   <autotools id="gst-plugins-base" version="0.10.24" autogenargs="--disable-pango --disable-gnome-vfs">
461     <branch repo="gstreamer.freedesktop.org"
462             module="gst-plugins-base/gst-plugins-base-0.10.24.tar.bz2" version="0.10.24" />
463     <patches>
464       <patch file="gst-plugins-base-thread-priority.patch" strip="1"/>
465 445.1.2       <!-- FIXME: Necessary still ? -->
466 445.1.1       <patch file="gst-plugins-base-sdp-win32.patch" strip="1"/>
467     </patches>
468     <dependencies>
469       <dep package="gstreamer"/>
470       <dep package="libvorbis"/>
471     </dependencies>
472   </autotools>
473
474   <autotools id="gst-plugins-good" version="0.10.16" autogenargs="--disable-goom --disable-goom-2k1 --disable-rtp">
475     <branch repo="gstreamer.freedesktop.org"
476             module="gst-plugins-good/gst-plugins-good-0.10.16.tar.bz2" version="0.10.16" />
477 445.1.2     <!-- <patches>
478 445.1.1       <patch file="gst-plugins-good-udp-win32.patch" strip="1"/>
479 445.1.2     </patches> -->
480 445.1.1     <dependencies>
481       <dep package="gst-plugins-base"/>
482       <dep package="libflac"/>
483 445.1.2       <dep package="directx-dev"/>
484 445.1.1     </dependencies>
485   </autotools>
486
487   <autotools id="gst-plugins-ugly" version="0.10.12">
488     <branch repo="gstreamer.freedesktop.org"
489             module="gst-plugins-ugly/gst-plugins-ugly-0.10.12.tar.bz2" version="0.10.12" />
490     <dependencies>
491       <dep package="gst-plugins-base"/>
492       <dep package="libmad"/>
493       <dep package="libid3tag"/>
494     </dependencies>
495   </autotools>
496
497   <metamodule id="calliope-deps">
498     <dependencies>
499       <dep package="gtk+" />
500       <dep package="sqlite" />
501       <dep package="libsoup" />
502       <dep package="gconf" />
503       <dep package="gnome-icon-theme" />
504       <dep package="gstreamer" />
505       <dep package="gst-plugins-base" />
506       <dep package="gst-plugins-good" />
507       <dep package="gst-plugins-ugly" />
508     </dependencies>
509   </metamodule>
510 31 </moduleset>

Loggerhead is a web-based interface for Bazaar branches