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

Revision 4616, 19.3 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

Line 
1%define major 0.10
2
3%define _gst_ver        0.10.35
4%define _gstpb_ver      0.10.35
5%define _glib2_ver      2.28.8
6%define _gtk2_ver       2.24.5
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 _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
22%define po_package      gst-plugins-good-%{major}
23
24Name:           gstreamer-plugins-good
25Summary:        GStreamer Streaming-media framework good plugins
26Summary(ja):    GStreamer ストリーミングメディアフレームワーク用優良プラグイン
27Version:        0.10.30
28Release:        1%{?_dist_release}
29
30License:        LGPL
31Group:          System Environment/Libraries
32URL:            http://gstreamer.freedesktop.org/
33Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.bz2
34
35BuildRoot:      %{_tmppath}/%{name}-%{version}-root
36BuildRequires:  gstreamer-devel >= %{_gst_ver}
37BuildRequires:  gstreamer-plugins-base-devel >= %{_gstpb_ver}
38BuildRequires:  gtk-doc >= %{_gtk_doc_ver}
39BuildRequires:  python >= %{_python_ver}, python-pyxml
40BuildRequires:  glib2-devel >= %{_glib2_ver}
41BuildRequires:  check-devel >= %{_check_ver}
42BuildRequires:  gtk2-devel >= %{_gtk2_ver}
43BuildRequires:  aalib-devel
44BuildRequires:  cairo-devel >= %{_cairo_ver}
45BuildRequires:  flac-devel >= %{_flac_ver}
46BuildRequires:  GConf2-devel
47BuildRequires:  libjpeg-devel
48BuildRequires:  libdv-devel >= %{_libdv_ver}
49BuildRequires:  libpng >= %{_libpng_ver}
50BuildRequires:  libavc1394-devel libraw1394-devel libiec61883-devel
51BuildRequires:  speex-devel >= %{_speex_ver}
52BuildRequires:  zlib-devel
53BuildRequires:  taglib-devel >= %{_taglib_ver}
54BuildRequires:  hal-devel >= %{_hal_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:       hal >= %{_hal_ver}
75Requires:       dbus >= %{_dbus_ver}
76Requires(post): GConf2
77Requires(preun): GConf2
78
79Vendor:         Project Vine
80Distribution:   Vine Linux
81Packager:       inagaki, daisuke
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
202%build
203%ifarch alpha
204%define optflags -O2 -mieee -fPIC
205%endif
206
207%configure \
208        -with-package-name='Vine Linux gstreamer-plugins-good package' \
209        --disable-ladspa --disable-libcaca --disable-esd \
210        --disable-shout2 --disable-shout2test \
211        --enable-gtk-doc --disable-debug \
212        --disable-schemas-install
213make %{?_smp_mflags}
214
215%install
216[ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
217export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
218make install DESTDIR=$RPM_BUILD_ROOT
219unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
220
221# Clean out files that should not be part of the rpm.
222rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{major}/*.{a,la}
223rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
224
225%find_lang %{po_package}
226
227%clean
228[ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
229
230%post
231export GCONF_CONFIG_SOURCE=`%{_bindir}/gconftool-2 --get-default-source`
232%{_bindir}/gconftool-2 --makefile-install-rule \
233        %{_sysconfdir}/gconf/schemas/gstreamer-%{major}.schemas \
234        > /dev/null ||:
235
236%preun
237[ "$1" = "1" ] && exit
238export GCONF_CONFIG_SOURCE=`%{_bindir}/gconftool-2 --get-default-source`
239%{_bindir}/gconftool-2 --makefile-uninstall-rule \
240        %{_sysconfdir}/gconf/schemas/gstreamer-%{major}.schemas \
241        > /dev/null ||:
242
243%files -f %{po_package}.lang
244%defattr(-,root,root)
245%doc AUTHORS ChangeLog COPYING NEWS README RELEASE REQUIREMENTS
246%{_sysconfdir}/gconf/schemas/gstreamer-%{major}.schemas
247%dir %{_datadir}/gstreamer-%{major}/presets
248%{_datadir}/gstreamer-%{major}/presets/*
249
250# base plugins without external dependencies
251%{_libdir}/gstreamer-%{major}/libgstalaw.so
252%{_libdir}/gstreamer-%{major}/libgstalpha.so
253%{_libdir}/gstreamer-%{major}/libgstalphacolor.so
254%{_libdir}/gstreamer-%{major}/libgstannodex.so
255%{_libdir}/gstreamer-%{major}/libgstapetag.so
256%{_libdir}/gstreamer-%{major}/libgstaudiofx.so
257%{_libdir}/gstreamer-%{major}/libgstaudioparsers.so
258%{_libdir}/gstreamer-%{major}/libgstauparse.so
259%{_libdir}/gstreamer-%{major}/libgstautodetect.so
260%{_libdir}/gstreamer-%{major}/libgstavi.so
261%{_libdir}/gstreamer-%{major}/libgstcutter.so
262%{_libdir}/gstreamer-%{major}/libgstdebug.so
263%{_libdir}/gstreamer-%{major}/libgstdeinterlace.so
264%{_libdir}/gstreamer-%{major}/libgstefence.so
265%{_libdir}/gstreamer-%{major}/libgsteffectv.so
266%{_libdir}/gstreamer-%{major}/libgstequalizer.so
267%{_libdir}/gstreamer-%{major}/libgstflv.so
268%{_libdir}/gstreamer-%{major}/libgstflxdec.so
269%{_libdir}/gstreamer-%{major}/libgstgoom.so
270%{_libdir}/gstreamer-%{major}/libgstgoom2k1.so
271%{_libdir}/gstreamer-%{major}/libgsticydemux.so
272%{_libdir}/gstreamer-%{major}/libgstid3demux.so
273%{_libdir}/gstreamer-%{major}/libgstimagefreeze.so
274%{_libdir}/gstreamer-%{major}/libgstinterleave.so
275%{_libdir}/gstreamer-%{major}/libgstisomp4.so
276%{_libdir}/gstreamer-%{major}/libgstjack.so
277%{_libdir}/gstreamer-%{major}/libgstlevel.so
278%{_libdir}/gstreamer-%{major}/libgstmatroska.so
279%{_libdir}/gstreamer-%{major}/libgstmulaw.so
280%{_libdir}/gstreamer-%{major}/libgstmultifile.so
281%{_libdir}/gstreamer-%{major}/libgstmultipart.so
282%{_libdir}/gstreamer-%{major}/libgstnavigationtest.so
283%{_libdir}/gstreamer-%{major}/libgstoss4audio.so
284%{_libdir}/gstreamer-%{major}/libgstossaudio.so
285%{_libdir}/gstreamer-%{major}/libgstreplaygain.so
286%{_libdir}/gstreamer-%{major}/libgstrtp.so
287%{_libdir}/gstreamer-%{major}/libgstrtpmanager.so
288%{_libdir}/gstreamer-%{major}/libgstrtsp.so
289%{_libdir}/gstreamer-%{major}/libgstshapewipe.so
290%{_libdir}/gstreamer-%{major}/libgstsmpte.so
291%{_libdir}/gstreamer-%{major}/libgstspectrum.so
292%{_libdir}/gstreamer-%{major}/libgstudp.so
293%{_libdir}/gstreamer-%{major}/libgstvideo4linux2.so
294%{_libdir}/gstreamer-%{major}/libgstvideobox.so
295%{_libdir}/gstreamer-%{major}/libgstvideocrop.so
296%{_libdir}/gstreamer-%{major}/libgstvideofilter.so
297%{_libdir}/gstreamer-%{major}/libgstvideomixer.so
298%{_libdir}/gstreamer-%{major}/libgstwavenc.so
299%{_libdir}/gstreamer-%{major}/libgstwavparse.so
300%{_libdir}/gstreamer-%{major}/libgstximagesrc.so
301%{_libdir}/gstreamer-%{major}/libgsty4menc.so
302
303# base plugins with external dependencies, but in the main package
304%{_libdir}/gstreamer-%{major}/libgstcairo.so
305%{_libdir}/gstreamer-%{major}/libgstgconfelements.so
306%{_libdir}/gstreamer-%{major}/libgstgdkpixbuf.so
307%{_libdir}/gstreamer-%{major}/libgsthalelements.so
308%{_libdir}/gstreamer-%{major}/libgstjpeg.so
309%{_libdir}/gstreamer-%{major}/libgstpng.so
310%{_libdir}/gstreamer-%{major}/libgstsouphttpsrc.so
311%{_libdir}/gstreamer-%{major}/libgsttaglib.so
312%{_libdir}/gstreamer-%{major}/libgstpulse.so
313
314%files flac
315%defattr(-,root,root)
316%{_libdir}/gstreamer-%{major}/libgstflac.so
317
318%files speex
319%defattr(-,root,root)
320%{_libdir}/gstreamer-%{major}/libgstspeex.so
321
322%files dv
323%defattr(-,root,root)
324%{_libdir}/gstreamer-%{major}/libgstdv.so
325
326%files raw1394
327%defattr(-,root,root)
328%{_libdir}/gstreamer-%{major}/libgst1394.so
329
330%files aa
331%defattr(-,root,root)
332%{_libdir}/gstreamer-%{major}/libgstaasink.so
333
334%files devel
335%defattr(-,root,root)
336%{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{major}
337
338%changelog
339* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.30-1
340- new upstream release
341- delete BuildRequires: esound-devel
342- add BuildRequires:  jack-audio-connection-kit-devel
343
344* Tue May 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.28-1
345- new upstream release
346- add BuildRequires:  libgudev1-devel, libv4l-devel, libSM-devel, libXext-devel, libXv-devel, bzip2-devel
347
348* Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.27-1
349- new upstream release
350
351* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.26-1
352- new upstream release
353
354* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.25-1
355- new upstream release
356
357* Sun Jul 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.24-1
358- new upstream release
359- added BR: orc-devel, libgudev1-devel
360- removed liboil dependency
361
362* Sat May 01 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.22-1
363- new upstream release
364
365* Sat Mar 13 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.21-1
366- new upstream release
367
368* Sun Feb 28 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.18-1
369- new upstream release
370- built with new toolchain
371
372* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.15-1
373- new upstream release
374
375* Wed May 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.14-2
376- build without gpm (new aalib does not require gpm)
377
378* Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.14-1
379- new upstream release
380
381* Thu Oct 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.10-1
382- new upstream release
383- add BR: libshout-devel, pulseaudio-libs-devel
384- add pulse,replaygain,interleave,video4linux2 plugins
385
386* Thu Jul 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.8-2
387- drop explicit dependency to esound
388
389* Mon Jun 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.8-1
390- new upstream release
391
392* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.7-1vl5
393- new upstream release
394
395* Sat Aug 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.6-0vl2
396- rebuilt with flac-1.2.0
397
398* Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.6-0vl1
399- new upstream release
400
401* Sat Jun  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.5-0vl4
402- rebuilt with new toolchain
403- added BuildRequires: libiec61883-devel
404
405* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.5-0vl3
406- rebuild with dbus-1.0
407- add BuildRequires: dbus-devel >= 1.0
408
409* Sat Mar 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.5-0vl2
410- add Vendor/Distribution tag
411- add '-with-package-name' option to %%configure
412- use more macros
413
414* Fri Dec 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.5-0vl1
415- new upstream release
416- update %%_gst_ver, %%_gstpb_ver
417- add new plugin: libgstaudiofx.so
418
419* Wed Aug 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.4-0vl1
420- new upstream release
421- update %%_gst_ver
422
423* Sat May 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.3-0vl1
424- new upstream release
425- update %%_gst_ver, %%_gstpb_ver
426- add BuildRequires: taglib-devel, hal-devel
427- add Requires: taglib, hal
428- add new plugins:
429  - libgstapetag.so, libgsttaglib.so
430  - libgsthalelements.so
431  - libgstgdkpixbuf.so
432  - libgstvideobalance.so
433  - libgstximagesrc.so
434  - libgsticydemux.so
435  - libgstannodex.so
436
437* Fri Feb 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.2-0vl1
438- new upstream release
439- update %%_gst_ver, %%_gstpb_ver
440
441* Sat Jan 21 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.1-0vl1
442- initial package based on gstreamer-plugins
443- new upstream release
444  - change major to 0.10
445- update dependencies
446- update %%configure options
447- add sub-package: -flac, -speex, -dv, raw1394, aa
448
449* Mon Dec 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.11-0vl3
450- remove duplicated libgst{idct,qtdemux,xwindowlistener}.so
451
452* Thu Oct 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.11-0vl2
453- added missing alsa plugin
454
455* Thu Sep 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.11-0vl1
456- new upstream release
457- added alsa and cairo plugins
458
459* Sun Jul 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.10-0vl1
460- new upstream release
461
462* Mon Jun  6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.9-0vl1
463- new upstream release
464
465* Wed May 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl5
466- added Conflicts: gstreamer-plugins-extra-audio < 0.8.8-0vl2
467
468* Sun May  8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl4
469- added libgstcdparania.so for gnome-cd (gnome-media)
470- BuildRequires: cdparanoia-devel
471
472* Wed Mar 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.8-0vl3
473- drop BuildRequires: xmms-devel, Requires: xmms
474
475* Tue Mar 29 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.8.8-0vl2
476- libgstvideo4linux2.so temoporally omitted for ppc
477  (will be back later, I hope)
478
479* Sun Mar 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl1
480- new upstream release
481- s/Copyright/License/
482- includes plugins depend on main package libraries only
483
484* Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.5-0vl1
485- new upstream release
486
487* Tue Dec 09 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-0vl1
488- new upstream release
489
490* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.2-0vl1
491- new upstream release
492
493* Sat Feb 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-0vl1
494- new upstream release
495
496* Sat Feb 01 2003 Tomoya TAKA <taka@vinelinux.org> 0.5.2-0vl3
497- build with -fPIC on alpha
498
499* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl2
500- modified scripts
501
502* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl1
503- new upstream release
504
505* Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.1-0vl2
506- disable some plugins.
507
508* Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.1-0vl1
509- new upstream release
510- initial build for Vine Linux
511
512* Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-15
513- Include ia64
514- Add BuildRequires: autoconf automake
515
516* Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com>
517- rebuild
518
519* Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-12
520- rebuild
521
522* Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-10
523- rebuild
524- disable tests
525
526* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 0.5.0-9
527- rebuild
528
529* Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7
530- fix libdir for ia64.
531
532* Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-3
533- ExcludeArch: ia64.   Random assembler errors that I have no hope of fixing
534- Add devel package
535
536* Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-1
537- 0.5.0
538- apparently, festival-devel isn't needed.
539
540* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 0.4.2-3
541- rebuild to fix broken dep on libgstreamer-0.4.2.so.0
542
543* Tue Dec  3 2002 Havoc Pennington <hp@redhat.com>
544- excludearch the arches that can't build gstreamer cothreads
545- well it isn't really SMP-safe
546- add patch for including pthread.h when required
547- prereq gconftool
548- fix typo that broke schema installation in post
549
550* Mon Dec  2 2002 Havoc Pennington <hp@redhat.com>
551- initial "official" import
552- munge tarball for legal cleanliness
553
554* Thu Nov  7 2002 Jeremy Katz <katzj@redhat.com>
555- 0.4.2
556
557* Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com>
558- 0.4.1
559- install the gconf schema
560- use %%configure
561
562* Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com>
563- update to 0.4.0
564- give explicit vorbis include path, don't run vorbis test
565
566* Sun Aug 11 2002 Jeremy Katz <katzj@redhat.com>
567- collapse into one package to preserve some sanity
568
569* Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
570- added more BuildRequires and Requires
571- rearranged some plugins
572- added changelog ;)
Note: See TracBrowser for help on using the repository browser.