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