| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gstreamer-tools | Distribution: NetWinder ARM Linux |
| Version: 0.6.0 | Vendor: NetWinder.org |
| Release: 4 | Build date: Fri Jul 18 07:58:27 2003 |
| Group: Applications/Multimedia | Build host: node3 |
| Size: 82995 | Source RPM: gstreamer-0.6.0-4.src.rpm |
| Packager: NetWinder Autobuild <build@netwinder.org> | |
| Url: http://gstreamer.net/ | |
| Summary: tools for GStreamer streaming media framework. | |
GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plugins. This package contains the basic command-line tools used for GStreamer, like gst-register and gst-launch. It is split off to allow parallel-installability in the future.
LGPL
* 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 -pipe -fsigned-char -march=armv4}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -fsigned-char -march=armv4}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -fsigned-char -march=armv4}" ; 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=armv4l-unknown-linux-gnu --build=armv4l-unknown-linux-gnu \
--target=armv4l-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/lib \
--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/lib/libgstreamer-{major}.so
- explicitly add /usr/lib/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
* Tue Sep 24 2002 Jeremy Katz <katzj@redhat.com>
- 0.4.1
* Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com>
- minor cleanups
* Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
- moved header location
* Tue Jun 18 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added popt
- removed .la
* Sat Jun 08 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
* Tue Apr 30 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
* Sat Jun 30 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.)
* Sun Jun 10 2001 Christian Schaller <Uraeus@linuxrising.org>
- Visualisation plugins bundled out togheter
- Moved files sections up close to their respective descriptions
* Sun Jun 03 2001 Christian Schaller <Uraeus@linuxrising.org>
- Split the package into separate RPMS,
putting most plugins out by themselves.
* Sat Jun 02 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
/usr/bin/gst-complete /usr/bin/gst-compprep /usr/bin/gst-feedback /usr/bin/gst-inspect /usr/bin/gst-launch /usr/bin/gst-md5sum /usr/bin/gst-register /usr/bin/gst-xmllaunch /usr/share/man/man1/gst-complete.1.gz /usr/share/man/man1/gst-compprep.1.gz /usr/share/man/man1/gst-feedback.1.gz /usr/share/man/man1/gst-inspect.1.gz /usr/share/man/man1/gst-launch.1.gz /usr/share/man/man1/gst-md5sum.1.gz /usr/share/man/man1/gst-register.1.gz /usr/share/man/man1/gst-xmllaunch.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 04:47:56 2013