| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gstreamer | Distribution: Fedora Freshrpms |
| Version: 0.6.4 | Vendor: Freshrpms.net |
| Release: 0.1 | Build date: Fri Feb 6 12:14:37 2004 |
| Group: Applications/Multimedia | Build host: python2.freshrpms.net |
| Size: 1775802 | Source RPM: gstreamer-0.6.4-0.1.src.rpm |
| Packager: Matthias Saou <matthias.saou@est.une.marmotte.net> | |
| Url: http://gstreamer.net/ | |
| Summary: GStreamer streaming media framework runtime. | |
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.
LGPL
* Fri Feb 06 2004 Matthias Saou <http://freshrpms.net/> 0.6.4-0.1
- Update to 0.6.4.
- Added missing BuildRequires for rebuilding with mach.
* Fri Sep 12 2003 Alexander Larsson <alexl@redhat.com> 0.6.3-1
- Update to 0.6.3 (gnome 2.4 final)
* Wed Aug 20 2003 Alexander Larsson <alexl@redhat.com> 0.6.2-6
- 0.6.2
* Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com> 0.6.0-5
- ppc64 patch
* 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 -march=i386 -mcpu=i686}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export FFLAGS ;
for i in $(find . -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu \
--target=i386-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/lib/gstreamer-0.6 /usr/lib/gstreamer-0.6/libgstautoplugcache.so /usr/lib/gstreamer-0.6/libgstautoplugger.so /usr/lib/gstreamer-0.6/libgstbasicgthreadscheduler.so /usr/lib/gstreamer-0.6/libgstbasicomegascheduler.so /usr/lib/gstreamer-0.6/libgstbasicwingoscheduler.so /usr/lib/gstreamer-0.6/libgstbytestream.so /usr/lib/gstreamer-0.6/libgstelements.so /usr/lib/gstreamer-0.6/libgstgetbits.so /usr/lib/gstreamer-0.6/libgstindexers.so /usr/lib/gstreamer-0.6/libgstoptgthreadscheduler.so /usr/lib/gstreamer-0.6/libgstoptomegascheduler.so /usr/lib/gstreamer-0.6/libgstoptscheduler.so /usr/lib/gstreamer-0.6/libgstoptwingoscheduler.so /usr/lib/gstreamer-0.6/libgstputbits.so /usr/lib/gstreamer-0.6/libgstspider.so /usr/lib/gstreamer-0.6/libgststaticautoplug.so /usr/lib/gstreamer-0.6/libgststaticautoplugrender.so /usr/lib/gstreamer-0.6/libgsttypes.so /usr/lib/libgstcontrol-0.6.a /usr/lib/libgstcontrol-0.6.so /usr/lib/libgstcontrol-0.6.so.0 /usr/lib/libgstcontrol-0.6.so.0.1.0 /usr/lib/libgstreamer-0.6.a /usr/lib/libgstreamer-0.6.so /usr/lib/libgstreamer-0.6.so.0 /usr/lib/libgstreamer-0.6.so.0.1.0 /usr/share/doc/gstreamer-0.6.4 /usr/share/doc/gstreamer-0.6.4/ABOUT-NLS /usr/share/doc/gstreamer-0.6.4/AUTHORS /usr/share/doc/gstreamer-0.6.4/COPYING /usr/share/doc/gstreamer-0.6.4/COPYING.LIB /usr/share/doc/gstreamer-0.6.4/DOCBUILDING /usr/share/doc/gstreamer-0.6.4/README /usr/share/doc/gstreamer-0.6.4/RELEASE /usr/share/doc/gstreamer-0.6.4/REQUIREMENTS /usr/share/doc/gstreamer-0.6.4/TODO
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 06:13:11 2013