gstreamer-plugins-good-vl.spec 19 KB

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