source: projects/specs/trunk/g/gstreamer-plugins-good/gstreamer-plugins-good-vl.spec @ 10460

Revision 10460, 20.2 KB checked in by Takemikaduchi, 8 years ago (diff)

firefox: new upstrream release
others: rebuild with gcc-5.4.0

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