gstreamer/gstreamer.spec

619 lines
21 KiB
RPMSpec
Raw Normal View History

%define gstreamer gstreamer
%define majorminor 0.10
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%define _glib2 2.8.3
%define _libxml2 2.4.0
Name: %{gstreamer}
Version: 0.10.22
Release: 1%{?dist}
Summary: GStreamer streaming media framework runtime
Group: Applications/Multimedia
2008-05-21 17:00:29 +00:00
License: LGPLv2+
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)
Requires: gstreamer-tools >= %{version}
2007-10-01 15:00:40 +00:00
# gst-feedback uses these
Requires: which, pkgconfig
BuildRequires: glib2-devel >= %{_glib2}
BuildRequires: libxml2-devel >= %{_libxml2}
BuildRequires: bison
BuildRequires: flex
BuildRequires: m4
BuildRequires: check-devel
BuildRequires: gtk-doc >= 1.3
2009-01-01 18:14:22 +00:00
BuildRequires: gettext
BuildRequires: pkgconfig
2008-11-12 15:01:45 +00:00
# We need to use the system libtool or else we end up with RPATHs
BuildRequires: libtool
# because AM_PROG_LIBTOOL was used in configure.ac
BuildRequires: gcc-c++
# For the GStreamer RPM provides
Patch1: gstreamer-inspect-rpm-format.patch
Source1: gstreamer.prov
Source2: macros.gstreamer
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
### documentation requirements
2008-06-02 11:46:25 +00:00
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
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%description
GStreamer is a streaming media framework, based on graphs of filters which
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
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.
%package devel
Summary: Libraries/include files for GStreamer streaming media framework
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: glib2-devel >= %{_glib2}
Requires: libxml2-devel >= %{_libxml2}
2007-08-14 13:51:57 +00:00
Requires: check-devel
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%description devel
GStreamer is a streaming media framework, based on graphs of filters which
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
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 libraries and includes files necessary to develop
applications and plugins for GStreamer, as well as general and API
documentation.
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%package -n gstreamer-tools
Summary: common tools and files for GStreamer streaming media framework
Group: Applications/Multimedia
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%description -n gstreamer-tools
GStreamer is a streaming media framework, based on graphs of filters which
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
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
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
plugins.
This package contains wrapper scripts for the command-line tools that work
with different major/minor versions of GStreamer.
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%prep
%setup -q -n gstreamer-%{version}
pushd tools/
%patch1 -p0 -b .rpm-provides
popd
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%build
# 0.10.0: manuals do not build due to an openjade error; disable for now
%configure \
--with-package-name='Fedora Core gstreamer package' \
--with-package-origin='http://download.fedora.redhat.com/fedora' \
2008-06-02 11:46:25 +00:00
--enable-gtk-doc \
--enable-debug \
--disable-tests --disable-examples
#make %{?_smp_mflags}
# FIXME: docs building doesn't work with smp yet
2008-11-12 15:01:45 +00:00
make ERROR_CFLAGS="" LIBTOOL="%{_bindir}/libtool"
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%install
rm -rf $RPM_BUILD_ROOT
# Install doc temporarily in order to be included later by rpm
2006-10-27 05:09:12 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%find_lang gstreamer-%{majorminor}
# Clean out files that should not be part of the rpm.
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}
# Add the provides script
install -m0755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_prefix}/lib/rpm/gstreamer.prov
# Add the macros file
install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.gstreamer
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%post -p /sbin/ldconfig
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%postun -p /sbin/ldconfig
%files -f gstreamer-%{majorminor}.lang
%defattr(-, root, root, -)
%doc AUTHORS COPYING NEWS README RELEASE TODO
%{_libdir}/libgstreamer-%{majorminor}.so.*
%{_libdir}/libgstbase-%{majorminor}.so.*
%{_libdir}/libgstcontroller-%{majorminor}.so.*
%{_libdir}/libgstdataprotocol-%{majorminor}.so.*
%{_libdir}/libgstnet-%{majorminor}.so.*
%dir %{_libdir}/gstreamer-%{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-typefind-%{majorminor}
%{_bindir}/gst-xmlinspect-%{majorminor}
%{_bindir}/gst-xmllaunch-%{majorminor}
2006-10-27 05:09:12 +00:00
%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}.*
%files -n gstreamer-tools
%defattr(-, root, root, -)
%{_bindir}/gst-feedback
%{_bindir}/gst-inspect
%{_bindir}/gst-launch
%{_bindir}/gst-typefind
%{_bindir}/gst-xmlinspect
%{_bindir}/gst-xmllaunch
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%files devel
%defattr(-, root, root, -)
%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}/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-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
2008-06-02 11:46:25 +00:00
%doc %{_datadir}/gtk-doc/html/gstreamer-%{majorminor}
%doc %{_datadir}/gtk-doc/html/gstreamer-libs-%{majorminor}
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%{_prefix}/lib/rpm/gstreamer.prov
2008-09-11 18:27:02 +00:00
%{_sysconfdir}/rpm/macros.gstreamer
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
%changelog
* Tue Jan 20 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.22-1
- Update to 0.10.22
- Remove upstreamed patches, update rpm provides patch
* Mon Jan 05 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.21-4
- Fix build with newer version of bison
2009-01-01 18:16:53 +00:00
* Thu Jan 01 2009 Rex Dieter <rdieter@fedoraprojet.org> - 0.10.21-3
2009-01-01 18:14:22 +00:00
- rebuild for pkgconfig deps (#478576)
2008-11-12 15:01:45 +00:00
* Tue Nov 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10.21-2
- fix gnome bz 555631 with patch from upstream cvs
- use system libtool to prevent rpaths
2008-10-03 08:12:48 +00:00
* Fri Oct 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.21-1
- Update to 0.10.21
* Sun Sep 14 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-6
- Hopefully fix RPM provides problem when the GStreamer plugin
requires a library installed by the package itself
* Fri Sep 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-5
- Update rpm provides script and patch to:
- filter out errors
- only run gst-inspect on gstreamer plugins
- print out protocol handlers provides correctly
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-4
- Add the rpm scripts install in /usr/lib/rpm, not under libdir on 64-bit
2008-09-11 18:27:02 +00:00
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-3
- Update filelist as well
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-2
- Update gstreamer provides work for the new RPM, see #438225
2008-06-18 16:55:43 +00:00
* Wed Jun 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.20-1
- Update to 0.10.20
2008-06-02 11:46:25 +00:00
* Mon Jun 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-3
- Package more documentation (#240656)
2008-05-21 17:00:29 +00:00
* Wed May 21 2008 - Tom "spot" Callaway <tcallawa@redhat.com> - 0.10.19-2
- fix license tag
2008-04-04 10:38:16 +00:00
* Fri Apr 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.19-1
- Update to 0.10.19
* Wed Mar 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.18-1
- Update to 0.10.18
- Add patch to gst-inspect to generate RPM provides
- Add RPM find-provides script
2008-03-04 00:54:34 +00:00
* Tue Mar 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.17.2-1
- Update to 0.10.17.2 pre-release
2008-02-18 18:55:28 +00:00
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.10.17-2
- Autorebuild for GCC 4.3
2008-01-30 15:19:19 +00:00
* Wed Jan 30 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.17-1
- Update to 0.10.17
2008-01-29 00:52:14 +00:00
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.16-1
- Update to 0.10.16
2007-11-16 17:38:01 +00:00
* Fri Nov 16 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.15-1
- Update to 0.10.15
2007-10-01 15:00:40 +00:00
* Mon Oct 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-4
- Add missing Requires (#312671)
2007-08-14 13:59:26 +00:00
* Tue Aug 14 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.14-3
2007-08-14 13:51:57 +00:00
- Require check-devel (#251956)
2007-08-04 11:21:12 +00:00
* Sat Aug 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-1
- Update to 0.10.14
2007-06-05 14:44:51 +00:00
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-2
- Remove upstreamed docs patch
2007-06-05 14:25:48 +00:00
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-1
- Update to 0.10.13
2007-03-08 15:00:10 +00:00
* Thu Mar 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.12-1
- Update to 0.10.12
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.11-2
- Remove Requires on packages that BuildRequire us
2006-12-12 13:23:50 +00:00
* Tue Dec 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.11-1
- Update to 0.10.11
2006-10-27 05:09:12 +00:00
* Fri Oct 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-2
- Cleanups
- Attempt to fix multilib conflicts
2006-10-23 17:46:39 +00:00
* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.10-1
- Update to 0.10.10
2006-07-28 01:06:40 +00:00
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.9-2
- Disable gtk-doc to fix multilib conflicts
2006-07-20 17:52:38 +00:00
* Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.9-1
- Update to new upstream version
2006-07-19 06:27:32 +00:00
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-4
- Re-add the gstreamer-plugins-good dependency
2006-07-19 04:16:48 +00:00
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-3.2
- Temporarily break the dependency cycle with gsteamer-plugins-good
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.8-3.1
2006-07-12 06:15:04 +00:00
- rebuild
* Wed Jun 28 2006 Karsten Hopp <karsten@redhat.de> 0.10.8-3
- remove RPATH pointing to RPM_BUILD_ROOT (#196870)
2006-06-14 02:48:10 +00:00
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-2
- Rebuild
2006-06-13 13:37:06 +00:00
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.8-1
- Update to 0.10.8
2006-05-23 02:57:28 +00:00
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.6-1
- Update to 0.10.6
2006-02-14 16:49:12 +00:00
* Tue Feb 14 2006 Rik van Riel <riel@redhat.com> - 0.10-3-3
- Obsolete gstreamer-plugins (#181296)
2006-02-13 08:39:43 +00:00
* Mon Feb 13 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-2
- Rebuild
* Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 0.10.3-1
2006-02-11 01:49:13 +00:00
- Update to 0.10.3
2006-02-07 12:05:11 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.2-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
2006-01-18 16:27:15 +00:00
* Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.2-1
- Upgrade to 0.10.2
2006-01-06 16:56:04 +00:00
* Fri Jan 06 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.1-1
- New upstream version
* Fri Dec 16 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.10.0-1
- rebuilt for Fedora Core Development
* Wed Dec 14 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.10.0-0.gst.2
- rebuilt against newer GLib and friends
* Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.10.0-0.gst.1
- new release
* Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 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 <thomas at apestaart dot org>
- 0.9.5-0.gst.1
- new release
* Mon Oct 24 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.4-0.gst.1
- new release
* Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.3-0.gst.1
- new release
* Thu Sep 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.2-0.gst.1
- added libgstcheck
- new release
* Thu Jun 09 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.9.1-0.gst.1
- first development series release
* Tue May 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 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 <thomas at apestaart dot org>
- 0.8.9.2-0.gst.1
- new prerelease
* Tue Feb 08 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- 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 <thomas at apestaart dot org>
- 0.8.8.2-0.fdr.1
- new prerelease
* Thu Dec 23 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.8-0.fdr.1
- new upstream release
* Fri Dec 17 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.7.2-0.fdr.1
- new prerelease
- added fair gthread scheduler
* Wed Oct 06 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.7-0.fdr.1
- update for new GStreamer release
* Tue Oct 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.6-0.fdr.1
- update for new GStreamer release
* Sun Sep 26 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.5.3-0.fdr.1
- update for new GStreamer prerelease
* Sun Sep 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.5.2-0.fdr.1
- update for new GStreamer prerelease
* Mon Aug 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.5-0.fdr.1
- update for new GStreamer release
* Thu Aug 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.4.2-0.fdr.1
- update for new GStreamer prerelease
- set package name and origin
* Tue Jul 20 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 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 <thomas at apestaart dot org>
- 0.8.3.3-0.fdr.1: update for new GStreamer prerelease
* Fri Jul 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.3.2-0.fdr.1: update for new GStreamer prerelease
* Sat Jun 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.3-0.fdr.1: update for new GStreamer release
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Fri Jun 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.2-0.fdr.1: update for new GStreamer release
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.1-0.fdr.1: update for new GStreamer release
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Thu Apr 15 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- add entry schedulers, clean up scheduler file section
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Tue Mar 16 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.8.0-0.fdr.1: update for new GStreamer release, renamed base to gstreamer
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Tue Mar 09 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.7.6-0.fdr.1: updated for new GStreamer release, with maj/min set to 0.8
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Mon Mar 08 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.7.5-0.fdr.3: fix postun script
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Fri Mar 05 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.7.5-0.fdr.2: new release
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Wed Feb 11 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.7.4-0.fdr.1: synchronize with Matthias's package
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Sat Feb 07 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- make the package name gstreamer07 since this is an unstable release
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Wed Feb 04 2004 Thomas Vander Stichele <thomas at apestaart dot org>
- put versioned tools inside base package, and put unversioned tools in tools
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Mon Dec 01 2003 Thomas Vander Stichele <thomas at apestaart dot org>
- changed documentation buildrequires
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Sun Nov 09 2003 Christian Schaller <Uraeus@gnome.org>
- Fix spec to handle new bytestream library
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Sun Aug 17 2003 Christian Schaller <uraeus@gnome.org>
- Remove docs build from RPM as the build is broken
- Fix stuff since more files are versioned now
- Remove wingo schedulers
- Remove putbits stuff
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Sun May 18 2003 Thomas Vander Stichele <thomas at apestaart dot org>
- devhelp files are now generated by gtk-doc, changed accordingly
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Sun Mar 16 2003 Christian F.K. Schaller <Uraeus@gnome.org>
- Add gthread scheduler
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Sat Dec 07 2002 Thomas Vander Stichele <thomas at apestaart dot org>
- define majorminor and use it everywhere
- full parallel installability
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Tue Nov 05 2002 Christian Schaller <Uraeus@linuxrising.org>
- Add optwingo scheduler
* Sat Oct 12 2002 Christian Schaller <Uraeus@linuxrising.org>
- Updated to work better with default RH8 rpm
- Added missing unspeced files
- Removed .a and .la files from buildroot
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Sat Sep 21 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added gst-md5sum
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Tue Sep 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
- adding flex to buildrequires
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Fri Sep 13 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
- Fixed the schedulers after the renaming
* Sun Sep 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added transfig to the BuildRequires:
auto-import changelog data from gstreamer-0.6.0-4.src.rpm Wed Feb 12 2003 Bill Nottingham <notting@redhat.com> 0.6.0-4 - fix group Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.6.0-3 - prereq, not require, gstreamer-tools Tue Feb 11 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-2 - unset the DISPLAY when running gst-register Mon Feb 03 2003 Jonathan Blandford <jrb@redhat.com> 0.6.0-1 - yes it is needed. Readding Sat Feb 01 2003 Florian La Roche <Florian.LaRoche@redhat.de> - remove "tools" sub-rpm, this is not needed at all Thu Jan 30 2003 Jonathan Blandford <jrb@redhat.com> 0.5.2-7 - stopped using CFLAGS="${CFLAGS:--O2 -g}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g}" ; export FFLAGS ; for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; done ; ./configure --host=s390x-redhat-linux --build=s390x-redhat-linux \ --target=s390x-redhat-linux-gnu \ --program-prefix= \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib64 \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/share/man \ --infodir=/usr/share/info so we need to pass in all the args Mon Jan 27 2003 Jonathan Blandford <jrb@redhat.com> - remove -Werror explicitly as the configure macro isn't working. Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-10 - Add patch1 to fix C++ plugins on ia64 Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> - %post -p was wrong Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 - explicitly add /usr/lib64/libgstreamer-{major}.so - explicitly add /usr/lib64/libgstcontrol-{major}.so Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> - bump release Fri Dec 13 2002 Jonathan Blandford <jrb@redhat.com> - move .so files out of -devel Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - new version 0.5.0 - require docbook-style-xsl - add gstreamer-tools package too - New patch to use the right docbook prefix. Tue Dec 10 2002 Jonathan Blandford <jrb@redhat.com> - downgrade to a release candidate. Should work better on other arches - build without Werror Mon Dec 09 2002 Jonathan Blandford <jrb@redhat.com> - update to new version. Remove ExcludeArch Tue Dec 03 2002 Havoc Pennington <hp@redhat.com> - excludearch some arches Mon Dec 02 2002 Havoc Pennington <hp@redhat.com> - import into CVS and build "officially" - use smp_mflags - temporarily disable docs build, doesn't seem to work Thu Nov 07 2002 Jeremy Katz <katzj@redhat.com> - 0.4.2 Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> - 0.4.1 Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> - minor cleanups Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved header location Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org> - added popt - removed .la Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org> - added release of gstreamer to req of gstreamer-devel - changed location of API docs to be in gtk-doc like other gtk-doc stuff - reordered SPEC file Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org> - moved html docs to gtk-doc standard directory Tue Mar 05 2002 Thomas Vander Stichele <thomas@apestaart.org> - move version defines of glib2 and libxml2 to configure.ac - add BuildRequires for these two libs Sun Mar 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - put html docs in canonical place, avoiding %doc erasure - added devhelp support, current install of it is hackish Sat Mar 02 2002 Christian Schaller <Uraeus@linuxrising.org> - Added documentation to build Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org> - added libgstbasicscheduler - renamed libgst to libgstreamer Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org> - Added configdir parameter as it seems the configdir gets weird otherwise Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org> - split off gstreamer-editor from core - removed gstreamer-gnome-apps Sat Dec 29 2001 Rodney Dawes <dobey@free.fr> - Cleaned up the spec file for the gstreamer core/plug-ins split - Improve spec file Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org> - Split of more plugins from the core and put them into their own modules - Includes colorspace, xfree and wav - Improved package Require lines - Added mp3encode (lame based) to the SPEC Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org> - Thomas merged mpeg plugins into one Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org> - More minor cleanups including some fixed descriptions from Andrew Mitchell Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org> - Added logging to the make statement Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated in preparation for 0.3.0 release Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated for 0.2.1 release - Split out the GUI packages into their own RPM - added new plugins (FLAC, festival, quicktime etc.) Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org> - Visualisation plugins bundled out togheter - Moved files sections up close to their respective descriptions Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org> - Split the package into separate RPMS, putting most plugins out by themselves. Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org> - Updated with change suggestions from Dennis Bjorklund Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu> - updated to build -devel package as well Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu> - first draft of spec file
2004-09-09 05:53:11 +00:00
* Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
- moved header location
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added popt
- removed .la
* Fri Jun 07 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added release of gstreamer to req of gstreamer-devel
- changed location of API docs to be in gtk-doc like other gtk-doc stuff
- reordered SPEC file
* Mon Apr 29 2002 Thomas Vander Stichele <thomas@apestaart.org>
- moved html docs to gtk-doc standard directory
* Tue Mar 5 2002 Thomas Vander Stichele <thomas@apestaart.org>
- move version defines of glib2 and libxml2 to configure.ac
- add BuildRequires for these two libs
* Sun Mar 3 2002 Thomas Vander Stichele <thomas@apestaart.org>
- put html docs in canonical place, avoiding %doc erasure
- added devhelp support, current install of it is hackish
* Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
- Added documentation to build
* Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added libgstbasicscheduler
- renamed libgst to libgstreamer
* Fri Jan 04 2002 Christian Schaller <Uraeus@linuxrising.org>
- Added configdir parameter as it seems the configdir gets weird otherwise
* Thu Jan 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
- split off gstreamer-editor from core
- removed gstreamer-gnome-apps
* Sat Dec 29 2001 Rodney Dawes <dobey@free.fr>
- Cleaned up the spec file for the gstreamer core/plug-ins split
- Improve spec file
* Sat Dec 15 2001 Christian Schaller <Uraeus@linuxrising.org>
- Split of more plugins from the core and put them into their own modules
- Includes colorspace, xfree and wav
- Improved package Require lines
- Added mp3encode (lame based) to the SPEC
* Wed Dec 12 2001 Christian Schaller <Uraeus@linuxrising.org>
- Thomas merged mpeg plugins into one
* Sat Dec 08 2001 Christian Schaller <Uraeus@linuxrising.org>
- More minor cleanups including some fixed descriptions from Andrew Mitchell
* Fri Dec 07 2001 Christian Schaller <Uraeus@linuxrising.org>
- Added logging to the make statement
* Wed Dec 05 2001 Christian Schaller <Uraeus@linuxrising.org>
- Updated in preparation for 0.3.0 release
* Fri Jun 29 2001 Christian Schaller <Uraeus@linuxrising.org>
- Updated for 0.2.1 release
- Split out the GUI packages into their own RPM
- added new plugins (FLAC, festival, quicktime etc.)
* Sat Jun 09 2001 Christian Schaller <Uraeus@linuxrising.org>
- Visualisation plugins bundled out togheter
- Moved files sections up close to their respective descriptions
* Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
- Split the package into separate RPMS,
putting most plugins out by themselves.
* Fri Jun 01 2001 Christian Schaller <Uraeus@linuxrising.org>
- Updated with change suggestions from Dennis Bjorklund
* Tue Jan 09 2001 Erik Walthinsen <omega@cse.ogi.edu>
- updated to build -devel package as well
* Sun Jan 30 2000 Erik Walthinsen <omega@cse.ogi.edu>
- first draft of spec file