don't build checks if we don't have check
[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 %{_libdir}/gstreamer-%{majorminor}/libgstdebug.so
106 %{_libdir}/gstreamer-%{majorminor}/libgstnavigationtest.so
107
108 # gstreamer-plugins with external dependencies but in the main package
109 @USE_LIBCACA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so
110 @USE_ESD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstesd.so
111 @USE_FLAC_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
112 @USE_JPEG_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
113 # @USE_MIKMOD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmikmod.so
114 @USE_LIBPNG_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
115 @USE_OSS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
116 ## @USE_RAW1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
117 # @USE_PANGO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttextoverlay.so
118 # @USE_PANGO_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgsttimeoverlay.so
119 @USE_SPEEX_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
120 @USE_GCONF_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstgconfelements.so
121
122 # @USE_LADSPA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
123 @USE_SHOUT2_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
124 @USE_AALIB_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstaasink.so
125 @USE_LIBDV_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
126 @USE_DV1394_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
127
128 ## Libraries
129 %{_libdir}/libgstvideofilter-%{majorminor}.*
130
131 # schema files
132 @USE_GCONF_TRUE@%{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas
133
134 %post
135 @USE_GCONF_TRUE@export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
136 @USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null
137
138 %postun
139                                                                                
140 %changelog
141 * Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
142 - clean up for splitup
143
144 * Mon Feb 14 2005 Christian Schaller <christian at fluendo dot com>
145 - Add vnc plugin 
146
147 * Wed Jan 19 2005 Christian Schaller <christian at fluendo dot com>
148 - add dv1394 plugin
149
150 * Wed Dec 22 2004 Christian Schaller <christian at fluendo dot com>
151 - Add -plugins- to plugin names
152
153 * Thu Dec 9  2004 Christian Schaller <christian a fluendo dot com>
154 - Add the mms plugin
155
156 * Wed Oct 06 2004 Christian Schaller <christian at fluendo dot com>
157 - Add Wim's new mng decoder plugin
158 - add shout2 plugin for Zaheer, hope it is correctly done :)
159
160 * Wed Sep 29 2004 Christian Schaller <uraeus at gnome dot org>
161 - Fix USE statement for V4L2
162
163 * Thu Sep 28 2004 Christian Schaller <uraeus at gnome dot org>
164 - Remove kio plugin (as it was broken)
165
166 * Wed Sep 21 2004 Christian Schaller <uraeus at gnome dot org>
167 - Reorganize SPEC to fit better with fedora.us and freshrpms.net packages
168 - Make sure gstinterfaces.so is in the package
169 - Add all new plugins
170
171 * Mon Mar 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
172 - put back media-info
173 - add ffmpegcolorspace plugin
174
175 * Sun Mar 07 2004 Christian Schaller <Uraeus@gnome.org>
176 - Remove rm commands for media-info stuff
177 - Add libdir/*
178                                                                                 
179 * Thu Mar 04 2004 Christian Schaller <Uraeus@gnome.org>
180 - Add missing gconf schema install in %post
181
182 * Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
183 - Libraries/Multimedia doesn't exist, remove it
184
185 * Tue Mar 02 2004 Thomas Vander Stichele <thomas at apestaart dot org>
186 - added speex plugin.
187
188 * Mon Mar 01 2004 Thomas Vander Stichele <thomas at apestaart dot org>
189 - Cleaned up the mess.  Could we PLEASE keep this sort of organized and
190 - alphabetic for easy lookup ?
191
192 * Fri Feb 13 2004 Christian Schaller <Uraeus@gnome.org>
193 - Added latest new headers
194
195 * Wed Jan 21 2004 Christian Schaller <Uraeus@gnome.org>
196 - added NAS plugin
197 - added i18n locale dir
198
199 * Fri Jan 16 2004 Christian Schaller <uraeus@gnome.org>
200 - added libcaca plugin
201 - added libgstcolorspace - fixed name of libgsthermescolorspace
202
203 * Wed Jan 14 2004 Christian Schaller <uraeus@gnome.org>
204 - Add gamma plugin
205 - Have the pixbuf plugin deleted for now
206
207 * Wed Dec 18 2003 Christian Schaller <Uraeus@gnome.org>
208 - remove gsttagediting.h as it is gone
209 - replace it with gst/tag/tag.h
210
211 * Sun Nov 23 2003 Christian Schaller <Uraeus@gnome.org>
212 - Update spec file for latest changes
213 - add faad plugin
214
215 * Thu Oct 16 2003 Christian Schaller <Uraeus@gnome.org>
216 - Add new colorbalance and tuner and xoverlay stuff
217 - Change name of kde-audio-devel to arts-devel
218
219 * Sat Sep 27 2003 Christian Schaller <Uraeus@gnome.org>
220 - Add majorminor to man page names
221 - add navigation lib to package
222
223 * Tue Sep 11 2003 Christian Schaller <Uraeus@gnome.org>
224 - Add -%{majorminor} to each instance of gst-register
225
226 * Tue Aug 19 2003 Christian Schaller <Uraeus@Gnome.org>
227 - Add new plugins
228
229 * Sat Jul 12 2003 Thomas Vander Stichele <thomas at apestaart dot org>
230 - move gst/ mpeg plugins to base package
231 - remove hermes conditional from snapshot
232 - remove one instance of resample plugin
233 - fix up silly versioned plugins efence and rmdemux
234
235 * Sat Jul 05 2003 Christian Schaller <Uraeus@gnome.org>
236 - Major overhaul of SPEC file to make it compatible with what Red Hat ships
237   as default
238 - Probably a little less sexy, but cross-distro SPEC files are a myth anyway
239   so making it convenient for RH users wins out
240 - Keeping conditionals even with new re-org so that developers building the
241   RPMS don't need everything installed
242 - Add bunch of obsoletes to ease migration from earlier official GStreamer RPMS
243 - Remove plugins that doesn't exist anymore
244
245 * Sun Mar 02 2003 Christian Schaller <Uraeus@gnome.org>
246 - Remove USE_RTP statement from RTP plugin
247 - Move RTP plugin to no-deps section
248
249 * Sat Mar 01 2003 Christian Schaller <Uraeus@gnome.org>
250 - Remove videosink from SPEC
251 * Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
252 - various fixes
253 - make video output packages provide gstreamer-videosink
254
255 * Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
256 - split out ffmpeg stuff to separate plugin
257
258 * Fri Dec 27 2002 Thomas Vander Stichele <thomas at apestaart dot org>
259 - add virtual provides for audio sources and sinks
260
261 * Sun Dec 15 2002 Christian Schaller <Uraeus@linuxrising.org>
262 - Update mpeg2dec REQ to be 0.3.1
263
264 * Tue Dec 10 2002 Thomas Vander Stichele <thomas at apestaart dot org>
265 - only install schema once
266 - move out devel lib stuff to -devel package
267
268 * Sun Dec 08 2002 Thomas Vander Stichele <thomas at apestaart dot org>
269 - fix location of libgstpng
270 - changes for parallel installability
271
272 * Thu Nov 28 2002 Christian Schaller <Uraeus@linuxrising.org>
273 - Put in libgstpng plugin
274 - rm the libgstmedia-info stuff until thomas think they are ready
275
276 * Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
277 - don't use compprep until ABI issues can be fixed
278
279 * Wed Oct 30 2002 Thomas Vander Stichele <thomas at apestaart dot org>
280 - added smpte plugin
281 - split out dvdnavread package
282 - fixed snapshot deps and added hermes conditionals
283
284 * Tue Oct 29 2002 Thomas Vander Stichele <thomas at apestaart dot org>
285 - added -play package, libs, and .pc files
286
287 * Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
288 - Added wavenc to audio formats package
289
290 * Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>
291 - Removed all .la files
292 - added separate non-openquicktime demuxer plugin
293 - added snapshot plugin
294 - added videotest plugin
295 - Split avi plugin out to avi and windec plugins since aviplugin do not depend on avifile
296 - Added cdplayer plugin
297
298 * Fri Sep 20 2002 Thomas Vander Stichele <thomas@apestaart.org>
299 - added gst-compprep calls
300
301 * Wed Sep 18 2002 Thomas Vander Stichele <thomas@apestaart.org>
302 - add gst-register-%{majorminor} calls everywhere again since auto-reregister doesn't work
303 - added gstreamer-audio-formats to mad's requires since it needs the typefind
304   to work properly
305
306 * Mon Sep 9 2002 Christian Schaller <Uraeus@linuxrising.org>
307 - Added v4l2 plugin
308 * Thu Aug 27 2002 Christian Schaller <Uraeus@linuxrising.org>
309 - Fixed USE_DV_TRUE to USE_LIBDV_TRUE
310 - Added Gconf and floatcast headers to gstreamer-plugins-devel package
311 - Added mixmatrix plugin to audio-effects package
312
313 * Thu Jul 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
314 - fixed oss package to buildrequire instead of require glibc headers
315
316 * Mon Jul 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
317 - fixed -devel package group
318
319 * Fri Jul 05 2002 Thomas Vander Stichele <thomas@apestaart.org>
320 - release 0.4.0 !
321 - added gstreamer-libs.pc
322 - removed all gst-register-%{majorminor} calls since this should be done automatically now
323
324 * Thu Jul 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
325 - fix issue with SDL package
326 - make all packages STRICTLY require the right version to avoid
327   ABI issues
328 - make gst-plugins obsolete gst-plugin-libs
329 - also send output of gst-register-%{majorminor} to /dev/null to lower the noise
330
331 * Wed Jul 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
332 - require glibc-devel instead of glibc-kernheaders since the latter is only
333   since 7.3 and glibc-devel pulls in the right package anyway
334
335 * Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
336 - changed header location of plug-in libs
337
338 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
339 - major cleanups
340 - adding gst-register-%{majorminor} on postun everywhere
341 - remove ldconfig since we don't actually install libs in system dirs
342 - removed misc package
343 - added video-effects
344 - dot every Summary
345 - uniformify all descriptions a little
346
347 * Thu Jun 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
348 - various BuildRequires: additions
349
350 * Tue Jun 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
351 - added USE_LIBADSPA_TRUE bits to ladspa package
352
353 * Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
354 - Added libfame package
355
356 * Mon May 12 2002 Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org>
357 - Added jack, dxr3, http packages
358 - Added visualisation plug-ins, effecttv and synaesthesia
359 - Created devel package
360 - Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
361 - Replaced prefix/dirname with _macros
362
363 * Mon May 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
364 - added gstreamer-GConf package
365
366 * Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
367 - added more BuildRequires and Requires
368 - rearranged some plug-ins
369 - added changelog ;)