1 Name: gstreamer@GST_VERSION_MAJOR@@GST_VERSION_MINOR@
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/src/gstreamer/gstreamer-%{version}.tar.gz
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13 %define majorminor @GST_MAJORMINOR@
14 %define _glib2 @GLIB2_REQ@
15 %define _libxml2 @LIBXML2_REQ@
17 Requires: glib2 >= %_glib2
18 Requires: libxml2 >= %_libxml2
21 # Provides: gstreamer =%{version}-%{release}
23 BuildRequires: glib2-devel >= %_glib2
24 BuildRequires: libxml2-devel >= %_libxml2
28 BuildRequires: gtk-doc >= 1.1
30 BuildRequires: gettext
31 BuildRequires: zlib-devel
32 BuildRequires: popt > 1.6
33 Prereq: /sbin/ldconfig
35 ### documentation requirements
36 BuildRequires: python2
37 BuildRequires: openjade
38 BuildRequires: jadetex
39 BuildRequires: libxslt
40 BuildRequires: docbook-style-dsssl
41 BuildRequires: docbook-style-xsl
42 BuildRequires: docbook-utils
43 BuildRequires: transfig
45 BuildRequires: netpbm-progs
46 BuildRequires: ghostscript
49 GStreamer is a streaming-media framework, based on graphs of filters which
50 operate on media data. Applications using this library can do anything
51 from real-time sound processing to playing videos, and just about anything
52 else media-related. Its plugin-based architecture means that new data
53 types or processing capabilities can be added simply by installing new
57 Summary: Libraries/include files for GStreamer streaming media framework.
58 Group: Development/Libraries
60 Requires: %{name} = %{version}-%{release}
61 Requires: glib2-devel >= %_glib2
62 Requires: libxml2-devel >= %_libxml2
63 Provides: gstreamer-devel = %{version}-%{release}
66 GStreamer is a streaming-media framework, based on graphs of filters which
67 operate on media data. Applications using this library can do anything
68 from real-time sound processing to playing videos, and just about anything
69 else media-related. Its plugin-based architecture means that new data
70 types or processing capabilities can be added simply by installing new
73 This package contains the libraries and includes files necessary to develop
74 applications and plugins for GStreamer.
76 %package -n gstreamer-tools
77 Summary: tools for GStreamer streaming media framework.
78 Group: Libraries/Multimedia
80 %description -n gstreamer-tools
81 GStreamer is a streaming-media framework, based on graphs of filters which
82 operate on media data. Applications using this library can do anything
83 from real-time sound processing to playing videos, and just about anything
84 else media-related. Its plugin-based architecture means that new data
85 types or processing capabilities can be added simply by installing new
88 This package contains wrapper scripts for the command-line tools that work
89 with different major/minor versions of GStreamer.
92 %setup -n gstreamer-%{version}
97 --with-cachedir=%{_localstatedir}/cache/gstreamer-%{majorminor} \
98 --disable-tests --disable-examples
103 rm -rf $RPM_BUILD_ROOT
105 # build documentation to a different location so it doesn't end up in
106 # a gstreamer-devel-(version) dir and doesn't get deleted by %doc scripts
107 %makeinstall docdir=$RPM_BUILD_ROOT%{_datadir}/gstreamer-%{majorminor}/doc
109 %find_lang gstreamer-%{majorminor}
110 # Clean out files that should not be part of the rpm.
111 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor}
112 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
113 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
114 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
115 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
116 # Create empty cache directory
117 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{major}
120 rm -rf $RPM_BUILD_ROOT
124 %{_bindir}/gst-register-%{majorminor} > /dev/null 2> /dev/null
129 %files -f gstreamer-%{majorminor}.lang
130 %defattr(-, root, root, -)
131 %doc AUTHORS COPYING README TODO COPYING.LIB ABOUT-NLS REQUIREMENTS DOCBUILDING
132 %{_libdir}/libgstreamer-%{majorminor}.so.*
133 %{_libdir}/libgstcontrol-%{majorminor}.so.*
134 %dir %{_libdir}/gstreamer-%{majorminor}
135 %{_libdir}/gstreamer-%{majorminor}/libgstbasicomega*.so*
136 %{_libdir}/gstreamer-%{majorminor}/libgstoptscheduler.so*
137 %{_libdir}/gstreamer-%{majorminor}/libgstoptomega*.so*
138 %{_libdir}/gstreamer-%{majorminor}/libgstbasicgthreadscheduler*.so
139 %{_libdir}/gstreamer-%{majorminor}/libgstoptgthreadscheduler*.so
140 %{_libdir}/gstreamer-%{majorminor}/libgstelements*.so*
141 %{_libdir}/gstreamer-%{majorminor}/libgstgetbits*.so*
142 %{_libdir}/gstreamer-%{majorminor}/libgstspider*.so*
143 %{_libdir}/gstreamer-%{majorminor}/libgstindexers.so*
144 %{_libdir}/gstreamer-%{majorminor}/libgstbytestream.so
145 %{_bindir}/gst-xmlinspect-%{majorminor}
146 %{_bindir}/gst-complete-%{majorminor}
147 %{_bindir}/gst-compprep-%{majorminor}
148 %{_bindir}/gst-inspect-%{majorminor}
149 %{_bindir}/gst-launch-%{majorminor}
150 %{_bindir}/gst-md5sum-%{majorminor}
151 %{_bindir}/gst-register-%{majorminor}
152 %{_bindir}/gst-xmllaunch-%{majorminor}
153 %{_bindir}/gst-typefind-%{majorminor}
154 %{_bindir}/gst-feedback*
155 %{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
156 %{_mandir}/man1/gst-complete-%{majorminor}.*
157 %{_mandir}/man1/gst-compprep-%{majorminor}.*
158 %{_mandir}/man1/gst-inspect-%{majorminor}.*
159 %{_mandir}/man1/gst-launch-%{majorminor}.*
160 %{_mandir}/man1/gst-md5sum-%{majorminor}.*
161 %{_mandir}/man1/gst-register-%{majorminor}.*
162 %{_mandir}/man1/gst-typefind-%{majorminor}.*
163 %{_mandir}/man1/gst-feedback-%{majorminor}.*
164 %dir %{_localstatedir}/cache/gstreamer-%{majorminor}
166 %files -n gstreamer-tools
167 %defattr(-, root, root, -)
168 %{_bindir}/gst-complete
169 %{_bindir}/gst-compprep
170 %{_bindir}/gst-feedback
171 %{_bindir}/gst-inspect
172 %{_bindir}/gst-launch
173 %{_bindir}/gst-md5sum
174 %{_bindir}/gst-register
175 %{_bindir}/gst-typefind
176 %{_bindir}/gst-xmlinspect
177 %{_bindir}/gst-xmllaunch
180 %defattr(-, root, root, -)
181 %dir %{_includedir}/gstreamer-%{majorminor}
182 %dir %{_includedir}/gstreamer-%{majorminor}/gst
183 %{_includedir}/gstreamer-%{majorminor}/gst/*.h
184 %dir %{_includedir}/gstreamer-%{majorminor}/gst/control
185 %{_includedir}/gstreamer-%{majorminor}/gst/control/*.h
186 %dir %{_includedir}/gstreamer-%{majorminor}/gst/getbits
187 %{_includedir}/gstreamer-%{majorminor}/gst/getbits/getbits.h
188 %{_includedir}/gstreamer-%{majorminor}/gst/bytestream/bytestream.h
189 %{_libdir}/libgstreamer-%{majorminor}.so
190 %{_libdir}/libgstcontrol-%{majorminor}.so
191 %{_datadir}/aclocal/gst-element-check-%{majorminor}.m4
192 %{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc
193 %{_libdir}/pkgconfig/gstreamer-control-%{majorminor}.pc
195 %{_datadir}/gstreamer-%{majorminor}/doc
196 %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}/*
197 %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}/*
200 * Thu Feb 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
201 - sync with 0.7.4 fedora spec
203 * Thu Feb 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
204 - bump gtk-doc required version to 1.0 for the new options used
206 * Wed Feb 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
207 - add -common package containing frontend wrapper binaries
209 * Mon Dec 01 2003 Thomas Vander Stichele <thomas at apestaart dot org>
210 - changed documentation buildrequires
212 * Sun Nov 09 2003 Christian Schaller <Uraeus@gnome.org>
213 - Fix spec to handle new bytestream library
215 * Sun Aug 17 2003 Christian Schaller <uraeus@gnome.org>
216 - Remove docs build from RPM as the build is broken
217 - Fix stuff since more files are versioned now
218 - Remove wingo schedulers
219 - Remove putbits stuff
221 * Sun May 18 2003 Thomas Vander Stichele <thomas at apestaart dot org>
222 - devhelp files are now generated by gtk-doc, changed accordingly
224 * Sun Mar 16 2003 Christian F.K. Schaller <Uraeus@gnome.org>
225 - Add gthread scheduler
227 * Sat Dec 07 2002 Thomas Vander Stichele <thomas at apestaart dot org>
228 - define majorminor and use it everywhere
229 - full parallel installability
231 * Tue Nov 05 2002 Christian Schaller <Uraeus@linuxrising.org>
232 - Add optwingo scheduler
233 * Sat Oct 12 2002 Christian Schaller <Uraeus@linuxrising.org>
234 - Updated to work better with default RH8 rpm
235 - Added missing unspeced files
236 - Removed .a and .la files from buildroot
238 * Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
241 * Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
242 - adding flex to buildrequires
244 * Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
245 - Fixed the schedulers after the renaming
246 * Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
247 - added transfig to the BuildRequires:
249 * Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
250 - moved header location
252 * Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
256 * Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
257 - added release of gstreamer to req of gstreamer-devel
258 - changed location of API docs to be in gtk-doc like other gtk-doc stuff
259 - reordered SPEC file
261 * Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
262 - moved html docs to gtk-doc standard directory
264 * Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
265 - move version defines of glib2 and libxml2 to configure.ac
266 - add BuildRequires for these two libs
268 * Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
269 - put html docs in canonical place, avoiding %doc erasure
270 - added devhelp support, current install of it is hackish
272 * Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
273 - Added documentation to build
275 * Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
276 - added libgstbasicscheduler
277 - renamed libgst to libgstreamer
279 * Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
280 - Added configdir parameter as it seems the configdir gets weird otherwise
282 * Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
283 - split off gstreamer-editor from core
284 - removed gstreamer-gnome-apps
286 * Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
287 - Cleaned up the spec file for the gstreamer core/plug-ins split
290 * Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
291 - Split of more plugins from the core and put them into their own modules
292 - Includes colorspace, xfree and wav
293 - Improved package Require lines
294 - Added mp3encode (lame based) to the SPEC
296 * Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
297 - Thomas merged mpeg plugins into one
298 * Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
299 - More minor cleanups including some fixed descriptions from Andrew Mitchell
301 * Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
302 - Added logging to the make statement
304 * Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
305 - Updated in preparation for 0.3.0 release
307 * Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
308 - Updated for 0.2.1 release
309 - Split out the GUI packages into their own RPM
310 - added new plugins (FLAC, festival, quicktime etc.)
312 * Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
313 - Visualisation plugins bundled out togheter
314 - Moved files sections up close to their respective descriptions
316 * Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
317 - Split the package into separate RPMS,
318 putting most plugins out by themselves.
320 * Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
321 - Updated with change suggestions from Dennis Bjorklund
323 * Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
324 - updated to build -devel package as well
326 * Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
327 - first draft of spec file