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