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

Revision 2323, 18.7 KB checked in by Takemikaduchi, 14 years ago (diff)

glib2: fix %%filesvinagre, gnome-utils, gnome-doc-utils: create -devel package, others: new upstream release

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