gstreamer1-plugins-bad-vl.spec 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. %define majorminor 1.0
  2. %define gstreamer gstreamer1
  3. %define gst_minver 1.0.4
  4. %define gstpb_minver 1.0.4
  5. Summary: GStreamer streaming media framework "bad" plug-ins
  6. Name: gstreamer1-plugins-bad
  7. Version: 1.0.4
  8. Release: 1%{?_dist_release}
  9. # The freeze and nfs plugins are LGPLv2 (only)
  10. License: LGPLv2+
  11. Group: Applications/Multimedia
  12. URL: http://gstreamer.freedesktop.org/
  13. Source: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. Requires: %{gstreamer} >= %{gst_minver}
  16. BuildRequires: %{gstreamer}-devel >= %{gst_minver}
  17. BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
  18. BuildRequires: check
  19. BuildRequires: gettext
  20. BuildRequires: PyXML
  21. BuildRequires: libXt-devel
  22. BuildRequires: bzip2-devel
  23. BuildRequires: celt-devel
  24. BuildRequires: exempi-devel
  25. BuildRequires: jasper-devel
  26. #BuildRequires: ladspa-devel
  27. BuildRequires: libass-devel
  28. BuildRequires: libdc1394-devel
  29. BuildRequires: libdvdnav-devel
  30. BuildRequires: libexif-devel
  31. #BuildRequires: libiptcdata-devel
  32. BuildRequires: kate-devel
  33. BuildRequires: libmodplug-devel
  34. BuildRequires: libmpcdec-devel
  35. #BuildRequires: libofa-devel
  36. BuildRequires: librsvg2-devel
  37. BuildRequires: libsndfile-devel
  38. #BuildRequires: libtimidity-devel
  39. BuildRequires: libvpx-devel
  40. BuildRequires: mesa-libGLU-devel
  41. BuildRequires: openssl-devel
  42. BuildRequires: orc-devel
  43. #BuildRequires: schroedinger-devel
  44. BuildRequires: SDL-devel
  45. #BuildRequires: slv2-devel
  46. BuildRequires: soundtouch-devel
  47. BuildRequires: wavpack-devel
  48. #BuildRequires: wildmidi-devel
  49. #BuildRequires: zbar-devel
  50. BuildRequires: libmms-devel
  51. BuildRequires: twolame-devel
  52. #BuildRequires: libmimic-devel
  53. # self build
  54. #BuildRequires: libdca-devel
  55. #BuildRequires: faad2-devel
  56. #BuildRequires: xvidcore-devel
  57. #BuildRequires: mjpegtools-devel
  58. %description
  59. GStreamer is a streaming media framework, based on graphs of elements which
  60. operate on media data.
  61. This package contains plug-ins that have licensing issues, aren't tested
  62. well enough, or the code is not of good enough quality.
  63. # %package extras
  64. # Summary: Extra GStreamer "bad" plugins (less often used "bad" plugins)
  65. # Group: Applications/Multimedia
  66. # Requires: %{name} = %{version}-%{release}
  67. # %description extras
  68. # GStreamer is a streaming media framework, based on graphs of elements which
  69. # operate on media data.
  70. # gstreamer1-plugins-bad contains plug-ins that have licensing issues, aren't
  71. # tested well enough, or the code is not of good enough quality.
  72. # This package (gstreamer1-plugins-bad-extras) contains extra "bad" plugins for
  73. # sources (mythtv), sinks (jack, nas) and effects (pitch) which are not used
  74. # very much and require additional libraries to be installed.
  75. %prep
  76. %setup -q -n gst-plugins-bad-%{version}
  77. %build
  78. %configure \
  79. --enable-debug --disable-static --disable-gtk-doc --enable-experimental
  80. # Don't use rpath!
  81. %{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  82. %{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  83. %{__make} %{?_smp_mflags}
  84. %install
  85. %{__rm} -rf %{buildroot}
  86. %{__make} install DESTDIR="%{buildroot}"
  87. # Clean out files that should not be part of the rpm.
  88. %{__rm} -f %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la
  89. %{__rm} -f %{buildroot}%{_libdir}/*.la
  90. # conflict with gstreamer1-plugins-bad
  91. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.so*
  92. %{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/pkgconfig
  93. %{__rm} -rf $RPM_BUILD_ROOT%{_includedir}
  94. %{__rm} -rf $RPM_BUILD_ROOT%{_datadir}
  95. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstadpcmdec.so
  96. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstadpcmenc.so
  97. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstasfmux.so
  98. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstaudiovisualizers.so
  99. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstautoconvert.so
  100. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstbayer.so
  101. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstbz2.so
  102. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcamerabin2.so
  103. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcoloreffects.so
  104. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstdataurisrc.so
  105. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstdebugutilsbad.so
  106. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstdtmf.so
  107. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstdvb.so
  108. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstfestival.so
  109. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstfragmented.so
  110. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstfrei0r.so
  111. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstgaudieffects.so
  112. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstgdp.so
  113. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstgeometrictransform.so
  114. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
  115. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstid3tag.so
  116. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstinter.so
  117. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstinterlace.so
  118. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstjpegformat.so
  119. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstliveadder.so
  120. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstmpegpsdemux.so
  121. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsdemux.so
  122. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
  123. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstpcapparse.so
  124. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstpnm.so
  125. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
  126. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstremovesilence.so
  127. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstresindvd.so
  128. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstrtpmux.so
  129. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstrtpvp8.so
  130. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstscaletempoplugin.so
  131. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
  132. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstsegmentclip.so
  133. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstshm.so
  134. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstsmooth.so
  135. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstsoundtouch.so
  136. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstspeed.so
  137. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideoparsersbad.so
  138. %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsty4mdec.so
  139. %clean
  140. %{__rm} -rf %{buildroot}
  141. %post -p /sbin/ldconfig
  142. %postun -p /sbin/ldconfig
  143. %files
  144. %defattr(-,root,root,-)
  145. %doc AUTHORS COPYING README REQUIREMENTS
  146. %{_libdir}/gstreamer-%{majorminor}/libgstassrender.so
  147. %{_libdir}/gstreamer-%{majorminor}/libgstcelt.so
  148. %{_libdir}/gstreamer-%{majorminor}/libgstdtsdec.so
  149. %{_libdir}/gstreamer-%{majorminor}/libgstdvbsuboverlay.so
  150. %{_libdir}/gstreamer-%{majorminor}/libgstdvdspu.so
  151. %{_libdir}/gstreamer-%{majorminor}/libgstfaac.so
  152. %{_libdir}/gstreamer-%{majorminor}/libgstfaad.so
  153. %{_libdir}/gstreamer-%{majorminor}/libgstfieldanalysis.so
  154. %{_libdir}/gstreamer-%{majorminor}/libgstmms.so
  155. %{_libdir}/gstreamer-%{majorminor}/libgstmodplug.so
  156. %{_libdir}/gstreamer-%{majorminor}/libgstmpeg2enc.so
  157. %{_libdir}/gstreamer-%{majorminor}/libgstmplex.so
  158. %{_libdir}/gstreamer-%{majorminor}/libgstrtmp.so
  159. %{_libdir}/gstreamer-%{majorminor}/libgstsiren.so
  160. %{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
  161. %changelog
  162. * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
  163. - new upstream release
  164. * Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-2
  165. - new upstream release
  166. - rename package
  167. * Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.22-1
  168. - new upstream release
  169. - added BuildRequires: libvpx-devel
  170. * Wed Nov 2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-2
  171. - s/self-build-libdvdnav/libdvdnav/
  172. * Sat Mar 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-1
  173. - new upstream release
  174. - added BuildRequires:
  175. - libmms-devel
  176. - librtmp-devel
  177. * Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.20-1
  178. - new upstream release
  179. * Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.19-1
  180. - new upstream release
  181. * Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.18-1
  182. - new upstream release
  183. - added BuildRequires: libvdpau-devel
  184. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.17-1
  185. - new upstream release
  186. * Wed May 27 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.12-1
  187. - new upstream release
  188. - dropped gstreamer-plugins-bad-0.10.5-sys-modplug.patch,
  189. gst-plugins-bad-0.10.5-mms-seek.patch
  190. * Sun Mar 01 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.10-1
  191. - new upstream release
  192. - dropped devel and devel-docs subpackages
  193. * Sun Feb 15 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.9-2
  194. - rebuild with twolame-devel, libmpcdec-devel, mjpegtools-devel
  195. - changed to BuildRequires: self-build-faad2 from faad2-devel
  196. * Sun Jan 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.9-1
  197. - initial build based on RPM Fusion package
  198. * Sat Dec 27 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.9-3
  199. - Put devel docs in seperate subpackage to avoid multilib conflict (rf 276)
  200. * Wed Dec 17 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.9-2
  201. - Rebuild for new x264 (using patch from Rathann)
  202. * Sun Oct 26 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.9-1
  203. - New upstream release 0.10.9
  204. - Rebuild for new directfb
  205. * Sun Sep 14 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.8-4
  206. - Rebuild for new x264 and to generate new magic gstreamer provides
  207. * Sat Aug 16 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.8-3
  208. - Enable DVD navigation plugin
  209. * Fri Aug 1 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.8-2
  210. - Release bump to keep rpmfusion version higher then livna
  211. * Fri Aug 1 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.8-1
  212. - New upstream release 0.10.8
  213. - Merge changes from latest freshrpms package: enable ofa and dirac plugins
  214. * Fri Jun 27 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.7-2
  215. - Rebuild for new x264
  216. * Thu Apr 24 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.7-1
  217. - New upstream release 0.10.7
  218. - Drop many upstreamed patches
  219. * Sun Mar 9 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.6-3
  220. - Rebuild for new x264
  221. * Tue Feb 26 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.6-2
  222. - Enable dc1394 plugin
  223. * Sun Feb 24 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.6-1
  224. - New upstream release 0.10.6-1
  225. - Drop many upstreamed patches
  226. - Fixes conflict with the latest gstreamer-plugins-good (livna 1884)
  227. * Tue Feb 5 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-15
  228. - Fix compilation with gcc 4.3
  229. * Tue Feb 5 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-14
  230. - Add flv demuxer from CVS (livna bug 1846)
  231. * Sun Dec 9 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-13
  232. - Add patch fixing compilation with mjpegtools 1.9.0rc3
  233. * Sun Dec 9 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-12
  234. - Add patch from upstream vcs which makes mms honor your connection speed
  235. settings
  236. - Add (painstakingly self written) patch adding support for mms / mmsh seeking!
  237. * Tue Nov 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-11
  238. - Rebuild for new faad2
  239. * Sun Nov 4 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-10
  240. - Rebuild for new libdca
  241. * Thu Oct 18 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-9
  242. - Rebuild for new (old) faad2 (livna bug 1679)
  243. * Sat Sep 29 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-8
  244. - Update mythtvsrc code to CVS version (livna bug 1660)
  245. * Thu Sep 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-7
  246. - No libgstreal.so on ppc / ppc64
  247. * Thu Sep 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-6
  248. - Fix detection of libdts with current livna libtds, this might need to be
  249. changed back again for rpmfusion, depending on how libdts will look there
  250. * Sat Sep 22 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-5
  251. - Add mythtvsrc plugin (livna 1646)
  252. - Put some less often used plugins, which bring in also usually not installed
  253. deps in a -extras package
  254. * Sat Sep 15 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-4
  255. - Merge livna spec bugfixes into freshrpms spec for rpmfusion:
  256. - Set release to 4 to be higher as both livna and freshrpms latest release
  257. - Set package name and origin to rpmfusion
  258. - Make mpeg2enc plugin compile with current mjpegtools
  259. - Make the real plugins search for the RealPlayer .so files in various
  260. known possible locations instead of using only one hardcoded path to them
  261. - Make the wildmidi plugin work with the default Fedora timidity patch set
  262. - Add a couple of missing modtracker mimetypes to the modplug plugin
  263. - Use the system version of libmodplug
  264. - Fix building of the neonsrc plugin with the latest (rawhide) neon
  265. - Disable the ladspa plugin as this has been added to Fedora's rawhide
  266. gstreamer-plugins-good
  267. - Don't put an rpath in the .so's on x86_64
  268. - Re-enable gtk-doc now that we have a -devel package again
  269. - Enable libtimidity plugin
  270. - Fix detection of (and linking with) libdca for the dtsdec plugin
  271. * Tue Aug 21 2007 Matthias Saou <http://freshrpms.net/> 0.10.5-1
  272. - Update to 0.10.5.
  273. - Update faad2 patch : Some fixes went in, but faad2.h still produces an error.
  274. - Remove libgstqtdemux, libgstvideocrop and libgstwavpack, all are in good now.
  275. - Enable new nas, x264, wildmidi and libsndfile plugins.
  276. - Re-add devel package now that we have a main shared lib and header files.
  277. - Add check build requirement.
  278. * Wed Mar 30 2007 Matthias Saou <http://freshrpms.net/> 0.10.4-1
  279. - Update to 0.10.4 for F7.
  280. - Disable swfdec... does anything/anyone even use it here? Once it stabilizes
  281. somewhat more, maybe then it'll be worth re-enabling.
  282. - Re-enable wavpack, it works again now.
  283. - Enable libcdaudio support.
  284. - Enable jack support.
  285. - Enable ladspa support.
  286. - Enable mpeg2enc (mjpegtools) support.
  287. - Remove no longer present libgstvideo4linux2.so and add all new plugins.
  288. - Remove all gtk-doc references (all gone...?) and devel package too.
  289. * Tue Jan 9 2007 Matthias Saou <http://freshrpms.net/> 0.10.3-3
  290. - Update faad2 patch to also update the plugin sources, not just configure.
  291. * Mon Dec 18 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-2
  292. - Try to rebuild against new wavpack 4.40 from Extras : Fails.
  293. - Try to update to 0.10.3.2 pre-release : Fails, it needs a more recent gst.
  294. - Try to include patch to update wavpack plugin source from 0.10.3.2
  295. pre-release : Fails to find wavpack/md5.h.
  296. - Give up and disable wavpack support for now, sorry! Patches welcome.
  297. - Include patch to fix faad2 2.5 detection.
  298. - Add soundtouch support.
  299. * Thu Jun 1 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-1
  300. - Update to 0.10.3.
  301. - Add new translations.
  302. - Add libgstmodplug.so, libgstvideo4linux2.so and libgstxingheader.so.
  303. - Add new libmusicbrainz support.
  304. * Thu Mar 23 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-2
  305. - Add libmms support, thanks to Daniel S. Rogers.
  306. * Wed Feb 22 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-1
  307. - Update to 0.10.1.
  308. - Add libgstcdxaparse.so and libgstfreeze.so.
  309. - Enable libgstbz2.so, libgstglimagesink.so and libgstneonhttpsrc.so.
  310. * Wed Jan 25 2006 Matthias Saou <http://freshrpms.net/> 0.10.0.1-1
  311. - Update to 0.10.0.1, add new plugins.
  312. - Spec file cleanup and rebuild for FC5.
  313. * Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  314. - 0.10.0-0.gst.1
  315. - new release
  316. * Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  317. - 0.9.7-0.gst.1
  318. - new release with 0.10 major/minor
  319. * Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  320. - new release
  321. - remove tta patch
  322. - don't check for languages, no translations yet
  323. - added gtk-doc
  324. * Wed Oct 26 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  325. - 0.9.4-0.gst.1
  326. - new release
  327. - added speed plugin
  328. * Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  329. - 0.9.3-0.gst.1
  330. - new release