add auparse to plugins list
[platform/upstream/gst-plugins-good.git] / gst-plugins-good.spec.in
1 %define majorminor  @GST_MAJORMINOR@
2 %define gstreamer   gstreamer09
3
4 %define gst_minver   0.9.1
5
6 Name:           %{gstreamer}-plugins-good
7 Version:        @VERSION@
8 Release:        @GST_PLUGINS_GOOD_VERSION_RELEASE@.gst
9 Summary:        GStreamer plug-ins with good code and licensing
10
11 Group:          Applications/Multimedia
12 License:        LGPL
13 URL:            http://gstreamer.freedesktop.org/
14 Vendor:         GStreamer Backpackers Team <package@gstreamer.freedesktop.org>
15 Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.gz
16 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17
18 Requires:         %{gstreamer} >= %{gst_minver}
19 BuildRequires:    %{gstreamer}-devel >= %{gst_minver}
20
21 BuildRequires:  gcc-c++
22
23 @USE_ESD_TRUE@BuildRequires: esound-devel >= 0.2.8
24 @USE_ESD_TRUE@Obsoletes:     gstreamer-esd
25 @USE_ESD_TRUE@
26 @USE_ESD_TRUE@Provides:         gstreamer-audiosrc
27 @USE_ESD_TRUE@Provides:         gstreamer-audiosink
28 @USE_FLAC_TRUE@BuildRequires: flac-devel >= 1.0.3
29 @USE_GCONF_TRUE@BuildRequires:  GConf2-devel
30 @USE_JPEG_TRUE@BuildRequires: libjpeg-devel
31 @USE_LIBCACA_TRUE@BuildRequires: libcaca-devel
32 @USE_LIBDV_TRUE@BuildRequires: libdv-devel
33 @USE_LIBPNG_TRUE@BuildRequires: libpng-devel >= 1.2.0
34 # @USE_MIKMOD_TRUE@BuildRequires: mikmod
35 @USE_OSS_TRUE@BuildRequires: glibc-devel
36 # @USE_PANGO_TRUE@BuildRequires:   pango-devel
37 # @USE_RAW1394_TRUE@BuildRequires: libraw1394-devel
38 # @USE_RAW1394_TRUE@BuildRequires: libavc1394-devel
39 @USE_SPEEX_TRUE@BuildRequires:  speex-devel
40
41 @USE_SHOUT2_TRUE@BuildRequires: libshout-devel >= 2.0
42 @USE_LADSPA_TRUE@BuildRequires: ladspa-devel
43 @USE_AALIB_TRUE@BuildRequires:  aalib-devel >= 1.3
44 @USE_AALIB_TRUE@Provides:       gstreamer-aasink = %{version}-%{release}
45
46 %description
47 GStreamer is a streaming media framework, based on graphs of filters which
48 operate on media data. Applications using this library can do anything
49 from real-time sound processing to playing videos, and just about anything
50 else media-related.  Its plugin-based architecture means that new data
51 types or processing capabilities can be added simply by installing new
52 plug-ins.
53
54 %prep
55 %setup -q -n gst-plugins-good-%{version}
56 %build
57 %configure \
58   --enable-debug \
59   --enable-DEBUG 
60
61 make %{?_smp_mflags}
62                                                                                 
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
67 %makeinstall
68 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
69                                                                                 
70 # Clean out files that should not be part of the rpm.
71 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
72 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
73 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
74 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
75 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so
76
77 %find_lang gst-plugins-good-%{majorminor}
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -f gst-plugins-good-%{majorminor}.lang
83 %defattr(-, root, root)
84 %doc AUTHORS COPYING README REQUIREMENTS
85
86 # non-core plugins without external dependencies
87 %{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
88 %{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
89 %{_libdir}/gstreamer-%{majorminor}/libgstautodetect.so
90 %{_libdir}/gstreamer-%{majorminor}/libgstavi.so
91 %{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so
92 %{_libdir}/gstreamer-%{majorminor}/libgstgoom.so
93 %{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
94 %{_libdir}/gstreamer-%{majorminor}/libgstefence.so
95 %{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
96 %{_libdir}/gstreamer-%{majorminor}/libgstrtp.so
97 %{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so
98 %{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so
99 %{_libdir}/gstreamer-%{majorminor}/libgstudp.so
100 %{_libdir}/gstreamer-%{majorminor}/libgstvideobox.so
101 %{_libdir}/gstreamer-%{majorminor}/libgstvideoflip.so
102 %{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
103 %{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
104 %{_libdir}/gstreamer-%{majorminor}/libgstauparse.so
105
106 # gstreamer-plugins with external dependencies but in the main package
107 @USE_LIBCACA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so
108 @USE_ESD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstesd.so
109 @USE_FLAC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
110 @USE_JPEG_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
111 # @USE_MIKMOD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmikmod.so
112 @USE_LIBPNG_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
113 @USE_OSS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
114 ## @USE_RAW1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
115 # @USE_PANGO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttextoverlay.so
116 # @USE_PANGO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttimeoverlay.so
117 @USE_SPEEX_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
118 @USE_GCONF_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstgconfelements.so
119
120 # @USE_LADSPA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
121 @USE_SHOUT2_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
122 @USE_AALIB_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so
123 @USE_LIBDV_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
124 @USE_DV1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
125
126 ## Libraries
127 %{_libdir}/libgstvideofilter-%{majorminor}.*
128
129 # schema files
130 @USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas
131
132 %post
133 @USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
134 @USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null
135
136 %postun
137                                                                                
138 %changelog
139 * Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
140 - clean up for splitup
141
142 * Mon Feb 14 2005 Christian Schaller <christian at fluendo dot com>
143 - Add vnc plugin 
144
145 * Wed Jan 19 2005 Christian Schaller <christian at fluendo dot com>
146 - add dv1394 plugin
147
148 * Wed Dec 22 2004 Christian Schaller <christian at fluendo dot com>
149 - Add -plugins- to plugin names
150
151 * Thu Dec 9  2004 Christian Schaller <christian a fluendo dot com>
152 - Add the mms plugin
153
154 * Wed Oct 06 2004 Christian Schaller <christian at fluendo dot com>
155 - Add Wim's new mng decoder plugin
156 - add shout2 plugin for Zaheer, hope it is correctly done :)
157
158 * Wed Sep 29 2004 Christian Schaller <uraeus at gnome dot org>
159 - Fix USE statement for V4L2
160
161 * Thu Sep 28 2004 Christian Schaller <uraeus at gnome dot org>
162 - Remove kio plugin (as it was broken)
163
164 * Wed Sep 21 2004 Christian Schaller <uraeus at gnome dot org>
165 - Reorganize SPEC to fit better with fedora.us and freshrpms.net packages
166 - Make sure gstinterfaces.so is in the package
167 - Add all new plugins
168
169 * Mon Mar 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
170 - put back media-info
171 - add ffmpegcolorspace plugin
172
173 * Sun Mar 07 2004 Christian Schaller <Uraeus@gnome.org>
174 - Remove rm commands for media-info stuff
175 - Add libdir/*
176                                                                                 
177 * Thu Mar 04 2004 Christian Schaller <Uraeus@gnome.org>
178 - Add missing gconf schema install in %post
179
180 * Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
181 - Libraries/Multimedia doesn't exist, remove it
182
183 * Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
184 - added speex plugin.
185
186 * Mon Mar 01 2004 Thomas Vander Stichele <thomas at apestaart dot org>
187 - Cleaned up the mess.  Could we PLEASE keep this sort of organized and
188 - alphabetic for easy lookup ?
189
190 * Fri Feb 13 2004 Christian Schaller <Uraeus@gnome.org>
191 - Added latest new headers
192
193 * Wed Jan 21 2004 Christian Schaller <Uraeus@gnome.org>
194 - added NAS plugin
195 - added i18n locale dir
196
197 * Fri Jan 16 2004 Christian Schaller <uraeus@gnome.org>
198 - added libcaca plugin
199 - added libgstcolorspace - fixed name of libgsthermescolorspace
200
201 * Wed Jan 14 2004 Christian Schaller <uraeus@gnome.org>
202 - Add gamma plugin
203 - Have the pixbuf plugin deleted for now
204
205 * Wed Dec 18 2003 Christian Schaller <Uraeus@gnome.org>
206 - remove gsttagediting.h as it is gone
207 - replace it with gst/tag/tag.h
208
209 * Sun Nov 23 2003 Christian Schaller <Uraeus@gnome.org>
210 - Update spec file for latest changes
211 - add faad plugin
212
213 * Thu Oct 16 2003 Christian Schaller <Uraeus@gnome.org>
214 - Add new colorbalance and tuner and xoverlay stuff
215 - Change name of kde-audio-devel to arts-devel
216
217 * Sat Sep 27 2003 Christian Schaller <Uraeus@gnome.org>
218 - Add majorminor to man page names
219 - add navigation lib to package
220
221 * Tue Sep 11 2003 Christian Schaller <Uraeus@gnome.org>
222 - Add -%{majorminor} to each instance of gst-register
223
224 * Tue Aug 19 2003 Christian Schaller <Uraeus@Gnome.org>
225 - Add new plugins
226
227 * Sat Jul 12 2003 Thomas Vander Stichele <thomas at apestaart dot org>
228 - move gst/ mpeg plugins to base package
229 - remove hermes conditional from snapshot
230 - remove one instance of resample plugin
231 - fix up silly versioned plugins efence and rmdemux
232
233 * Sat Jul 05 2003 Christian Schaller <Uraeus@gnome.org>
234 - Major overhaul of SPEC file to make it compatible with what Red Hat ships
235   as default
236 - Probably a little less sexy, but cross-distro SPEC files are a myth anyway
237   so making it convenient for RH users wins out
238 - Keeping conditionals even with new re-org so that developers building the
239   RPMS don't need everything installed
240 - Add bunch of obsoletes to ease migration from earlier official GStreamer RPMS
241 - Remove plugins that doesn't exist anymore
242
243 * Sun Mar 02 2003 Christian Schaller <Uraeus@gnome.org>
244 - Remove USE_RTP statement from RTP plugin
245 - Move RTP plugin to no-deps section
246
247 * Sat Mar 01 2003 Christian Schaller <Uraeus@gnome.org>
248 - Remove videosink from SPEC
249 * Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
250 - various fixes
251 - make video output packages provide gstreamer-videosink
252
253 * Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
254 - split out ffmpeg stuff to separate plugin
255
256 * Fri Dec 27 2002 Thomas Vander Stichele <thomas at apestaart dot org>
257 - add virtual provides for audio sources and sinks
258
259 * Sun Dec 15 2002 Christian Schaller <Uraeus@linuxrising.org>
260 - Update mpeg2dec REQ to be 0.3.1
261
262 * Tue Dec 10 2002 Thomas Vander Stichele <thomas at apestaart dot org>
263 - only install schema once
264 - move out devel lib stuff to -devel package
265
266 * Sun Dec 08 2002 Thomas Vander Stichele <thomas at apestaart dot org>
267 - fix location of libgstpng
268 - changes for parallel installability
269
270 * Thu Nov 28 2002 Christian Schaller <Uraeus@linuxrising.org>
271 - Put in libgstpng plugin
272 - rm the libgstmedia-info stuff until thomas think they are ready
273
274 * Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
275 - don't use compprep until ABI issues can be fixed
276
277 * Wed Oct 30 2002 Thomas Vander Stichele <thomas at apestaart dot org>
278 - added smpte plugin
279 - split out dvdnavread package
280 - fixed snapshot deps and added hermes conditionals
281
282 * Tue Oct 29 2002 Thomas Vander Stichele <thomas at apestaart dot org>
283 - added -play package, libs, and .pc files
284
285 * Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
286 - Added wavenc to audio formats package
287
288 * Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>
289 - Removed all .la files
290 - added separate non-openquicktime demuxer plugin
291 - added snapshot plugin
292 - added videotest plugin
293 - Split avi plugin out to avi and windec plugins since aviplugin do not depend on avifile
294 - Added cdplayer plugin
295
296 * Fri Sep 20 2002 Thomas Vander Stichele <thomas@apestaart.org>
297 - added gst-compprep calls
298
299 * Wed Sep 18 2002 Thomas Vander Stichele <thomas@apestaart.org>
300 - add gst-register-%{majorminor} calls everywhere again since auto-reregister doesn't work
301 - added gstreamer-audio-formats to mad's requires since it needs the typefind
302   to work properly
303
304 * Mon Sep 9 2002 Christian Schaller <Uraeus@linuxrising.org>
305 - Added v4l2 plugin
306 * Thu Aug 27 2002 Christian Schaller <Uraeus@linuxrising.org>
307 - Fixed USE_DV_TRUE to USE_LIBDV_TRUE
308 - Added Gconf and floatcast headers to gstreamer-plugins-devel package
309 - Added mixmatrix plugin to audio-effects package
310
311 * Thu Jul 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
312 - fixed oss package to buildrequire instead of require glibc headers
313
314 * Mon Jul 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
315 - fixed -devel package group
316
317 * Fri Jul 05 2002 Thomas Vander Stichele <thomas@apestaart.org>
318 - release 0.4.0 !
319 - added gstreamer-libs.pc
320 - removed all gst-register-%{majorminor} calls since this should be done automatically now
321
322 * Thu Jul 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
323 - fix issue with SDL package
324 - make all packages STRICTLY require the right version to avoid
325   ABI issues
326 - make gst-plugins obsolete gst-plugin-libs
327 - also send output of gst-register-%{majorminor} to /dev/null to lower the noise
328
329 * Wed Jul 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
330 - require glibc-devel instead of glibc-kernheaders since the latter is only
331   since 7.3 and glibc-devel pulls in the right package anyway
332
333 * Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
334 - changed header location of plug-in libs
335
336 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
337 - major cleanups
338 - adding gst-register-%{majorminor} on postun everywhere
339 - remove ldconfig since we don't actually install libs in system dirs
340 - removed misc package
341 - added video-effects
342 - dot every Summary
343 - uniformify all descriptions a little
344
345 * Thu Jun 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
346 - various BuildRequires: additions
347
348 * Tue Jun 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
349 - added USE_LIBADSPA_TRUE bits to ladspa package
350
351 * Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
352 - Added libfame package
353
354 * Mon May 12 2002 Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org>
355 - Added jack, dxr3, http packages
356 - Added visualisation plug-ins, effecttv and synaesthesia
357 - Created devel package
358 - Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
359 - Replaced prefix/dirname with _macros
360
361 * Mon May 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
362 - added gstreamer-GConf package
363
364 * Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
365 - added more BuildRequires and Requires
366 - rearranged some plug-ins
367 - added changelog ;)