]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/blob - gst-plugins-ugly.spec.in
various fixes to make it possible to build rpms from gst-plugins head
[glsdk/gst-plugins-ugly0-10.git] / gst-plugins-ugly.spec.in
1 # This SPEC file is created in a way that tries to solve various demands. 
2 # First of all it tries to create packages that will easily replace both the 
3 # Fedora Core default packages and also replace the extra rpms provided 
4 # by Fedora.us or freshrpms.net.
5 # At the same time they will only include plugins for which you have the needed
6 # packages installed at the time you run autogen.sh. This means that if you
7 # are not careful you might end up with less plugins than what the standard 
8 # packages provide, which in turn means things might stop working for you. 
9 # So make sure you have an idea of what you do before creating RPMS using this 
10 # SPEC file.
12 %define         register        %{_bindir}/gst-register-%{majorminor} > /dev/null 2>&1 || :
13 %define         gst_minver      0.7.6
14 %define         gstp_minver     0.7.6
16 Name:           gstreamer-plugins
17 Version:        @VERSION@
18 Release:        @GST_PLUGINS_VERSION_RELEASE@
19 Summary:        GStreamer Streaming-media framework plug-ins.
21 %define         majorminor      @GST_MAJORMINOR@
23 Group:          Applications/Multimedia
24 License:        LGPL
25 URL:            http://gstreamer.net/
26 Vendor:         GStreamer Backpackers Team <package@gstreamer.net>
27 Source:         http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-%{version}.tar.gz
28 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
30 %define         _glib2          @GLIB2_REQ@
32 Requires:       glib2 >= %_glib2
33 BuildRequires:  glib2-devel >= %_glib2
34 Requires:       gstreamer >= %{gst_minver}
35 BuildRequires:  gstreamer-devel >= %{gst_minver}
36 BuildRequires:  gstreamer-tools >= %{gst_minver}
37 BuildRequires:  gcc-c++
38 BuildRequires:  XFree86-devel
40 # @USE_AUDIOFILE_TRUE@Requires:      audiofile >= 0.2.1
41 # @USE_AUDIOFILE_TRUE@BuildRequires: audiofile-devel >= 0.2.1
42 # @USE_CDPARANOIA_TRUE@Requires:      cdparanoia-libs >= alpha9.7
43 # @USE_CDPARANOIA_TRUE@BuildRequires: cdparanoia-devel >= alpha9.7
44 # @USE_ESD_TRUE@Requires:      esound >= 0.2.8
45 # @USE_ESD_TRUE@BuildRequires: esound-devel >= 0.2.8
46 # @USE_ESD_TRUE@Obsoletes:     gstreamer-esd
47 # @USE_ESD_TRUE@
48 # @USE_ESD_TRUE@Provides:               gstreamer-audiosrc
49 # @USE_ESD_TRUE@Provides:               gstreamer-audiosink
50 # @USE_FLAC_TRUE@Requires:      flac >= 1.0.3
51 # @USE_FLAC_TRUE@BuildRequires: flac-devel >= 1.0.3
52 # @USE_GCONF_TRUE@Requires:     GConf2
53 # @USE_GCONF_TRUE@BuildRequires:        GConf2-devel
54 # @USE_GNOME_VFS_TRUE@Requires:      gnome-vfs2 > 1.9.4.00
55 # @USE_GNOME_VFS_TRUE@BuildRequires: gnome-vfs2-devel > 1.9.4.00
56 # @USE_HERMES_TRUE@Requires:      Hermes >= 1.3.0
57 # @USE_HERMES_TRUE@BuildRequires: Hermes-devel >= 1.3.0
58 # @USE_JPEG_TRUE@Requires:      libjpeg
59 # @USE_JPEG_TRUE@BuildRequires: libjpeg-devel
60 # @USE_LIBPNG_TRUE@Requires:      libpng >= 1.2.0
61 # @USE_LIBPNG_TRUE@BuildRequires: libpng-devel >= 1.2.0
62 # @USE_MIKMOD_TRUE@Requires:      mikmod
63 # @USE_MIKMOD_TRUE@BuildRequires: mikmod
64 # @USE_OSS_TRUE@BuildRequires: glibc-devel
65 # @USE_PANGO_TRUE@Requires:        pango
66 # @USE_PANGO_TRUE@BuildRequires:   pango-devel
67 # @USE_RAW1394_TRUE@Requires:      libraw1394
68 # @USE_RAW1394_TRUE@BuildRequires: libraw1394-devel
69 # @USE_SDL_TRUE@Requires:      SDL >= 1.2.0
70 # @USE_SDL_TRUE@BuildRequires: SDL-devel >= 1.2.0
71 # @USE_SDL_TRUE@#SDL-devel should require XFree86-devel because it links to it
72 # @USE_SDL_TRUE@#only it doesn't seem to do that currently
73 # @USE_SDL_TRUE@BuildRequires:  XFree86-devel
74 # @USE_SPEEX_TRUE@Requires:     speex
75 # @USE_SPEEX_TRUE@BuildRequires:        libspeex-devel
76 # @USE_SMOOTHWAVE_TRUE@Requires:        gtk2
77 # @USE_SMOOTHWAVE_TRUE@BuildRequires:   gtk2-devel
78 # @USE_VORBIS_TRUE@Requires:      libogg >= 1.0
79 # @USE_VORBIS_TRUE@Requires:      libvorbis >= 1.0
80 # @USE_VORBIS_TRUE@BuildRequires: libogg-devel >= 1.0
81 # @USE_VORBIS_TRUE@BuildRequires: libvorbis-devel >= 1.0
82 # @USE_XVIDEO_TRUE@Requires:    XFree86-libs
83 # @USE_XVIDEO_TRUE@BuildRequires: XFree86-devel
84 # @USE_HERMES_TRUE@# @USE_LIBPNG_TRUE@Requires: libpng
86 %description
87 GStreamer is a streaming-media framework, based on graphs of filters which
88 operate on media data. Applications using this library can do anything
89 from real-time sound processing to playing videos, and just about anything
90 else media-related.  Its plugin-based architecture means that new data
91 types or processing capabilities can be added simply by installing new
92 plug-ins.
94 %prep
95 %setup -n gst-plugins-%{version}
96 %build
97 %configure \
98   --with-gdk-pixbuf-loader-dir=$RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.2.0/loaders \
99   --enable-debug \
100   --enable-DEBUG 
102 make %{?_smp_mflags}
103                                                                                 
104 %install
105 rm -rf $RPM_BUILD_ROOT
107 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
108 %makeinstall
109 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
110                                                                                 
111 # Clean out files that should not be part of the rpm.
112 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
113 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
114 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
115 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
116 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so
118 %clean
119 rm -rf $RPM_BUILD_ROOT
121 %files
122 %defattr(-, root, root)
123 %doc AUTHORS COPYING README REQUIREMENTS
125 # non-core plugins without external dependencies
126 %{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
127 %{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so
128 %{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
129 %{_libdir}/gstreamer-%{majorminor}/libgstvideofilter.so
130 %{_libdir}/gstreamer-%{majorminor}/libgstgamma.so
131 %{_libdir}/gstreamer-%{majorminor}/libgstvideoflip.so
133 # gstreamer-plugins with external dependencies but in the main package
134 # @USE_ARTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstarts.so
135 # @USE_ARTSC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstartsdsink.so
136 # @USE_AUDIOFILE_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstaudiofile.so
137 # @USE_CDPARANOIA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
138 # @USE_ESD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstesd.so
139 # @USE_POLYP_TRUE@%{_libdir}/gstreamer-%{majorminor}/libpolypaudio.so
140 # @USE_FLAC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
141 # @USE_GNOME_VFS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstgnomevfs.so
142 # @USE_HERMES_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsthermescolorspace.so
143 # @USE_SMOOTHWAVE_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsmoothwave.so
144 # @USE_JPEG_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
145 # @USE_MIKMOD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmikmod.so
146 # @USE_SDL_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsdlvideosink.so
147 # @USE_VORBIS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstvorbis.so
148 # @USE_VORBIS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
149 # @USE_LIBPNG_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
150 # @USE_OSS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
151 # @USE_GST_V4L_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux.so
152 ## @USE_RAW1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
153 # Snapshot plugin uses libpng
154 # @USE_LIBPNG_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsnapshot.so
155 # @USE_PANGO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttextoverlay.so
156 # @USE_PANGO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttimeoverlay.so
157 # @USE_SPEEX_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
158 # @USE_LIBCACA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so
159 # @USE_XVIDEO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
160 # @USE_XVIDEO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
161 # @USE_SNDFILE_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
162 # @USE_MUSICBRAINZ_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttrm.so
165 %post
166 # @USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
167 # @USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null
168 %{_bindir}/gst-register-%{majorminor} > /dev/null 2> /dev/null
170 %package audio
171 Summary:        Additional audio plugins for GStreamer
172 Group:          Applications/Multimedia
173                                                                                 
174 # @USE_SIDPLAY_TRUE@BuildRequires:  libsidplay-devel >= 1.36.0
175 # @USE_SHOUT_TRUE@BuildRequires:  libshout-devel <= 2.0
176 # # @USE_SHOUT2_TRUE@BuildRequires: libshout-devel >= 2.0
177 # @USE_LADSPA_TRUE@BuildRequires:  ladspa-devel
178                                                                                 
179 Requires:       gstreamer-plugins >= %{gstp_minver}
180 Requires(pre):  %{_bindir}/gst-register-%{majorminor}
181 Requires(post): %{_bindir}/gst-register-%{majorminor}
183 # @USE_LADSPA_TRUE@Provides:       gstreamer-ladspa = %{version}-%{release}
184 # @USE_SIDPLAY_TRUE@Provides:       gstreamer-sid = %{version}-%{release}
185 # @USE_SHOUT_TRUE@Provides:       gstreamer-shout = %{version}-%{release}
186                                                                                 
187 %description audio
188 This package contains additional audio plugins for GStreamer, including
189 - codec for sid (C64)
190 - a shout element to stream to icecast servers
191 - a ladspa elements wrapping LADSPA plugins
192 # - a shout 2 element
194 %files audio
195 %defattr(-, root, root, -)
196 # @USE_LADSPA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
197 # @USE_SIDPLAY_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstsid.so
198 # @USE_SHOUT_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstshout.so
199 # # @USE_SHOUT2_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
201 %post audio
202 %{register}
203 %postun audio
204 %{register}
206 %package extra-audio
207 Summary:        Extra audio plugins for GStreamer
208 Group:          Applications/Multimedia
209                                                                                 
210 # @USE_FAAD_TRUE@BuildRequires:  faad2-devel >= 2.0
211 # @USE_GSM_TRUE@BuildRequires:  gsm-devel >= 1.0.10
212 # @USE_LAME_TRUE@BuildRequires:  lame-devel >= 3.89
213 @USE_MAD_TRUE@BuildRequires:  libid3tag-devel >= 0.15.0
214 @USE_MAD_TRUE@BuildRequires:  libmad-devel >= 0.15.0
215                                                                                 
216 Requires:       gstreamer-plugins >= %{gstp_minver}
217 Requires(pre):  %{_bindir}/gst-register-%{majorminor}
218 Requires(post): %{_bindir}/gst-register-%{majorminor}
219                                                                                 
220 # @USE_FAAD_TRUE@Provides:      gstreamer-faad = %{version}-%{release}
221 # @USE_GSM_TRUE@Provides:       gstreamer-gsm = %{version}-%{release}
222 # @USE_LAME_TRUE@Provides:      gstreamer-lame = %{version}-%{release}
223 # @USE_MAD_TRUE@Provides:       gstreamer-mad = %{version}-%{release}
224                                                                                 
225 %description extra-audio
226 This package contains extra audio plugins for GStreamer, including
227 - gsm decoding
228 - faad2 decoding
229 - mad mp3 decoding
230 - lame mp3 encoding
231                                                                                 
232 %post extra-audio
233 %{register}
234 %postun extra-audio
235 %{register}
236                                                                                 
237 %files extra-audio
238 %defattr(-, root, root, -)
239 # @USE_FAAD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstfaad.so
240 # @USE_GSM_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
241 # @USE_LAME_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
242 @USE_MAD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
244 %package extra-dvd
245 Summary:        DVD plugins for GStreamer
246 Group:          Applications/Multimedia
247                                                                                 
248 # @USE_A52DEC_TRUE@BuildRequires:  a52dec-devel >= 0.7.3
249 # @USE_DVDNAV_TRUE@BuildRequires:  libdvdnav-devel >= 0.1.3
250 # @USE_DVDREAD_TRUE@BuildRequires:  libdvdread-devel >= 0.9.0
251                                                                                 
252 Requires:       gstreamer-plugins >= %{gstp_minver}
253 Requires:       gstreamer-plugins-extra-video >= %{gstp_minver}
254 Requires(pre):  %{_bindir}/gst-register-%{majorminor}
255 Requires(post): %{_bindir}/gst-register-%{majorminor}
256                                                                                 
257 Provides:       gstreamer-dvd = %{version}-%{release}
258 # @USE_A52DEC_TRUE@Provides:       gstreamer-       = %{version}-%{release}
259 # @USE_DVDNAV_TRUE@Provides:       gstreamer-dvdnavsrc = %{version}-%{release}
260 # @USE_DVDREAD_TRUE@Provides:       gstreamer-dvdreadsrc = %{version}-%{release}
261                                                                                 
262 %description extra-dvd
263 This package contains dvd plugins for GStreamer, including
265 - libdvdread
266       decoding
267                                                                                 
268 %post extra-dvd
269 %{register}
270 %postun extra-dvd
271 %{register}
272                                                                                 
273 %files extra-dvd
274 %defattr(-, root, root, -)
275 # @USE_A52DEC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsta52dec.so
276 # @USE_DVDNAV_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdvdnavsrc.so
277 # @USE_DVDREAD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdvdreadsrc.so
279 %package video
280 Summary:        Additional video plugins for GStreamer
281 Group:          Applications/Multimedia
282                                                                                 
283 # @USE_AALIB_TRUE@BuildRequires:  aalib-devel >= 1.3
284                                                                                 
285 Requires:       gstreamer-plugins >= %{gstp_minver}
286 Requires(pre):  %{_bindir}/gst-register-%{majorminor}
287 Requires(post): %{_bindir}/gst-register-%{majorminor}
288                                                                                 
289 # @USE_AALIB_TRUE@Provides:       gstreamer-aasink = %{version}-%{release}
290                                                                                 
291 %description video
292 This package contains additional video plugins for GStreamer, including
293 - an output sink based on aalib (ASCII art output)
294 - an element for decoding dv streams using libdv
295 - an output sink based on cacalib (color ASCII art output)
296 - A Dirac video format decoder
297 - An output sink based on OpenGL
299 %files video
300 %defattr(-, root, root, -)
301 # @USE_AALIB_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so
302 # @USE_LIBDV_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdvdec.so
303 # @USE_DV1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
304 # @USE_LIBCACA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so
305 # @USE_DIRAC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdirac.so
306 # @USE_OPENGL_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstglimagesink.so
308 %post video
309 %{register}
310 %postun video
311 %{register}
313 %package extra-video
314 Summary:        Extra video plugins for GStreamer
315 Group:          Applications/Multimedia
316                                                                                 
317 # @USE_LIBFAME_TRUE@BuildRequires:  libfame-devel >= 0.9.0
318 # @USE_MPEG2DEC_TRUE@BuildRequires:  mpeg2dec-devel >= 0.4.0
319 # @USE_SWFDEC_TRUE@BuildRequires:  swfdec-devel
320                                                                                 
321 Requires:       gstreamer-plugins >= %{gstp_minver}
322 Requires:       gstreamer-plugins-extra-audio >= %{gstp_minver}
323 Requires(pre):  %{_bindir}/gst-register-%{majorminor}
324 Requires(post): %{_bindir}/gst-register-%{majorminor}
325                                                                                 
326 # @USE_LIBFAME_TRUE@Provides:       gstreamer-libfame = %{version}-%{release}
327 # @USE_MPEG2DEC_TRUE@Provides:       gstreamer-mpeg2dec = %{version}-%{release}
328 # @USE_SWFDEC_TRUE@Provides:       gstreamer-swfdec = %{version}-%{release}
329                                                                                 
330 %description extra-video
331 This package contains extra video plugins for GStreamer, including
332 - libfame MPEG video encoding
333 - mpeg2dec MPEG-2 decoding
334 - swfdec Flash decoding
335                                                                                 
336 %post extra-video
337 %{register}
338 %postun extra-video
339 %{register}
340                                                                                 
341 %files extra-video
342 %defattr(-, root, root, -)
343 # @USE_LIBFAME_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstlibfame.so
344 # @USE_MPEG2DEC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmpeg2dec.so
345 # @USE_SWFDEC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstswfdec.so
347 # Here are packages not in the base plugins package but not dependant
348 # on an external lib
350 # Here are all the packages depending on external libs #
352 ### ALSA ###
353 # @USE_ALSA_TRUE@%package -n gstreamer-plugins-alsa
354 # @USE_ALSA_TRUE@Summary:  GStreamer plug-ins for the ALSA sound system.
355 # @USE_ALSA_TRUE@Group:    Applications/Multimedia
356 # @USE_ALSA_TRUE@Requires: gstreamer-plugins = %{version}
357 # @USE_ALSA_TRUE@Obsoletes:gstreamer-alsa
358 # @USE_ALSA_TRUE@
359 # @USE_ALSA_TRUE@Provides:      gstreamer-audiosrc
360 # @USE_ALSA_TRUE@Provides:      gstreamer-audiosink
361 # @USE_ALSA_TRUE@
362 # @USE_ALSA_TRUE@%description -n gstreamer-plugins-alsa
363 # @USE_ALSA_TRUE@Input and output plug-in for the ALSA soundcard driver system. 
364 # @USE_ALSA_TRUE@This plug-in depends on Alsa 0.9.x or higher.
365 # @USE_ALSA_TRUE@
366 # @USE_ALSA_TRUE@%files -n gstreamer-plugins-alsa
367 # @USE_ALSA_TRUE@%defattr(-, root, root)
368 # @USE_ALSA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
369 # @USE_ALSA_TRUE@
370 # @USE_ALSA_TRUE@%post -n gstreamer-plugins-alsa
371 # @USE_ALSA_TRUE@%{register}
372 # @USE_ALSA_TRUE@%postun -n gstreamer-plugins-alsa
373 # @USE_ALSA_TRUE@%{register}
375 ## DXR3 ###
376 # @USE_DXR3_TRUE@%package -n gstreamer-plugins-dxr3
377 # @USE_DXR3_TRUE@Summary:       GStreamer plug-in for playback using dxr3 card.
378 # @USE_DXR3_TRUE@Group:         Applications/Multimedia
379 # @USE_DXR3_TRUE@Requires:      gstreamer-plugins = %{version}
380 # @USE_DXR3_TRUE@Requires:      em8300 >= 0.12.0
381 # @USE_DXR3_TRUE@BuildRequires: em8300-devel >= 0.12.0
382 # @USE_DXR3_TRUE@Obsoletes:     gstreamer-dxr3
383 # @USE_DXR3_TRUE@
384 # @USE_DXR3_TRUE@%description -n gstreamer-plugins-dxr3
385 # @USE_DXR3_TRUE@Plug-in supporting DVD playback using cards
386 # @USE_DXR3_TRUE@with the dxr3 chipset like Hollywood Plus
387 # @USE_DXR3_TRUE@and Creative Labs DVD cards.
388 # @USE_DXR3_TRUE@
389 # @USE_DXR3_TRUE@%files -n gstreamer-plugins-dxr3
390 # @USE_DXR3_TRUE@%defattr(-, root, root)
391 # @USE_DXR3_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdxr3.so
392 # @USE_DXR3_TRUE@
393 # @USE_DXR3_TRUE@%post -n gstreamer-plugins-dxr3
394 # @USE_DXR3_TRUE@%{register}
395 # @USE_DXR3_TRUE@
396 # @USE_DXR3_TRUE@%postun -n gstreamer-plugins-dxr3
397 # @USE_DXR3_TRUE@%{register}
399 ### FAAC ###
400 # @USE_FAAC_TRUE@%package -n gstreamer-plugins-faac
401 # @USE_FAAC_TRUE@Summary:GStreamer plug-ins for AAC audio playback.
402 # @USE_FAAC_TRUE@Group:         Applications/Multimedia
403 # @USE_FAAC_TRUE@Requires:      gstreamer-plugins = %{version}
404 # @USE_FAAC_TRUE@Requires:      faac >= 1.23
405 # @USE_FAAC_TRUE@BuildRequires: faac-devel >= 1.23
406 # @USE_FAAC_TRUE@Obsoletes:     gstreamer-faac
407 # @USE_FAAC_TRUE@
408 # @USE_FAAC_TRUE@%description -n gstreamer-plugins-faac
409 # @USE_FAAC_TRUE@Plug-ins for playing AAC audio
410 # @USE_FAAC_TRUE@
411 # @USE_FAAC_TRUE@%files -n gstreamer-plugins-faac
412 # @USE_FAAC_TRUE@%defattr(-, root, root)
413 # @USE_FAAC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstfaac.so
414 # @USE_FAAC_TRUE@%post -n  gstreamer-faac
415 # @USE_FAAC_TRUE@%{register}
416 # @USE_FAAC_TRUE@
417 # @USE_FAAC_TRUE@%postun -n  gstreamer-plugins-faac
418 # @USE_FAAC_TRUE@%{register}
420 #### JACK AUDIO CONNECTION KIT ###
421 # @USE_JACK_TRUE@%package -n gstreamer-plugins-jack
422 # @USE_JACK_TRUE@Summary:  GStreamer plug-in for the Jack Sound Server.
423 # @USE_JACK_TRUE@Group:    Applications/Multimedia
424 # @USE_JACK_TRUE@Requires: gstreamer-plugins = %{version}
425 # @USE_JACK_TRUE@Requires: jack-audio-connection-kit >= 0.28.0
426 # @USE_JACK_TRUE@
427 # @USE_JACK_TRUE@Provides:      gstreamer-audiosrc
428 # @USE_JACK_TRUE@Provides:      gstreamer-audiosink
429 # @USE_JACK_TRUE@Obsoletes:     gstreamer-jack
430 # @USE_JACK_TRUE@
431 # @USE_JACK_TRUE@%description -n gstreamer-plugins-jack
432 # @USE_JACK_TRUE@Plug-in for the JACK professional sound server.
433 # @USE_JACK_TRUE@
434 # @USE_JACK_TRUE@%files -n gstreamer-plugins-jack
435 # @USE_JACK_TRUE@%defattr(-, root, root)
436 # @USE_JACK_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
437 # @USE_JACK_TRUE@
438 # @USE_JACK_TRUE@%post -n gstreamer-plugins-jack
439 # @USE_JACK_TRUE@%{register}
440 # @USE_JACK_TRUE@
441 # @USE_JACK_TRUE@%postun -n gstreamer-plugins-jack
442 # @USE_JACK_TRUE@%{register}
444 #### NETWORK AUDIO SYSTEM  ###
445 # @USE_NAS_TRUE@%package -n gstreamer-plugins-nas
446 # @USE_NAS_TRUE@Summary:  GStreamer plug-in for the Network Audio System.
447 # @USE_NAS_TRUE@Group:    Applications/Multimedia
448 # @USE_NAS_TRUE@Requires: gstreamer-plugins = %{version}
449 # @USE_NAS_TRUE@Requires: libnas2 >= 1.6
450 # @USE_NAS_TRUE@Obsolotes:gstreamer-nas
451 # @USE_NAS_TRUE@
452 # @USE_NAS_TRUE@%description -n gstreamer-plugins-nas
453 # @USE_NAS_TRUE@Plug-in for the Network Audio System sound server.
454 # @USE_NAS_TRUE@
455 # @USE_NAS_TRUE@%files -n gstreamer-plugins-nas
456 # @USE_NAS_TRUE@%defattr(-, root, root)
457 # @USE_NAS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstnassink.so
458 # @USE_NAS_TRUE@
459 # @USE_NAS_TRUE@%post -n gstreamer-plugins-nas
460 # @USE_NAS_TRUE@%{register}
461 # @USE_NAS_TRUE@
462 # @USE_NAS_TRUE@%postun -n gstreamer-plugins-nas
463 # @USE_NAS_TRUE@%{register}
465 #### MMS Protocol support ####
466 # @USE_LIBMMS_TRUE@%package -n gstreamer-plugins-mms
467 # @USE_LIBMMS_TRUE@Summary:  GStreamer plug-in for MMS protocol support 
468 # @USE_LIBMMS_TRUE@Group:    Applications/Multimedia
469 # @USE_LIBMMS_TRUE@Requires: gstreamer-plugins = %{version}
470 # @USE_LIBMMS_TRUE@Requires: libmms >= 0.1
471 # @USE_LIBMMS_TRUE@Obsoletes:gstreamer-mms
472 # @USE_LIBMMS_TRUE@
473 # @USE_LIBMMS_TRUE@%description -n gstreamer-plugins-mms
474 # @USE_LIBMMS_TRUE@Plug-in for the MMS protocol used by Microsoft
475 # @USE_LIBMMS_TRUE@
476 # @USE_LIBMMS_TRUE@%files -n gstreamer-plugins-mms
477 # @USE_LIBMMS_TRUE@%defattr(-, root, root)
478 # @USE_LIBMMS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmms.so
479 # @USE_LIBMMS_TRUE@
480 # @USE_LIBMMS_TRUE@%post -n gstreamer-plugins-mms
481 # @USE_LIBMMS_TRUE@%{register}
482 # @USE_LIBMMS_TRUE@
483 # @USE_LIBMMS_TRUE@%postun -n gstreamer-plugins-mms
484 # @USE_LIBMMS_TRUE@%{register}
486 ### VIDEO 4 LINUX 2 ###
487 # @USE_GST_V4L2_TRUE@%package -n gstreamer-plugins-v4l2
488 # @USE_GST_V4L2_TRUE@Summary:       GStreamer Video for Linux 2 plug-in.
489 # @USE_GST_V4L2_TRUE@Group:         Applications/Multimedia
490 # @USE_GST_V4L2_TRUE@Requires:      gstreamer-plugins = %{version}
491 # @USE_GST_V4L2_TRUE@BuildRequires: glibc-devel
492 # @USE_GST_V4L2_TRUE@Obsoletes:   gstreamer-v4l2
493 # @USE_GST_V4L2_TRUE@
494 # @USE_GST_V4L2_TRUE@%description -n gstreamer-plugins-v4l2
495 # @USE_GST_V4L2_TRUE@Plug-in for accessing Video for Linux devices.
496 # @USE_GST_V4L2_TRUE@
497 # @USE_GST_V4L2_TRUE@%files -n gstreamer-plugins-v4l2
498 # @USE_GST_V4L2_TRUE@%defattr(-, root, root)
499 # @USE_GST_V4L2_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
500 # @USE_GST_V4L2_TRUE@
501 # @USE_GST_V4L2_TRUE@%post -n gstreamer-plugins-v4l2
502 # @USE_GST_V4L2_TRUE@%{register}
503 # @USE_GST_V4L2_TRUE@
504 # @USE_GST_V4L2_TRUE@%postun -n gstreamer-plugins-v4l2
505 # @USE_GST_V4L2_TRUE@%{register}
507 ### XVID ###
508 # @USE_XVID_TRUE@%package -n gstreamer-plugins-xvid
509 # @USE_XVID_TRUE@Summary:       GStreamer XVID plug-in.
510 # @USE_XVID_TRUE@Group:         Applications/Multimedia
511 # @USE_XVID_TRUE@Requires:      gstreamer-plugins = %{version}
512 # @USE_XVID_TRUE@BuildRequires: glibc-devel
513 # @USE_XVID_TRUE@Obsoletes:     gstreamer-xvid
514 # @USE_XVID_TRUE@
515 # @USE_XVID_TRUE@%description -n gstreamer-plugins-xvid
516 # @USE_XVID_TRUE@Plug-in for decoding XVID files.
517 # @USE_XVID_TRUE@
518 # @USE_XVID_TRUE@%files -n gstreamer-plugins-xvid
519 # @USE_XVID_TRUE@%defattr(-, root, root)
520 # @USE_XVID_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstxvid.so
521 # @USE_XVID_TRUE@
522 # @USE_XVID_TRUE@%post -n gstreamer-plugins-xvid
523 # @USE_XVID_TRUE@%{register}
524 # @USE_XVID_TRUE@
525 # @USE_XVID_TRUE@%postun -n gstreamer-plugins-xvid
526 # @USE_XVID_TRUE@%{register}
529 %changelog
530 * Mon Feb 14 2005 Christian Schaller <christian at fluendo dot com>
531 - Add vnc plugin 
533 * Wed Jan 19 2005 Christian Schaller <christian at fluendo dot com>
534 - add dv1394 plugin
536 * Wed Dec 22 2004 Christian Schaller <christian at fluendo dot com>
537 - Add -plugins- to plugin names
539 * Thu Dec 9  2004 Christian Schaller <christian a fluendo dot com>
540 - Add the mms plugin
542 * Wed Oct 06 2004 Christian Schaller <christian at fluendo dot com>
543 - Add Wim's new mng decoder plugin
544 - add shout2 plugin for Zaheer, hope it is correctly done :)
546 * Wed Sep 29 2004 Christian Schaller <uraeus at gnome dot org>
547 - Fix USE statement for V4L2
549 * Thu Sep 28 2004 Christian Schaller <uraeus at gnome dot org>
550 - Remove kio plugin (as it was broken)
552 * Wed Sep 21 2004 Christian Schaller <uraeus at gnome dot org>
553 - Reorganize SPEC to fit better with fedora.us and freshrpms.net packages
554 - Make sure gstinterfaces.so is in the package
555 - Add all new plugins
557 * Mon Mar 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
558 - put back media-info
559 - add ffmpegcolorspace plugin
561 * Sun Mar 07 2004 Christian Schaller <Uraeus@gnome.org>
562 - Remove rm commands for media-info stuff
563 - Add libdir/*
564                                                                                 
565 * Thu Mar 04 2004 Christian Schaller <Uraeus@gnome.org>
566 - Add missing gconf schema install in %post
568 * Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
569 - Libraries/Multimedia doesn't exist, remove it
571 * Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
572 - added speex plugin.
574 * Mon Mar 01 2004 Thomas Vander Stichele <thomas at apestaart dot org>
575 - Cleaned up the mess.  Could we PLEASE keep this sort of organized and
576 - alphabetic for easy lookup ?
578 * Fri Feb 13 2004 Christian Schaller <Uraeus@gnome.org>
579 - Added latest new headers
581 * Wed Jan 21 2004 Christian Schaller <Uraeus@gnome.org>
582 - added NAS plugin
583 - added i18n locale dir
585 * Fri Jan 16 2004 Christian Schaller <uraeus@gnome.org>
586 - added libcaca plugin
587 - added libgstcolorspace - fixed name of libgsthermescolorspace
589 * Wed Jan 14 2004 Christian Schaller <uraeus@gnome.org>
590 - Add gamma plugin
591 - Have the pixbuf plugin deleted for now
593 * Wed Dec 18 2003 Christian Schaller <Uraeus@gnome.org>
594 - remove gsttagediting.h as it is gone
595 - replace it with gst/tag/tag.h
597 * Sun Nov 23 2003 Christian Schaller <Uraeus@gnome.org>
598 - Update spec file for latest changes
599 - add faad plugin
601 * Thu Oct 16 2003 Christian Schaller <Uraeus@gnome.org>
602 - Add new colorbalance and tuner and xoverlay stuff
603 - Change name of kde-audio-devel to arts-devel
605 * Sat Sep 27 2003 Christian Schaller <Uraeus@gnome.org>
606 - Add majorminor to man page names
607 - add navigation lib to package
609 * Tue Sep 11 2003 Christian Schaller <Uraeus@gnome.org>
610 - Add -%{majorminor} to each instance of gst-register
612 * Tue Aug 19 2003 Christian Schaller <Uraeus@Gnome.org>
613 - Add new plugins
615 * Sat Jul 12 2003 Thomas Vander Stichele <thomas at apestaart dot org>
616 - move gst/ mpeg plugins to base package
617 - remove hermes conditional from snapshot
618 - remove one instance of resample plugin
619 - fix up silly versioned plugins efence and rmdemux
621 * Sat Jul 05 2003 Christian Schaller <Uraeus@gnome.org>
622 - Major overhaul of SPEC file to make it compatible with what Red Hat ships
623   as default
624 - Probably a little less sexy, but cross-distro SPEC files are a myth anyway
625   so making it convenient for RH users wins out
626 - Keeping conditionals even with new re-org so that developers building the
627   RPMS don't need everything installed
628 - Add bunch of obsoletes to ease migration from earlier official GStreamer RPMS
629 - Remove plugins that doesn't exist anymore
631 * Sun Mar 02 2003 Christian Schaller <Uraeus@gnome.org>
632 - Remove USE_RTP statement from RTP plugin
633 - Move RTP plugin to no-deps section
635 * Sat Mar 01 2003 Christian Schaller <Uraeus@gnome.org>
636 - Remove videosink from SPEC
637 * Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
638 - various fixes
639 - make video output packages provide gstreamer-videosink
641 * Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
642 - split out ffmpeg stuff to separate plugin
644 * Fri Dec 27 2002 Thomas Vander Stichele <thomas at apestaart dot org>
645 - add virtual provides for audio sources and sinks
647 * Sun Dec 15 2002 Christian Schaller <Uraeus@linuxrising.org>
648 - Update mpeg2dec REQ to be 0.3.1
650 * Tue Dec 10 2002 Thomas Vander Stichele <thomas at apestaart dot org>
651 - only install schema once
652 - move out devel lib stuff to -devel package
654 * Sun Dec 08 2002 Thomas Vander Stichele <thomas at apestaart dot org>
655 - fix location of libgstpng
656 - changes for parallel installability
658 * Thu Nov 28 2002 Christian Schaller <Uraeus@linuxrising.org>
659 - Put in libgstpng plugin
660 - rm the libgstmedia-info stuff until thomas think they are ready
662 * Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
663 - don't use compprep until ABI issues can be fixed
665 * Wed Oct 30 2002 Thomas Vander Stichele <thomas at apestaart dot org>
666 - added smpte plugin
667 - split out dvdnavread package
668 - fixed snapshot deps and added hermes conditionals
670 * Tue Oct 29 2002 Thomas Vander Stichele <thomas at apestaart dot org>
671 - added -play package, libs, and .pc files
673 * Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
674 - Added wavenc to audio formats package
676 * Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>
677 - Removed all .la files
678 - added separate non-openquicktime demuxer plugin
679 - added snapshot plugin
680 - added videotest plugin
681 - Split avi plugin out to avi and windec plugins since aviplugin do not depend on avifile
682 - Added cdplayer plugin
684 * Fri Sep 20 2002 Thomas Vander Stichele <thomas@apestaart.org>
685 - added gst-compprep calls
687 * Wed Sep 18 2002 Thomas Vander Stichele <thomas@apestaart.org>
688 - add gst-register-%{majorminor} calls everywhere again since auto-reregister doesn't work
689 - added gstreamer-audio-formats to mad's requires since it needs the typefind
690   to work properly
692 * Mon Sep 9 2002 Christian Schaller <Uraeus@linuxrising.org>
693 - Added v4l2 plugin
694 * Thu Aug 27 2002 Christian Schaller <Uraeus@linuxrising.org>
695 - Fixed USE_DV_TRUE to USE_LIBDV_TRUE
696 - Added Gconf and floatcast headers to gstreamer-plugins-devel package
697 - Added mixmatrix plugin to audio-effects package
699 * Thu Jul 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
700 - fixed oss package to buildrequire instead of require glibc headers
702 * Mon Jul 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
703 - fixed -devel package group
705 * Fri Jul 05 2002 Thomas Vander Stichele <thomas@apestaart.org>
706 - release 0.4.0 !
707 - added gstreamer-libs.pc
708 - removed all gst-register-%{majorminor} calls since this should be done automatically now
710 * Thu Jul 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
711 - fix issue with SDL package
712 - make all packages STRICTLY require the right version to avoid
713   ABI issues
714 - make gst-plugins obsolete gst-plugin-libs
715 - also send output of gst-register-%{majorminor} to /dev/null to lower the noise
717 * Wed Jul 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
718 - require glibc-devel instead of glibc-kernheaders since the latter is only
719   since 7.3 and glibc-devel pulls in the right package anyway
721 * Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
722 - changed header location of plug-in libs
724 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
725 - major cleanups
726 - adding gst-register-%{majorminor} on postun everywhere
727 - remove ldconfig since we don't actually install libs in system dirs
728 - removed misc package
729 - added video-effects
730 - dot every Summary
731 - uniformify all descriptions a little
733 * Thu Jun 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
734 - various BuildRequires: additions
736 * Tue Jun 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
737 - added USE_LIBADSPA_TRUE bits to ladspa package
739 * Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
740 - Added libfame package
742 * Mon May 12 2002 Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org>
743 - Added jack, dxr3, http packages
744 - Added visualisation plug-ins, effecttv and synaesthesia
745 - Created devel package
746 - Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
747 - Replaced prefix/dirname with _macros
749 * Mon May 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
750 - added gstreamer-GConf package
752 * Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
753 - added more BuildRequires and Requires
754 - rearranged some plug-ins
755 - added changelog ;)