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

Revision 926, 18.4 KB checked in by Takemikaduchi, 14 years ago (diff)

new upstream release (gnome packages)

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