]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - gst-plugins-ugly.spec.in
more cleanups, buildrequires, ...
[glsdk/gst-plugins-ugly0-10.git] / gst-plugins-ugly.spec.in
1 %define name    gstreamer-plugins  
2 %define ver     @VERSION@
3 %define rel     @GST_PLUGINS_RELEASE@
4 %define prefix  /usr
5 %define sysconfdir /etc
7 Summary: GStreamer Streaming-media framework plugins
8 Name: %name
9 Version: %ver
10 Release: %rel
11 Copyright: LGPL
12 Group: Libraries/Multimedia
13 Source: gst-plugins-%{ver}.tar.gz
14 BuildRoot: /var/tmp/%{name}-%{ver}-root
15 Docdir: %{prefix}/doc
16 Prefix: %prefix
17 Requires: libxml2 >= 2.4.0
18 Requires: gstreamer >= %{ver}
19 BuildRequires: nasm => 0.90
20 BuildRequires: gstreamer-devel >= %{ver} 
22 %description
23 GStreamer is a streaming-media framework, based on graphs of filters which
24 operate on media data. Applications using this library can do anything
25 from real-time sound processing to playing videos, and just about anything
26 else media-related.  Its plugin-based architecture means that new data
27 types or processing capabilities can be added simply by installing new
28 plugins.
30 %files
31 %defattr(-, root, root)
32 %doc AUTHORS COPYING README  
33 %{_bindir}/gst-launch-ext
34 %{_mandir}/man1/gst-launch-ext.*
36 %prep
37 %setup -n gst-plugins-%{ver}
38 %build
39 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man --enable-DEBUG 
41 if [ "$SMP" != "" ]; then
42   (make "MAKE=make -k -j $SMP"; exit 0)
43   make 2>&1 | tee make.log
44 else
45   make 2>&1 | tee make.log
46 fi
48 %install
49 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
51 make prefix=$RPM_BUILD_ROOT%{prefix} install
53 %clean
54 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
56 ### A52DEC ###
57 @USE_A52DEC_TRUE@%package -n gstreamer-a52dec
58 @USE_A52DEC_TRUE@Summary: GStreamer VOB decoder plugin
59 @USE_A52DEC_TRUE@Group: Libraries/Multimedia
60 @USE_A52DEC_TRUE@Requires: gstreamer-plugins >= %{ver}
61 @USE_A52DEC_TRUE@Requires: a52dec >= 0.7.0
62 @USE_A52DEC_TRUE@
63 @USE_A52DEC_TRUE@%description -n gstreamer-a52dec
64 @USE_A52DEC_TRUE@Plugin for decoding of VOB files
65 @USE_A52DEC_TRUE@
66 @USE_A52DEC_TRUE@%files -n gstreamer-a52dec
67 @USE_A52DEC_TRUE@%defattr(-, root, root)
68 @USE_A52DEC_TRUE@%{prefix}/lib/gst/libgsta52dec*
69 @USE_A52DEC_TRUE@
70 @USE_A52DEC_TRUE@%post -n gstreamer-a52dec
71 @USE_A52DEC_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
73 ### AALIB ###
74 @USE_AALIB_TRUE@%package -n gstreamer-aalib
75 @USE_AALIB_TRUE@Summary: Gstreamer plugin for Ascii-art output
76 @USE_AALIB_TRUE@Group: Libraries/Multimedia
77 @USE_AALIB_TRUE@Requires: aalib >= 1.3
78 @USE_AALIB_TRUE@BuildRequires: aalib-devel >= 1.3
79 @USE_AALIB_TRUE@Requires: gstreamer-plugins >= %{ver}
80 @USE_AALIB_TRUE@
81 @USE_AALIB_TRUE@%description -n gstreamer-aalib
82 @USE_AALIB_TRUE@Plugin for viewing movies in Ascii-art using aalib library.
83 @USE_AALIB_TRUE@
84 @USE_AALIB_TRUE@%files -n gstreamer-aalib
85 @USE_AALIB_TRUE@%defattr(-, root, root)
86 @USE_AALIB_TRUE@%{prefix}/lib/gst/libgstaa*
87 @USE_AALIB_TRUE@
88 @USE_AALIB_TRUE@%post -n gstreamer-aalib
89 @USE_AALIB_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
91 ### ALSA ###
92 @USE_ALSA_TRUE@%package -n gstreamer-alsa
93 @USE_ALSA_TRUE@Summary: GStreamer plugins for the ALSA sound architecture
94 @USE_ALSA_TRUE@Group: Libraries/Multimedia
95 @USE_ALSA_TRUE@Requires: gstreamer-plugins >= %{ver}
96 @USE_ALSA_TRUE@
97 @USE_ALSA_TRUE@%description -n gstreamer-alsa
98 @USE_ALSA_TRUE@Input and output plugin for the ALSA soundcard driver architecture.
99 @USE_ALSA_TRUE@
100 @USE_ALSA_TRUE@%files -n gstreamer-alsa
101 @USE_ALSA_TRUE@%defattr(-, root, root)
102 @USE_ALSA_TRUE@%{prefix}/lib/gst/libgstalsa*
103 @USE_ALSA_TRUE@
104 @USE_ALSA_TRUE@%post -n gstreamer-alsa
105 @USE_ALSA_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
107 ### ARTS ###
108 @USE_ARTS_TRUE@%package -n gstreamer-artsd
109 @USE_ARTS_TRUE@Summary: GStreamer artsd output plugin
110 @USE_ARTS_TRUE@Group: Libraries/Multimedia
111 @USE_ARTS_TRUE@Requires: gstreamer-plugins >= %{ver}
112 @USE_ARTS_TRUE@
113 @USE_ARTS_TRUE@%description -n gstreamer-artsd
114 @USE_ARTS_TRUE@Plugin for outputing to artsd sound server
115 @USE_ARTS_TRUE@
116 @USE_ARTS_TRUE@%files -n gstreamer-artsd
117 @USE_ARTS_TRUE@%defattr(-, root, root)
118 @USE_ARTS_TRUE@%{prefix}/lib/gst/libartsd*
119 @USE_ARTS_TRUE@
120 @USE_ARTS_TRUE@%post -n gstreamer-artsd
121 @USE_ARTS_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
123 ### AUDIOFILE ###
124 @USE_AUDIOFILE_TRUE@%package -n gstreamer-audiofile
125 @USE_AUDIOFILE_TRUE@Summary: GStreamer plugin audiofile support
126 @USE_AUDIOFILE_TRUE@Group: Libraries/Multimedia
127 @USE_AUDIOFILE_TRUE@Requires: gstreamer-plugins >= %{ver}
128 @USE_AUDIOFILE_TRUE@Requires: audiofile >= 0.2.1
129 @USE_AUDIOFILE_TRUE@Requires: gstreamer-plugin-libs = %{ver}
130 @USE_AUDIOFILE_TRUE@
131 @USE_AUDIOFILE_TRUE@%description -n gstreamer-audiofile
132 @USE_AUDIOFILE_TRUE@Plugin for supporting reading and writing all files audiofile support
133 @USE_AUDIOFILE_TRUE@
134 @USE_AUDIOFILE_TRUE@%files -n gstreamer-audiofile
135 @USE_AUDIOFILE_TRUE@%defattr(-, root, root)
136 @USE_AUDIOFILE_TRUE@%{prefix}/lib/gst/libafs*
137 @USE_AUDIOFILE_TRUE@
138 @USE_AUDIOFILE_TRUE@%post -n  gstreamer-audiofile
139 @USE_AUDIOFILE_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
141 ### AVIFILE ###
142 @USE_AVIFILE_TRUE@%package -n gstreamer-avi
143 @USE_AVIFILE_TRUE@Summary: Gstreamer plugin for AVI format movie playback
144 @USE_AVIFILE_TRUE@Group: Libraries/Multimedia
145 @USE_AVIFILE_TRUE@Requires: gstreamer-plugins >= %{ver}
146 @USE_AVIFILE_TRUE@Requires: gstreamer-plugin-libs = %{ver}
147 @USE_AVIFILE_TRUE@Requires: avifile = 0.6.20011111DD
148 @USE_AVIFILE_TRUE@Requires: gstreamer-colorspace >= %{ver}
149 @USE_AVIFILE_TRUE@
150 @USE_AVIFILE_TRUE@%description -n gstreamer-avi
151 @USE_AVIFILE_TRUE@Plugins for playback of AVI format media files.
152 @USE_AVIFILE_TRUE@
153 @USE_AVIFILE_TRUE@%files -n gstreamer-avi
154 @USE_AVIFILE_TRUE@%defattr(-, root, root)
155 @USE_AVIFILE_TRUE@%{prefix}/lib/gst/libgstavi*
156 @USE_AVIFILE_TRUE@%{prefix}/lib/gst/libgstwincodec*
157 @USE_AVIFILE_TRUE@
158 @USE_AVIFILE_TRUE@%post -n gstreamer-avi
159 @USE_AVIFILE_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
161 ### CDPARANOIA ###
162 @USE_CDPARANOIA_TRUE@%package -n gstreamer-cdparanoia
163 @USE_CDPARANOIA_TRUE@Summary: Gstreamer plugin for CD audio input using CDParanoia IV
164 @USE_CDPARANOIA_TRUE@Group: Libraries/Multimedia
165 @USE_CDPARANOIA_TRUE@Requires: cdparanoia >= alpha9.7
166 @USE_CDPARANOIA_TRUE@Requires: gstreamer-plugins >= %{ver}
167 @USE_CDPARANOIA_TRUE@BuildRequires: cdparanoia-devel >= alpha9.7
168 @USE_CDPARANOIA_TRUE@
169 @USE_CDPARANOIA_TRUE@%description -n gstreamer-cdparanoia
170 @USE_CDPARANOIA_TRUE@Plugin for ripping audio tracks using cdparanoia under GStreamer
171 @USE_CDPARANOIA_TRUE@
172 @USE_CDPARANOIA_TRUE@%files -n gstreamer-cdparanoia
173 @USE_CDPARANOIA_TRUE@%defattr(-, root, root)
174 @USE_CDPARANOIA_TRUE@%{prefix}/lib/gst/libgstcdparanoia*
175 @USE_CDPARANOIA_TRUE@
176 @USE_CDPARANOIA_TRUE@%post -n gstreamer-cdparanoia
177 @USE_CDPARANOIA_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
179 ### DVDREAD ###
180 @USE_DVDREAD_TRUE@%package -n gstreamer-libdvd
181 @USE_DVDREAD_TRUE@Summary: GStreamer plugins for DVD playback
182 @USE_DVDREAD_TRUE@Group: Libraries/Multimedia
183 @USE_DVDREAD_TRUE@Requires: gstreamer-plugins >= %{ver}
184 @USE_DVDREAD_TRUE@Requires: libdvdread >= 0.9.0
185 @USE_DVDREAD_TRUE@BuildRequires: libdvdread-devel >= 0.9.0
186 @USE_DVDREAD_TRUE@
187 @USE_DVDREAD_TRUE@%description -n gstreamer-libdvd
188 @USE_DVDREAD_TRUE@Input and output plugin for the ALSA soundcard driver architecture.
189 @USE_DVDREAD_TRUE@
190 @USE_DVDREAD_TRUE@%files -n gstreamer-libdvd
191 @USE_DVDREAD_TRUE@%defattr(-, root, root)
192 @USE_DVDREAD_TRUE@%{prefix}/lib/gst/libgstdvd*
193 @USE_DVDREAD_TRUE@
194 @USE_DVDREAD_TRUE@%post -n gstreamer-libdvd
195 @USE_DVDREAD_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
197 ### ESD ###
198 @USE_ESD_TRUE@%package -n gstreamer-esd
199 @USE_ESD_TRUE@Summary: Gstreamer plugin for ESD sound output
200 @USE_ESD_TRUE@Group: Libraries/Multimedia
201 @USE_ESD_TRUE@Requires: esound >= 0.2.8
202 @USE_ESD_TRUE@Requires: gstreamer-plugins >= %{ver}
203 @USE_ESD_TRUE@
204 @USE_ESD_TRUE@%description -n gstreamer-esd
205 @USE_ESD_TRUE@Output plugin for GStreamer for use with the esound package
206 @USE_ESD_TRUE@
207 @USE_ESD_TRUE@%files -n gstreamer-esd
208 @USE_ESD_TRUE@%defattr(-, root, root)
209 @USE_ESD_TRUE@%{prefix}/lib/gst/libesd*
210 @USE_ESD_TRUE@
211 @USE_ESD_TRUE@%post -n gstreamer-esd
212 @USE_ESD_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
213 @USE_ESD_TRUE@
214 @USE_ESD_TRUE@%postun -n gstreamer-esd
215 @USE_ESD_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
216 @USE_ESD_TRUE@/sbin/ldconfig
218 ### FESTIVAL ###
219 @USE_FESTIVAL_TRUE@%package -n gstreamer-festival
220 @USE_FESTIVAL_TRUE@Summary: GStreamer plugin for text-to-speech support using Festival
221 @USE_FESTIVAL_TRUE@Group: Libraries/Multimedia
222 @USE_FESTIVAL_TRUE@Requires: gstreamer-plugins >= %{ver}
223 @USE_FESTIVAL_TRUE@Requires: festival >= 1.4.1
224 @USE_FESTIVAL_TRUE@BuildRequires: festival-devel >= 1.4.1
225 @USE_FESTIVAL_TRUE@
226 @USE_FESTIVAL_TRUE@%description -n gstreamer-festival
227 @USE_FESTIVAL_TRUE@Element for text-to-speech using the festival server.
228 @USE_FESTIVAL_TRUE@
229 @USE_FESTIVAL_TRUE@%files -n gstreamer-festival
230 @USE_FESTIVAL_TRUE@%defattr(-, root, root)
231 @USE_FESTIVAL_TRUE@%{prefix}/lib/gst/libgstfestival*
232 @USE_FESTIVAL_TRUE@
233 @USE_FESTIVAL_TRUE@%post -n gstreamer-festival
234 @USE_FESTIVAL_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
236 ### FLAC ###
237 @USE_FLAC_TRUE@%package -n gstreamer-flac
238 @USE_FLAC_TRUE@Summary: Gstreamer plugin for FLAC lossless audio format
239 @USE_FLAC_TRUE@Group: Libraries/Multimedia
240 @USE_FLAC_TRUE@Requires: gstreamer-plugins >= %{ver}
241 @USE_FLAC_TRUE@Requires: flac >= 1.0.0
242 @USE_FLAC_TRUE@
243 @USE_FLAC_TRUE@%description -n gstreamer-flac
244 @USE_FLAC_TRUE@Plugin for the free FLAC lossless audio format.
245 @USE_FLAC_TRUE@
246 @USE_FLAC_TRUE@%files -n gstreamer-flac
247 @USE_FLAC_TRUE@%defattr(-, root, root)
248 @USE_FLAC_TRUE@%{prefix}/lib/gst/libgstflac*
249 @USE_FLAC_TRUE@
250 @USE_FLAC_TRUE@%post -n gstreamer-flac
251 @USE_FLAC_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
253 ### GNOME VFS ###
254 @USE_GNOME_VFS_TRUE@%package -n gstreamer-gnomevfs
255 @USE_GNOME_VFS_TRUE@Summary: GStreamer plugins for GNOME VFS input and output
256 @USE_GNOME_VFS_TRUE@Group: Libraries/Multimedia
257 @USE_GNOME_VFS_TRUE@Requires: gnome-vfs2 > 1.9.4.00
258 @USE_GNOME_VFS_TRUE@Requires: gstreamer-plugins >= %{ver}
259 @USE_GNOME_VFS_TRUE@BuildRequires: gnome-vfs2-devel > 1.9.4.00
260 @USE_GNOME_VFS_TRUE@
261 @USE_GNOME_VFS_TRUE@%description -n gstreamer-gnomevfs
262 @USE_GNOME_VFS_TRUE@Plugins for reading and writing through GNOME VFS.
263 @USE_GNOME_VFS_TRUE@
264 @USE_GNOME_VFS_TRUE@%files -n gstreamer-gnomevfs
265 @USE_GNOME_VFS_TRUE@%defattr(-, root, root)
266 @USE_GNOME_VFS_TRUE@%{prefix}/lib/gst/libgstgnomevfs*
267 @USE_GNOME_VFS_TRUE@
268 @USE_GNOME_VFS_TRUE@%post -n gstreamer-gnomevfs
269 @USE_GNOME_VFS_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
271 ### GSM ###
272 @USE_GSM_TRUE@%package -n gstreamer-gsm
273 @USE_GSM_TRUE@Summary: GStreamer plugin for GSM lossy audio format
274 @USE_GSM_TRUE@Group: Libraries/Multimedia
275 @USE_GSM_TRUE@Requires: gsm >= 1.0.10
276 @USE_GSM_TRUE@Requires: gstreamer-plugins >= %{ver}
277 @USE_GSM_TRUE@BuildRequires: gsm-devel >= 1.0.10
278 @USE_GSM_TRUE@
279 @USE_GSM_TRUE@%description -n gstreamer-gsm
280 @USE_GSM_TRUE@Output plugin for GStreamer to convert to GSM lossy audio format.
281 @USE_GSM_TRUE@
282 @USE_GSM_TRUE@%files -n gstreamer-gsm
283 @USE_GSM_TRUE@%defattr(-, root, root)
284 @USE_GSM_TRUE@%{prefix}/lib/gst/libgstgsm*
285 @USE_GSM_TRUE@
286 @USE_GSM_TRUE@%post -n gstreamer-gsm
287 @USE_GSM_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
289 ### HERMES ###
290 @USE_HERMES_TRUE@%package -n gstreamer-colorspace
291 @USE_HERMES_TRUE@Summary: Gstreamer colorspace conversion plugin
292 @USE_HERMES_TRUE@Group: Libraries/Multimedia
293 @USE_HERMES_TRUE@Requires: gstreamer-plugins >= %{ver}
294 @USE_HERMES_TRUE@Requires: Hermes => 1.3.0
295 @USE_HERMES_TRUE@BuildRequires: Hermes-devel => 1.3.0
296 @USE_HERMES_TRUE@%description -n gstreamer-colorspace
297 @USE_HERMES_TRUE@Colorspace plugin based on Hermes library
298 @USE_HERMES_TRUE@
299 @USE_HERMES_TRUE@%files -n gstreamer-colorspace
300 @USE_HERMES_TRUE@%defattr(-, root, root)
301 @USE_HERMES_TRUE@%{prefix}/lib/gst/libgstcolorspace*
302 @USE_HERMES_TRUE@
303 @USE_HERMES_TRUE@%post -n gstreamer-colorspace
304 @USE_HERMES_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
306 ### JPEG ###
307 @USE_JPEG_TRUE@%package -n gstreamer-jpeg
308 @USE_JPEG_TRUE@Summary: Gstreamer plugin for jpeg images
309 @USE_JPEG_TRUE@Group: Libraries/Multimedia
310 @USE_JPEG_TRUE@Requires: libjpeg
311 @USE_JPEG_TRUE@Requires: gstreamer-plugins >= %{ver}
312 @USE_JPEG_TRUE@BuildRequires: libjpeg-devel
313 @USE_JPEG_TRUE@
314 @USE_JPEG_TRUE@%description -n gstreamer-jpeg
315 @USE_JPEG_TRUE@Output plugin for GStreamer using libjpeg
316 @USE_JPEG_TRUE@
317 @USE_JPEG_TRUE@%files -n gstreamer-jpeg
318 @USE_JPEG_TRUE@%defattr(-, root, root)
319 @USE_JPEG_TRUE@%{prefix}/lib/gst/libgstjpeg*
320 @USE_JPEG_TRUE@
321 @USE_JPEG_TRUE@%post -n gstreamer-jpeg
322 @USE_JPEG_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
324 ### LAME ###
325 @USE_LAME_TRUE@%package -n gstreamer-lame
326 @USE_LAME_TRUE@Summary: GStreamer plugin encoding mp3 songs
327 @USE_LAME_TRUE@Group: Libraries/Multimedia
328 @USE_LAME_TRUE@Requires: gstreamer-plugins >= %{ver}
329 @USE_LAME_TRUE@Requires: lame >= 3.89
330 @USE_LAME_TRUE@
331 @USE_LAME_TRUE@%description -n gstreamer-lame
332 @USE_LAME_TRUE@Plugin for encoding mp3 with lame
333 @USE_LAME_TRUE@
334 @USE_LAME_TRUE@%files -n gstreamer-lame
335 @USE_LAME_TRUE@%defattr(-, root, root)
336 @USE_LAME_TRUE@%{prefix}/lib/gst/libgstlame*
337 @USE_LAME_TRUE@
338 @USE_LAME_TRUE@%post -n gstreamer-lame
339 @USE_LAME_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
341 ### MAD ###
342 @USE_MAD_TRUE@%package -n gstreamer-mad  
343 @USE_MAD_TRUE@Summary: Plugin using MAD for mp3 decoding
344 @USE_MAD_TRUE@Group: Libraries/Multimedia
345 @USE_MAD_TRUE@Requires: gstreamer-plugins >= %{ver}
346 @USE_MAD_TRUE@Requires: gstreamer-plugin-libs = %{ver}
347 @USE_MAD_TRUE@Requires: mad >= 0.13.0
348 @USE_MAD_TRUE@BuildRequires: mad-devel >= 0.13.0
349 @USE_MAD_TRUE@
350 @USE_MAD_TRUE@%description -n gstreamer-mad
351 @USE_MAD_TRUE@Plugin for playback of mp3 songs using the very good MAD library
352 @USE_MAD_TRUE@
353 @USE_MAD_TRUE@%files -n gstreamer-mad
354 @USE_MAD_TRUE@%defattr(-, root, root)  
355 @USE_MAD_TRUE@%{prefix}/lib/gst/libgstmad*
356 @USE_MAD_TRUE@
357 @USE_MAD_TRUE@%post -n gstreamer-mad
358 @USE_MAD_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
359 @USE_MAD_TRUE@
360 @USE_MAD_TRUE@%postun -n gstreamer-mad
361 @USE_MAD_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
362 @USE_MAD_TRUE@/sbin/ldconfig
364 ### MIKMOD ###
365 @USE_MIKMOD_TRUE@%package -n gstreamer-mikmod
366 @USE_MIKMOD_TRUE@Summary: GStreamer Mikmod plugin
367 @USE_MIKMOD_TRUE@Group: Libraries/Multimedia
368 @USE_MIKMOD_TRUE@Requires: gstreamer-plugins >= %{ver}
369 @USE_MIKMOD_TRUE@
370 @USE_MIKMOD_TRUE@%description -n gstreamer-mikmod
371 @USE_MIKMOD_TRUE@Plugin for playback of module files supported by mikmod under GStreamer
372 @USE_MIKMOD_TRUE@
373 @USE_MIKMOD_TRUE@%files -n gstreamer-mikmod
374 @USE_MIKMOD_TRUE@%defattr(-, root, root)
375 @USE_MIKMOD_TRUE@%{prefix}/lib/gst/libgstmikmod*
376 @USE_MIKMOD_TRUE@
377 @USE_MIKMOD_TRUE@%post -n gstreamer-mikmod
378 @USE_MIKMOD_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
380 ### MJPEGTOOLS ###
381 @USE_MJPEGTOOLS_TRUE@%package -n gstreamer-jpegmmx
382 @USE_MJPEGTOOLS_TRUE@Summary: Gstreamer mjpegtools
383 @USE_MJPEGTOOLS_TRUE@Group: Libraries/Multimedia
384 @USE_MJPEGTOOLS_TRUE@Requires: gstreamer-plugins >= %{ver}
385 @USE_MJPEGTOOLS_TRUE@Requires: mjpegtools >= %{ver}
386 @USE_MJPEGTOOLS_TRUE@BuildRequires: mjpegtools-devel >= %{ver}
387 @USE_MJPEGTOOLS_TRUE@
388 @USE_MJPEGTOOLS_TRUE@%description -n gstreamer-jpegmmx
389 @USE_MJPEGTOOLS_TRUE@Mgpegtools based encoding and decoding plugin
390 @USE_MJPEGTOOLS_TRUE@
391 @USE_MJPEGTOOLS_TRUE@%files -n gstreamer-jpegmmx
392 @USE_MJPEGTOOLS_TRUE@%defattr(-, root, root)
393 @USE_MJPEGTOOLS_TRUE@%{prefix}/lib/gst/libgstjpegmmx*
394 @USE_MJPEGTOOLS_TRUE@
395 @USE_MJPEGTOOLS_TRUE@%post -n gstreamer-jpegmmx
396 @USE_MJPEGTOOLS_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
398 ### MPEG2DEC ###
399 @USE_MPEG2DEC_TRUE@%package -n gstreamer-mpeg
400 @USE_MPEG2DEC_TRUE@Summary: GStreamer plugins for MPEG video playback and encoding
401 @USE_MPEG2DEC_TRUE@Group: Libraries/Multimedia
402 @USE_MPEG2DEC_TRUE@Requires: gstreamer-plugins >= %{ver}
403 @USE_MPEG2DEC_TRUE@Requires: mpeg2dec => 0.2.0
404 @USE_MPEG2DEC_TRUE@Requires: gstreamer-plugin-libs => %{ver}
405 @USE_MPEG2DEC_TRUE@Obsoletes: gstreamer-mpeg1
406 @USE_MPEG2DEC_TRUE@Obsoletes: gstreamer-mpeg2
407 @USE_MPEG2DEC_TRUE@
408 @USE_MPEG2DEC_TRUE@%description -n gstreamer-mpeg
409 @USE_MPEG2DEC_TRUE@Plugins for playing and encoding MPEG video
410 @USE_MPEG2DEC_TRUE@
411 @USE_MPEG2DEC_TRUE@%files -n gstreamer-mpeg
412 @USE_MPEG2DEC_TRUE@%defattr(-, root, root)
413 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpeg1types*
414 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpeg1encoder*
415 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpegaudio*
416 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmp1*
417 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpegstream*
418 # @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpeg2play*
419 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpeg2enc*
420 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpeg2subt*
421 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpeg2types*
422 # @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmp2videoparse*
423 @USE_MPEG2DEC_TRUE@
424 @USE_MPEG2DEC_TRUE@%post -n  gstreamer-mpeg
425 @USE_MPEG2DEC_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
427 @USE_MPEG2DEC_TRUE@%package -n gstreamer-mpeg2dec
428 @USE_MPEG2DEC_TRUE@Summary: GStreamer plugins for MPEG level 2 playback
429 @USE_MPEG2DEC_TRUE@Group: Libraries/Multimedia
430 @USE_MPEG2DEC_TRUE@Requires: gstreamer-plugins >= %{ver}
431 @USE_MPEG2DEC_TRUE@Requires: mpeg2dec >= 0.2.0
432 @USE_MPEG2DEC_TRUE@
433 @USE_MPEG2DEC_TRUE@%description -n gstreamer-mpeg2dec
434 @USE_MPEG2DEC_TRUE@Plugins for playing MPEG level 2 encoded movies
435 @USE_MPEG2DEC_TRUE@
436 @USE_MPEG2DEC_TRUE@%files -n gstreamer-mpeg2dec
437 @USE_MPEG2DEC_TRUE@%defattr(-, root, root)
438 @USE_MPEG2DEC_TRUE@%{prefix}/lib/gst/libgstmpeg2dec*
439 @USE_MPEG2DEC_TRUE@
440 @USE_MPEG2DEC_TRUE@%post -n  gstreamer-mpeg2dec
441 @USE_MPEG2DEC_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
443 ### OPENQUICKTIME ###
444 @USE_OPENQUICKTIME_TRUE@%package -n gstreamer-openquicktime
445 @USE_OPENQUICKTIME_TRUE@Summary: GStreamer OpenQuicktime video Plugin
446 @USE_OPENQUICKTIME_TRUE@Group: Libraries/Multimedia
447 @USE_OPENQUICKTIME_TRUE@Requires: gstreamer-plugins >= %{ver}
448 @USE_OPENQUICKTIME_TRUE@Requires: openquicktime => 0.9
449 @USE_OPENQUICKTIME_TRUE@
450 @USE_OPENQUICKTIME_TRUE@%description -n gstreamer-openquicktime
451 @USE_OPENQUICKTIME_TRUE@Plugin which uses the OpenQuicktime library
452 @USE_OPENQUICKTIME_TRUE@from 3ivx to play Quicktime movies.
453 @USE_OPENQUICKTIME_TRUE@(http://openquicktime.sourceforge.net/)
454 @USE_OPENQUICKTIME_TRUE@
455 @USE_OPENQUICKTIME_TRUE@%files -n gstreamer-openquicktime
456 @USE_OPENQUICKTIME_TRUE@%defattr(-, root, root)
457 @USE_OPENQUICKTIME_TRUE@%{prefix}/lib/gst/libgstopenquicktime*
458 @USE_OPENQUICKTIME_TRUE@
459 @USE_OPENQUICKTIME_TRUE@%post -n gstreamer-openquicktime
460 @USE_OPENQUICKTIME_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
462 ### OSS ###
463 @USE_OSS_TRUE@%package -n gstreamer-oss
464 @USE_OSS_TRUE@Summary: Gstreamer plugins for input and output using OSS
465 @USE_OSS_TRUE@Group: Libraries/Multimedia
466 @USE_OSS_TRUE@Requires: gstreamer-plugins >= %{ver}
467 @USE_OSS_TRUE@
468 @USE_OSS_TRUE@%description -n gstreamer-oss 
469 @USE_OSS_TRUE@Plugins for output and input to the OpenSoundSytem audio
470 @USE_OSS_TRUE@drivers found in the Linux kernels or commercially available
471 @USE_OSS_TRUE@from OpenSound.
472 @USE_OSS_TRUE@
473 @USE_OSS_TRUE@%files -n gstreamer-oss
474 @USE_OSS_TRUE@%defattr(-, root, root)
475 @USE_OSS_TRUE@%{prefix}/lib/gst/libgstoss*
476 @USE_OSS_TRUE@
477 @USE_OSS_TRUE@%post -n gstreamer-oss
478 @USE_OSS_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
479 @USE_OSS_TRUE@
480 @USE_OSS_TRUE@%postun -n gstreamer-oss
481 @USE_OSS_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
482 @USE_OSS_TRUE@/sbin/ldconfig
484 ### RAW1394 ###
485 @USE_RAW1394_TRUE@%package -n gstreamer-dv
486 @USE_RAW1394_TRUE@Summary: GStreamer dv plugin
487 @USE_RAW1394_TRUE@Group: Libraries/Multimedia
488 @USE_RAW1394_TRUE@Requires: gstreamer-plugins >= %{ver}
489 @USE_RAW1394_TRUE@
490 @USE_RAW1394_TRUE@%description -n gstreamer-dv
491 @USE_RAW1394_TRUE@Plugin for digital video support
492 @USE_RAW1394_TRUE@
493 @USE_RAW1394_TRUE@%files -n gstreamer-dv
494 @USE_RAW1394_TRUE@%defattr(-, root, root)
495 @USE_RAW1394_TRUE@%{prefix}/lib/gst/gstdv*
496 @USE_RAW1394_TRUE@
497 @USE_RAW1394_TRUE@%post -n gstreamer-dv
498 @USE_RAW1394_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
500 ### RTP ###
501 @USE_RTP_TRUE@%package -n gstreamer-rtp
502 @USE_RTP_TRUE@Summary: GStreamer RTP plugin
503 @USE_RTP_TRUE@Group: Libraries/Multimedia
504 @USE_RTP_TRUE@Requires: gstreamer-plugins >= %{ver}
505 @USE_RTP_TRUE@Requires: librtp >= 0.99
506 @USE_RTP_TRUE@
507 @USE_RTP_TRUE@%description -n gstreamer-rtp
508 @USE_RTP_TRUE@Library for transfering data with the RTP protocol
509 @USE_RTP_TRUE@
510 @USE_RTP_TRUE@%files -n gstreamer-rtp
511 @USE_RTP_TRUE@%defattr(-, root, root)
512 @USE_RTP_TRUE@%{prefix}/lib/gst/libgstrtp*
513 @USE_RTP_TRUE@
514 @USE_RTP_TRUE@%post -n gstreamer-rtp
515 @USE_RTP_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
517 ### SIDPLAY ###
518 @USE_SIDPLAY_TRUE@%package -n gstreamer-sid
519 @USE_SIDPLAY_TRUE@Summary: GStreamer Sid C64 music plugin
520 @USE_SIDPLAY_TRUE@Group: Libraries/Multimedia
521 @USE_SIDPLAY_TRUE@Requires: gstreamer-plugins >= %{ver}
522 @USE_SIDPLAY_TRUE@Requires: libsidplay => 1.36.0
523 @USE_SIDPLAY_TRUE@BuildRequires: libsidplay-devel => 1.36.0
524 @USE_SIDPLAY_TRUE@%description -n gstreamer-sid
525 @USE_SIDPLAY_TRUE@Plugin for playback of C64 SID format music files
526 @USE_SIDPLAY_TRUE@
527 @USE_SIDPLAY_TRUE@%files -n gstreamer-sid
528 @USE_SIDPLAY_TRUE@%defattr(-, root, root)
529 @USE_SIDPLAY_TRUE@%{prefix}/lib/gst/libgstsid*
530 @USE_SIDPLAY_TRUE@
531 @USE_SIDPLAY_TRUE@%post -n gstreamer-sid
532 @USE_SIDPLAY_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
534 ### SDL ###
535 @USE_SDL_TRUE@%package -n gstreamer-sdl
536 @USE_SDL_TRUE@Summary: Gstreamer plugin for outputing to SDL
537 @USE_SDL_TRUE@Group: Libraries/Multimedia
538 @USE_SDL_TRUE@Requires: SDL >= 1.2.0
539 @USE_SDL_TRUE@Requires: gstreamer-plugins >= %{ver}
540 @USE_SDL_TRUE@BuildRequires: SDL-devel >= 1.2.0
541 @USE_SDL_TRUE@
542 @USE_SDL_TRUE@%description -n gstreamer-sdl
543 @USE_SDL_TRUE@Plugin for sending output to the Simple Direct Media architecture.
544 @USE_SDL_TRUE@(http://www.libsdl.org). Usefull for fullscreen playback.
545 @USE_SDL_TRUE@
546 @USE_SDL_TRUE@%files -n gstreamer-sdl
547 @USE_SDL_TRUE@%defattr(-, root, root)
548 @USE_SDL_TRUE@%{prefix}/lib/gst/libsdl*
549 @USE_SDL_TRUE@
550 @USE_SDL_TRUE@%post -n gstreamer-sdl
551 @USE_SDL_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
553 ### SHOUT ###
554 @USE_SHOUT_TRUE@%package -n gstreamer-icecast
555 @USE_SHOUT_TRUE@Summary: GStreamer Icecast broadcasting plugin
556 @USE_SHOUT_TRUE@Group: Libraries/Multimedia
557 @USE_SHOUT_TRUE@Requires: gstreamer-plugins >= %{ver}
558 @USE_SHOUT_TRUE@Requires: gstreamer-plugin-libs = %{ver}
559 @USE_SHOUT_TRUE@Requires: libshout >= 1.0.5
560 @USE_SHOUT_TRUE@BuildRequires: libshout-devel >= 1.0.5
561 @USE_SHOUT_TRUE@%description -n gstreamer-icecast
562 @USE_SHOUT_TRUE@Plugin for broadcasting audio with the Icecast server
563 @USE_SHOUT_TRUE@
564 @USE_SHOUT_TRUE@%files -n gstreamer-icecast
565 @USE_SHOUT_TRUE@%defattr(-, root, root)
566 @USE_SHOUT_TRUE@%{prefix}/lib/gst/libgstshout*
567 @USE_SHOUT_TRUE@
568 @USE_SHOUT_TRUE@%post -n gstreamer-icecast
569 @USE_SHOUT_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
571 ### VORBIS ###
572 @USE_VORBIS_TRUE@%package -n gstreamer-vorbis
573 @USE_VORBIS_TRUE@Summary: Gstreamer plugin for encoding and decoding Ogg Vorbis audio files
574 @USE_VORBIS_TRUE@Group: Libraries/Multimedia
575 @USE_VORBIS_TRUE@Requires: libogg >= 1.0beta4
576 @USE_VORBIS_TRUE@Requires: libvorbis >= 1.0beta4
577 @USE_VORBIS_TRUE@Requires: gstreamer-plugins >= %{ver}
578 @USE_VORBIS_TRUE@BuildRequires: libogg-devel >= 1.0beta4
579 @USE_VORBIS_TRUE@BuildRequires: libvorbis-devel >= 1.0beta4
580 @USE_VORBIS_TRUE@
581 @USE_VORBIS_TRUE@%description -n gstreamer-vorbis
582 @USE_VORBIS_TRUE@Plugins for creating and playing Ogg Vorbis audio files.
583 @USE_VORBIS_TRUE@
584 @USE_VORBIS_TRUE@%files -n gstreamer-vorbis  
585 @USE_VORBIS_TRUE@%defattr(-, root, root)
586 @USE_VORBIS_TRUE@%{prefix}/lib/gst/libgstvorbis*
587 @USE_VORBIS_TRUE@
588 @USE_VORBIS_TRUE@%post -n gstreamer-vorbis
589 @USE_VORBIS_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
590 @USE_VORBIS_TRUE@
591 @USE_VORBIS_TRUE@%postun -n gstreamer-vorbis
592 @USE_VORBIS_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
593 @USE_VORBIS_TRUE@/sbin/ldconfig
595 ### VIDEO 4 LINUX ###
596 @USE_V4L_TRUE@%package -n gstreamer-v4l
597 @USE_V4L_TRUE@Summary: GStreamer video for linux input plugin
598 @USE_V4L_TRUE@Group: Libraries/Multimedia
599 @USE_V4L_TRUE@Requires: gstreamer-plugins >= %{ver}
600 @USE_V4L_TRUE@
601 @USE_V4L_TRUE@%description -n gstreamer-v4l
602 @USE_V4L_TRUE@Plugin for accessing video for Linux streams.
603 @USE_V4L_TRUE@
604 @USE_V4L_TRUE@%files -n gstreamer-v4l
605 @USE_V4L_TRUE@%defattr(-, root, root)
606 @USE_V4L_TRUE@%{prefix}/lib/gst/libgstv4l*
607 @USE_V4L_TRUE@
608 @USE_V4L_TRUE@%post -n gstreamer-v4l
609 @USE_V4L_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
611 ### XVIDEO ###
612 @USE_XVIDEO_TRUE@%package -n gstreamer-xvideosink
613 @USE_XVIDEO_TRUE@Summary: Gstreamer XFree output plugin
614 @USE_XVIDEO_TRUE@Group: Libraries/Multimedia
615 @USE_XVIDEO_TRUE@Requires: gstreamer-plugins >= %{ver}
616 @USE_XVIDEO_TRUE@Requires: Hermes => 1.3.0
617 @USE_XVIDEO_TRUE@%description -n gstreamer-xvideosink
618 @USE_XVIDEO_TRUE@Xfree86 video sink
619 @USE_XVIDEO_TRUE@
620 @USE_XVIDEO_TRUE@%files -n gstreamer-xvideosink
621 @USE_XVIDEO_TRUE@%defattr(-, root, root)
622 @USE_XVIDEO_TRUE@%{prefix}/lib/gst/libgstxvideosink*
623 @USE_XVIDEO_TRUE@
624 @USE_XVIDEO_TRUE@%post -n gstreamer-xvideosink
625 @USE_XVIDEO_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
627 @USE_XVIDEO_TRUE@%package -n gstreamer-videosink
628 @USE_XVIDEO_TRUE@Summary: GStreamer Video Sink
629 @USE_XVIDEO_TRUE@Group: Libraries/Multimedia
630 @USE_XVIDEO_TRUE@Requires: gstreamer-plugins >= %{ver}
631 @USE_XVIDEO_TRUE@Requires: gstreamer-plugin-libs = %{ver}
632 @USE_XVIDEO_TRUE@
633 @USE_XVIDEO_TRUE@%description -n gstreamer-videosink
634 @USE_XVIDEO_TRUE@Plugin for X playback
635 @USE_XVIDEO_TRUE@
636 @USE_XVIDEO_TRUE@%files -n gstreamer-videosink
637 @USE_XVIDEO_TRUE@%defattr(-, root, root)
638 @USE_XVIDEO_TRUE@%{prefix}/lib/gst/libgstvideosink*
639 @USE_XVIDEO_TRUE@
640 @USE_XVIDEO_TRUE@%post -n gstreamer-videosink
641 @USE_XVIDEO_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
643 %package -n gstreamer-audio-effects
644 Summary: GStreamer audio effects plugin
645 Group: Libraries/Multimedia
646 Requires: gstreamer-plugins >= %{ver}
648 %description -n gstreamer-audio-effects
649 Plugin with various audio effects including resampling, 
650 sine waves generation, silence generation plugin
652 %files -n gstreamer-audio-effects
653 %defattr(-, root, root)
654 %{prefix}/lib/gst/libgstresample*
655 %{prefix}/lib/gst/libgstsine*
656 %{prefix}/lib/gst/libgstsilence*
657 %{prefix}/lib/gst/libgststereo*
658 %{prefix}/lib/gst/libgstvol*
659 %{prefix}/lib/gst/libgstplayondemand*
660 %{prefix}/lib/gst/libgstspeed*
662 %post -n gstreamer-audio-effects
663 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
665 %package -n gstreamer-lavencode
666 Summary: GStreamer YUV to LAV converter
667 Group: Libraries/Multimedia
668 Requires: gstreamer-plugins >= %{ver}
670 %description -n gstreamer-lavencode
671 It takes YUV video frames and adds a header in front of it so it can be processed with the lavtools from mjpeg
673 %files -n gstreamer-lavencode
674 %defattr(-, root, root)
675 %{prefix}/lib/gst/libgsty4m*
677 %post -n gstreamer-lavencode
678 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
680 %package -n gstreamer-qcam
681 Summary: GStreamer QuickCam plugin
682 Group: Libraries/Multimedia
683 Requires: gstreamer-plugins >= %{ver}
685 %description -n gstreamer-qcam
686 Plugin for accessing a Quickcam source
688 %files -n gstreamer-qcam
689 %defattr(-, root, root)
690 %{prefix}/lib/gst/libgstqcam*
692 %post -n gstreamer-qcam
693 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
695 %package -n gstreamer-vcd
696 Summary: GStreamer Video CD plugin
697 Group: Libraries/Multimedia
698 Requires: gstreamer-plugins >= %{ver}
700 %description -n gstreamer-vcd
701 Video CD parsing and playback
703 %files -n gstreamer-vcd
704 %defattr(-, root, root)
705 %{prefix}/lib/gst/libgstvcd*
706 %{prefix}/lib/gst/libgstcdxa*
708 %package -n gstreamer-ladspa
709 Summary: Gstreamer wrapper for LADSPA plugins
710 Group: Libraries/Multimedia
711 Requires: gstreamer-plugins >= %{ver}
713 %files -n gstreamer-ladspa
714 %defattr(-, root, root)
715 %{prefix}/lib/gst/libgstladspa*
717 %description -n gstreamer-ladspa
718 Plugin which wraps LADSPA plugins for use by GStreamer applications.
720 %post -n gstreamer-ladspa
721 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
723 %package -n gstreamer-udp
724 Summary: GStreamer plugins for UDP tranport
725 Group: Libraries/Multimedia
726 Requires: gstreamer-plugins >= %{ver}
728 %description -n gstreamer-udp
729 Plugins for UDP transport
731 %files -n gstreamer-udp
732 %defattr(-, root, root)
733 %{prefix}/lib/gst/libgstudp*
735 %post -n gstreamer-udp
736 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
738 %package -n gstreamer-flx
739 Summary: GStreamer plugin for FLI/FLX animation format
740 Group: Libraries/Multimedia
741 Requires: gstreamer-plugins >= %{ver}
742 Requires: gstreamer-plugin-libs = %{ver}
743 Requires: gstreamer-colorspace >= %{ver}
744 %description -n gstreamer-flx
745 Plugin for playing FLI/FLX animations under GStreamer
747 %files -n gstreamer-flx
748 %defattr(-, root, root)
749 %{prefix}/lib/gst/libgstflx*
751 %post -n gstreamer-flx
752 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
754 %package -n gstreamer-deinterlace
755 Summary: GStreamer Video deinterlacer
756 Group: Libraries/Multimedia
757 Requires: gstreamer-plugins >= %{ver}
759 %description -n gstreamer-deinterlace
760 Video deinterlace plugin
762 %files -n gstreamer-deinterlace
763 %defattr(-, root, root)
764 %{prefix}/lib/gst/libgstdeinterlace*
766 %post -n gstreamer-deinterlace
767 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
769 %package -n gstreamer-visualisation
770 Summary: GStreamer visualisations plugins
771 Group: Libraries/Multimedia
772 Requires: gstreamer-plugins >= %{ver}
774 %description -n gstreamer-visualisation
775 Various plugins for visual effects to use with audio. Included are Smoothwave, Spectrum, Goom, Chart and vumeter
777 %files -n gstreamer-visualisation
778 %defattr(-, root, root)
779 %{prefix}/lib/gst/libgstsmooth*
780 %{prefix}/lib/gst/libgstspectrum*
781 %{prefix}/lib/gst/libgstvu*
782 %{prefix}/lib/gst/libgstgoom*
783 %{prefix}/lib/gst/libchart*
784 %{prefix}/lib/gst/libgstmonoscope*
786 %post -n gstreamer-visualisation
787 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
789 %package -n gstreamer-plugin-libs
790 Summary: GStreamer support libraries
791 Group: Libraries/Multimedia
792 Requires: gstreamer-plugins >= %{ver}
794 %description -n gstreamer-plugin-libs
795 GStreamer support libraries
797 %files -n gstreamer-plugin-libs
798 %defattr(-, root, root)
799 %{prefix}/lib/gst/libgstaudio*
800 %{prefix}/lib/gst/libgstidct*
801 %{prefix}/lib/gst/libgstriff*
802 %{prefix}/lib/gst/libgstresample*
804 %package -n gstreamer-misc
805 Summary: GStreamer plugins for various effects
806 Group: Libraries/Multimedia
807 Requires: gstreamer-plugins >= %{ver}
809 %description -n gstreamer-misc
810 Plugins for various codecs, effects 
811 and so on.
813 %files -n gstreamer-misc
814 %defattr(-, root, root)
815 %{prefix}/lib/gst/libgstadder*
816 %{prefix}/lib/gst/libgstalaw*
817 %{prefix}/lib/gst/libgstintfloat*
818 %{prefix}/lib/gst/libgstlevel*
819 %{prefix}/lib/gst/libgstmedian*
820 %{prefix}/lib/gst/libgstmono2stereo*
821 %{prefix}/lib/gst/libgstmulaw*
822 %{prefix}/lib/gst/libgstpassthrough*
823 %{prefix}/lib/gst/libgstrtjpe*
825 %post -n gstreamer-misc
826 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
828 %package -n gstreamer-audio-formats
829 Summary: GStreamer audio format plugin
830 Group: Libraries/Multimedia
831 Requires: gstreamer-plugins >= %{ver}
832 Requires: gstreamer-plugin-libs = %{ver}
834 %description -n gstreamer-audio-formats
835 Plugin for playback of wav, au and mp3 audio files
837 %files -n gstreamer-audio-formats
838 %defattr(-, root, root)
839 %{prefix}/lib/gst/libgstwavparse*
840 %{prefix}/lib/gst/libgstauparse*
841 %{prefix}/lib/gst/libgstmp3types*
842 %{prefix}/lib/gst/libgstmodplug*
844 %post -n gstreamer-audio-formats
845 %{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
847 %changelog
848 * Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
849 - added more BuildRequires and Requires
850 - rearranged some plugins
851 - added changelog ;)