gstreamer-plugins-good-vl.spec 20 KB

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