3 Release: @GST_VERSION_RELEASE@
4 Summary: GStreamer streaming media framework runtime.
6 Group: Libraries/Multimedia
8 URL: http://gstreamer.net/
9 Vendor: GStreamer Backpackers Team <package@gstreamer.net>
10 Source: http://gstreamer.net/releases/%{version}/src/%{name}-%{version}.tar.gz
11 BuildRoot: %{_tmppath}/%{name}-%{version}-root
13 %define majorminor @GST_MAJORMINOR@
14 %define _glib2 @GLIB2_REQ@
15 %define _libxml2 @LIBXML2_REQ@
17 Requires: glib2 >= %_glib2
18 Requires: libxml2 >= %_libxml2
20 Prereq: %{name}-tools >= %{version}
21 BuildRequires: glib2-devel >= %_glib2
22 BuildRequires: libxml2-devel >= %_libxml2
25 BuildRequires: gtk-doc >= 0.7
27 BuildRequires: zlib-devel
28 BuildRequires: popt > 1.6
29 Prereq: /sbin/ldconfig
31 ### documentation requirements
32 BuildRequires: openjade
33 BuildRequires: python2
34 BuildRequires: docbook-style-dsssl docbook-dtd31-sgml
35 BuildRequires: transfig xfig
38 GStreamer is a streaming-media framework, based on graphs of filters which
39 operate on media data. Applications using this library can do anything
40 from real-time sound processing to playing videos, and just about anything
41 else media-related. Its plugin-based architecture means that new data
42 types or processing capabilities can be added simply by installing new
46 Summary: Libraries/include files for GStreamer streaming media framework.
47 Group: Development/Libraries
49 Requires: %{name} = %{version}-%{release}
50 Requires: glib2-devel >= %_glib2
51 Requires: libxml2-devel >= %_libxml2
54 GStreamer is a streaming-media framework, based on graphs of filters which
55 operate on media data. Applications using this library can do anything
56 from real-time sound processing to playing videos, and just about anything
57 else media-related. Its plugin-based architecture means that new data
58 types or processing capabilities can be added simply by installing new
61 This package contains the libraries and includes files necessary to develop
62 applications and plugins for GStreamer.
65 Summary: tools for GStreamer streaming media framework.
66 Group: Libraries/Multimedia
69 GStreamer is a streaming-media framework, based on graphs of filters which
70 operate on media data. Applications using this library can do anything
71 from real-time sound processing to playing videos, and just about anything
72 else media-related. Its plugin-based architecture means that new data
73 types or processing capabilities can be added simply by installing new
76 This package contains the basic command-line tools used for GStreamer, like
77 gst-register and gst-launch. It is split off to allow parallel-installability
84 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
85 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
86 FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
87 %{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} ; \
90 --exec-prefix=%{_exec_prefix} \
92 --sbindir=%{_sbindir} \
93 --sysconfdir=%{_sysconfdir} \
94 --datadir=%{_datadir} \
95 --includedir=%{_includedir} \
97 --libexecdir=%{_libexecdir} \
98 --localstatedir=%{_localstatedir} \
99 --sharedstatedir=%{_sharedstatedir} \
100 --mandir=%{_mandir} \
101 --infodir=%{_infodir} \
103 --with-cachedir=%{_localstatedir}/cache/gstreamer-%{majorminor} \
104 --disable-tests --disable-examples
105 # --enable-docs-build --with-html-dir=$RPM_BUILD_ROOT%{_datadir}/gtk-doc/html
107 if [ "$SMP" != "" ]; then
108 (make "MAKE=make -k -j $SMP"; exit 0)
114 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
117 # Clean out files that should not be part of the rpm.
118 # This is the recommended way of dealing with it for RH8
119 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
120 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}-%{majorminor}/*.la
121 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}-%{majorminor}/*.a
122 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
123 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
126 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
130 %{_bindir}/gst-register > /dev/null 2> /dev/null
136 %defattr(-, root, root, -)
137 %doc AUTHORS COPYING README TODO COPYING.LIB ABOUT-NLS REQUIREMENTS DOCBUILDING RELEASE
138 %{_libdir}/libgstreamer-%{majorminor}.so.*
139 %{_libdir}/libgstcontrol-%{majorminor}.so.*
140 %dir %{_libdir}/gstreamer-%{majorminor}
141 %dir %{_localstatedir}/cache/gstreamer-%{majorminor}
142 %{_libdir}/gstreamer-%{majorminor}/libgstautoplugcache*.so*
143 %{_libdir}/gstreamer-%{majorminor}/libgstautoplugger*.so*
144 %{_libdir}/gstreamer-%{majorminor}/libgstbasicomega*.so*
145 %{_libdir}/gstreamer-%{majorminor}/libgstoptscheduler.so*
146 %{_libdir}/gstreamer-%{majorminor}/libgstoptomega*.so*
147 %{_libdir}/gstreamer-%{majorminor}/libgstbasicgthreadscheduler*.so
148 %{_libdir}/gstreamer-%{majorminor}/libgstoptgthreadscheduler*.so
149 %{_libdir}/gstreamer-%{majorminor}/libgstelements*.so*
150 %{_libdir}/gstreamer-%{majorminor}/libgsttypes*.so*
151 %{_libdir}/gstreamer-%{majorminor}/libgststaticautoplug*.so*
152 %{_libdir}/gstreamer-%{majorminor}/libgstbytestream*.so*
153 %{_libdir}/gstreamer-%{majorminor}/libgstgetbits*.so*
154 %{_libdir}/gstreamer-%{majorminor}/libgstspider*.so*
155 %{_libdir}/gstreamer-%{majorminor}/libgstindexers.so
159 %defattr(-, root, root, -)
160 %{_bindir}/gst-xmlinspect-%{majorminor}
161 %{_bindir}/gst-complete-%{majorminor}
162 %{_bindir}/gst-compprep-%{majorminor}
163 %{_bindir}/gst-inspect-%{majorminor}
164 %{_bindir}/gst-launch-%{majorminor}
165 %{_bindir}/gst-md5sum-%{majorminor}
166 %{_bindir}/gst-register-%{majorminor}
167 %{_bindir}/gst-feedback-%{majorminor}
168 %{_bindir}/gst-xmllaunch-%{majorminor}
169 %{_bindir}/gst-typefind-%{majorminor}
170 %{_mandir}/man1/gst-feedback-%{majorminor}.*
171 %{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
172 %{_mandir}/man1/gst-complete-%{majorminor}.*
173 %{_mandir}/man1/gst-compprep-%{majorminor}.*
174 %{_mandir}/man1/gst-inspect-%{majorminor}.*
175 %{_mandir}/man1/gst-launch-%{majorminor}.*
176 %{_mandir}/man1/gst-md5sum-%{majorminor}.*
177 %{_mandir}/man1/gst-register-%{majorminor}.*
180 %defattr(-, root, root, -)
181 %dir %{_includedir}/%{name}-%{majorminor}
182 %dir %{_includedir}/%{name}-%{majorminor}/gst
183 %{_includedir}/%{name}-%{majorminor}/gst/*.h
184 %dir %{_includedir}/%{name}-%{majorminor}/gst/control
185 %{_includedir}/%{name}-%{majorminor}/gst/control/*.h
186 %dir %{_includedir}/%{name}-%{majorminor}/gst/bytestream
187 %{_includedir}/%{name}-%{majorminor}/gst/bytestream/bytestream.h
188 %dir %{_includedir}/%{name}-%{majorminor}/gst/getbits
189 %{_includedir}/%{name}-%{majorminor}/gst/getbits/getbits.h
190 # %{_libdir}/libgstreamer.a
191 %{_libdir}/libgstreamer-%{majorminor}.so
192 %{_libdir}/libgstcontrol-%{majorminor}.so
193 %{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
194 %{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
195 %{_libdir}/pkgconfig/gstreamer-control-%{majorminor}.pc
196 ## we specify the API docs as regular files since %docs doesn't fail when
197 # files aren't found anymore for RPM >= 4
198 # we list all of the files we really need to trap incomplete doc builds
199 # then we catch the rest with *, you can safely ignore the errors from this
201 # %dir %{_datadir}/gtk-doc/html/%{name}-%{majorminor}
202 # %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/%{name}-%{majorminor}.devhelp
203 # %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/element-types.html
204 # %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/gstreamer.html
205 # %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/index.sgml
206 ## gstreamer-libs API
207 # %dir %{_datadir}/gtk-doc/html/%{name}-libs-%{majorminor}
208 # %{_datadir}/gtk-doc/html/%{name}-libs-%{majorminor}/index.sgml
209 ## this catches all of the rest of the docs we might have forgotten
210 # %{_datadir}/gtk-doc/html/*
214 * Sun Aug 17 2003 Christian Schaller <uraeus@gnome.org>
215 - Remove docs build from RPM as the build is broken
216 - Fix stuff since more files are versioned now
217 - Remove wingo schedulers
218 - Remove putbits stuff
220 * Sun May 18 2003 Thomas Vander Stichele <thomas at apestaart dot org>
221 - devhelp files are now generated by gtk-doc, changed accordingly
223 * Sun Mar 16 2003 Christian F.K. Schaller <Uraeus@gnome.org>
224 - Add gthread scheduler
226 * Sat Dec 07 2002 Thomas Vander Stichele <thomas at apestaart dot org>
227 - define majorminor and use it everywhere
228 - full parallel installability
230 * Tue Nov 05 2002 Christian Schaller <Uraeus@linuxrising.org>
231 - Add optwingo scheduler
232 * Sat Oct 12 2002 Christian Schaller <Uraeus@linuxrising.org>
233 - Updated to work better with default RH8 rpm
234 - Added missing unspeced files
235 - Removed .a and .la files from buildroot
237 * Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
240 * Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
241 - adding flex to buildrequires
243 * Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
244 - Fixed the schedulers after the renaming
245 * Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
246 - added transfig to the BuildRequires:
248 * Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
249 - moved header location
251 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
255 * Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
256 - added release of gstreamer to req of gstreamer-devel
257 - changed location of API docs to be in gtk-doc like other gtk-doc stuff
258 - reordered SPEC file
260 * Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
261 - moved html docs to gtk-doc standard directory
263 * Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
264 - move version defines of glib2 and libxml2 to configure.ac
265 - add BuildRequires for these two libs
267 * Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
268 - put html docs in canonical place, avoiding %doc erasure
269 - added devhelp support, current install of it is hackish
271 * Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
272 - Added documentation to build
274 * Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
275 - added libgstbasicscheduler
276 - renamed libgst to libgstreamer
278 * Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
279 - Added configdir parameter as it seems the configdir gets weird otherwise
281 * Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
282 - split off gstreamer-editor from core
283 - removed gstreamer-gnome-apps
285 * Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
286 - Cleaned up the spec file for the gstreamer core/plug-ins split
289 * Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
290 - Split of more plugins from the core and put them into their own modules
291 - Includes colorspace, xfree and wav
292 - Improved package Require lines
293 - Added mp3encode (lame based) to the SPEC
295 * Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
296 - Thomas merged mpeg plugins into one
297 * Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
298 - More minor cleanups including some fixed descriptions from Andrew Mitchell
300 * Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
301 - Added logging to the make statement
303 * Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
304 - Updated in preparation for 0.3.0 release
306 * Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
307 - Updated for 0.2.1 release
308 - Split out the GUI packages into their own RPM
309 - added new plugins (FLAC, festival, quicktime etc.)
311 * Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
312 - Visualisation plugins bundled out togheter
313 - Moved files sections up close to their respective descriptions
315 * Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
316 - Split the package into separate RPMS,
317 putting most plugins out by themselves.
319 * Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
320 - Updated with change suggestions from Dennis Bjorklund
322 * Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
323 - updated to build -devel package as well
325 * Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
326 - first draft of spec file