Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / gstreamer.spec.in
1 %define         gstreamer       gstreamer
2 %define         majorminor      @GST_MAJORMINOR@
3
4 %define         _glib2          @GLIB_REQ@
5
6 Name:           %{gstreamer}
7 Version:        @VERSION@
8 Release:        @PACKAGE_VERSION_RELEASE@
9 Summary:        GStreamer streaming media framework runtime
10
11 Group:          Applications/Multimedia
12 License:        LGPL
13 URL:            http://gstreamer.freedesktop.org/
14 Source:         http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.bz2
15 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16
17 Requires:       gstreamer-tools >= %{version}
18
19 BuildRequires:  glib2-devel >= %{_glib2}
20 BuildRequires:  bison
21 BuildRequires:  flex
22 BuildRequires:  m4
23 BuildRequires:  check-devel
24 BuildRequires:  gtk-doc >= 1.3
25 BuildRequires:  gettext
26
27 # because AM_PROG_LIBTOOL was used in configure.ac
28 BuildRequires:  gcc-c++
29
30 ### documentation requirements
31 BuildRequires:  python2
32 BuildRequires:  openjade
33 BuildRequires:  jadetex
34 BuildRequires:  libxslt
35 BuildRequires:  docbook-style-dsssl
36 BuildRequires:  docbook-style-xsl
37 BuildRequires:  docbook-utils
38 BuildRequires:  transfig
39 BuildRequires:  xfig
40 BuildRequires:  netpbm-progs
41 BuildRequires:  tetex-dvips
42 BuildRequires:  ghostscript
43 BuildRequires:  PyXML
44
45 %description
46 GStreamer is a streaming media framework, based on graphs of filters which
47 operate on media data. Applications using this library can do anything
48 from real-time sound processing to playing videos, and just about anything
49 else media-related.  Its plugin-based architecture means that new data
50 types or processing capabilities can be added simply by installing new 
51 plugins.
52
53 %package devel
54 Summary:        Libraries/include files for GStreamer streaming media framework
55 Group:          Development/Libraries
56
57 Requires:       %{name} = %{version}-%{release}
58 Requires:       glib2-devel >= %{_glib2}
59 Requires:       check-devel
60
61 %description devel
62 GStreamer is a streaming media framework, based on graphs of filters which
63 operate on media data. Applications using this library can do anything
64 from real-time sound processing to playing videos, and just about anything
65 else media-related.  Its plugin-based architecture means that new data
66 types or processing capabilities can be added simply by installing new   
67 plugins.
68
69 This package contains the libraries and includes files necessary to develop
70 applications and plugins for GStreamer, as well as general and API
71 documentation.
72
73 %package -n gstreamer-tools
74 Summary:        common tools and files for GStreamer streaming media framework
75 Group:          Applications/Multimedia
76
77 %description -n gstreamer-tools
78 GStreamer is a streaming media framework, based on graphs of filters which
79 operate on media data. Applications using this library can do anything
80 from real-time sound processing to playing videos, and just about anything
81 else media-related.  Its plugin-based architecture means that new data
82 types or processing capabilities can be added simply by installing new   
83 plugins.
84
85 This package contains wrapper scripts for the command-line tools that work
86 with different major/minor versions of GStreamer.
87
88 %prep
89 %setup -q -n gstreamer-%{version}
90
91 %build
92 # 0.10.0: manuals do not build due to an openjade error; disable for now
93 %configure \
94   --with-package-name='CVS gstreamer package' \
95   --with-package-origin='http://gstreamer.freedesktop.org' \
96   --enable-debug \
97   --enable-gtk-doc \
98   --enable-docbook \
99   --enable-introspection=yes
100
101 #make %{?_smp_mflags}
102 # FIXME: docs building doesn't work with smp yet
103 make
104
105 %install  
106 rm -rf $RPM_BUILD_ROOT
107
108 # Install doc temporarily in order to be included later by rpm
109 make install DESTDIR=$RPM_BUILD_ROOT
110
111 %find_lang gstreamer-%{majorminor}
112 # Clean out files that should not be part of the rpm. 
113 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
114 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
115 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
116 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
117 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
118 # Create empty cache directory
119 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
120
121 %clean
122 rm -rf $RPM_BUILD_ROOT
123
124 %post -p /sbin/ldconfig
125
126 %postun -p /sbin/ldconfig
127
128 %files -f gstreamer-%{majorminor}.lang
129 %defattr(-, root, root, -)
130 %doc AUTHORS COPYING NEWS README RELEASE TODO
131 %{_libdir}/libgstreamer-%{majorminor}.so.*
132 %{_libdir}/libgstbase-%{majorminor}.so.*
133 %{_libdir}/libgstcontroller-%{majorminor}.so.*
134 %{_libdir}/libgstdataprotocol-%{majorminor}.so.*
135 %{_libdir}/libgstnet-%{majorminor}.so.*
136
137 %dir %{_libdir}/gstreamer-%{majorminor}
138 %{_libdir}/gstreamer-%{majorminor}/libgstcoreelements.so
139 %{_libdir}/gstreamer-%{majorminor}/libgstcoreindexers.so
140
141 %{_bindir}/gst-inspect-%{majorminor}
142 %{_bindir}/gst-launch-%{majorminor}
143 %{_bindir}/gst-typefind-%{majorminor}
144 %{_libexecdir}/gstreamer-%{majorminor}/gst-plugin-scanner
145 %doc %{_mandir}/man1/gst-inspect-%{majorminor}.*
146 %doc %{_mandir}/man1/gst-launch-%{majorminor}.*
147 %doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
148 %doc %{_datadir}/doc/gstreamer-%{majorminor}/manual
149 %doc %{_datadir}/doc/gstreamer-%{majorminor}/pwg
150 %doc %{_datadir}/doc/gstreamer-%{majorminor}/faq/
151 %{_libdir}/girepository-1.0/Gst-0.10.typelib
152 %{_libdir}/girepository-1.0/GstBase-0.10.typelib
153 %{_libdir}/girepository-1.0/GstCheck-0.10.typelib
154 %{_libdir}/girepository-1.0/GstController-0.10.typelib
155 %{_libdir}/girepository-1.0/GstNet-0.10.typelib
156 %{_datadir}/gir-1.0/Gst-0.10.gir
157 %{_datadir}/gir-1.0/GstBase-0.10.gir
158 %{_datadir}/gir-1.0/GstCheck-0.10.gir
159 %{_datadir}/gir-1.0/GstController-0.10.gir
160 %{_datadir}/gir-1.0/GstNet-0.10.gir
161
162 %files -n gstreamer-tools
163 %defattr(-, root, root, -)
164 %{_bindir}/gst-inspect
165 %{_bindir}/gst-launch
166 %{_bindir}/gst-typefind
167
168 %files devel
169 %defattr(-, root, root, -)
170 %dir %{_includedir}/gstreamer-%{majorminor}
171 %dir %{_includedir}/gstreamer-%{majorminor}/gst
172 %{_includedir}/gstreamer-%{majorminor}/gst/*.h
173
174 %{_includedir}/gstreamer-%{majorminor}/gst/base
175 %{_includedir}/gstreamer-%{majorminor}/gst/check
176 %{_includedir}/gstreamer-%{majorminor}/gst/controller
177 %{_includedir}/gstreamer-%{majorminor}/gst/dataprotocol
178 %{_includedir}/gstreamer-%{majorminor}/gst/net
179
180 %{_libdir}/libgstreamer-%{majorminor}.so
181 %{_libdir}/libgstdataprotocol-%{majorminor}.so
182 %{_libdir}/libgstbase-%{majorminor}.so
183 %{_libdir}/libgstcheck-%{majorminor}.so*
184 %{_libdir}/libgstcontroller-%{majorminor}.so
185 %{_libdir}/libgstnet-%{majorminor}.so
186
187 %{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
188 %{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
189 %{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc
190 %{_libdir}/pkgconfig/gstreamer-controller-%{majorminor}.pc
191 %{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc
192 %{_libdir}/pkgconfig/gstreamer-dataprotocol-%{majorminor}.pc
193 %{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc
194
195 %doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}/*
196 %doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}/*
197 %doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
198
199 %changelog
200 * Thu Apr 3 2008 Christian Schaller <christian.schaller at collabora co uk>
201 - Update spec file to make inclusion of all docs explicit
202
203 * Tue Dec 11 2007 Christian Schaller <christian.schaller@collabora.co.uk> 
204 - Import from Fedora package
205
206 * Fri Nov 16 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.15-1
207 - Update to 0.10.15
208
209 * Mon Oct  1 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-4
210 - Add missing Requires (#312671)
211
212 * Tue Aug 14 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-3
213 - Require check-devel (#251956)
214
215 * Sat Aug 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-1
216 - Update to 0.10.14
217
218 * Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-2
219 - Remove upstreamed docs patch
220
221 * Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-1
222 - Update to 0.10.13
223
224 * Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
225 - Update to 0.10.12
226
227 * Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.11-2
228 - Remove Requires on packages that BuildRequire us
229
230 * Tue Dec 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.11-1
231 - Update to 0.10.11
232
233 * Fri Oct 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-2
234 - Cleanups
235 - Attempt to fix multilib conflicts
236
237 * Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-1
238 - Update to 0.10.10
239
240 * Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.9-2
241 - Disable gtk-doc to fix multilib conflicts
242
243 * Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.9-1
244 - Update to new upstream version
245
246 * Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-4
247 - Re-add the gstreamer-plugins-good dependency
248
249 * Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-3.2
250 - Temporarily break the dependency cycle with gsteamer-plugins-good
251
252 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.8-3.1
253 - rebuild
254
255 * Wed Jun 28 2006 Karsten Hopp <karsten@redhat.de> 0.10.8-3
256 - remove RPATH pointing to RPM_BUILD_ROOT (#196870)
257
258 * Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-2
259 - Rebuild
260
261 * Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-1
262 - Update to 0.10.8
263
264 * Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.6-1
265 - Update to 0.10.6
266
267 * Tue Feb 14 2006 Rik van Riel <riel@redhat.com> - 0.10-3-3
268 - Obsolete gstreamer-plugins (#181296)
269
270 * Mon Feb 13 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-2
271 - Rebuild
272
273 * Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-1
274 - Update to 0.10.3
275
276 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.2-1.1
277 - rebuilt for new gcc4.1 snapshot and glibc changes
278
279 * Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.2-1
280 - Upgrade to 0.10.2
281
282 * Fri Jan 06 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.1-1
283 - New upstream version
284
285 * Fri Dec 16 2005 Thomas Vander Stichele <thomas at apestaart dot org>
286 - 0.10.0-1
287 - rebuilt for Fedora Core Development
288
289 * Wed Dec 14 2005 Thomas Vander Stichele <thomas at apestaart dot org>
290 - 0.10.0-0.gst.2
291 - rebuilt against newer GLib and friends
292
293 * Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
294 - 0.10.0-0.gst.1
295 - new release
296
297 * Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
298 - 0.9.7-0.gst.1
299 - new release, with 0.10 majorminor
300 - removed compprep and complete
301 - added plugins docs
302 - renamed libgstcorelements, libgstcoreindexers
303 - added libgstnet
304
305 * Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
306 - 0.9.5-0.gst.1
307 - new release
308
309 * Mon Oct 24 2005 Thomas Vander Stichele <thomas at apestaart dot org>
310 - 0.9.4-0.gst.1
311 - new release
312
313 * Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
314 - 0.9.3-0.gst.1
315 - new release
316
317 * Thu Sep 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
318 - 0.9.2-0.gst.1
319 - added libgstcheck
320 - new release
321
322 * Thu Jun 09 2005 Thomas Vander Stichele <thomas at apestaart dot org>
323 - 0.9.1-0.gst.1
324 - first development series release
325
326 * Tue May 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
327 - 0.8.10-0.gst.1
328 - new release
329 - up glib2 to 2.4 because disting on 2.4 builds marshalling code needing 2.4
330
331 * Mon May 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
332 - 0.8.9.2-0.gst.1
333 - new prerelease
334
335 * Tue Feb 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
336 - 0.8.9-0.gst.1
337 - new release
338 - switch back to the gst tag since fedora.us is gone
339
340 * Thu Feb 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
341 - 0.8.8.2-0.fdr.1
342 - new prerelease
343
344 * Thu Dec 23 2004 Thomas Vander Stichele <thomas at apestaart dot org>
345 - 0.8.8-0.fdr.1
346 - new upstream release
347
348 * Fri Dec 17 2004 Thomas Vander Stichele <thomas at apestaart dot org>
349 - 0.8.7.2-0.fdr.1
350 - new prerelease
351 - added fair gthread scheduler
352
353 * Wed Oct 06 2004 Thomas Vander Stichele <thomas at apestaart dot org>
354 - 0.8.7-0.fdr.1
355 - update for new GStreamer release
356
357 * Tue Oct 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
358 - 0.8.6-0.fdr.1
359 - update for new GStreamer release
360
361 * Sun Sep 26 2004 Thomas Vander Stichele <thomas at apestaart dot org>
362 - 0.8.5.3-0.fdr.1
363 - update for new GStreamer prerelease
364
365 * Sun Sep 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
366 - 0.8.5.2-0.fdr.1
367 - update for new GStreamer prerelease
368
369 * Mon Aug 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
370 - 0.8.5-0.fdr.1
371 - update for new GStreamer release
372
373 * Thu Aug 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
374 - 0.8.4.2-0.fdr.1
375 - update for new GStreamer prerelease
376 - set package name and origin
377
378 * Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
379 - 0.8.4-0.fdr.1
380 - update for new GStreamer release
381 - unbreak the postun script by not removing the cache dir
382
383 * Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
384 - 0.8.3.3-0.fdr.1: update for new GStreamer prerelease
385
386 * Fri Jul 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
387 - 0.8.3.2-0.fdr.1: update for new GStreamer prerelease
388
389 * Sat Jun 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
390 - 0.8.3-0.fdr.1: update for new GStreamer release
391
392 * Fri Jun 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
393 - 0.8.2-0.fdr.1: update for new GStreamer release
394
395 * Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
396 - 0.8.1-0.fdr.1: update for new GStreamer release
397
398 * Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
399 - add entry schedulers, clean up scheduler file section
400
401 * Tue Mar 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
402 - 0.8.0-0.fdr.1: update for new GStreamer release, renamed base to gstreamer
403
404 * Tue Mar 09 2004 Thomas Vander Stichele <thomas at apestaart dot org>
405 - 0.7.6-0.fdr.1: updated for new GStreamer release, with maj/min set to 0.8
406
407 * Mon Mar 08 2004 Thomas Vander Stichele <thomas at apestaart dot org>
408 - 0.7.5-0.fdr.3: fix postun script
409
410 * Fri Mar 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
411 - 0.7.5-0.fdr.2: new release
412
413 * Wed Feb 11 2004 Thomas Vander Stichele <thomas at apestaart dot org>
414 - 0.7.4-0.fdr.1: synchronize with Matthias's package
415
416 * Sat Feb 07 2004 Thomas Vander Stichele <thomas at apestaart dot org>
417 - make the package name gstreamer07 since this is an unstable release
418
419 * Wed Feb 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
420 - put versioned tools inside base package, and put unversioned tools in tools
421
422 * Mon Dec 01 2003 Thomas Vander Stichele <thomas at apestaart dot org>
423 - changed documentation buildrequires
424
425 * Sun Nov 09 2003 Christian Schaller <Uraeus@gnome.org>
426 - Fix spec to handle new bytestream library 
427
428 * Sun Aug 17 2003 Christian Schaller <uraeus@gnome.org>
429 - Remove docs build from RPM as the build is broken
430 - Fix stuff since more files are versioned now
431 - Remove wingo schedulers
432 - Remove putbits stuff
433
434 * Sun May 18 2003 Thomas Vander Stichele <thomas at apestaart dot org>
435 - devhelp files are now generated by gtk-doc, changed accordingly
436
437 * Sun Mar 16 2003 Christian F.K. Schaller <Uraeus@gnome.org>
438 - Add gthread scheduler
439
440 * Sat Dec 07 2002 Thomas Vander Stichele <thomas at apestaart dot org>
441 - define majorminor and use it everywhere
442 - full parallel installability
443
444 * Tue Nov 05 2002 Christian Schaller <Uraeus@linuxrising.org>
445 - Add optwingo scheduler
446 * Sat Oct 12 2002 Christian Schaller <Uraeus@linuxrising.org>
447 - Updated to work better with default RH8 rpm
448 - Added missing unspeced files
449 - Removed .a and .la files from buildroot
450
451 * Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
452 - added gst-md5sum
453
454 * Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
455 - adding flex to buildrequires
456
457 * Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
458 - Fixed the schedulers after the renaming
459 * Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
460 - added transfig to the BuildRequires:
461
462 * Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
463 - moved header location
464
465 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
466 - added popt
467 - removed .la
468
469 * Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
470 - added release of gstreamer to req of gstreamer-devel
471 - changed location of API docs to be in gtk-doc like other gtk-doc stuff
472 - reordered SPEC file
473
474 * Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
475 - moved html docs to gtk-doc standard directory
476
477 * Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
478 - move version defines of glib2 and libxml2 to configure.ac
479 - add BuildRequires for these two libs
480
481 * Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
482 - put html docs in canonical place, avoiding %doc erasure
483 - added devhelp support, current install of it is hackish
484
485 * Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
486 - Added documentation to build
487
488 * Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
489 - added libgstbasicscheduler
490 - renamed libgst to libgstreamer
491
492 * Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
493 - Added configdir parameter as it seems the configdir gets weird otherwise
494
495 * Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
496 - split off gstreamer-editor from core
497 - removed gstreamer-gnome-apps
498
499 * Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
500 - Cleaned up the spec file for the gstreamer core/plug-ins split
501 - Improve spec file
502
503 * Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
504 - Split of more plugins from the core and put them into their own modules
505 - Includes colorspace, xfree and wav
506 - Improved package Require lines
507 - Added mp3encode (lame based) to the SPEC
508
509 * Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
510 - Thomas merged mpeg plugins into one
511 * Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
512 - More minor cleanups including some fixed descriptions from Andrew Mitchell
513
514 * Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
515 - Added logging to the make statement
516
517 * Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
518 - Updated in preparation for 0.3.0 release
519
520 * Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
521 - Updated for 0.2.1 release
522 - Split out the GUI packages into their own RPM
523 - added new plugins (FLAC, festival, quicktime etc.)
524
525 * Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
526 - Visualisation plugins bundled out togheter
527 - Moved files sections up close to their respective descriptions
528
529 * Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
530 - Split the package into separate RPMS, 
531   putting most plugins out by themselves.
532
533 * Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
534 - Updated with change suggestions from Dennis Bjorklund
535
536 * Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
537 - updated to build -devel package as well
538
539 * Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
540 - first draft of spec file
541