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