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

Revision 5361, 19.4 KB checked in by Takemikaduchi, 12 years ago (diff)

remove Requires: hal

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