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

Revision 559, 18.3 KB checked in by inagaki, 14 years ago (diff)

2010-03-13 Ryoichi INAGAKI <ryo1@…>

updated gstreamer, gstreamer-plugins-base, gstreamer-plugins-good

Line 
1%define major 0.10
2
3%define _gst_ver        0.10.28
4%define _gstpb_ver      0.10.28
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.21
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 Mar 13 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.21-1
336- new upstream release
337
338* Sun Feb 28 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.18-1
339- new upstream release
340- built with new toolchain
341
342* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.15-1
343- new upstream release
344
345* Wed May 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.14-2
346- build without gpm (new aalib does not require gpm)
347
348* Sat Mar 28 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.14-1
349- new upstream release
350
351* Thu Oct 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.10-1
352- new upstream release
353- add BR: libshout-devel, pulseaudio-libs-devel
354- add pulse,replaygain,interleave,video4linux2 plugins
355
356* Thu Jul 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.8-2
357- drop explicit dependency to esound
358
359* Mon Jun 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.8-1
360- new upstream release
361
362* Sun Apr  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.7-1vl5
363- new upstream release
364
365* Sat Aug 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.6-0vl2
366- rebuilt with flac-1.2.0
367
368* Sun Jun 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.6-0vl1
369- new upstream release
370
371* Sat Jun  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.5-0vl4
372- rebuilt with new toolchain
373- added BuildRequires: libiec61883-devel
374
375* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.5-0vl3
376- rebuild with dbus-1.0
377- add BuildRequires: dbus-devel >= 1.0
378
379* Sat Mar 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.5-0vl2
380- add Vendor/Distribution tag
381- add '-with-package-name' option to %%configure
382- use more macros
383
384* Fri Dec 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.5-0vl1
385- new upstream release
386- update %%_gst_ver, %%_gstpb_ver
387- add new plugin: libgstaudiofx.so
388
389* Wed Aug 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.4-0vl1
390- new upstream release
391- update %%_gst_ver
392
393* Sat May 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.3-0vl1
394- new upstream release
395- update %%_gst_ver, %%_gstpb_ver
396- add BuildRequires: taglib-devel, hal-devel
397- add Requires: taglib, hal
398- add new plugins:
399  - libgstapetag.so, libgsttaglib.so
400  - libgsthalelements.so
401  - libgstgdkpixbuf.so
402  - libgstvideobalance.so
403  - libgstximagesrc.so
404  - libgsticydemux.so
405  - libgstannodex.so
406
407* Fri Feb 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.2-0vl1
408- new upstream release
409- update %%_gst_ver, %%_gstpb_ver
410
411* Sat Jan 21 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.1-0vl1
412- initial package based on gstreamer-plugins
413- new upstream release
414  - change major to 0.10
415- update dependencies
416- update %%configure options
417- add sub-package: -flac, -speex, -dv, raw1394, aa
418
419* Mon Dec 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.11-0vl3
420- remove duplicated libgst{idct,qtdemux,xwindowlistener}.so
421
422* Thu Oct 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.11-0vl2
423- added missing alsa plugin
424
425* Thu Sep 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.11-0vl1
426- new upstream release
427- added alsa and cairo plugins
428
429* Sun Jul 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.10-0vl1
430- new upstream release
431
432* Mon Jun  6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.9-0vl1
433- new upstream release
434
435* Wed May 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl5
436- added Conflicts: gstreamer-plugins-extra-audio < 0.8.8-0vl2
437
438* Sun May  8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl4
439- added libgstcdparania.so for gnome-cd (gnome-media)
440- BuildRequires: cdparanoia-devel
441
442* Wed Mar 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.8-0vl3
443- drop BuildRequires: xmms-devel, Requires: xmms
444
445* Tue Mar 29 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.8.8-0vl2
446- libgstvideo4linux2.so temoporally omitted for ppc
447  (will be back later, I hope)
448
449* Sun Mar 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl1
450- new upstream release
451- s/Copyright/License/
452- includes plugins depend on main package libraries only
453
454* Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.5-0vl1
455- new upstream release
456
457* Tue Dec 09 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-0vl1
458- new upstream release
459
460* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.2-0vl1
461- new upstream release
462
463* Sat Feb 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-0vl1
464- new upstream release
465
466* Sat Feb 01 2003 Tomoya TAKA <taka@vinelinux.org> 0.5.2-0vl3
467- build with -fPIC on alpha
468
469* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl2
470- modified scripts
471
472* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl1
473- new upstream release
474
475* Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.1-0vl2
476- disable some plugins.
477
478* Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.1-0vl1
479- new upstream release
480- initial build for Vine Linux
481
482* Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-15
483- Include ia64
484- Add BuildRequires: autoconf automake
485
486* Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com>
487- rebuild
488
489* Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-12
490- rebuild
491
492* Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-10
493- rebuild
494- disable tests
495
496* Mon Dec 16 2002 Tim Powers <timp@redhat.com> 0.5.0-9
497- rebuild
498
499* Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7
500- fix libdir for ia64.
501
502* Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-3
503- ExcludeArch: ia64.   Random assembler errors that I have no hope of fixing
504- Add devel package
505
506* Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-1
507- 0.5.0
508- apparently, festival-devel isn't needed.
509
510* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 0.4.2-3
511- rebuild to fix broken dep on libgstreamer-0.4.2.so.0
512
513* Tue Dec  3 2002 Havoc Pennington <hp@redhat.com>
514- excludearch the arches that can't build gstreamer cothreads
515- well it isn't really SMP-safe
516- add patch for including pthread.h when required
517- prereq gconftool
518- fix typo that broke schema installation in post
519
520* Mon Dec  2 2002 Havoc Pennington <hp@redhat.com>
521- initial "official" import
522- munge tarball for legal cleanliness
523
524* Thu Nov  7 2002 Jeremy Katz <katzj@redhat.com>
525- 0.4.2
526
527* Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com>
528- 0.4.1
529- install the gconf schema
530- use %%configure
531
532* Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com>
533- update to 0.4.0
534- give explicit vorbis include path, don't run vorbis test
535
536* Sun Aug 11 2002 Jeremy Katz <katzj@redhat.com>
537- collapse into one package to preserve some sanity
538
539* Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
540- added more BuildRequires and Requires
541- rearranged some plugins
542- added changelog ;)
Note: See TracBrowser for help on using the repository browser.