X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gstreamer.spec.in;h=7a542fd2ccfe6c697b5c44194b4a43839e8a66ec;hb=3f80f6584f5ef245d3d9af32d593ed50e17668d3;hp=7ea9ad0e2d8bb6212277390a08b5838e4bd9963e;hpb=4da6bc7fa6691d7e64d31698cb102be9cac64ff9;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 7ea9ad0..7a542fd 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -1,43 +1,53 @@ -Name: gstreamer +%define gstreamer gstreamer +%define majorminor @GST_MAJORMINOR@ + +%define _glib2 @GLIB_REQ@ +%define _libxml2 @LIBXML2_REQ@ + +Name: %{gstreamer} Version: @VERSION@ -Release: @GST_VERSION_RELEASE@ -Summary: GStreamer streaming media framework runtime. +Release: @PACKAGE_VERSION_RELEASE@ +Summary: GStreamer streaming media framework runtime -Group: Libraries/Multimedia +Group: Applications/Multimedia License: LGPL -URL: http://gstreamer.net/ -Vendor: GStreamer Backpackers Team -Source: http://gstreamer.net/releases/%{version}/src/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-root +URL: http://gstreamer.freedesktop.org/ +Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%define majorminor @GST_MAJORMINOR@ -%define _glib2 @GLIB2_REQ@ -%define _libxml2 @LIBXML2_REQ@ +Requires: gstreamer-tools >= %{version} +# gst-feedback uses these +Requires: which, pkgconfig -Requires: glib2 >= %_glib2 -Requires: libxml2 >= %_libxml2 -Requires: popt > 1.6 -Prereq: %{name}-tools >= %{version} -BuildRequires: glib2-devel >= %_glib2 -BuildRequires: libxml2-devel >= %_libxml2 +BuildRequires: glib2-devel >= %{_glib2} +BuildRequires: libxml2-devel >= %{_libxml2} BuildRequires: bison BuildRequires: flex -BuildRequires: gtk-doc >= 1.0 -BuildRequires: gcc -BuildRequires: zlib-devel -BuildRequires: popt > 1.6 -Prereq: /sbin/ldconfig +BuildRequires: m4 +BuildRequires: check-devel +BuildRequires: gtk-doc >= 1.3 +BuildRequires: gettext + +# because AM_PROG_LIBTOOL was used in configure.ac +BuildRequires: gcc-c++ ### documentation requirements -BuildRequires: openjade BuildRequires: python2 +BuildRequires: openjade +BuildRequires: jadetex +BuildRequires: libxslt BuildRequires: docbook-style-dsssl +BuildRequires: docbook-style-xsl BuildRequires: docbook-utils BuildRequires: transfig BuildRequires: xfig +BuildRequires: netpbm-progs +BuildRequires: tetex-dvips +BuildRequires: ghostscript +BuildRequires: PyXML %description -GStreamer is a streaming-media framework, based on graphs of filters which +GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data @@ -45,15 +55,16 @@ types or processing capabilities can be added simply by installing new plugins. %package devel -Summary: Libraries/include files for GStreamer streaming media framework. +Summary: Libraries/include files for GStreamer streaming media framework Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: glib2-devel >= %_glib2 -Requires: libxml2-devel >= %_libxml2 +Requires: glib2-devel >= %{_glib2} +Requires: libxml2-devel >= %{_libxml2} +Requires: check-devel %description devel -GStreamer is a streaming-media framework, based on graphs of filters which +GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data @@ -61,31 +72,15 @@ types or processing capabilities can be added simply by installing new plugins. This package contains the libraries and includes files necessary to develop -applications and plugins for GStreamer. +applications and plugins for GStreamer, as well as general and API +documentation. -%package tools -Summary: tools for GStreamer streaming media framework. -Group: Libraries/Multimedia -Requires: %{name}-common >= %{version}-%{release} +%package -n gstreamer-tools +Summary: common tools and files for GStreamer streaming media framework +Group: Applications/Multimedia -%description tools -GStreamer is a streaming-media framework, based on graphs of filters which -operate on media data. Applications using this library can do anything -from real-time sound processing to playing videos, and just about anything -else media-related. Its plugin-based architecture means that new data -types or processing capabilities can be added simply by installing new -plugins. - -This package contains the basic command-line tools used for GStreamer, like -gst-register and gst-launch. It is split off to allow parallel-installability -in the future. - -%package common -Summary: common tools and files for GStreamer streaming media framework. -Group: Libraries/Multimedia - -%description common -GStreamer is a streaming-media framework, based on graphs of filters which +%description -n gstreamer-tools +GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data @@ -96,147 +91,347 @@ This package contains wrapper scripts for the command-line tools that work with different major/minor versions of GStreamer. %prep -%setup +%setup -q -n gstreamer-%{version} %build -CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \ -CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ -FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ -%{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} ; \ -./configure \ - --prefix=%{_prefix} \ - --exec-prefix=%{_exec_prefix} \ - --bindir=%{_bindir} \ - --sbindir=%{_sbindir} \ - --sysconfdir=%{_sysconfdir} \ - --datadir=%{_datadir} \ - --includedir=%{_includedir} \ - --libdir=%{_libdir} \ - --libexecdir=%{_libexecdir} \ - --localstatedir=%{_localstatedir} \ - --sharedstatedir=%{_sharedstatedir} \ - --mandir=%{_mandir} \ - --infodir=%{_infodir} \ +# 0.10.0: manuals do not build due to an openjade error; disable for now +%configure \ + --with-package-name='CVS gstreamer package' \ + --with-package-origin='http://gstreamer.freedesktop.org' \ --enable-debug \ - --with-cachedir=%{_localstatedir}/cache/gstreamer-%{majorminor} \ - --disable-tests --disable-examples -# --enable-docs-build --with-html-dir=$RPM_BUILD_ROOT%{_datadir}/gtk-doc/html + --enable-gtk-doc \ + --enable-docbook \ + --enable-introspection=yes -if [ "$SMP" != "" ]; then - (make "MAKE=make -k -j $SMP"; exit 0) -else - make -fi +#make %{?_smp_mflags} +# FIXME: docs building doesn't work with smp yet +make %install -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT + +# Install doc temporarily in order to be included later by rpm +make install DESTDIR=$RPM_BUILD_ROOT -%makeinstall +%find_lang gstreamer-%{majorminor} # Clean out files that should not be part of the rpm. -# This is the recommended way of dealing with it for RH8 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor} -rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}-%{majorminor}/*.la -rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}-%{majorminor}/*.a +rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +# Create empty cache directory +mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/gstreamer-%{majorminor} %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig -%{_bindir}/gst-register-%{majorminor} > /dev/null 2> /dev/null +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig -%files +%files -f gstreamer-%{majorminor}.lang %defattr(-, root, root, -) -%doc AUTHORS COPYING README TODO COPYING.LIB ABOUT-NLS REQUIREMENTS DOCBUILDING +%doc AUTHORS COPYING NEWS README RELEASE TODO %{_libdir}/libgstreamer-%{majorminor}.so.* -%{_libdir}/libgstcontrol-%{majorminor}.so.* +%{_libdir}/libgstbase-%{majorminor}.so.* +%{_libdir}/libgstcontroller-%{majorminor}.so.* +%{_libdir}/libgstdataprotocol-%{majorminor}.so.* +%{_libdir}/libgstnet-%{majorminor}.so.* + %dir %{_libdir}/gstreamer-%{majorminor} -%dir %{_localstatedir}/cache/gstreamer-%{majorminor} -%{_libdir}/gstreamer-%{majorminor}/libgstbasicomega*.so* -%{_libdir}/gstreamer-%{majorminor}/libgstoptscheduler.so* -%{_libdir}/gstreamer-%{majorminor}/libgstoptomega*.so* -%{_libdir}/gstreamer-%{majorminor}/libgstbasicgthreadscheduler*.so -%{_libdir}/gstreamer-%{majorminor}/libgstoptgthreadscheduler*.so -%{_libdir}/gstreamer-%{majorminor}/libgstelements*.so* -%{_libdir}/gstreamer-%{majorminor}/libgstgetbits*.so* -%{_libdir}/gstreamer-%{majorminor}/libgstspider*.so* -%{_libdir}/gstreamer-%{majorminor}/libgstindexers.so* -%{_libdir}/gstreamer-%{majorminor}/libgstbytestream.so -%{_datadir}/locale/* - -%files tools -%defattr(-, root, root, -) -%{_bindir}/gst-xmlinspect-%{majorminor} -%{_bindir}/gst-complete-%{majorminor} -%{_bindir}/gst-compprep-%{majorminor} +%{_libdir}/gstreamer-%{majorminor}/libgstcoreelements.so +%{_libdir}/gstreamer-%{majorminor}/libgstcoreindexers.so + +%{_bindir}/gst-feedback-%{majorminor} %{_bindir}/gst-inspect-%{majorminor} %{_bindir}/gst-launch-%{majorminor} -%{_bindir}/gst-md5sum-%{majorminor} -%{_bindir}/gst-register-%{majorminor} -%{_bindir}/gst-xmllaunch-%{majorminor} %{_bindir}/gst-typefind-%{majorminor} -%{_bindir}/gst-feedback-%{majorminor} -%{_mandir}/man1/gst-inspect-%{majorminor}.* -%{_mandir}/man1/gst-launch-%{majorminor}.* -%{_mandir}/man1/gst-md5sum-%{majorminor}.* -%{_mandir}/man1/gst-typefind-%{majorminor}.* -%{_mandir}/man1/gst-feedback-%{majorminor}.* - -%files common +%{_bindir}/gst-xmlinspect-%{majorminor} +%{_bindir}/gst-xmllaunch-%{majorminor} +%{_libexecdir}/gstreamer-%{majorminor}/gst-plugin-scanner +%doc %{_mandir}/man1/gst-feedback-%{majorminor}.* +%doc %{_mandir}/man1/gst-inspect-%{majorminor}.* +%doc %{_mandir}/man1/gst-launch-%{majorminor}.* +%doc %{_mandir}/man1/gst-typefind-%{majorminor}.* +%doc %{_mandir}/man1/gst-xmlinspect-%{majorminor}.* +%doc %{_mandir}/man1/gst-xmllaunch-%{majorminor}.* +%doc %{_datadir}/doc/gstreamer-%{majorminor}/manual +%doc %{_datadir}/doc/gstreamer-%{majorminor}/pwg +%doc %{_datadir}/doc/gstreamer-%{majorminor}/faq/ +%{_libdir}/girepository-1.0/Gst-0.10.typelib +%{_libdir}/girepository-1.0/GstBase-0.10.typelib +%{_libdir}/girepository-1.0/GstCheck-0.10.typelib +%{_libdir}/girepository-1.0/GstController-0.10.typelib +%{_libdir}/girepository-1.0/GstNet-0.10.typelib +%{_datadir}/gir-1.0/Gst-0.10.gir +%{_datadir}/gir-1.0/GstBase-0.10.gir +%{_datadir}/gir-1.0/GstCheck-0.10.gir +%{_datadir}/gir-1.0/GstController-0.10.gir +%{_datadir}/gir-1.0/GstNet-0.10.gir + +%files -n gstreamer-tools %defattr(-, root, root, -) -%{_bindir}/gst-xmlinspect -%{_bindir}/gst-complete -%{_bindir}/gst-compprep +%{_bindir}/gst-feedback %{_bindir}/gst-inspect %{_bindir}/gst-launch -%{_bindir}/gst-md5sum -%{_bindir}/gst-register -%{_bindir}/gst-xmllaunch %{_bindir}/gst-typefind +%{_bindir}/gst-xmlinspect +%{_bindir}/gst-xmllaunch %files devel %defattr(-, root, root, -) -%dir %{_includedir}/%{name}-%{majorminor} -%dir %{_includedir}/%{name}-%{majorminor}/gst -%{_includedir}/%{name}-%{majorminor}/gst/*.h -%dir %{_includedir}/%{name}-%{majorminor}/gst/control -%{_includedir}/%{name}-%{majorminor}/gst/control/*.h -%dir %{_includedir}/%{name}-%{majorminor}/gst/getbits -%{_includedir}/%{name}-%{majorminor}/gst/getbits/getbits.h -%{_includedir}/%{name}-%{majorminor}/gst/bytestream/bytestream.h -# %{_libdir}/libgstreamer.a +%dir %{_includedir}/gstreamer-%{majorminor} +%dir %{_includedir}/gstreamer-%{majorminor}/gst +%{_includedir}/gstreamer-%{majorminor}/gst/*.h + +%{_includedir}/gstreamer-%{majorminor}/gst/base +%{_includedir}/gstreamer-%{majorminor}/gst/check +%{_includedir}/gstreamer-%{majorminor}/gst/controller +%{_includedir}/gstreamer-%{majorminor}/gst/dataprotocol +%{_includedir}/gstreamer-%{majorminor}/gst/net + %{_libdir}/libgstreamer-%{majorminor}.so -%{_libdir}/libgstcontrol-%{majorminor}.so +%{_libdir}/libgstdataprotocol-%{majorminor}.so +%{_libdir}/libgstbase-%{majorminor}.so +%{_libdir}/libgstcheck-%{majorminor}.so* +%{_libdir}/libgstcontroller-%{majorminor}.so +%{_libdir}/libgstnet-%{majorminor}.so + %{_datadir}/aclocal/gst-element-check-%{majorminor}.m4 %{_libdir}/pkgconfig/gstreamer-%{majorminor}.pc -%{_libdir}/pkgconfig/gstreamer-control-%{majorminor}.pc -## we specify the API docs as regular files since %docs doesn't fail when -# files aren't found anymore for RPM >= 4 -# we list all of the files we really need to trap incomplete doc builds -# then we catch the rest with *, you can safely ignore the errors from this -## gstreamer API -# %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/%{name}-%{majorminor}.devhelp -# %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/element-types.html -# %{_datadir}/gtk-doc/html/%{name}-%{majorminor}/gstreamer.html -%{_datadir}/gtk-doc/html/%{name}-%{majorminor}/* -## gstreamer-libs API -# %dir %{_datadir}/gtk-doc/html/%{name}-libs-%{majorminor} -%{_datadir}/gtk-doc/html/%{name}-libs-%{majorminor}/* -## this catches all of the rest of the docs we might have forgotten -# %{_datadir}/gtk-doc/html/* +%{_libdir}/pkgconfig/gstreamer-base-%{majorminor}.pc +%{_libdir}/pkgconfig/gstreamer-controller-%{majorminor}.pc +%{_libdir}/pkgconfig/gstreamer-check-%{majorminor}.pc +%{_libdir}/pkgconfig/gstreamer-dataprotocol-%{majorminor}.pc +%{_libdir}/pkgconfig/gstreamer-net-%{majorminor}.pc +%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}/* +%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}/* +%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/* %changelog -* Thu Feb 05 2004 Thomas Vander Stichele -- bump gtk-doc required version to 1.0 for the new options used +* Thu Apr 3 2008 Christian Schaller +- Update spec file to make inclusion of all docs explicit + +* Tue Dec 11 2007 Christian Schaller +- Import from Fedora package + +* Fri Nov 16 2007 - Bastien Nocera - 0.10.15-1 +- Update to 0.10.15 + +* Mon Oct 1 2007 Matthias Clasen - 0.10.14-4 +- Add missing Requires (#312671) + +* Tue Aug 14 2007 Matthias Clasen - 0.10.14-3 +- Require check-devel (#251956) + +* Sat Aug 04 2007 - Bastien Nocera - 0.10.14-1 +- Update to 0.10.14 + +* Tue Jun 05 2007 - Bastien Nocera - 0.10.13-2 +- Remove upstreamed docs patch + +* Tue Jun 05 2007 - Bastien Nocera - 0.10.13-1 +- Update to 0.10.13 + +* Thu Mar 08 2007 - Bastien Nocera - 0.10.12-1 +- Update to 0.10.12 + +* Tue Feb 13 2007 - Bastien Nocera - 0.10.11-2 +- Remove Requires on packages that BuildRequire us + +* Tue Dec 12 2006 Matthias Clasen - 0.10.11-1 +- Update to 0.10.11 + +* Fri Oct 27 2006 Matthias Clasen - 0.10.10-2 +- Cleanups +- Attempt to fix multilib conflicts + +* Mon Oct 23 2006 Matthias Clasen - 0.10.10-1 +- Update to 0.10.10 + +* Thu Jul 27 2006 Matthias Clasen - 0.10.9-2 +- Disable gtk-doc to fix multilib conflicts + +* Thu Jul 20 2006 John (J5) Palmieri - 0.10.9-1 +- Update to new upstream version + +* Wed Jul 19 2006 Matthias Clasen - 0.10.8-4 +- Re-add the gstreamer-plugins-good dependency + +* Wed Jul 19 2006 Matthias Clasen - 0.10.8-3.2 +- Temporarily break the dependency cycle with gsteamer-plugins-good + +* Wed Jul 12 2006 Jesse Keating - 0.10.8-3.1 +- rebuild + +* Wed Jun 28 2006 Karsten Hopp 0.10.8-3 +- remove RPATH pointing to RPM_BUILD_ROOT (#196870) + +* Tue Jun 13 2006 Matthias Clasen - 0.10.8-2 +- Rebuild + +* Tue Jun 13 2006 Matthias Clasen - 0.10.8-1 +- Update to 0.10.8 + +* Mon May 22 2006 Matthias Clasen - 0.10.6-1 +- Update to 0.10.6 + +* Tue Feb 14 2006 Rik van Riel - 0.10-3-3 +- Obsolete gstreamer-plugins (#181296) + +* Mon Feb 13 2006 Christopher Aillon - 0.10.3-2 +- Rebuild + +* Fri Feb 10 2006 Christopher Aillon - 0.10.3-1 +- Update to 0.10.3 + +* Tue Feb 07 2006 Jesse Keating - 0.10.2-1.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Wed Jan 18 2006 John (J5) Palmieri - 0.10.2-1 +- Upgrade to 0.10.2 + +* Fri Jan 06 2006 John (J5) Palmieri - 0.10.1-1 +- New upstream version + +* Fri Dec 16 2005 Thomas Vander Stichele +- 0.10.0-1 +- rebuilt for Fedora Core Development + +* Wed Dec 14 2005 Thomas Vander Stichele +- 0.10.0-0.gst.2 +- rebuilt against newer GLib and friends + +* Mon Dec 05 2005 Thomas Vander Stichele +- 0.10.0-0.gst.1 +- new release + +* Thu Dec 01 2005 Thomas Vander Stichele +- 0.9.7-0.gst.1 +- new release, with 0.10 majorminor +- removed compprep and complete +- added plugins docs +- renamed libgstcorelements, libgstcoreindexers +- added libgstnet + +* Sat Nov 12 2005 Thomas Vander Stichele +- 0.9.5-0.gst.1 +- new release + +* Mon Oct 24 2005 Thomas Vander Stichele +- 0.9.4-0.gst.1 +- new release + +* Mon Oct 03 2005 Thomas Vander Stichele +- 0.9.3-0.gst.1 +- new release + +* Thu Sep 08 2005 Thomas Vander Stichele +- 0.9.2-0.gst.1 +- added libgstcheck +- new release + +* Thu Jun 09 2005 Thomas Vander Stichele +- 0.9.1-0.gst.1 +- first development series release + +* Tue May 03 2005 Thomas Vander Stichele +- 0.8.10-0.gst.1 +- new release +- up glib2 to 2.4 because disting on 2.4 builds marshalling code needing 2.4 + +* Mon May 02 2005 Thomas Vander Stichele +- 0.8.9.2-0.gst.1 +- new prerelease + +* Tue Feb 08 2005 Thomas Vander Stichele +- 0.8.9-0.gst.1 +- new release +- switch back to the gst tag since fedora.us is gone + +* Thu Feb 03 2005 Thomas Vander Stichele +- 0.8.8.2-0.fdr.1 +- new prerelease + +* Thu Dec 23 2004 Thomas Vander Stichele +- 0.8.8-0.fdr.1 +- new upstream release + +* Fri Dec 17 2004 Thomas Vander Stichele +- 0.8.7.2-0.fdr.1 +- new prerelease +- added fair gthread scheduler + +* Wed Oct 06 2004 Thomas Vander Stichele +- 0.8.7-0.fdr.1 +- update for new GStreamer release + +* Tue Oct 05 2004 Thomas Vander Stichele +- 0.8.6-0.fdr.1 +- update for new GStreamer release + +* Sun Sep 26 2004 Thomas Vander Stichele +- 0.8.5.3-0.fdr.1 +- update for new GStreamer prerelease + +* Sun Sep 12 2004 Thomas Vander Stichele +- 0.8.5.2-0.fdr.1 +- update for new GStreamer prerelease + +* Mon Aug 16 2004 Thomas Vander Stichele +- 0.8.5-0.fdr.1 +- update for new GStreamer release + +* Thu Aug 12 2004 Thomas Vander Stichele +- 0.8.4.2-0.fdr.1 +- update for new GStreamer prerelease +- set package name and origin + +* Tue Jul 20 2004 Thomas Vander Stichele +- 0.8.4-0.fdr.1 +- update for new GStreamer release +- unbreak the postun script by not removing the cache dir + +* Tue Jul 20 2004 Thomas Vander Stichele +- 0.8.3.3-0.fdr.1: update for new GStreamer prerelease + +* Fri Jul 16 2004 Thomas Vander Stichele +- 0.8.3.2-0.fdr.1: update for new GStreamer prerelease + +* Sat Jun 05 2004 Thomas Vander Stichele +- 0.8.3-0.fdr.1: update for new GStreamer release + +* Fri Jun 04 2004 Thomas Vander Stichele +- 0.8.2-0.fdr.1: update for new GStreamer release + +* Thu Apr 15 2004 Thomas Vander Stichele +- 0.8.1-0.fdr.1: update for new GStreamer release + +* Thu Apr 15 2004 Thomas Vander Stichele +- add entry schedulers, clean up scheduler file section + +* Tue Mar 16 2004 Thomas Vander Stichele +- 0.8.0-0.fdr.1: update for new GStreamer release, renamed base to gstreamer + +* Tue Mar 09 2004 Thomas Vander Stichele +- 0.7.6-0.fdr.1: updated for new GStreamer release, with maj/min set to 0.8 + +* Mon Mar 08 2004 Thomas Vander Stichele +- 0.7.5-0.fdr.3: fix postun script + +* Fri Mar 05 2004 Thomas Vander Stichele +- 0.7.5-0.fdr.2: new release + +* Wed Feb 11 2004 Thomas Vander Stichele +- 0.7.4-0.fdr.1: synchronize with Matthias's package + +* Sat Feb 07 2004 Thomas Vander Stichele +- make the package name gstreamer07 since this is an unstable release * Wed Feb 04 2004 Thomas Vander Stichele -- add -common package containing frontend wrapper binaries +- put versioned tools inside base package, and put unversioned tools in tools * Mon Dec 01 2003 Thomas Vander Stichele - changed documentation buildrequires