]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - gst-plugins-ugly.spec.in
new libgstplay location now builds
[glsdk/gst-plugins-ugly0-10.git] / gst-plugins-ugly.spec.in
1 Name:           gstreamer-plugins
2 Version:        @VERSION@
3 Release:        @GST_PLUGINS_RELEASE@
4 Summary:        GStreamer Streaming-media framework plug-ins.
6 %define         prefix  /usr
7 %define         sysconfdir /etc
8 Docdir:         %{prefix}/share/doc
9 Prefix:         %prefix
11 Group:          Libraries/Multimedia
12 License:        LGPL
13 URL:            http://gstreamer.net/
14 Vendor:         GStreamer Backpackers Team <package@gstreamer.net>
15 Source:         http://gstreamer.net/releases/%{version}/src/gst-plugins-%{version}.tar.gz
16 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18 %define         _glib2          @GLIB2_REQ@
20 Requires:       glib2 >= %_glib2
21 BuildRequires:  glib2-devel >= %_glib2
22 Requires:       gstreamer = %{version}
23 BuildRequires:  nasm => 0.90
24 BuildRequires:  gstreamer-devel = %{version} 
25 Obsoletes:      gstreamer-plugin-libs
27 %description
28 GStreamer is a streaming-media framework, based on graphs of filters which
29 operate on media data. Applications using this library can do anything
30 from real-time sound processing to playing videos, and just about anything
31 else media-related.  Its plugin-based architecture means that new data
32 types or processing capabilities can be added simply by installing new
33 plug-ins.
35 %prep
36 %setup -n gst-plugins-%{version}
37 %build
38 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
39 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
40 FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
41 %{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} ; \
42 ./configure \
43   --prefix=%{_prefix} \
44   --exec-prefix=%{_exec_prefix} \
45   --bindir=%{_bindir} \
46   --sbindir=%{_sbindir} \
47   --sysconfdir=%{_sysconfdir} \
48   --datadir=%{_datadir} \
49   --includedir=%{_includedir} \
50   --libdir=%{_libdir} \
51   --libexecdir=%{_libexecdir} \
52   --localstatedir=%{_localstatedir} \
53   --sharedstatedir=%{_sharedstatedir} \
54   --mandir=%{_mandir} \
55   --infodir=%{_infodir} \
56   --enable-debug \
57   --enable-DEBUG 
59 if [ "$SMP" != "" ]; then
60   (make "MAKE=make -k -j $SMP"; exit 0)
61   make 2>&1 | tee make.log
62 else
63   make 2>&1 | tee make.log
64 fi
66 %install
67 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
68 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
69 make prefix=%{?buildroot:%{buildroot}}%{_prefix} \
70      exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \
71      bindir=%{?buildroot:%{buildroot}}%{_bindir} \
72      sbindir=%{?buildroot:%{buildroot}}%{_sbindir} \
73      sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir} \
74      datadir=%{?buildroot:%{buildroot}}%{_datadir} \
75      includedir=%{?buildroot:%{buildroot}}%{_includedir} \
76      libdir=%{?buildroot:%{buildroot}}%{_libdir} \
77      libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir} \
78      localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir} \
79      sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir} \
80      mandir=%{?buildroot:%{buildroot}}%{_mandir} \
81      infodir=%{?buildroot:%{buildroot}}%{_infodir} \
82   install
83 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
85 # Clean out files that should not be part of the rpm.
86 # This is the recommended way of dealing with it for RH8
87 rm -f $RPM_BUILD_ROOT%{_libdir}/gst/*.la
88 rm -f $RPM_BUILD_ROOT%{_libdir}/gst/*.a
89 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
90 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
93 %clean
94 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
96 %files
97 %defattr(-, root, root)
98 %doc AUTHORS COPYING README RELEASE
99 %{_bindir}/gst-launch-ext
100 %{_bindir}/gst-visualise
101 %{_mandir}/man1/gst-launch-ext.*
102 %{_mandir}/man1/gst-visualise.1.*
103 %{_libdir}/gst/libgstaudioscale.so
104 %{_libdir}/gst/libgstaudio.so
105 %{_libdir}/gst/libgstidct.so
106 %{_libdir}/gst/libgstresample.so
107 %{_libdir}/gst/libgstriff.so
108 %{_libdir}/gst/libgstvideo.so
110 %package -n gstreamer-plugins-devel
111 Summary:        GStreamer Plugin Library Headers.
112 Group:          Development/Libraries
113 Requires:       gstreamer-plugins = %{version}
115 %description -n gstreamer-plugins-devel
116 GStreamer support libraries header files.
118 %files -n gstreamer-plugins-devel
119 %defattr(-, root, root)
120 %{_includedir}/gst-plugins-%{version}/gst/audio/audio.h
121 %{_includedir}/gst-plugins-%{version}/gst/floatcast/floatcast.h
122 %{_includedir}/gst-plugins-%{version}/gst/gconf/gconf.h
123 %{_includedir}/gst-plugins-%{version}/gst/play/play.h
124 %{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
125 %{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
126 %{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
127 %{_includedir}/gst-plugins-%{version}/gst/video/video.h
128 %{_datadir}/aclocal/gst-element-check.m4
129 %{_libdir}/pkgconfig/gstreamer-libs.pc
131 # Here are all the packages depending on external libs #
133 ### A52DEC ###
134 @USE_A52DEC_TRUE@%package -n gstreamer-a52dec
135 @USE_A52DEC_TRUE@Summary:       GStreamer VOB decoder plug-in.
136 @USE_A52DEC_TRUE@Group:         Libraries/Multimedia
137 @USE_A52DEC_TRUE@Requires:      gstreamer-plugins = %{version}
138 @USE_A52DEC_TRUE@Requires:      a52dec >= 0.7.3
139 @USE_A52DEC_TRUE@BuildRequires: a52dec-devel >= 0.7.3
140 @USE_A52DEC_TRUE@
141 @USE_A52DEC_TRUE@%description -n gstreamer-a52dec
142 @USE_A52DEC_TRUE@Plug-in for decoding of VOB files.
143 @USE_A52DEC_TRUE@
144 @USE_A52DEC_TRUE@%files -n gstreamer-a52dec
145 @USE_A52DEC_TRUE@%defattr(-, root, root)
146 @USE_A52DEC_TRUE@%{_libdir}/gst/libgsta52dec.so
147 @USE_A52DEC_TRUE@%{_libdir}/gst/libgstac3parse.so
148 @USE_A52DEC_TRUE@
149 @USE_A52DEC_TRUE@%post -n gstreamer-a52dec
150 @USE_A52DEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
151 @USE_A52DEC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
152 @USE_A52DEC_TRUE@
153 @USE_A52DEC_TRUE@%postun -n gstreamer-a52dec
154 @USE_A52DEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
155 @USE_A52DEC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
157 ### AALIB ###
158 @USE_AALIB_TRUE@%package -n gstreamer-aalib
159 @USE_AALIB_TRUE@Summary:       GStreamer plug-in for Ascii-art output.
160 @USE_AALIB_TRUE@Group:         Libraries/Multimedia
161 @USE_AALIB_TRUE@Requires:      gstreamer-plugins = %{version}
162 @USE_AALIB_TRUE@Requires:      aalib >= 1.3
163 @USE_AALIB_TRUE@BuildRequires: aalib-devel >= 1.3
164 @USE_AALIB_TRUE@
165 @USE_AALIB_TRUE@%description -n gstreamer-aalib
166 @USE_AALIB_TRUE@Plug-in for viewing video in Ascii-art using aalib library.
167 @USE_AALIB_TRUE@
168 @USE_AALIB_TRUE@%files -n gstreamer-aalib
169 @USE_AALIB_TRUE@%defattr(-, root, root)
170 @USE_AALIB_TRUE@%{_libdir}/gst/libgstaasink.so
171 @USE_AALIB_TRUE@
172 @USE_AALIB_TRUE@%post -n gstreamer-aalib
173 @USE_AALIB_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
174 @USE_AALIB_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
175 @USE_AALIB_TRUE@
176 @USE_AALIB_TRUE@%postun -n gstreamer-aalib
177 @USE_AALIB_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
178 @USE_AALIB_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
180 ### ALSA ###
181 @USE_ALSA_TRUE@%package -n gstreamer-alsa
182 @USE_ALSA_TRUE@Summary:  GStreamer plug-ins for the ALSA sound system.
183 @USE_ALSA_TRUE@Group:    Libraries/Multimedia
184 @USE_ALSA_TRUE@Requires: gstreamer-plugins = %{version}
185 @USE_ALSA_TRUE@
186 @USE_ALSA_TRUE@%description -n gstreamer-alsa
187 @USE_ALSA_TRUE@Input and output plug-in for the ALSA soundcard driver system. 
188 @USE_ALSA_TRUE@This plug-in depends on Alsa 0.9.x or higher.
189 @USE_ALSA_TRUE@
190 @USE_ALSA_TRUE@%files -n gstreamer-alsa
191 @USE_ALSA_TRUE@%defattr(-, root, root)
192 @USE_ALSA_TRUE@%{_libdir}/gst/libgstalsa.so
193 @USE_ALSA_TRUE@%{_mandir}/man1/gstalsa*
194 @USE_ALSA_TRUE@
195 @USE_ALSA_TRUE@%post -n gstreamer-alsa
196 @USE_ALSA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
197 @USE_ALSA_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
198 @USE_ALSA_TRUE@
199 @USE_ALSA_TRUE@%postun -n gstreamer-alsa
200 @USE_ALSA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
201 @USE_ALSA_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
203 ### ARTS WRAPPER ###
204 @USE_ARTS_TRUE@%package -n gstreamer-arts
205 @USE_ARTS_TRUE@Summary:       GStreamer arts wrapper plug-in.
206 @USE_ARTS_TRUE@Group:         Libraries/Multimedia
207 @USE_ARTS_TRUE@Requires:      gstreamer-plugins = %{version}
208 @USE_ARTS_TRUE@Requires:      kdelibs-sound >= 2
209 @USE_ARTS_TRUE@BuildRequires: kdelibs-sound-devel >= 2
210 @USE_ARTS_TRUE@BuildRequires: gcc-c++
211 @USE_ARTS_TRUE@
212 @USE_ARTS_TRUE@%description -n gstreamer-arts
213 @USE_ARTS_TRUE@This plug-in wraps arts plug-ins.
214 @USE_ARTS_TRUE@
215 @USE_ARTS_TRUE@%files -n gstreamer-arts
216 @USE_ARTS_TRUE@%defattr(-, root, root)
217 @USE_ARTS_TRUE@%{_libdir}/gst/libgstarts.so
218 @USE_ARTS_TRUE@
219 @USE_ARTS_TRUE@%post -n gstreamer-arts
220 @USE_ARTS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
221 @USE_ARTS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
222 @USE_ARTS_TRUE@
223 @USE_ARTS_TRUE@%postun -n gstreamer-arts
224 @USE_ARTS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
225 @USE_ARTS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
227 ### ARTSD SOUND SERVER ###
228 @USE_ARTSC_TRUE@%package -n gstreamer-artsd
229 @USE_ARTSC_TRUE@Summary:  GStreamer artsd output plug-in.
230 @USE_ARTSC_TRUE@Group:    Libraries/Multimedia
231 @USE_ARTSC_TRUE@Requires: gstreamer-plugins = %{version}
232 @USE_ARTSC_TRUE@
233 @USE_ARTSC_TRUE@%description -n gstreamer-artsd
234 @USE_ARTSC_TRUE@Plug-in for outputting to artsd sound server.
235 @USE_ARTSC_TRUE@
236 @USE_ARTSC_TRUE@%files -n gstreamer-artsd
237 @USE_ARTSC_TRUE@%defattr(-, root, root)
238 @USE_ARTSC_TRUE@%{_libdir}/gst/libgstartsdsink.so
239 @USE_ARTSC_TRUE@
240 @USE_ARTSC_TRUE@%post -n gstreamer-artsd
241 @USE_ARTSC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
242 @USE_ARTSC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
243 @USE_ARTSC_TRUE@
244 @USE_ARTSC_TRUE@%postun -n gstreamer-artsd
245 @USE_ARTSC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
246 @USE_ARTSC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
248 ### SWFDEC FLASH PLUGIN ###
249 @USE_SWFDEC_TRUE@%package -n gstreamer-swfdec
250 @USE_SWFDEC_TRUE@Summary:  GStreamer Flash redering plug-in.
251 @USE_SWFDEC_TRUE@Group:    Libraries/Multimedia
252 @USE_SWFDEC_TRUE@Requires: gstreamer-plugins = %{version}
253 @USE_SWFDEC_TRUE@Requires: libswfdec => 0.1.1
254 @USE_SWFDEC_TRUE@
255 @USE_SWFDEC_TRUE@%description -n gstreamer-swfdec
256 @USE_SWFDEC_TRUE@Plug-in for rendering Flash animations using swfdec library
257 @USE_SWFDEC_TRUE@
258 @USE_SWFDEC_TRUE@%files -n gstreamer-swfdec
259 @USE_SWFDEC_TRUE@%defattr(-, root, root)
260 @USE_SWFDEC_TRUE@%{_libdir}/gst/libgstswfdec.so
261 @USE_SWFDEC_TRUE@
262 @USE_SWFDEC_TRUE@%post -n gstreamer-swfdec
263 @USE_SWFDEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
264 @USE_SWFDEC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
265 @USE_SWFDEC_TRUE@
266 @USE_SWFDEC_TRUE@%postun -n gstreamer-swfdec
267 @USE_SWFDEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
268 @USE_SWFDEC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
271 ### AUDIOFILE ###
272 @USE_AUDIOFILE_TRUE@%package -n gstreamer-audiofile
273 @USE_AUDIOFILE_TRUE@Summary:       GStreamer plug-in for audiofile support.
274 @USE_AUDIOFILE_TRUE@Group:         Libraries/Multimedia
275 @USE_AUDIOFILE_TRUE@Requires:      gstreamer-plugins = %{version}
276 @USE_AUDIOFILE_TRUE@Requires:      audiofile >= 0.2.1
277 @USE_AUDIOFILE_TRUE@BuildRequires: audiofile-devel >= 0.2.1
278 @USE_AUDIOFILE_TRUE@
279 @USE_AUDIOFILE_TRUE@%description -n gstreamer-audiofile
280 @USE_AUDIOFILE_TRUE@Plug-in for supporting reading and writing of all files supported by audiofile.
281 @USE_AUDIOFILE_TRUE@
282 @USE_AUDIOFILE_TRUE@%files -n gstreamer-audiofile
283 @USE_AUDIOFILE_TRUE@%defattr(-, root, root)
284 @USE_AUDIOFILE_TRUE@%{_libdir}/gst/libgstaudiofile.so
285 @USE_AUDIOFILE_TRUE@
286 @USE_AUDIOFILE_TRUE@%post -n  gstreamer-audiofile
287 @USE_AUDIOFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
288 @USE_AUDIOFILE_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
289 @USE_AUDIOFILE_TRUE@
290 @USE_AUDIOFILE_TRUE@%postun -n  gstreamer-audiofile
291 @USE_AUDIOFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
292 @USE_AUDIOFILE_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
294 ### AVI ###
295 %package -n gstreamer-avi
296 Summary:       GStreamer plug-in for AVI movie playback.
297 Group:         Libraries/Multimedia
298 Requires:      gstreamer-plugins = %{version}
299 Requires:      gstreamer-colorspace = %{version}
301 %description -n gstreamer-avi
302 Plug-ins for playback of AVI format media files.
304 %files -n gstreamer-avi
305 %defattr(-, root, root)
306 %{_libdir}/gst/libgstavidemux.so
307 %{_libdir}/gst/libgstavimux.so
309 %post -n gstreamer-avi
310 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
311 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
313 %postun -n gstreamer-avi
314 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
315 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
317 ### Windec ###
318 @USE_AVIFILE_TRUE@%package -n gstreamer-windec
319 @USE_AVIFILE_TRUE@Summary:       GStreamer plug-in for Windows DLL loading
320 @USE_AVIFILE_TRUE@Group:         Libraries/Multimedia
321 @USE_AVIFILE_TRUE@Requires:      gstreamer-plugins = %{version}
322 @USE_AVIFILE_TRUE@Requires:      avifile
323 @USE_AVIFILE_TRUE@BuildRequires: avifile-devel
324 @USE_AVIFILE_TRUE@
325 @USE_AVIFILE_TRUE@%description -n gstreamer-windec
326 @USE_AVIFILE_TRUE@Plug-ins for playback for loading window DLL files. 
327 @USE_AVIFILE_TRUE@Needed for playback of some  AVI format media files.
328 @USE_AVIFILE_TRUE@
329 @USE_AVIFILE_TRUE@%files -n gstreamer-windec
330 @USE_AVIFILE_TRUE@%defattr(-, root, root)
331 @USE_AVIFILE_TRUE@%{_libdir}/gst/libgstwincodec.so
332 @USE_AVIFILE_TRUE@
333 @USE_AVIFILE_TRUE@%post -n gstreamer-windec
334 @USE_AVIFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
335 @USE_AVIFILE_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
336 @USE_AVIFILE_TRUE@
337 @USE_AVIFILE_TRUE@%postun -n gstreamer-windec
338 @USE_AVIFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
339 @USE_AVIFILE_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
341 ### CDPARANOIA ###
342 @USE_CDPARANOIA_TRUE@%package -n gstreamer-cdparanoia
343 @USE_CDPARANOIA_TRUE@Summary:       GStreamer plug-in for CD audio input using CDParanoia IV.
344 @USE_CDPARANOIA_TRUE@Group:         Libraries/Multimedia
345 @USE_CDPARANOIA_TRUE@Requires:      gstreamer-plugins = %{version}
346 @USE_CDPARANOIA_TRUE@Requires:      cdparanoia-libs >= alpha9.7
347 @USE_CDPARANOIA_TRUE@BuildRequires: cdparanoia-devel >= alpha9.7
348 @USE_CDPARANOIA_TRUE@
349 @USE_CDPARANOIA_TRUE@%description -n gstreamer-cdparanoia
350 @USE_CDPARANOIA_TRUE@Plug-in for ripping audio tracks using cdparanoia under GStreamer.
351 @USE_CDPARANOIA_TRUE@
352 @USE_CDPARANOIA_TRUE@%files -n gstreamer-cdparanoia
353 @USE_CDPARANOIA_TRUE@%defattr(-, root, root)
354 @USE_CDPARANOIA_TRUE@%{_libdir}/gst/libgstcdparanoia.so
355 @USE_CDPARANOIA_TRUE@
356 @USE_CDPARANOIA_TRUE@%post -n gstreamer-cdparanoia
357 @USE_CDPARANOIA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
358 @USE_CDPARANOIA_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
359 @USE_CDPARANOIA_TRUE@
360 @USE_CDPARANOIA_TRUE@%postun -n gstreamer-cdparanoia
361 @USE_CDPARANOIA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
362 @USE_CDPARANOIA_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
364 ### DVDREAD ###
365 @USE_DVDREAD_TRUE@%package -n gstreamer-libdvdread
366 @USE_DVDREAD_TRUE@Summary:       GStreamer plug-in for DVD playback.
367 @USE_DVDREAD_TRUE@Group:         Libraries/Multimedia
368 @USE_DVDREAD_TRUE@Requires:      gstreamer-plugins = %{version}
369 @USE_DVDREAD_TRUE@Requires:      libdvdread >= 0.9.0
370 @USE_DVDREAD_TRUE@BuildRequires: libdvdread-devel >= 0.9.0
371 @USE_DVDREAD_TRUE@Obsoletes:     gstreamer-libdvd
372 @USE_DVDREAD_TRUE@
373 @USE_DVDREAD_TRUE@%description -n gstreamer-libdvdread
374 @USE_DVDREAD_TRUE@Plug-in for reading DVDs using libdvdread and libdvdnav 
375 @USE_DVDREAD_TRUE@under GStreamer.
376 @USE_DVDREAD_TRUE@
377 @USE_DVDREAD_TRUE@%files -n gstreamer-libdvdread
378 @USE_DVDREAD_TRUE@%defattr(-, root, root)
379 @USE_DVDREAD_TRUE@%{_libdir}/gst/libgstdvdreadsrc.so
380 @USE_DVDREAD_TRUE@%{_libdir}/gst/libgstdvdnavsrc.so
381 @USE_DVDREAD_TRUE@
382 @USE_DVDREAD_TRUE@%post -n gstreamer-libdvdread
383 @USE_DVDREAD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
384 @USE_DVDREAD_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
385 @USE_DVDREAD_TRUE@
386 @USE_DVDREAD_TRUE@%postun -n gstreamer-libdvdread
387 @USE_DVDREAD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
388 @USE_DVDREAD_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
390 ## DXR3 ###
391 @USE_DXR3_TRUE@%package -n gstreamer-dxr3
392 @USE_DXR3_TRUE@Summary:       GStreamer plug-in for playback using dxr3 card.
393 @USE_DXR3_TRUE@Group:         Libraries/Multimedia
394 @USE_DXR3_TRUE@Requires:      gstreamer-plugins = %{version}
395 @USE_DXR3_TRUE@Requires:      em8300 => 0.12.0
396 @USE_DXR3_TRUE@BuildRequires: em8300-devel => 0.12.0
397 @USE_DXR3_TRUE@
398 @USE_DXR3_TRUE@%description -n gstreamer-dxr3
399 @USE_DXR3_TRUE@Plug-in supporting DVD playback using cards
400 @USE_DXR3_TRUE@with the dxr3 chipset like Hollywood Plus
401 @USE_DXR3_TRUE@and Creative Labs DVD cards.
402 @USE_DXR3_TRUE@
403 @USE_DXR3_TRUE@%files -n gstreamer-dxr3
404 @USE_DXR3_TRUE@%defattr(-, root, root)
405 @USE_DXR3_TRUE@%{_libdir}/gst/libgstdxr3.so
406 @USE_DXR3_TRUE@
407 @USE_DXR3_TRUE@%post -n gstreamer-dxr3
408 @USE_DXR3_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
409 @USE_DXR3_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
410 @USE_DXR3_TRUE@
411 @USE_DXR3_TRUE@%postun -n gstreamer-dxr3
412 @USE_DXR3_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
413 @USE_DXR3_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
415 ### ESD ###
416 @USE_ESD_TRUE@%package -n gstreamer-esound
417 @USE_ESD_TRUE@Summary:       GStreamer plug-in for ESD sound output.
418 @USE_ESD_TRUE@Group:         Libraries/Multimedia
419 @USE_ESD_TRUE@Requires:      gstreamer-plugins = %{version}
420 @USE_ESD_TRUE@Requires:      esound >= 0.2.8
421 @USE_ESD_TRUE@BuildRequires: esound-devel >= 0.2.8
422 @USE_ESD_TRUE@Obsoletes:     gstreamer-esd
423 @USE_ESD_TRUE@
424 @USE_ESD_TRUE@%description -n gstreamer-esound
425 @USE_ESD_TRUE@Output and monitoring plug-ins for GStreamer using ESound.
426 @USE_ESD_TRUE@
427 @USE_ESD_TRUE@%files -n gstreamer-esound
428 @USE_ESD_TRUE@%defattr(-, root, root)
429 @USE_ESD_TRUE@%{_libdir}/gst/libgstesdmon.so
430 @USE_ESD_TRUE@%{_libdir}/gst/libgstesdsink.so
431 @USE_ESD_TRUE@
432 @USE_ESD_TRUE@%post -n gstreamer-esound
433 @USE_ESD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
434 @USE_ESD_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
435 @USE_ESD_TRUE@
436 @USE_ESD_TRUE@%postun -n gstreamer-esound
437 @USE_ESD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
438 @USE_ESD_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
440 ### FLAC ###
441 @USE_FLAC_TRUE@%package -n gstreamer-flac
442 @USE_FLAC_TRUE@Summary:       GStreamer plug-in for FLAC lossless audio.
443 @USE_FLAC_TRUE@Group:         Libraries/Multimedia
444 @USE_FLAC_TRUE@Requires:      gstreamer-plugins = %{version}
445 @USE_FLAC_TRUE@Requires:      flac >= 1.0.3
446 @USE_FLAC_TRUE@BuildRequires: flac-devel >= 1.0.3
447 @USE_FLAC_TRUE@
448 @USE_FLAC_TRUE@%description -n gstreamer-flac
449 @USE_FLAC_TRUE@Plug-in for the free FLAC lossless audio format.
450 @USE_FLAC_TRUE@
451 @USE_FLAC_TRUE@%files -n gstreamer-flac
452 @USE_FLAC_TRUE@%defattr(-, root, root)
453 @USE_FLAC_TRUE@%{_libdir}/gst/libgstflac.so
454 @USE_FLAC_TRUE@
455 @USE_FLAC_TRUE@%post -n gstreamer-flac
456 @USE_FLAC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
457 @USE_FLAC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
458 @USE_FLAC_TRUE@
459 @USE_FLAC_TRUE@%postun -n gstreamer-flac
460 @USE_FLAC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
461 @USE_FLAC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
463 ### GNOME VFS 2 ###
464 @USE_GNOME_VFS_TRUE@%package -n gstreamer-gnomevfs
465 @USE_GNOME_VFS_TRUE@Summary:       GStreamer plug-ins for Gnome-VFS input and output.
466 @USE_GNOME_VFS_TRUE@Group:         Libraries/Multimedia
467 @USE_GNOME_VFS_TRUE@Requires:      gstreamer-plugins = %{version}
468 @USE_GNOME_VFS_TRUE@Requires:      gnome-vfs2 > 1.9.4.00
469 @USE_GNOME_VFS_TRUE@BuildRequires: gnome-vfs2-devel > 1.9.4.00
470 @USE_GNOME_VFS_TRUE@
471 @USE_GNOME_VFS_TRUE@%description -n gstreamer-gnomevfs
472 @USE_GNOME_VFS_TRUE@Plug-ins for reading and writing through GNOME VFS.
473 @USE_GNOME_VFS_TRUE@
474 @USE_GNOME_VFS_TRUE@%files -n gstreamer-gnomevfs
475 @USE_GNOME_VFS_TRUE@%defattr(-, root, root)
476 @USE_GNOME_VFS_TRUE@%{_libdir}/gst/libgstgnomevfssrc.so
477 @USE_GNOME_VFS_TRUE@%{_libdir}/gst/libgstgnomevfssink.so
478 @USE_GNOME_VFS_TRUE@
479 @USE_GNOME_VFS_TRUE@%post -n gstreamer-gnomevfs
480 @USE_GNOME_VFS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
481 @USE_GNOME_VFS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
482 @USE_GNOME_VFS_TRUE@
483 @USE_GNOME_VFS_TRUE@%postun -n gstreamer-gnomevfs
484 @USE_GNOME_VFS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
485 @USE_GNOME_VFS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
487 ### GSM ###
488 @USE_GSM_TRUE@%package -n gstreamer-gsm
489 @USE_GSM_TRUE@Summary:       GStreamer plug-in for GSM lossy audio format.
490 @USE_GSM_TRUE@Group:         Libraries/Multimedia
491 @USE_GSM_TRUE@Requires:      gstreamer-plugins = %{version}
492 @USE_GSM_TRUE@Requires:      gsm >= 1.0.10
493 @USE_GSM_TRUE@BuildRequires: gsm-devel >= 1.0.10
494 @USE_GSM_TRUE@
495 @USE_GSM_TRUE@%description -n gstreamer-gsm
496 @USE_GSM_TRUE@Output plug-in for GStreamer to convert to GSM lossy audio format.
497 @USE_GSM_TRUE@
498 @USE_GSM_TRUE@%files -n gstreamer-gsm
499 @USE_GSM_TRUE@%defattr(-, root, root)
500 @USE_GSM_TRUE@%{_libdir}/gst/libgstgsm.so
501 @USE_GSM_TRUE@
502 @USE_GSM_TRUE@%post -n gstreamer-gsm
503 @USE_GSM_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
504 @USE_GSM_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
505 @USE_GSM_TRUE@
506 @USE_GSM_TRUE@%postun -n gstreamer-gsm
507 @USE_GSM_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
508 @USE_GSM_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
510 ### HERMES ###
511 @USE_HERMES_TRUE@%package -n gstreamer-colorspace
512 @USE_HERMES_TRUE@Summary:       GStreamer colorspace conversion plug-in.
513 @USE_HERMES_TRUE@Group:         Libraries/Multimedia
514 @USE_HERMES_TRUE@Requires:      gstreamer-plugins = %{version}
515 @USE_HERMES_TRUE@Requires:      Hermes => 1.3.0
516 @USE_HERMES_TRUE@BuildRequires: Hermes-devel => 1.3.0
517 @USE_HERMES_TRUE@%description -n gstreamer-colorspace
518 @USE_HERMES_TRUE@Colorspace plug-in based on Hermes library.
519 @USE_HERMES_TRUE@
520 @USE_HERMES_TRUE@%files -n gstreamer-colorspace
521 @USE_HERMES_TRUE@%defattr(-, root, root)
522 @USE_HERMES_TRUE@%{_libdir}/gst/libgstcolorspace.so
523 @USE_HERMES_TRUE@
524 @USE_HERMES_TRUE@%post -n gstreamer-colorspace
525 @USE_HERMES_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
526 @USE_HERMES_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
527 @USE_HERMES_TRUE@
528 @USE_HERMES_TRUE@%postun -n gstreamer-colorspace
529 @USE_HERMES_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
530 @USE_HERMES_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
532 ### HTTP ###
533 @USE_HTTP_TRUE@%package -n gstreamer-httpsrc
534 @USE_HTTP_TRUE@Summary:       GStreamer plug-in for http using libghttp.
535 @USE_HTTP_TRUE@Group:         Libraries/Multimedia
536 @USE_HTTP_TRUE@Requires:      gstreamer-plugins = %{version}
537 @USE_HTTP_TRUE@Requires:      libghttp => 1.0.9
538 @USE_HTTP_TRUE@BuildRequires: libghttp-devel => 1.0.9
539 @USE_HTTP_TRUE@
540 @USE_HTTP_TRUE@%description -n gstreamer-httpsrc
541 @USE_HTTP_TRUE@Plug-in supporting the http protocol based 
542 @USE_HTTP_TRUE@on the libghttp library.
543 @USE_HTTP_TRUE@
544 @USE_HTTP_TRUE@%files -n gstreamer-httpsrc
545 @USE_HTTP_TRUE@%defattr(-, root, root)
546 @USE_HTTP_TRUE@%{_libdir}/gst/libgsthttpsrc.so
547 @USE_HTTP_TRUE@
548 @USE_HTTP_TRUE@%post -n gstreamer-httpsrc
549 @USE_HTTP_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
550 @USE_HTTP_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
551 @USE_HTTP_TRUE@
552 @USE_HTTP_TRUE@%postun -n gstreamer-httpsrc
553 @USE_HTTP_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
554 @USE_HTTP_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
556 #### JACK AUDIO CONNECTION KIT ###
557 @USE_JACK_TRUE@%package -n gstreamer-jack
558 @USE_JACK_TRUE@Summary:  GStreamer plug-in for the Jack Sound Server.
559 @USE_JACK_TRUE@Group:    Libraries/Multimedia
560 @USE_JACK_TRUE@Requires: gstreamer-plugins = %{version}
561 @USE_JACK_TRUE@Requires: jack-audio-connection-kit => 0.28.0
562 @USE_JACK_TRUE@
563 @USE_JACK_TRUE@%description -n gstreamer-jack
564 @USE_JACK_TRUE@Plug-in for the JACK professional sound server.
565 @USE_JACK_TRUE@
566 @USE_JACK_TRUE@%files -n gstreamer-jack
567 @USE_JACK_TRUE@%defattr(-, root, root)
568 @USE_JACK_TRUE@%{_libdir}/gst/libgstjack.so
569 @USE_JACK_TRUE@
570 @USE_JACK_TRUE@%post -n gstreamer-jack
571 @USE_JACK_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
572 @USE_JACK_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
573 @USE_JACK_TRUE@
574 @USE_JACK_TRUE@%postun -n gstreamer-jack
575 @USE_JACK_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
576 @USE_JACK_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
578 ### JPEG ###
579 @USE_JPEG_TRUE@%package -n gstreamer-jpeg
580 @USE_JPEG_TRUE@Summary:       GStreamer plug-in for JPEG images.
581 @USE_JPEG_TRUE@Group:         Libraries/Multimedia
582 @USE_JPEG_TRUE@Requires:      gstreamer-plugins = %{version}
583 @USE_JPEG_TRUE@Requires:      libjpeg
584 @USE_JPEG_TRUE@BuildRequires: libjpeg-devel
585 @USE_JPEG_TRUE@
586 @USE_JPEG_TRUE@%description -n gstreamer-jpeg
587 @USE_JPEG_TRUE@Output plug-in for GStreamer using libjpeg.
588 @USE_JPEG_TRUE@
589 @USE_JPEG_TRUE@%files -n gstreamer-jpeg
590 @USE_JPEG_TRUE@%defattr(-, root, root)
591 @USE_JPEG_TRUE@%{_libdir}/gst/libgstjpeg.so
592 @USE_JPEG_TRUE@
593 @USE_JPEG_TRUE@%post -n gstreamer-jpeg
594 @USE_JPEG_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
595 @USE_JPEG_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
596 @USE_JPEG_TRUE@
597 @USE_JPEG_TRUE@%postun -n gstreamer-jpeg
598 @USE_JPEG_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
599 @USE_JPEG_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
601 ### LADSPA ###
602 @USE_LADSPA_TRUE@%package -n gstreamer-ladspa
603 @USE_LADSPA_TRUE@Summary:       GStreamer wrapper for LADSPA plug-ins.
604 @USE_LADSPA_TRUE@Group:         Libraries/Multimedia
605 @USE_LADSPA_TRUE@Requires:      gstreamer-plugins = %{version}
606 @USE_LADSPA_TRUE@Requires:      ladspa
607 @USE_LADSPA_TRUE@BuildRequires: ladspa-devel
608 @USE_LADSPA_TRUE@
609 @USE_LADSPA_TRUE@%description -n gstreamer-ladspa
610 @USE_LADSPA_TRUE@Plug-in which wraps LADSPA plug-ins for use by GStreamer applications.
611 @USE_LADSPA_TRUE@We suggest you also get the cmt package of ladspa plug-ins
612 @USE_LADSPA_TRUE@and steve harris's swh-plugins package.
613 @USE_LADSPA_TRUE@
614 @USE_LADSPA_TRUE@%files -n gstreamer-ladspa
615 @USE_LADSPA_TRUE@%defattr(-, root, root)
616 @USE_LADSPA_TRUE@%{_libdir}/gst/libgstladspa.so
617 @USE_LADSPA_TRUE@
618 @USE_LADSPA_TRUE@%post -n gstreamer-ladspa
619 @USE_LADSPA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
620 @USE_LADSPA_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
621 @USE_LADSPA_TRUE@
622 @USE_LADSPA_TRUE@%postun -n gstreamer-ladspa
623 @USE_LADSPA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
624 @USE_LADSPA_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
626 ### LAME ###
627 @USE_LAME_TRUE@%package -n gstreamer-lame
628 @USE_LAME_TRUE@Summary:       GStreamer plug-in encoding mp3 songs using lame.
629 @USE_LAME_TRUE@Group:         Libraries/Multimedia
630 @USE_LAME_TRUE@Requires:      gstreamer-plugins = %{version}
631 @USE_LAME_TRUE@Requires:      lame >= 3.89
632 @USE_LAME_TRUE@BuildRequires: lame-devel >= 3.89
633 @USE_LAME_TRUE@
634 @USE_LAME_TRUE@%description -n gstreamer-lame
635 @USE_LAME_TRUE@Plug-in for encoding mp3 with lame under GStreamer.
636 @USE_LAME_TRUE@
637 @USE_LAME_TRUE@%files -n gstreamer-lame
638 @USE_LAME_TRUE@%defattr(-, root, root)
639 @USE_LAME_TRUE@%{_libdir}/gst/libgstlame.so
640 @USE_LAME_TRUE@
641 @USE_LAME_TRUE@%post -n gstreamer-lame
642 @USE_LAME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
643 @USE_LAME_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
644 @USE_LAME_TRUE@
645 @USE_LAME_TRUE@%postun -n gstreamer-lame
646 @USE_LAME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
647 @USE_LAME_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
649 ### LIBDV ###
650 @USE_LIBDV_TRUE@%package -n gstreamer-dv
651 @USE_LIBDV_TRUE@Summary:       GStreamer DV plug-in.
652 @USE_LIBDV_TRUE@Group:         Libraries/Multimedia
653 @USE_LIBDV_TRUE@Requires:      gstreamer-plugins = %{version}
654 @USE_LIBDV_TRUE@Requires:      libdv >= 0.9.5
655 @USE_LIBDV_TRUE@BuildRequires: libdv-devel >= 0.9.5
656 @USE_LIBDV_TRUE@
657 @USE_LIBDV_TRUE@%description -n gstreamer-dv
658 @USE_LIBDV_TRUE@Plug-in for digital video support using libdv.
659 @USE_LIBDV_TRUE@
660 @USE_LIBDV_TRUE@%files -n gstreamer-dv
661 @USE_LIBDV_TRUE@%defattr(-, root, root)
662 @USE_LIBDV_TRUE@%{_libdir}/gst/libgstdvdec.so
663 @USE_LIBDV_TRUE@
664 @USE_LIBDV_TRUE@%post -n gstreamer-dv
665 @USE_LIBDV_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
666 @USE_LIBDV_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
667 @USE_LIBDV_TRUE@
668 @USE_LIBDV_TRUE@%postun -n gstreamer-dv
669 @USE_LIBDV_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
670 @USE_LIBDV_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
673 ### LIBFAME ###
674 @USE_LIBFAME_TRUE@%package -n gstreamer-libfame
675 @USE_LIBFAME_TRUE@Summary:       GStreamer plug-in to encode MPEG1/MPEG4 video.
676 @USE_LIBFAME_TRUE@Group:         Libraries/Multimedia
677 @USE_LIBFAME_TRUE@Requires:      gstreamer-plugins = %{version}
678 @USE_LIBFAME_TRUE@Requires:      libfame >= 0.9.0 
679 @USE_LIBFAME_TRUE@BuildRequires: libfame-devel >= 0.9.0 
680 @USE_LIBFAME_TRUE@
681 @USE_LIBFAME_TRUE@%description -n gstreamer-libfame
682 @USE_LIBFAME_TRUE@Plug-in for encoding MPEG1/MPEG4 video using libfame.
683 @USE_LIBFAME_TRUE@
684 @USE_LIBFAME_TRUE@%files -n gstreamer-libfame
685 @USE_LIBFAME_TRUE@%defattr(-, root, root)
686 @USE_LIBFAME_TRUE@%{_libdir}/gst/libgstlibfame.so
687 @USE_LIBFAME_TRUE@
688 @USE_LIBFAME_TRUE@%post -n gstreamer-libfame
689 @USE_LIBFAME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
690 @USE_LIBFAME_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
691 @USE_LIBFAME_TRUE@
692 @USE_LIBFAME_TRUE@%postun -n gstreamer-libfame
693 @USE_LIBFAME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
694 @USE_LIBFAME_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
696 ### MAD ###
697 @USE_MAD_TRUE@%package -n gstreamer-mad  
698 @USE_MAD_TRUE@Summary:       GStreamer plug-in using MAD for mp3 decoding.
699 @USE_MAD_TRUE@Group:         Libraries/Multimedia
700 @USE_MAD_TRUE@Requires:      gstreamer-plugins = %{version}
701 @USE_MAD_TRUE@Requires:      gstreamer-audio-formats
702 @USE_MAD_TRUE@Requires:      mad >= 0.13.0
703 @USE_MAD_TRUE@BuildRequires: mad-devel >= 0.13.0
704 @USE_MAD_TRUE@
705 @USE_MAD_TRUE@%description -n gstreamer-mad
706 @USE_MAD_TRUE@Plug-in for playback of mp3 songs using the very good MAD library.
707 @USE_MAD_TRUE@
708 @USE_MAD_TRUE@%files -n gstreamer-mad
709 @USE_MAD_TRUE@%defattr(-, root, root)  
710 @USE_MAD_TRUE@%{_libdir}/gst/libgstmad.so
711 @USE_MAD_TRUE@
712 @USE_MAD_TRUE@%post -n gstreamer-mad
713 @USE_MAD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
714 @USE_MAD_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
715 @USE_MAD_TRUE@
716 @USE_MAD_TRUE@%postun -n gstreamer-mad
717 @USE_MAD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
718 @USE_MAD_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
720 ### MIKMOD ###
721 @USE_MIKMOD_TRUE@%package -n gstreamer-mikmod
722 @USE_MIKMOD_TRUE@Summary:       GStreamer Mikmod plug-in.
723 @USE_MIKMOD_TRUE@Group:         Libraries/Multimedia
724 @USE_MIKMOD_TRUE@Requires:      gstreamer-plugins = %{version}
725 @USE_MIKMOD_TRUE@Requires:      mikmod
726 @USE_MIKMOD_TRUE@BuildRequires: mikmod
727 @USE_MIKMOD_TRUE@
728 @USE_MIKMOD_TRUE@%description -n gstreamer-mikmod
729 @USE_MIKMOD_TRUE@Plug-in for playback of module files supported by mikmod under GStreamer.
730 @USE_MIKMOD_TRUE@
731 @USE_MIKMOD_TRUE@%files -n gstreamer-mikmod
732 @USE_MIKMOD_TRUE@%defattr(-, root, root)
733 @USE_MIKMOD_TRUE@%{_libdir}/gst/libgstmikmod.so
734 @USE_MIKMOD_TRUE@
735 @USE_MIKMOD_TRUE@%post -n gstreamer-mikmod
736 @USE_MIKMOD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
737 @USE_MIKMOD_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
738 @USE_MIKMOD_TRUE@
739 @USE_MIKMOD_TRUE@%postun -n gstreamer-mikmod
740 @USE_MIKMOD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
741 @USE_MIKMOD_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
743 ### MJPEGTOOLS ###
744 @USE_MJPEGTOOLS_TRUE@%package -n gstreamer-jpegmmx
745 @USE_MJPEGTOOLS_TRUE@Summary:       GStreamer mjpegtools plug-in for mmx jpeg.
746 @USE_MJPEGTOOLS_TRUE@Group:         Libraries/Multimedia
747 @USE_MJPEGTOOLS_TRUE@Requires:      gstreamer-plugins = %{version}
748 @USE_MJPEGTOOLS_TRUE@Requires:      mjpegtools
749 @USE_MJPEGTOOLS_TRUE@BuildRequires: mjpegtools-devel
750 @USE_MJPEGTOOLS_TRUE@
751 @USE_MJPEGTOOLS_TRUE@%description -n gstreamer-jpegmmx
752 @USE_MJPEGTOOLS_TRUE@mjpegtools-based encoding and decoding plug-in.
753 @USE_MJPEGTOOLS_TRUE@
754 @USE_MJPEGTOOLS_TRUE@%files -n gstreamer-jpegmmx
755 @USE_MJPEGTOOLS_TRUE@%defattr(-, root, root)
756 @USE_MJPEGTOOLS_TRUE@%{_libdir}/gst/libgstjpegmmxenc.so
757 @USE_MJPEGTOOLS_TRUE@%{_libdir}/gst/libgstjpegmmxdec.so
758 @USE_MJPEGTOOLS_TRUE@
759 @USE_MJPEGTOOLS_TRUE@%post -n gstreamer-jpegmmx
760 @USE_MJPEGTOOLS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
761 @USE_MJPEGTOOLS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
762 @USE_MJPEGTOOLS_TRUE@
763 @USE_MJPEGTOOLS_TRUE@%postun -n gstreamer-jpegmmx
764 @USE_MJPEGTOOLS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
765 @USE_MJPEGTOOLS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
767 ### MPEG2DEC ###
768 @USE_MPEG2DEC_TRUE@%package -n gstreamer-mpeg
769 @USE_MPEG2DEC_TRUE@Summary:GStreamer plug-ins for MPEG video playback and encoding.
770 @USE_MPEG2DEC_TRUE@Group:         Libraries/Multimedia
771 @USE_MPEG2DEC_TRUE@Requires:      gstreamer-plugins = %{version}
772 @USE_MPEG2DEC_TRUE@Requires:      mpeg2dec => 0.2.1
773 @USE_MPEG2DEC_TRUE@BuildRequires: mpeg2dec-devel => 0.2.1
774 @USE_MPEG2DEC_TRUE@Obsoletes:     gstreamer-mpeg1
775 @USE_MPEG2DEC_TRUE@Obsoletes:     gstreamer-mpeg2
776 @USE_MPEG2DEC_TRUE@Obsoletes:     gstreamer-mpeg2dec
777 @USE_MPEG2DEC_TRUE@
778 @USE_MPEG2DEC_TRUE@%description -n gstreamer-mpeg
779 @USE_MPEG2DEC_TRUE@Plug-ins for playing and encoding MPEG video.
780 @USE_MPEG2DEC_TRUE@
781 @USE_MPEG2DEC_TRUE@%files -n gstreamer-mpeg
782 @USE_MPEG2DEC_TRUE@%defattr(-, root, root)
783 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg1types.so
784 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg1encoder.so
785 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg1systemencode.so
786 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpegaudio.so
787 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpegaudioparse.so
788 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmp1videoparse.so
789 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpegstream.so
790 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg2enc.so
791 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg2dec.so
792 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg2subt.so
793 @USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg2types.so
794 @USE_MPEG2DEC_TRUE@
795 @USE_MPEG2DEC_TRUE@%post -n  gstreamer-mpeg
796 @USE_MPEG2DEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
797 @USE_MPEG2DEC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
798 @USE_MPEG2DEC_TRUE@
799 @USE_MPEG2DEC_TRUE@%postun -n  gstreamer-mpeg
800 @USE_MPEG2DEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
801 @USE_MPEG2DEC_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
803 ### OPENQUICKTIME ###
804 @USE_OPENQUICKTIME_TRUE@%package -n gstreamer-openquicktime
805 @USE_OPENQUICKTIME_TRUE@Summary:       GStreamer OpenQuicktime video Plug-in.
806 @USE_OPENQUICKTIME_TRUE@Group:         Libraries/Multimedia
807 @USE_OPENQUICKTIME_TRUE@Requires:      gstreamer-plugins = %{version}
808 @USE_OPENQUICKTIME_TRUE@Requires:      openquicktime => 1.0
809 @USE_OPENQUICKTIME_TRUE@BuildRequires: openquicktime-devel => 1.0
810 @USE_OPENQUICKTIME_TRUE@
811 @USE_OPENQUICKTIME_TRUE@%description -n gstreamer-openquicktime
812 @USE_OPENQUICKTIME_TRUE@Plug-in which uses the OpenQuicktime library
813 @USE_OPENQUICKTIME_TRUE@from 3ivx to play Quicktime movies.
814 @USE_OPENQUICKTIME_TRUE@(http://openquicktime.sourceforge.net/)
815 @USE_OPENQUICKTIME_TRUE@
816 @USE_OPENQUICKTIME_TRUE@%files -n gstreamer-openquicktime
817 @USE_OPENQUICKTIME_TRUE@%defattr(-, root, root)
818 @USE_OPENQUICKTIME_TRUE@%{_libdir}/gst/libgstopenquicktimedemux.so
819 @USE_OPENQUICKTIME_TRUE@%{_libdir}/gst/libgstopenquicktimetypes.so
820 @USE_OPENQUICKTIME_TRUE@%{_libdir}/gst/libgstopenquicktimedecoder.so
821 @USE_OPENQUICKTIME_TRUE@
822 @USE_OPENQUICKTIME_TRUE@%post -n gstreamer-openquicktime
823 @USE_OPENQUICKTIME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
824 @USE_OPENQUICKTIME_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
825 @USE_OPENQUICKTIME_TRUE@
826 @USE_OPENQUICKTIME_TRUE@%postun -n gstreamer-openquicktime
827 @USE_OPENQUICKTIME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
828 @USE_OPENQUICKTIME_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
830 ### OSS ###
831 @USE_OSS_TRUE@%package -n gstreamer-oss
832 @USE_OSS_TRUE@Summary:       GStreamer plug-ins for input and output using OSS.
833 @USE_OSS_TRUE@Group:         Libraries/Multimedia
834 @USE_OSS_TRUE@Requires:      gstreamer-plugins = %{version}
835 @USE_OSS_TRUE@BuildRequires: glibc-devel
836 @USE_OSS_TRUE@
837 @USE_OSS_TRUE@%description -n gstreamer-oss 
838 @USE_OSS_TRUE@Plug-ins for output and input to the OpenSoundSytem audio
839 @USE_OSS_TRUE@drivers found in the Linux kernels or commercially available
840 @USE_OSS_TRUE@from OpenSound.
841 @USE_OSS_TRUE@
842 @USE_OSS_TRUE@%files -n gstreamer-oss
843 @USE_OSS_TRUE@%defattr(-, root, root)
844 @USE_OSS_TRUE@%{_libdir}/gst/libgstossaudio.so
845 # @USE_OSS_TRUE@%{_libdir}/gst/libgstosshelper*
846 @USE_OSS_TRUE@
847 @USE_OSS_TRUE@%post -n gstreamer-oss
848 @USE_OSS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
849 @USE_OSS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
850 @USE_OSS_TRUE@
851 @USE_OSS_TRUE@%postun -n gstreamer-oss
852 @USE_OSS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
853 @USE_OSS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
855 ### RAW1394 ###
856 @USE_RAW1394_TRUE@%package -n gstreamer-raw1394
857 @USE_RAW1394_TRUE@Summary:       GStreamer raw1394 Firewire plug-in.
858 @USE_RAW1394_TRUE@Group:         Libraries/Multimedia
859 @USE_RAW1394_TRUE@Requires:      gstreamer-plugins = %{version}
860 @USE_RAW1394_TRUE@Requires:      libraw1394
861 @USE_RAW1394_TRUE@BuildRequires: libraw1394-devel
862 @USE_RAW1394_TRUE@
863 @USE_RAW1394_TRUE@%description -n gstreamer-raw1394
864 @USE_RAW1394_TRUE@Plug-in for digital video support using raw1394.
865 @USE_RAW1394_TRUE@
866 @USE_RAW1394_TRUE@%files -n gstreamer-raw1394
867 @USE_RAW1394_TRUE@%defattr(-, root, root)
868 @USE_RAW1394_TRUE@%{_libdir}/gst/libgst1394.so
869 @USE_RAW1394_TRUE@
870 @USE_RAW1394_TRUE@%post -n gstreamer-raw1394
871 @USE_RAW1394_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
872 @USE_RAW1394_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
873 @USE_RAW1394_TRUE@
874 @USE_RAW1394_TRUE@%postun -n gstreamer-raw1394
875 @USE_RAW1394_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
876 @USE_RAW1394_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
878 ### RTP ###
879 @USE_RTP_TRUE@%package -n gstreamer-rtp
880 @USE_RTP_TRUE@Summary:  GStreamer RTP plug-in.
881 @USE_RTP_TRUE@Group:    Libraries/Multimedia
882 @USE_RTP_TRUE@Requires: gstreamer-plugins = %{version}
883 @USE_RTP_TRUE@Requires: librtp >= 0.1
884 @USE_RTP_TRUE@
885 @USE_RTP_TRUE@%description -n gstreamer-rtp
886 @USE_RTP_TRUE@Library for transfering data with the RTP protocol.
887 @USE_RTP_TRUE@
888 @USE_RTP_TRUE@%files -n gstreamer-rtp
889 @USE_RTP_TRUE@%defattr(-, root, root)
890 @USE_RTP_TRUE@%{_libdir}/gst/libgstrtp.so
891 @USE_RTP_TRUE@
892 @USE_RTP_TRUE@%post -n gstreamer-rtp
893 @USE_RTP_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
894 @USE_RTP_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
895 @USE_RTP_TRUE@
896 @USE_RTP_TRUE@%postun -n gstreamer-rtp
897 @USE_RTP_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
898 @USE_RTP_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
900 ### SIDPLAY ###
901 @USE_SIDPLAY_TRUE@%package -n gstreamer-sid
902 @USE_SIDPLAY_TRUE@Summary:       GStreamer Sid C64 music plug-in.
903 @USE_SIDPLAY_TRUE@Group:         Libraries/Multimedia
904 @USE_SIDPLAY_TRUE@Requires:      gstreamer-plugins = %{version}
905 @USE_SIDPLAY_TRUE@Requires:      libsidplay => 1.36.0
906 @USE_SIDPLAY_TRUE@BuildRequires: libsidplay-devel => 1.36.0
907 @USE_SIDPLAY_TRUE@
908 @USE_SIDPLAY_TRUE@%description -n gstreamer-sid
909 @USE_SIDPLAY_TRUE@Plug-in for playback of C64 SID format music files.
910 @USE_SIDPLAY_TRUE@
911 @USE_SIDPLAY_TRUE@%files -n gstreamer-sid
912 @USE_SIDPLAY_TRUE@%defattr(-, root, root)
913 @USE_SIDPLAY_TRUE@%{_libdir}/gst/libgstsid.so
914 @USE_SIDPLAY_TRUE@
915 @USE_SIDPLAY_TRUE@%post -n gstreamer-sid
916 @USE_SIDPLAY_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
917 @USE_SIDPLAY_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
918 @USE_SIDPLAY_TRUE@
919 @USE_SIDPLAY_TRUE@%postun -n gstreamer-sid
920 @USE_SIDPLAY_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
921 @USE_SIDPLAY_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
923 ### SDL ###
924 @USE_SDL_TRUE@%package -n gstreamer-SDL
925 @USE_SDL_TRUE@Summary:       GStreamer plug-in for outputting video to SDL.
926 @USE_SDL_TRUE@Group:         Libraries/Multimedia
927 @USE_SDL_TRUE@Requires:      gstreamer-plugins = %{version}
928 @USE_SDL_TRUE@Requires:      SDL >= 1.2.0
929 @USE_SDL_TRUE@BuildRequires: SDL-devel >= 1.2.0
930 @USE_SDL_TRUE@#SDL-devel should require XFree86-devel because it links to it
931 @USE_SDL_TRUE@#only it doesn't seem to do that currently
932 @USE_SDL_TRUE@BuildRequires:    XFree86-devel
933 @USE_SDL_TRUE@#it used to be called gstreamer-sdl
934 @USE_SDL_TRUE@Obsoletes:        gstreamer-sdl
935 @USE_SDL_TRUE@
936 @USE_SDL_TRUE@%description -n gstreamer-SDL
937 @USE_SDL_TRUE@Plug-in for sending video output to the Simple Direct Media architecture.
938 @USE_SDL_TRUE@(http://www.libsdl.org). Useful for full-screen playback.
939 @USE_SDL_TRUE@
940 @USE_SDL_TRUE@%files -n gstreamer-SDL
941 @USE_SDL_TRUE@%defattr(-, root, root)
942 @USE_SDL_TRUE@%{_libdir}/gst/libgstsdlvideosink.so
943 @USE_SDL_TRUE@
944 @USE_SDL_TRUE@%post -n gstreamer-SDL
945 @USE_SDL_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
946 @USE_SDL_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
947 @USE_SDL_TRUE@
948 @USE_SDL_TRUE@%postun -n gstreamer-SDL
949 @USE_SDL_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
950 @USE_SDL_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
952 ### SHOUT ###
953 @USE_SHOUT_TRUE@%package -n gstreamer-icecast
954 @USE_SHOUT_TRUE@Summary:       GStreamer Icecast plug-in using libshout.
955 @USE_SHOUT_TRUE@Group:         Libraries/Multimedia
956 @USE_SHOUT_TRUE@Requires:      gstreamer-plugins = %{version}
957 @USE_SHOUT_TRUE@Requires:      libshout >= 1.0.5
958 @USE_SHOUT_TRUE@BuildRequires: libshout-devel >= 1.0.5
959 @USE_SHOUT_TRUE@
960 @USE_SHOUT_TRUE@%description -n gstreamer-icecast
961 @USE_SHOUT_TRUE@Plug-in for broadcasting audio to the Icecast server.
962 @USE_SHOUT_TRUE@
963 @USE_SHOUT_TRUE@%files -n gstreamer-icecast
964 @USE_SHOUT_TRUE@%defattr(-, root, root)
965 @USE_SHOUT_TRUE@%{_libdir}/gst/libgstshout.so
966 @USE_SHOUT_TRUE@
967 @USE_SHOUT_TRUE@%post -n gstreamer-icecast
968 @USE_SHOUT_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
969 @USE_SHOUT_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
970 @USE_SHOUT_TRUE@
971 @USE_SHOUT_TRUE@%postun -n gstreamer-icecast
972 @USE_SHOUT_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
973 @USE_SHOUT_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
975 ### VORBIS ###
976 @USE_VORBIS_TRUE@%package -n gstreamer-vorbis
977 @USE_VORBIS_TRUE@Summary:       GStreamer plug-in for encoding and decoding Ogg Vorbis audio files.
978 @USE_VORBIS_TRUE@Group:         Libraries/Multimedia
979 @USE_VORBIS_TRUE@Requires:      gstreamer-plugins = %{version}
980 @USE_VORBIS_TRUE@Requires:      libogg >= 1.0
981 @USE_VORBIS_TRUE@Requires:      libvorbis >= 1.0
982 @USE_VORBIS_TRUE@BuildRequires: libogg-devel >= 1.0
983 @USE_VORBIS_TRUE@BuildRequires: libvorbis-devel >= 1.0
984 @USE_VORBIS_TRUE@
985 @USE_VORBIS_TRUE@%description -n gstreamer-vorbis
986 @USE_VORBIS_TRUE@Plug-ins for creating and playing Ogg Vorbis audio files.
987 @USE_VORBIS_TRUE@
988 @USE_VORBIS_TRUE@%files -n gstreamer-vorbis  
989 @USE_VORBIS_TRUE@%defattr(-, root, root)
990 @USE_VORBIS_TRUE@%{_libdir}/gst/libgstvorbis.so
991 @USE_VORBIS_TRUE@
992 @USE_VORBIS_TRUE@%post -n gstreamer-vorbis
993 @USE_VORBIS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
994 @USE_VORBIS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
995 @USE_VORBIS_TRUE@
996 @USE_VORBIS_TRUE@%postun -n gstreamer-vorbis
997 @USE_VORBIS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
998 @USE_VORBIS_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1000 ### VIDEO 4 LINUX ###
1001 @USE_V4L_TRUE@%package -n gstreamer-v4l
1002 @USE_V4L_TRUE@Summary:       GStreamer Video for Linux plug-in.
1003 @USE_V4L_TRUE@Group:         Libraries/Multimedia
1004 @USE_V4L_TRUE@Requires:      gstreamer-plugins = %{version}
1005 @USE_V4L_TRUE@BuildRequires: glibc-devel
1006 @USE_V4L_TRUE@
1007 @USE_V4L_TRUE@%description -n gstreamer-v4l
1008 @USE_V4L_TRUE@Plug-in for accessing Video for Linux devices.
1009 @USE_V4L_TRUE@
1010 @USE_V4L_TRUE@%files -n gstreamer-v4l
1011 @USE_V4L_TRUE@%defattr(-, root, root)
1012 @USE_V4L_TRUE@%{_libdir}/gst/libgstv4lelement.so
1013 @USE_V4L_TRUE@%{_libdir}/gst/libgstv4lsrc.so
1014 @USE_V4L_TRUE@%{_libdir}/gst/libgstv4lmjpegsrc.so
1015 @USE_V4L_TRUE@%{_libdir}/gst/libgstv4lmjpegsink.so
1016 @USE_V4L_TRUE@
1017 @USE_V4L_TRUE@%post -n gstreamer-v4l
1018 @USE_V4L_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1019 @USE_V4L_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1020 @USE_V4L_TRUE@
1021 @USE_V4L_TRUE@%postun -n gstreamer-v4l
1022 @USE_V4L_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1023 @USE_V4L_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1025 ### VIDEO 4 LINUX 2 ###
1026 @USE_V4L2_TRUE@%package -n gstreamer-v4l2
1027 @USE_V4L2_TRUE@Summary:       GStreamer Video for Linux 2 plug-in.
1028 @USE_V4L2_TRUE@Group:         Libraries/Multimedia
1029 @USE_V4L2_TRUE@Requires:      gstreamer-plugins = %{version}
1030 @USE_V4L2_TRUE@BuildRequires: glibc-devel
1031 @USE_V4L2_TRUE@
1032 @USE_V4L2_TRUE@%description -n gstreamer-v4l2
1033 @USE_V4L2_TRUE@Plug-in for accessing Video for Linux devices.
1034 @USE_V4L2_TRUE@
1035 @USE_V4L2_TRUE@%files -n gstreamer-v4l2
1036 @USE_V4L2_TRUE@%defattr(-, root, root)
1037 @USE_V4L2_TRUE@%{_libdir}/gst/libgstv4l2element.so
1038 @USE_V4L2_TRUE@%{_libdir}/gst/libgstv4l2src.so
1039 @USE_V4L2_TRUE@
1040 @USE_V4L2_TRUE@%post -n gstreamer-v4l2
1041 @USE_V4L2_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1042 @USE_V4L2_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1043 @USE_V4L2_TRUE@
1044 @USE_V4L2_TRUE@%postun -n gstreamer-v4l2
1045 @USE_V4L2_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1046 @USE_V4L2_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1049 ### XVIDEO ###
1050 @USE_XVIDEO_TRUE@%package -n gstreamer-xvideosink
1051 @USE_XVIDEO_TRUE@Summary: GStreamer XFree output plug-in
1052 @USE_XVIDEO_TRUE@Group: Libraries/Multimedia
1053 @USE_XVIDEO_TRUE@Requires: gstreamer-plugins = %{version}
1054 @USE_XVIDEO_TRUE@Requires: Hermes => 1.3.0
1055 @USE_XVIDEO_TRUE@%description -n gstreamer-xvideosink
1056 @USE_XVIDEO_TRUE@Xfree86 video sink
1057 @USE_XVIDEO_TRUE@
1058 @USE_XVIDEO_TRUE@%files -n gstreamer-xvideosink
1059 @USE_XVIDEO_TRUE@%defattr(-, root, root)
1060 @USE_XVIDEO_TRUE@%{_libdir}/gst/libgstxvideosink*
1061 @USE_XVIDEO_TRUE@
1062 @USE_XVIDEO_TRUE@%post -n gstreamer-xvideosink
1063 @USE_XVIDEO_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1064 @USE_XVIDEO_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1065 @USE_XVIDEO_TRUE@
1066 @USE_XVIDEO_TRUE@%postun -n gstreamer-xvideosink
1067 @USE_XVIDEO_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1068 @USE_XVIDEO_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1070 @USE_XVIDEO_TRUE@%package -n gstreamer-videosink
1071 @USE_XVIDEO_TRUE@Summary:       GStreamer Video Sink
1072 @USE_XVIDEO_TRUE@Group:         Libraries/Multimedia
1073 @USE_XVIDEO_TRUE@Requires:      gstreamer-plugins = %{version}
1074 @USE_XVIDEO_TRUE@Requires:      XFree86
1075 @USE_XVIDEO_TRUE@BuildRequires: XFree86-devel
1076 @USE_XVIDEO_TRUE@
1077 @USE_XVIDEO_TRUE@%description -n gstreamer-videosink
1078 @USE_XVIDEO_TRUE@Plug-in for X playback.
1079 @USE_XVIDEO_TRUE@
1080 @USE_XVIDEO_TRUE@%files -n gstreamer-videosink
1081 @USE_XVIDEO_TRUE@%defattr(-, root, root)
1082 @USE_XVIDEO_TRUE@%{_libdir}/gst/libgstvideosink.so
1083 @USE_XVIDEO_TRUE@
1084 @USE_XVIDEO_TRUE@%post -n gstreamer-videosink
1085 @USE_XVIDEO_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1086 @USE_XVIDEO_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1087 @USE_XVIDEO_TRUE@
1088 @USE_XVIDEO_TRUE@%postun -n gstreamer-videosink
1089 @USE_XVIDEO_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1090 @USE_XVIDEO_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1092 ### packages without external dependencies ###
1094 ### audio-effects ###
1095 %package -n gstreamer-audio-effects
1096 Summary:        GStreamer audio effects plug-in.
1097 Group:          Libraries/Multimedia
1098 Requires:       gstreamer-plugins = %{version}
1099 Obsoletes:      gstreamer-misc
1101 %description -n gstreamer-audio-effects
1102 Plug-in with various audio effects including resampling, 
1103 sine wave generation, silence generation, channel mixing, stream mixing,
1104 integer to float conversion, LAW conversion and level detection plug-ins.
1106 %files -n gstreamer-audio-effects
1107 %defattr(-, root, root)
1108 %{_libdir}/gst/libgstresample.so
1109 %{_libdir}/gst/libgstsinesrc.so
1110 %{_libdir}/gst/libgstsilence.so
1111 %{_libdir}/gst/libgststereo.so
1112 %{_libdir}/gst/libgststereo2mono.so
1113 %{_libdir}/gst/libgstvolume.so
1114 %{_libdir}/gst/libgstvolenv.so
1115 %{_libdir}/gst/libgstplayondemand.so
1116 %{_libdir}/gst/libgstspeed.so
1117 %{_libdir}/gst/libgststereosplit.so
1118 %{_libdir}/gst/libgstadder.so
1119 %{_libdir}/gst/libgstalaw.so
1120 %{_libdir}/gst/libgstintfloat.so
1121 %{_libdir}/gst/libgstlevel.so
1122 %{_libdir}/gst/libgstmono2stereo.so
1123 %{_libdir}/gst/libgstmulaw.so
1124 %{_libdir}/gst/libgstpassthrough.so
1125 # %{_libdir}/gst/libgstfloatcast.so
1126 %{_libdir}/gst/libgstcutter.so
1127 %{_libdir}/gst/libgstfilter.so
1128 %{_libdir}/gst/libmixmatrix.so
1130 %post -n gstreamer-audio-effects
1131 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1132 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1134 %postun -n gstreamer-audio-effects
1135 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1136 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1138 ### audio-formats ###
1139 %package -n gstreamer-audio-formats
1140 Summary:        GStreamer audio format plug-ins.
1141 Group:          Libraries/Multimedia
1142 Requires:       gstreamer-plugins = %{version}
1143 BuildRequires:  gcc-c++
1145 %description -n gstreamer-audio-formats
1146 Plug-in for playback of wav, au and mod audio files as well as mp3 type.
1148 %files -n gstreamer-audio-formats
1149 %defattr(-, root, root)
1150 %{_libdir}/gst/libgstwavparse.so
1151 %{_libdir}/gst/libgstauparse.so
1152 %{_libdir}/gst/libgstmp3types.so
1153 %{_libdir}/gst/libgstmodplug.so
1154 %{_libdir}/gst/libgstwavenc.so
1156 %post -n gstreamer-audio-formats
1157 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1158 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1160 %postun -n gstreamer-audio-formats
1161 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1162 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1164 ### festival ###
1165 %package -n gstreamer-festival
1166 Summary:        GStreamer plug-in for text-to-speech support using a festival server.
1167 Group:          Libraries/Multimedia
1168 Requires:       gstreamer-plugins = %{version}
1170 %description -n gstreamer-festival
1171 Plug-in for text-to-speech using the festival server.
1173 %files -n gstreamer-festival
1174 %defattr(-, root, root)
1175 %{_libdir}/gst/libgstfestival.so
1177 %post -n gstreamer-festival
1178 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1179 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1181 %postun -n gstreamer-festival
1182 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1183 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1185 ### flx ###
1186 %package -n gstreamer-flx
1187 Summary:        GStreamer plug-in for FLI/FLX animation format.
1188 Group:          Libraries/Multimedia
1189 Requires:       gstreamer-plugins = %{version}
1190 Requires:       gstreamer-colorspace = %{version}
1191 %description -n gstreamer-flx
1192 Plug-in for playing FLI/FLX animations under GStreamer.
1194 %files -n gstreamer-flx
1195 %defattr(-, root, root)
1196 %{_libdir}/gst/libgstflxdec.so
1198 %post -n gstreamer-flx
1199 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1200 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1202 %postun -n gstreamer-flx
1203 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1204 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1206 ### qcam ###
1207 %package -n gstreamer-qcam
1208 Summary:        GStreamer QuickCam plug-in.
1209 Group:          Libraries/Multimedia
1210 Requires:       gstreamer-plugins = %{version}
1212 %description -n gstreamer-qcam
1213 Plug-in for accessing a Quickcam video source.
1215 %files -n gstreamer-qcam
1216 %defattr(-, root, root)
1217 %{_libdir}/gst/libgstqcam.so
1219 %post -n gstreamer-qcam
1220 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1221 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1223 %postun -n gstreamer-qcam
1224 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1225 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1227 ### udp ###
1228 %package -n gstreamer-udp
1229 Summary:        GStreamer plug-ins for UDP tranport.
1230 Group:          Libraries/Multimedia
1231 Requires:       gstreamer-plugins = %{version}
1233 %description -n gstreamer-udp
1234 Plug-ins for UDP transport under GStreamer.
1236 %files -n gstreamer-udp
1237 %defattr(-, root, root)
1238 %{_libdir}/gst/libgstudp.so
1240 %post -n gstreamer-udp
1241 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1242 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1244 %postun -n gstreamer-udp
1245 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1246 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1248 ### vcd ###
1249 %package -n gstreamer-vcd
1250 Summary:        GStreamer Video CD plug-in.
1251 Group:          Libraries/Multimedia
1252 Requires:       gstreamer-plugins = %{version}
1254 %description -n gstreamer-vcd
1255 Video CD parsing and playback plug-in for GStreamer.
1257 %files -n gstreamer-vcd
1258 %defattr(-, root, root)
1259 %{_libdir}/gst/libgstvcdsrc.so
1260 %{_libdir}/gst/libgstcdxaparse.so
1262 %post -n gstreamer-vcd
1263 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1264 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1266 %postun -n gstreamer-vcd
1267 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1268 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1270 ### video-effects ###
1271 %package -n gstreamer-video-effects
1272 Summary:        GStreamer video effects plug-in.
1273 Group:          Libraries/Multimedia
1274 Requires:       gstreamer-plugins = %{version}
1275 Obsoletes:      gstreamer-deinterlace
1276 Obsoletes:      gstreamer-misc
1278 %description -n gstreamer-video-effects
1279 Plug-in with various video effects including deinterlacing and effecTV
1280 plug-ins.
1282 %files -n gstreamer-video-effects
1283 %defattr(-, root, root)
1284 %{_libdir}/gst/libgsteffectv.so
1285 %{_libdir}/gst/libgstdeinterlace.so
1286 %{_libdir}/gst/libgstmedian.so
1287 %{_libdir}/gst/libgstrtjpeg.so
1288 %{_libdir}/gst/libgstvideocrop.so
1289 %{_libdir}/gst/libgstvideoscale.so
1291 %post -n gstreamer-video-effects
1292 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1293 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1295 %postun -n gstreamer-video-effects
1296 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1297 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1299 ### visualisation ###
1300 %package -n gstreamer-visualisation
1301 Summary:        GStreamer visualisations plug-ins.
1302 Group:          Libraries/Multimedia
1303 Requires:       gstreamer-plugins = %{version}
1305 %description -n gstreamer-visualisation
1306 Various plug-ins for visual effects to use with audio.
1307 This includes smoothwave, spectrum, goom, chart, monoscope, synaesthesia
1308 and vumeter.
1310 %files -n gstreamer-visualisation
1311 %defattr(-, root, root)
1312 %{_libdir}/gst/libgstsmooth.so
1313 %{_libdir}/gst/libgstspectrum.so
1314 %{_libdir}/gst/libgstvumeter.so
1315 %{_libdir}/gst/libgstgoom.so
1316 %{_libdir}/gst/libgstchart.so
1317 %{_libdir}/gst/libgstmonoscope.so
1318 %{_libdir}/gst/libgstsynaesthesia.so
1320 %post -n gstreamer-visualisation
1321 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1322 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1324 %postun -n gstreamer-visualisation
1325 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1326 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1328 ### yuv4mjpeg ###
1329 %package -n gstreamer-yuv4mjpeg
1330 Summary:        GStreamer plug-in for YUV to MJPEG conversion.
1331 Group:          Libraries/Multimedia
1332 Requires:       gstreamer-plugins = %{version}
1333 Obsoletes:      gstreamer-lavencode
1335 %description -n gstreamer-yuv4mjpeg
1336 It takes YUV video frames and adds a header in front of it so it can be 
1337 processed with the lavtools from mjpegtools.
1339 %files -n gstreamer-yuv4mjpeg
1340 %defattr(-, root, root)
1341 %{_libdir}/gst/libgsty4menc.so
1343 %post -n gstreamer-yuv4mjpeg
1344 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1345 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1347 %postun -n gstreamer-yuv4mjpeg
1348 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1349 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1351 # cdplayer
1352 %package -n gstreamer-cdplayer
1353 Summary:        GStreamer plug-in playing audio cds     
1354 Group:          Libraries/Multimedia
1355 Requires:       gstreamer-plugins = %{version}
1357 %description -n gstreamer-cdplayer
1358 Lets you get sound from audio cd's using GStreamer
1360 %files -n gstreamer-cdplayer
1361 %defattr(-, root, root)
1362 %{_libdir}/gst/libgstcdplayer.so
1364 %post -n gstreamer-cdplayer
1365 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1366 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1368 %postun -n gstreamer-cdplayer
1369 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1370 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1372 # Videotest plugin
1373 %package -n gstreamer-videotest
1374 Summary:        GStreamer plug-in for generating a video test streamer
1375 Group:          Libraries/Multimedia
1376 Requires:       gstreamer-plugins = %{version}
1378 %description -n gstreamer-videotest
1379 This plugin provides a videotest plugin. This plugin can be used to generate a videostream for testing other plugins.
1381 %files -n gstreamer-videotest
1382 %defattr(-, root, root)
1383 %{_libdir}/gst/libgstvideotestsrc.so
1385 %post -n gstreamer-videotest
1386 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1387 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1389 %postun -n gstreamer-videotest
1390 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1391 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1393 # Snapshot plugin
1394 @USE_LIBPNG_TRUE@%package -n gstreamer-snapshot
1395 @USE_LIBPNG_TRUE@Summary:        GStreamer plug-in for grabbing images from videostreams
1396 @USE_LIBPNG_TRUE@Group:          Libraries/Multimedia
1397 @USE_LIBPNG_TRUE@Requires:       gstreamer-plugins = %{version}
1398 @USE_LIBPNG_TRUE@
1399 @USE_LIBPNG_TRUE@%description -n gstreamer-snapshot
1400 @USE_LIBPNG_TRUE@This plugin grabs images from videostreams and saves them as PNG format images.
1401 @USE_LIBPNG_TRUE@
1402 @USE_LIBPNG_TRUE@%files -n gstreamer-snapshot
1403 @USE_LIBPNG_TRUE@%defattr(-, root, root)
1404 @USE_LIBPNG_TRUE@%{_libdir}/gst/libgstsnapshot.so
1405 @USE_LIBPNG_TRUE@
1406 @USE_LIBPNG_TRUE@%post -n gstreamer-snapshot
1407 @USE_LIBPNG_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1408 @USE_LIBPNG_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1409 @USE_LIBPNG_TRUE@
1410 @USE_LIBPNG_TRUE@%postun -n gstreamer-snapshot
1411 @USE_LIBPNG_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1412 @USE_LIBPNG_TRUE@%{_bindir}/gst-compprep > /dev/null 2> /dev/null
1414 # Dependency free Quicktime demuxer
1415 %package -n gstreamer-quicktime
1416 Summary:       GStreamer Quicktime demuxer video Plug-in.
1417 Group:         Libraries/Multimedia
1418 Requires:      gstreamer-plugins = %{version}
1420 %description -n gstreamer-quicktime
1421 Plug-in for demuxing Quicktime movies
1423 %files -n gstreamer-quicktime
1424 %defattr(-, root, root)
1425 %{_libdir}/gst/libgstqtdemux.so
1427 %post -n gstreamer-quicktime
1428 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1429 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1431 %postun -n gstreamer-quicktime
1432 %{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
1433 %{_bindir}/gst-compprep > /dev/null 2> /dev/null
1435 # package supporting GConf
1436 @USE_GCONF_TRUE@%package -n gstreamer-GConf
1437 @USE_GCONF_TRUE@Summary:        GStreamer GConf schemas.
1438 @USE_GCONF_TRUE@Group:          Libraries/Multimedia
1439 @USE_GCONF_TRUE@Requires:       gstreamer-plugins = %{version}
1440 @USE_GCONF_TRUE@Requires:       GConf2
1441 @USE_GCONF_TRUE@BuildRequires:  GConf2-devel
1443 @USE_GCONF_TRUE@%description -n gstreamer-GConf
1444 @USE_GCONF_TRUE@Installation of GStreamer GConf schemas.
1445 @USE_GCONF_TRUE@These set usable defaults used by all GStreamer-enabled Gnome applications.
1447 @USE_GCONF_TRUE@%files -n gstreamer-GConf
1448 @USE_GCONF_TRUE@%defattr(-, root, root)
1449 @USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer.schemas
1450 @USE_GCONF_TRUE@%{_libdir}/libgstgconf.so
1451 @USE_GCONF_TRUE@%{_libdir}/libgstgconf-0.4.1.1.so.0.0.0
1453 @USE_GCONF_TRUE@%post -n gstreamer-GConf
1454 @USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
1455 @USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
1457 %changelog
1458 * Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
1459 - Added wavenc to audio formats package
1460 * Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>
1461 - Removed all .la files
1462 - added separate non-openquicktime demuxer plugin
1463 - added snapshot plugin
1464 - added videotest plugin
1465 - Split avi plugin out to avi and windec plugins since aviplugin do not depend on avifile
1466 - Added cdplayer plugin
1468 * Fri Sep 20 2002 Thomas Vander Stichele <thomas@apestaart.org>
1469 - added gst-compprep calls
1471 * Wed Sep 18 2002 Thomas Vander Stichele <thomas@apestaart.org>
1472 - add gst-register calls everywhere again since auto-reregister doesn't work
1473 - added gstreamer-audio-formats to mad's requires since it needs the typefind
1474   to work properly
1476 * Mon Sep 9 2002 Christian Schaller <Uraeus@linuxrising.org>
1477 - Added v4l2 plugin
1478 * Thu Aug 27 2002 Christian Schaller <Uraeus@linuxrising.org>
1479 - Fixed USE_DV_TRUE to USE_LIBDV_TRUE
1480 - Added Gconf and floatcast headers to gstreamer-plugins-devel package
1481 - Added mixmatrix plugin to audio-effects package
1483 * Thu Jul 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
1484 - fixed oss package to buildrequire instead of require glibc headers
1486 * Mon Jul 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
1487 - fixed -devel package group
1489 * Fri Jul 05 2002 Thomas Vander Stichele <thomas@apestaart.org>
1490 - release 0.4.0 !
1491 - added gstreamer-libs.pc
1492 - removed all gst-register calls since this should be done automatically now
1494 * Thu Jul 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
1495 - fix issue with SDL package
1496 - make all packages STRICTLY require the right version to avoid
1497   ABI issues
1498 - make gst-plugins obsolete gst-plugin-libs
1499 - also send output of gst-register to /dev/null to lower the noise
1501 * Wed Jul 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
1502 - require glibc-devel instead of glibc-kernheaders since the latter is only
1503   since 7.3 and glibc-devel pulls in the right package anyway
1505 * Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
1506 - changed header location of plug-in libs
1508 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
1509 - major cleanups
1510 - adding gst-register on postun everywhere
1511 - remove ldconfig since we don't actually install libs in system dirs
1512 - removed misc package
1513 - added video-effects
1514 - dot every Summary
1515 - uniformify all descriptions a little
1517 * Thu Jun 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
1518 - various BuildRequires: additions
1520 * Tue Jun 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
1521 - added USE_LIBADSPA_TRUE bits to ladspa package
1523 * Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
1524 - Added libfame package
1526 * Mon May 12 2002 Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org>
1527 - Added jack, dxr3, http packages
1528 - Added visualisation plug-ins, effecttv and synaesthesia
1529 - Created devel package
1530 - Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
1531 - Replaced prefix/dirname with _macros
1533 * Mon May 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
1534 - added gstreamer-GConf package
1536 * Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
1537 - added more BuildRequires and Requires
1538 - rearranged some plug-ins
1539 - added changelog ;)