gstreamer1-plugins-bad-vl.spec 17 KB

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