gstreamer-plugins-good-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. %define major 0.10
  2. %define _gst_ver 0.10.36
  3. %define _gstpb_ver 0.10.36
  4. %define _glib2_ver 2.28.8
  5. %define _gtk3_ver 3.0.0
  6. %define _gtk_doc_ver 1.3
  7. %define _check_ver 0.9.2
  8. %define _python_ver 2.6
  9. %define _cairo_ver 1.0.0
  10. %define _flac_ver 1.2.0
  11. %define _libdv_ver 0.100
  12. %define _libpng_ver 1.2.0
  13. %define _speex_ver 1.1.5
  14. %define _taglib_ver 1.5
  15. %define _dbus_ver 1.0
  16. %define _soup_ver 2.26.0
  17. %define _libshout_ver 2.2.2
  18. %define _pulse_ver 0.9.20
  19. %define po_package gst-plugins-good-%{major}
  20. Name: gstreamer-plugins-good
  21. Summary: GStreamer Streaming-media framework good plugins
  22. Summary(ja): GStreamer ストリーミングメディアフレームワーク用優良プラグイン
  23. Version: 0.10.31
  24. Release: 1%{?_dist_release}
  25. License: LGPL
  26. Group: System Environment/Libraries
  27. URL: http://gstreamer.freedesktop.org/
  28. Source: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
  29. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  30. BuildRequires: gstreamer-devel >= %{_gst_ver}
  31. BuildRequires: gstreamer-plugins-base-devel >= %{_gstpb_ver}
  32. BuildRequires: gtk-doc >= %{_gtk_doc_ver}
  33. BuildRequires: python >= %{_python_ver}, python-pyxml
  34. BuildRequires: glib2-devel >= %{_glib2_ver}
  35. BuildRequires: check-devel >= %{_check_ver}
  36. BuildRequires: gtk3-devel >= %{_gtk3_ver}
  37. BuildRequires: aalib-devel
  38. BuildRequires: cairo-devel >= %{_cairo_ver}
  39. BuildRequires: flac-devel >= %{_flac_ver}
  40. BuildRequires: GConf2-devel
  41. BuildRequires: libjpeg-devel
  42. BuildRequires: libdv-devel >= %{_libdv_ver}
  43. BuildRequires: libpng >= %{_libpng_ver}
  44. BuildRequires: libavc1394-devel libraw1394-devel libiec61883-devel
  45. BuildRequires: speex-devel >= %{_speex_ver}
  46. BuildRequires: zlib-devel
  47. BuildRequires: taglib-devel >= %{_taglib_ver}
  48. BuildRequires: dbus-devel >= %{_dbus_ver}
  49. BuildRequires: libsoup-devel >= %{_soup_ver}
  50. BuildRequires: libshout-devel >= %{_libshout_ver}
  51. BuildRequires: pulseaudio-libs-devel >= %{_pulse_ver}
  52. BuildRequires: orc-devel
  53. BuildRequires: libgudev1-devel
  54. BuildRequires: libv4l-devel
  55. BuildRequires: libSM-devel
  56. BuildRequires: libXext-devel
  57. BuildRequires: libXv-devel
  58. BuildRequires: bzip2-devel
  59. BuildRequires: jack-audio-connection-kit-devel
  60. Requires: gstreamer >= %{_gst_ver}
  61. Requires: gstreamer-plugins-base >= %{_gstpb_ver}
  62. Requires: cairo >= %{_cairo_ver}
  63. Requires: libjpeg
  64. Requires: libpng >= %{_libpng_ver}
  65. Requires: taglib >= %{_taglib_ver}
  66. Requires: dbus >= %{_dbus_ver}
  67. Requires(post): GConf2
  68. Requires(preun): GConf2
  69. Vendor: Project Vine
  70. Distribution: Vine Linux
  71. Packager: inagaki, daisuke, Takemikaduchi
  72. %description
  73. GStreamer is a streaming-media framework, based on graphs of filters which
  74. operate on media data. Applications using this library can do anything
  75. from real-time sound processing to playing videos, and just about anything
  76. else media-related. Its plugin-based architecture means that new data
  77. types or processing capabilities can be added simply by installing new
  78. plugins.
  79. This package contains a set of well-supported plugins of good quality and
  80. under the LGPL license.
  81. %package flac
  82. Summary: GStreamer plugin for de/encoding FLAC files
  83. Summary(ja): GStreamer FLAC ファイルデコード/エンコードプラグイン
  84. Group: System Environment/Libraries
  85. Requires: %{name} = %{version}-%{release}
  86. Requires: flac >= %{_flac_ver}
  87. %description flac
  88. GStreamer is a streaming-media framework, based on graphs of filters which
  89. operate on media data. Applications using this library can do anything
  90. from real-time sound processing to playing videos, and just about anything
  91. else media-related. Its plugin-based architecture means that new data
  92. types or processing capabilities can be added simply by installing new
  93. plugins.
  94. This package contains GStreamer plugin for de/encoding FLAC files.
  95. %package speex
  96. Summary: GStreamer plugin for de/encoding Speex files
  97. Summary(ja): GStreamer Speex ファイルデコード/エンコードプラグイン
  98. Group: System Environment/Libraries
  99. Requires: %{name} = %{version}-%{release}
  100. Requires: speex >= %{_speex_ver}
  101. %description speex
  102. GStreamer is a streaming-media framework, based on graphs of filters which
  103. operate on media data. Applications using this library can do anything
  104. from real-time sound processing to playing videos, and just about anything
  105. else media-related. Its plugin-based architecture means that new data
  106. types or processing capabilities can be added simply by installing new
  107. plugins.
  108. This package contains GStreamer plugin for de/encoding Speex files.
  109. %package dv
  110. Summary: GStreamer DV plugin
  111. Summary(ja): GStreamer DV プラグイン
  112. Group: System Environment/Libraries
  113. Requires: %{name} = %{version}-%{release}
  114. Requires: libdv >= %{_libdv_ver}
  115. %description dv
  116. GStreamer is a streaming-media framework, based on graphs of filters which
  117. operate on media data. Applications using this library can do anything
  118. from real-time sound processing to playing videos, and just about anything
  119. else media-related. Its plugin-based architecture means that new data
  120. types or processing capabilities can be added simply by installing new
  121. plugins.
  122. This package contains GStreamer plugin for digital video support using
  123. libdv.
  124. %package raw1394
  125. Summary: GStreamer raw1394 FireWire plugin
  126. Summary(ja): GStreamer raw1394 FireWire プラグイン
  127. Group: System Environment/Libraries
  128. Requires: %{name} = %{version}-%{release}
  129. Requires: libavc1394, libraw1394, libiec61883
  130. %description raw1394
  131. GStreamer is a streaming-media framework, based on graphs of filters which
  132. operate on media data. Applications using this library can do anything
  133. from real-time sound processing to playing videos, and just about anything
  134. else media-related. Its plugin-based architecture means that new data
  135. types or processing capabilities can be added simply by installing new
  136. plugins.
  137. This package contains GStreamer plugin for digital video support using
  138. raw1394.
  139. %package aa
  140. Summary: GStreamer plugin for Ascii-art output
  141. Summary(ja): GStreamer アスキーアート出力プラグイン
  142. Group: System Environment/Libraries
  143. Requires: %{name} = %{version}-%{release}
  144. Requires: aalib
  145. %description aa
  146. GStreamer is a streaming-media framework, based on graphs of filters which
  147. operate on media data. Applications using this library can do anything
  148. from real-time sound processing to playing videos, and just about anything
  149. else media-related. Its plugin-based architecture means that new data
  150. types or processing capabilities can be added simply by installing new
  151. plugins.
  152. This package contains GStreamer plugin for viewing movies in Ascii-art
  153. using aalib.
  154. %package devel
  155. Summary: Documentation files for GStreamer good plugins.
  156. Summary(ja): GStreamer 優良プラグインのドキュメント
  157. Group: Development/Libraries
  158. Requires: %{name} = %{version}-%{release}
  159. %description devel
  160. GStreamer is a streaming-media framework, based on graphs of filters which
  161. operate on media data. Applications using this library can do anything
  162. from real-time sound processing to playing videos, and just about anything
  163. else media-related. Its plugin-based architecture means that new data
  164. types or processing capabilities can be added simply by installing new
  165. plugins.
  166. This package contains documentation for GStreamer good plugins.
  167. files.
  168. %prep
  169. %setup -q -n gst-plugins-good-%{version}
  170. %build
  171. %ifarch alpha
  172. %define optflags -O2 -mieee -fPIC
  173. %endif
  174. %configure \
  175. -with-package-name='Vine Linux gstreamer-plugins-good package' \
  176. --with-gtk=3.0 \
  177. --disable-ladspa --disable-libcaca \
  178. --disable-esd --disable-hal \
  179. --disable-shout2 --disable-shout2test \
  180. --enable-gtk-doc --disable-debug \
  181. --disable-schemas-install
  182. make %{?_smp_mflags}
  183. %install
  184. [ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
  185. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  186. make install DESTDIR=$RPM_BUILD_ROOT
  187. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  188. # Clean out files that should not be part of the rpm.
  189. rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{major}/*.{a,la}
  190. rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
  191. %find_lang %{po_package}
  192. %clean
  193. [ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
  194. %post
  195. export GCONF_CONFIG_SOURCE=`%{_bindir}/gconftool-2 --get-default-source`
  196. %{_bindir}/gconftool-2 --makefile-install-rule \
  197. %{_sysconfdir}/gconf/schemas/gstreamer-%{major}.schemas \
  198. > /dev/null ||:
  199. %preun
  200. [ "$1" = "1" ] && exit
  201. export GCONF_CONFIG_SOURCE=`%{_bindir}/gconftool-2 --get-default-source`
  202. %{_bindir}/gconftool-2 --makefile-uninstall-rule \
  203. %{_sysconfdir}/gconf/schemas/gstreamer-%{major}.schemas \
  204. > /dev/null ||:
  205. %files -f %{po_package}.lang
  206. %defattr(-,root,root)
  207. %doc AUTHORS ChangeLog COPYING NEWS README RELEASE REQUIREMENTS
  208. %{_sysconfdir}/gconf/schemas/gstreamer-%{major}.schemas
  209. %dir %{_datadir}/gstreamer-%{major}/presets
  210. %{_datadir}/gstreamer-%{major}/presets/*
  211. # base plugins without external dependencies
  212. %{_libdir}/gstreamer-%{major}/libgstalaw.so
  213. %{_libdir}/gstreamer-%{major}/libgstalpha.so
  214. %{_libdir}/gstreamer-%{major}/libgstalphacolor.so
  215. %{_libdir}/gstreamer-%{major}/libgstannodex.so
  216. %{_libdir}/gstreamer-%{major}/libgstapetag.so
  217. %{_libdir}/gstreamer-%{major}/libgstaudiofx.so
  218. %{_libdir}/gstreamer-%{major}/libgstaudioparsers.so
  219. %{_libdir}/gstreamer-%{major}/libgstauparse.so
  220. %{_libdir}/gstreamer-%{major}/libgstautodetect.so
  221. %{_libdir}/gstreamer-%{major}/libgstavi.so
  222. %{_libdir}/gstreamer-%{major}/libgstcutter.so
  223. %{_libdir}/gstreamer-%{major}/libgstdebug.so
  224. %{_libdir}/gstreamer-%{major}/libgstdeinterlace.so
  225. %{_libdir}/gstreamer-%{major}/libgstefence.so
  226. %{_libdir}/gstreamer-%{major}/libgsteffectv.so
  227. %{_libdir}/gstreamer-%{major}/libgstequalizer.so
  228. %{_libdir}/gstreamer-%{major}/libgstflv.so
  229. %{_libdir}/gstreamer-%{major}/libgstflxdec.so
  230. %{_libdir}/gstreamer-%{major}/libgstgoom.so
  231. %{_libdir}/gstreamer-%{major}/libgstgoom2k1.so
  232. %{_libdir}/gstreamer-%{major}/libgsticydemux.so
  233. %{_libdir}/gstreamer-%{major}/libgstid3demux.so
  234. %{_libdir}/gstreamer-%{major}/libgstimagefreeze.so
  235. %{_libdir}/gstreamer-%{major}/libgstinterleave.so
  236. %{_libdir}/gstreamer-%{major}/libgstisomp4.so
  237. %{_libdir}/gstreamer-%{major}/libgstjack.so
  238. %{_libdir}/gstreamer-%{major}/libgstlevel.so
  239. %{_libdir}/gstreamer-%{major}/libgstmatroska.so
  240. %{_libdir}/gstreamer-%{major}/libgstmulaw.so
  241. %{_libdir}/gstreamer-%{major}/libgstmultifile.so
  242. %{_libdir}/gstreamer-%{major}/libgstmultipart.so
  243. %{_libdir}/gstreamer-%{major}/libgstnavigationtest.so
  244. %{_libdir}/gstreamer-%{major}/libgstoss4audio.so
  245. %{_libdir}/gstreamer-%{major}/libgstossaudio.so
  246. %{_libdir}/gstreamer-%{major}/libgstreplaygain.so
  247. %{_libdir}/gstreamer-%{major}/libgstrtp.so
  248. %{_libdir}/gstreamer-%{major}/libgstrtpmanager.so
  249. %{_libdir}/gstreamer-%{major}/libgstrtsp.so
  250. %{_libdir}/gstreamer-%{major}/libgstshapewipe.so
  251. %{_libdir}/gstreamer-%{major}/libgstsmpte.so
  252. %{_libdir}/gstreamer-%{major}/libgstspectrum.so
  253. %{_libdir}/gstreamer-%{major}/libgstudp.so
  254. %{_libdir}/gstreamer-%{major}/libgstvideo4linux2.so
  255. %{_libdir}/gstreamer-%{major}/libgstvideobox.so
  256. %{_libdir}/gstreamer-%{major}/libgstvideocrop.so
  257. %{_libdir}/gstreamer-%{major}/libgstvideofilter.so
  258. %{_libdir}/gstreamer-%{major}/libgstvideomixer.so
  259. %{_libdir}/gstreamer-%{major}/libgstwavenc.so
  260. %{_libdir}/gstreamer-%{major}/libgstwavparse.so
  261. %{_libdir}/gstreamer-%{major}/libgstximagesrc.so
  262. %{_libdir}/gstreamer-%{major}/libgsty4menc.so
  263. # base plugins with external dependencies, but in the main package
  264. %{_libdir}/gstreamer-%{major}/libgstcairo.so
  265. %{_libdir}/gstreamer-%{major}/libgstgconfelements.so
  266. %{_libdir}/gstreamer-%{major}/libgstgdkpixbuf.so
  267. %{_libdir}/gstreamer-%{major}/libgstjpeg.so
  268. %{_libdir}/gstreamer-%{major}/libgstpng.so
  269. %{_libdir}/gstreamer-%{major}/libgstsouphttpsrc.so
  270. %{_libdir}/gstreamer-%{major}/libgsttaglib.so
  271. %{_libdir}/gstreamer-%{major}/libgstpulse.so
  272. %files flac
  273. %defattr(-,root,root)
  274. %{_libdir}/gstreamer-%{major}/libgstflac.so
  275. %files speex
  276. %defattr(-,root,root)
  277. %{_libdir}/gstreamer-%{major}/libgstspeex.so
  278. %files dv
  279. %defattr(-,root,root)
  280. %{_libdir}/gstreamer-%{major}/libgstdv.so
  281. %files raw1394
  282. %defattr(-,root,root)
  283. %{_libdir}/gstreamer-%{major}/libgst1394.so
  284. %files aa
  285. %defattr(-,root,root)
  286. %{_libdir}/gstreamer-%{major}/libgstaasink.so
  287. %files devel
  288. %defattr(-,root,root)
  289. %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{major}
  290. %changelog
  291. * Tue Feb 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.31-1
  292. - new upstream release
  293. - change BuildRequires: gtk3-devel instead of gtk2-devel
  294. * Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.30-2
  295. - remove BuildRequires: hal-devel
  296. - remove Requires: hal
  297. - add configure option (--disable-hal)
  298. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.30-1
  299. - new upstream release
  300. - delete BuildRequires: esound-devel
  301. - add BuildRequires: jack-audio-connection-kit-devel
  302. * Tue May 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.28-1
  303. - new upstream release
  304. - add BuildRequires: libgudev1-devel, libv4l-devel, libSM-devel, libXext-devel, libXv-devel, bzip2-devel
  305. * Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.27-1
  306. - new upstream release
  307. * Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.26-1
  308. - new upstream release
  309. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.25-1
  310. - new upstream release
  311. * Sun Jul 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.24-1
  312. - new upstream release
  313. - added BR: orc-devel, libgudev1-devel
  314. - removed liboil dependency
  315. * Sat May 01 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.22-1
  316. - new upstream release
  317. * Sat Mar 13 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.21-1
  318. - new upstream release
  319. * Sun Feb 28 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.18-1
  320. - new upstream release
  321. - built with new toolchain
  322. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.15-1
  323. - new upstream release
  324. * Wed May 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.14-2
  325. - build without gpm (new aalib does not require gpm)
  326. * Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.14-1
  327. - new upstream release
  328. * Thu Oct 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.10-1
  329. - new upstream release
  330. - add BR: libshout-devel, pulseaudio-libs-devel
  331. - add pulse,replaygain,interleave,video4linux2 plugins
  332. * Thu Jul 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.8-2
  333. - drop explicit dependency to esound
  334. * Mon Jun 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.8-1
  335. - new upstream release
  336. * Sun Apr 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.7-1vl5
  337. - new upstream release
  338. * Sat Aug 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.6-0vl2
  339. - rebuilt with flac-1.2.0
  340. * Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.6-0vl1
  341. - new upstream release
  342. * Sat Jun 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.5-0vl4
  343. - rebuilt with new toolchain
  344. - added BuildRequires: libiec61883-devel
  345. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.5-0vl3
  346. - rebuild with dbus-1.0
  347. - add BuildRequires: dbus-devel >= 1.0
  348. * Sat Mar 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.5-0vl2
  349. - add Vendor/Distribution tag
  350. - add '-with-package-name' option to %%configure
  351. - use more macros
  352. * Fri Dec 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.5-0vl1
  353. - new upstream release
  354. - update %%_gst_ver, %%_gstpb_ver
  355. - add new plugin: libgstaudiofx.so
  356. * Wed Aug 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.4-0vl1
  357. - new upstream release
  358. - update %%_gst_ver
  359. * Sat May 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.3-0vl1
  360. - new upstream release
  361. - update %%_gst_ver, %%_gstpb_ver
  362. - add BuildRequires: taglib-devel, hal-devel
  363. - add Requires: taglib, hal
  364. - add new plugins:
  365. - libgstapetag.so, libgsttaglib.so
  366. - libgsthalelements.so
  367. - libgstgdkpixbuf.so
  368. - libgstvideobalance.so
  369. - libgstximagesrc.so
  370. - libgsticydemux.so
  371. - libgstannodex.so
  372. * Fri Feb 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.2-0vl1
  373. - new upstream release
  374. - update %%_gst_ver, %%_gstpb_ver
  375. * Sat Jan 21 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.1-0vl1
  376. - initial package based on gstreamer-plugins
  377. - new upstream release
  378. - change major to 0.10
  379. - update dependencies
  380. - update %%configure options
  381. - add sub-package: -flac, -speex, -dv, raw1394, aa
  382. * Mon Dec 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.11-0vl3
  383. - remove duplicated libgst{idct,qtdemux,xwindowlistener}.so
  384. * Thu Oct 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.11-0vl2
  385. - added missing alsa plugin
  386. * Thu Sep 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.11-0vl1
  387. - new upstream release
  388. - added alsa and cairo plugins
  389. * Sun Jul 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.10-0vl1
  390. - new upstream release
  391. * Mon Jun 6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.9-0vl1
  392. - new upstream release
  393. * Wed May 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl5
  394. - added Conflicts: gstreamer-plugins-extra-audio < 0.8.8-0vl2
  395. * Sun May 8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl4
  396. - added libgstcdparania.so for gnome-cd (gnome-media)
  397. - BuildRequires: cdparanoia-devel
  398. * Wed Mar 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.8-0vl3
  399. - drop BuildRequires: xmms-devel, Requires: xmms
  400. * Tue Mar 29 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.8.8-0vl2
  401. - libgstvideo4linux2.so temoporally omitted for ppc
  402. (will be back later, I hope)
  403. * Sun Mar 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl1
  404. - new upstream release
  405. - s/Copyright/License/
  406. - includes plugins depend on main package libraries only
  407. * Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.5-0vl1
  408. - new upstream release
  409. * Tue Dec 09 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-0vl1
  410. - new upstream release
  411. * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.2-0vl1
  412. - new upstream release
  413. * Sat Feb 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-0vl1
  414. - new upstream release
  415. * Sat Feb 01 2003 Tomoya TAKA <taka@vinelinux.org> 0.5.2-0vl3
  416. - build with -fPIC on alpha
  417. * Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl2
  418. - modified scripts
  419. * Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl1
  420. - new upstream release
  421. * Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.1-0vl2
  422. - disable some plugins.
  423. * Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.1-0vl1
  424. - new upstream release
  425. - initial build for Vine Linux
  426. * Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-15
  427. - Include ia64
  428. - Add BuildRequires: autoconf automake
  429. * Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com>
  430. - rebuild
  431. * Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-12
  432. - rebuild
  433. * Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-10
  434. - rebuild
  435. - disable tests
  436. * Mon Dec 16 2002 Tim Powers <timp@redhat.com> 0.5.0-9
  437. - rebuild
  438. * Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7
  439. - fix libdir for ia64.
  440. * Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-3
  441. - ExcludeArch: ia64. Random assembler errors that I have no hope of fixing
  442. - Add devel package
  443. * Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-1
  444. - 0.5.0
  445. - apparently, festival-devel isn't needed.
  446. * Tue Dec 10 2002 Tim Powers <timp@redhat.com> 0.4.2-3
  447. - rebuild to fix broken dep on libgstreamer-0.4.2.so.0
  448. * Tue Dec 3 2002 Havoc Pennington <hp@redhat.com>
  449. - excludearch the arches that can't build gstreamer cothreads
  450. - well it isn't really SMP-safe
  451. - add patch for including pthread.h when required
  452. - prereq gconftool
  453. - fix typo that broke schema installation in post
  454. * Mon Dec 2 2002 Havoc Pennington <hp@redhat.com>
  455. - initial "official" import
  456. - munge tarball for legal cleanliness
  457. * Thu Nov 7 2002 Jeremy Katz <katzj@redhat.com>
  458. - 0.4.2
  459. * Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com>
  460. - 0.4.1
  461. - install the gconf schema
  462. - use %%configure
  463. * Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com>
  464. - update to 0.4.0
  465. - give explicit vorbis include path, don't run vorbis test
  466. * Sun Aug 11 2002 Jeremy Katz <katzj@redhat.com>
  467. - collapse into one package to preserve some sanity
  468. * Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
  469. - added more BuildRequires and Requires
  470. - rearranged some plugins
  471. - added changelog ;)