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

Revision 6971, 19.7 KB checked in by Takemikaduchi, 12 years ago (diff)

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