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