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

Revision 5738, 19.5 KB checked in by Takemikaduchi, 12 years ago (diff)

python: add configure option
others: new upstream release

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