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