gstreamer1-plugins-bad-vl.spec 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. %define majorminor 1.0
  2. %define gstreamer gstreamer1
  3. %define gst_minver 1.0.6
  4. %define gstpb_minver 1.0.6
  5. Summary: GStreamer streaming media framework "bad" plug-ins
  6. Name: gstreamer1-plugins-bad
  7. Version: 1.0.6
  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}/libgstdecklink.so
  149. %{_libdir}/gstreamer-%{majorminor}/libgstdtsdec.so
  150. %{_libdir}/gstreamer-%{majorminor}/libgstdvbsuboverlay.so
  151. %{_libdir}/gstreamer-%{majorminor}/libgstdvdspu.so
  152. %{_libdir}/gstreamer-%{majorminor}/libgstfaac.so
  153. %{_libdir}/gstreamer-%{majorminor}/libgstfaad.so
  154. %{_libdir}/gstreamer-%{majorminor}/libgstfieldanalysis.so
  155. %{_libdir}/gstreamer-%{majorminor}/libgstmms.so
  156. %{_libdir}/gstreamer-%{majorminor}/libgstmodplug.so
  157. %{_libdir}/gstreamer-%{majorminor}/libgstmpeg2enc.so
  158. %{_libdir}/gstreamer-%{majorminor}/libgstmpegpsmux.so
  159. %{_libdir}/gstreamer-%{majorminor}/libgstmplex.so
  160. %{_libdir}/gstreamer-%{majorminor}/libgstrtmp.so
  161. %{_libdir}/gstreamer-%{majorminor}/libgstsiren.so
  162. %{_libdir}/gstreamer-%{majorminor}/libgstsubenc.so
  163. %changelog
  164. * Sat Mar 23 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
  165. - new upstream release
  166. * Wed Jan 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
  167. - new upstream release
  168. * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
  169. - new upstream release
  170. * Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-2
  171. - new upstream release
  172. - rename package
  173. * Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.22-1
  174. - new upstream release
  175. - added BuildRequires: libvpx-devel
  176. * Wed Nov 2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-2
  177. - s/self-build-libdvdnav/libdvdnav/
  178. * Sat Mar 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-1
  179. - new upstream release
  180. - added BuildRequires:
  181. - libmms-devel
  182. - librtmp-devel
  183. * Fri Sep 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.20-1
  184. - new upstream release
  185. * Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.19-1
  186. - new upstream release
  187. * Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.18-1
  188. - new upstream release
  189. - added BuildRequires: libvdpau-devel
  190. * Wed Feb 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.17-1
  191. - new upstream release
  192. * Wed May 27 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.12-1
  193. - new upstream release
  194. - dropped gstreamer-plugins-bad-0.10.5-sys-modplug.patch,
  195. gst-plugins-bad-0.10.5-mms-seek.patch
  196. * Sun Mar 01 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.10-1
  197. - new upstream release
  198. - dropped devel and devel-docs subpackages
  199. * Sun Feb 15 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.9-2
  200. - rebuild with twolame-devel, libmpcdec-devel, mjpegtools-devel
  201. - changed to BuildRequires: self-build-faad2 from faad2-devel
  202. * Sun Jan 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.10.9-1
  203. - initial build based on RPM Fusion package
  204. * Sat Dec 27 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.9-3
  205. - Put devel docs in seperate subpackage to avoid multilib conflict (rf 276)
  206. * Wed Dec 17 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.9-2
  207. - Rebuild for new x264 (using patch from Rathann)
  208. * Sun Oct 26 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.9-1
  209. - New upstream release 0.10.9
  210. - Rebuild for new directfb
  211. * Sun Sep 14 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.8-4
  212. - Rebuild for new x264 and to generate new magic gstreamer provides
  213. * Sat Aug 16 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.8-3
  214. - Enable DVD navigation plugin
  215. * Fri Aug 1 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.8-2
  216. - Release bump to keep rpmfusion version higher then livna
  217. * Fri Aug 1 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.8-1
  218. - New upstream release 0.10.8
  219. - Merge changes from latest freshrpms package: enable ofa and dirac plugins
  220. * Fri Jun 27 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.7-2
  221. - Rebuild for new x264
  222. * Thu Apr 24 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.7-1
  223. - New upstream release 0.10.7
  224. - Drop many upstreamed patches
  225. * Sun Mar 9 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.6-3
  226. - Rebuild for new x264
  227. * Tue Feb 26 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.6-2
  228. - Enable dc1394 plugin
  229. * Sun Feb 24 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.6-1
  230. - New upstream release 0.10.6-1
  231. - Drop many upstreamed patches
  232. - Fixes conflict with the latest gstreamer-plugins-good (livna 1884)
  233. * Tue Feb 5 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-15
  234. - Fix compilation with gcc 4.3
  235. * Tue Feb 5 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-14
  236. - Add flv demuxer from CVS (livna bug 1846)
  237. * Sun Dec 9 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-13
  238. - Add patch fixing compilation with mjpegtools 1.9.0rc3
  239. * Sun Dec 9 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-12
  240. - Add patch from upstream vcs which makes mms honor your connection speed
  241. settings
  242. - Add (painstakingly self written) patch adding support for mms / mmsh seeking!
  243. * Tue Nov 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-11
  244. - Rebuild for new faad2
  245. * Sun Nov 4 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-10
  246. - Rebuild for new libdca
  247. * Thu Oct 18 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-9
  248. - Rebuild for new (old) faad2 (livna bug 1679)
  249. * Sat Sep 29 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-8
  250. - Update mythtvsrc code to CVS version (livna bug 1660)
  251. * Thu Sep 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-7
  252. - No libgstreal.so on ppc / ppc64
  253. * Thu Sep 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-6
  254. - Fix detection of libdts with current livna libtds, this might need to be
  255. changed back again for rpmfusion, depending on how libdts will look there
  256. * Sat Sep 22 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-5
  257. - Add mythtvsrc plugin (livna 1646)
  258. - Put some less often used plugins, which bring in also usually not installed
  259. deps in a -extras package
  260. * Sat Sep 15 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.5-4
  261. - Merge livna spec bugfixes into freshrpms spec for rpmfusion:
  262. - Set release to 4 to be higher as both livna and freshrpms latest release
  263. - Set package name and origin to rpmfusion
  264. - Make mpeg2enc plugin compile with current mjpegtools
  265. - Make the real plugins search for the RealPlayer .so files in various
  266. known possible locations instead of using only one hardcoded path to them
  267. - Make the wildmidi plugin work with the default Fedora timidity patch set
  268. - Add a couple of missing modtracker mimetypes to the modplug plugin
  269. - Use the system version of libmodplug
  270. - Fix building of the neonsrc plugin with the latest (rawhide) neon
  271. - Disable the ladspa plugin as this has been added to Fedora's rawhide
  272. gstreamer-plugins-good
  273. - Don't put an rpath in the .so's on x86_64
  274. - Re-enable gtk-doc now that we have a -devel package again
  275. - Enable libtimidity plugin
  276. - Fix detection of (and linking with) libdca for the dtsdec plugin
  277. * Tue Aug 21 2007 Matthias Saou <http://freshrpms.net/> 0.10.5-1
  278. - Update to 0.10.5.
  279. - Update faad2 patch : Some fixes went in, but faad2.h still produces an error.
  280. - Remove libgstqtdemux, libgstvideocrop and libgstwavpack, all are in good now.
  281. - Enable new nas, x264, wildmidi and libsndfile plugins.
  282. - Re-add devel package now that we have a main shared lib and header files.
  283. - Add check build requirement.
  284. * Wed Mar 30 2007 Matthias Saou <http://freshrpms.net/> 0.10.4-1
  285. - Update to 0.10.4 for F7.
  286. - Disable swfdec... does anything/anyone even use it here? Once it stabilizes
  287. somewhat more, maybe then it'll be worth re-enabling.
  288. - Re-enable wavpack, it works again now.
  289. - Enable libcdaudio support.
  290. - Enable jack support.
  291. - Enable ladspa support.
  292. - Enable mpeg2enc (mjpegtools) support.
  293. - Remove no longer present libgstvideo4linux2.so and add all new plugins.
  294. - Remove all gtk-doc references (all gone...?) and devel package too.
  295. * Tue Jan 9 2007 Matthias Saou <http://freshrpms.net/> 0.10.3-3
  296. - Update faad2 patch to also update the plugin sources, not just configure.
  297. * Mon Dec 18 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-2
  298. - Try to rebuild against new wavpack 4.40 from Extras : Fails.
  299. - Try to update to 0.10.3.2 pre-release : Fails, it needs a more recent gst.
  300. - Try to include patch to update wavpack plugin source from 0.10.3.2
  301. pre-release : Fails to find wavpack/md5.h.
  302. - Give up and disable wavpack support for now, sorry! Patches welcome.
  303. - Include patch to fix faad2 2.5 detection.
  304. - Add soundtouch support.
  305. * Thu Jun 1 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-1
  306. - Update to 0.10.3.
  307. - Add new translations.
  308. - Add libgstmodplug.so, libgstvideo4linux2.so and libgstxingheader.so.
  309. - Add new libmusicbrainz support.
  310. * Thu Mar 23 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-2
  311. - Add libmms support, thanks to Daniel S. Rogers.
  312. * Wed Feb 22 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-1
  313. - Update to 0.10.1.
  314. - Add libgstcdxaparse.so and libgstfreeze.so.
  315. - Enable libgstbz2.so, libgstglimagesink.so and libgstneonhttpsrc.so.
  316. * Wed Jan 25 2006 Matthias Saou <http://freshrpms.net/> 0.10.0.1-1
  317. - Update to 0.10.0.1, add new plugins.
  318. - Spec file cleanup and rebuild for FC5.
  319. * Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  320. - 0.10.0-0.gst.1
  321. - new release
  322. * Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  323. - 0.9.7-0.gst.1
  324. - new release with 0.10 major/minor
  325. * Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  326. - new release
  327. - remove tta patch
  328. - don't check for languages, no translations yet
  329. - added gtk-doc
  330. * Wed Oct 26 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  331. - 0.9.4-0.gst.1
  332. - new release
  333. - added speed plugin
  334. * Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
  335. - 0.9.3-0.gst.1
  336. - new release