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

Revision 8835, 20.1 KB checked in by Takemikaduchi, 10 years ago (diff)

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