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