summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-05 20:33:42 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-05 20:33:42 +0000
commitf460bf9bc1c64b4cd7b6f7ea93823df473502aa9 (patch)
tree9d3b4d5b35c098a8f05f7053802641c2a78c56a0
parent7b86873c7aa9fdfee5f257823a971033b1e46f2c (diff)
Original commit message from CVS: here we go
-rw-r--r--Makefile.am12
-rw-r--r--RELEASE240
-rw-r--r--configure.ac15
-rw-r--r--ext/Makefile.am8
-rw-r--r--gst-plugins.spec.in294
5 files changed, 154 insertions, 415 deletions
diff --git a/Makefile.am b/Makefile.am
index 84b90b4e3..89ca8708b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,14 +10,14 @@ else
EXT_DIR=
endif
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gstreamer-libs.pc
+
SUBDIRS=gst-libs gst sys $(EXT_DIR) examples tools $(GCONF_DIR) ## testsuite
DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf ## testsuite
EXTRA_DIST=gst-plugins.spec depcomp \
- AUTHORS COPYING README RELEASE LICENSE LICENSE_readme \
- ChangeLog autogen.sh common m4
-
-dist-hook:
- rm -rf `find $(distdir)/common -name CVS`
- rm -rf `find $(distdir)/m4 -name CVS`
+ gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
+ AUTHORS COPYING README RELEASE \
+ ChangeLog autogen.sh
diff --git a/RELEASE b/RELEASE
index 5174d26c5..10d115f6c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,99 +1,104 @@
- GStreamer "30 Second Frenchman" 0.3.4 released
-
- RELEASE NOTES
+ GStreamer "Desperately Seeking Sexiness" 0.4.0 released
The GStreamer team is happy to announce another release of the
- GStreamer streaming-media framework.
-
-Focus of this release
-
- This release fixes a few developer usability issues.
-
- A few of the API functions have been changed to offer better
- functionality and to be more consistent with other toolkits (GLib,
- GTK).
- Sample changes:
- * gst_elementfactory_make to gst_element_factory_make
- * GST_PADTEMPLATE_* to GST_PAD_TEMPLATE_*
-
- This release of GStreamer has been primarily made in support of
- RhythmBox. It should really work with their upcoming 0.2.0 release.
-
- The gst-launch parsing has been bisonified. This allows for better and
- more consistent command-line parsing. Accordingly, some changes in the
- dynamic pad treatment have been made as well.
- The registry handling has been changed. gst-register will now write to
- a local registry (in ~/.gstreamer/reg.xml) if it does not have
- permissions to write to the global registry. Normal applications not
- running as root will prefer this local registry if it exists, and fall
- back to the global otherwise.
- Also, a --gst-registry option has been added to all gst applications.
- If this is specified, then the application will ONLY use this
- registry. This is useful for testsuites inside the core as well as
- general testing of plugins.
-
- GStreamer is now in Gnome's Bugzilla. Please file bugs against us
- there whenever you find them !
-
-Changes in the 0.3.x tree
-
- The 0.3.x tree is our first tree using GLib 2.0 and libxml2 as the
- sole compile platform. We have also started including all our
- documentation in our RPMS starting this tree. People wanting to build
- GStreamer themselves with documentation should look at the DOCBUILDING
- file for some information on what packages are needed to build that
- successfully.
-
- Another new feature of this release tree is the gst-launch-ext
- command-line application. It uses predefined pipelines to play back
- media files based on their file extension. This means that you don't
- need to construct your own pipelines using gst-launch if all you want
- to do is play a file. Just type gst-launch-ext [filename] and the
- audiofile or movie plays for you. This of course also being a work in
- progress means that sometimes it might decide on the wrong pipeline,
- or cause jitter, as well as random headaches.
-
- For help building GStreamer, take a look at our [1]build help document
- .
-
-Updates and Enhancements in this release
-
- * Improved API naming
- * New registry handling, allowing for global, local or specified
- registry
- * bison parser
- * gst-launch-ext dynamic pad fixes
- * various fixes in mad and vorbisdec for RhythmBox
-
-Previously, in the 0.3.x tree
-
- * devhelp documentation
- * New and improved Props API
- * New master clock system
- * dxr3 plugin
- * libcolorspace plugin
- * Full dparams documentation
- * All functions documented (551 functions documented)
- * Python bindings
- * Portability fixes (no more C++ // style comments)
- * a52dec plugin updated to a52dec 0.7.3 API
- * gnome-vfs plugin updated to new seek api
- * Misc bug and caps fixes
- * SPEC files improvements
+ GStreamer streaming-media framework. We are quickly moving forward at
+ this time and more and more applications using GStreamer are popping
+ up. Please see the [1]release page for availability of source and
+ binary packages.
+
+Updates and Enhancements
+
+ General
+
+ * Graphical pipeline editor (gst-editor) ported to GNOME 2.0
+ * Autobuild system using [2]bitches to generate good RPMs
+ * Apt for rpm repository for GStreamer and plug-in dependencies on
+ RedHat 7.2 and 7.3, for both Ximian Red-Carpet Gnome 2 and
+ Gnomehide. See [3]http://gstreamer.net/releases/redhat/
+ * Red-Carpet GStreamer channel under construction.
+ * GConf schemas distributed for centralised sink settings
+ * Moved to [4]http://bugzilla.gnome.org/ for bug reports. Bugzilla
+ is more convenient than SourceForge's system, and Gnome already
+ has a system running. Thanks to Gnome for the support.
+ * Created a gst-feedback script to gather system information to be
+ added to a bug report for better debugging.
+
+ Core
+
+ * New much improved registry system implemented.
+ * New event-driven seek support. Event system is now working and
+ implemented
+ * Header files are now in a versioned directory to ease build pains.
+ * Improvements and bugfixes todparams.
+ * Docs updated, registry and system clock documentation added
+ * More tests added for improved troubleshooting
+ * Cothreads code made more POSIX-compatible
+ * PowerPC portability fixes
+
+ Plug-ins
+
+ * Quicktime plug-in rewritten
+ * [5]Effectv video effects plug-ins included
+ * Audio effect plug-ins fixes (int2float, floatcast etc.)
+ * A new filter plug-in for audio filters
+ * OSS plug-in fixes
+ * Audiofile plug-in works again (depends on upstream patch getting
+ included)
+ * lavencode plug-in renamed yuv4mpeg
+ * Synaesthesia plug-in added to gst-visualisation packages
+ * [6]Jack plug-in working and packaged -- CVS Jack required
+ * Floatcast plug-in added
+ * Include file setup fixes
+ * Avi plug-in ported to avifile 0.7.7
+ * Lots of fixes and cleanups on the DV plug-in
+ * libfame plug-in added (mpeg4)
+ * libdvdnav plug-in added
+ * Better URI handling in gnome-vfs plug-in
+ * RTP plug-in updated and ported to the [7]oRTP library
+
+Known Issues
+
+ GStreamer currently ships with two schedulers, named 'basic' and
+ 'standard'. Basic is the one we have been shipping for a long time now
+ and is still the default in GStreamer 0.4.0. There are however some
+ limitations and threadrelated bugs in basic. These limitations are not
+ present in standard, but unfortunately standard does not work with
+ i686 glibc atm due to differences in the way threads are handled
+ compared to other architectures including i386. We hope to get the
+ remaining issues in standard fixed before 0.4.1 and use that as
+ default.
+
+ As for the bugs in basic we did not feel they warranted not releasing
+ 0.4.0 as they are rather obscure. For instance if you are using
+ Rhythmbox you will need to be playing over 500 songs nonstop to
+ trigger it.
+
+ If you want to test the standard scheduler, run your GStreamer
+ application with --gst-scheduler=standard
+
+GStreamer Homepage
More details on these features can be found on the project's website,
- [2]http://gstreamer.net/. Source tarballs are also mirrored at
- [3]http://gstreamer.net/releases/current/src/. If you use Red Hat (or
- possibly other RPM-based systems), RPMs for both GStreamer itself,
- external libraries and development tools not included in the standard
- reference distribution (RedHat 7.2) can be found in
- [4]http://gstreamer.net/releases/current/redhat.
-
- GStreamer is hosted on SourceForge, so support requests and bugs may
- be filed as usual. Interested developers of the core library, plugins,
- and applications should subscribe to the gstreamer-devel list. If
- there is sufficient interest we will create more lists as necessary.
+ [8]http://gstreamer.net/.
+
+Support
+
+ We use [9]Gnome's Bugzilla for bug reports and feature requests. The
+ "product name" is GStreamer (capital G). Please do the following
+ before writing a bug report :
+gst-feedback > feedback 2>&1
+
+ and attach the file "feedback" to your bug report, so that we have
+ some information useful in the debugging process.
+
+Developers
+
+ GStreamer is [10]hosted on SourceForge. All code is in CVS and can be
+ checked out from there. Interested developers of the core library,
+ plug-ins, and applications should subscribe to the gstreamer-devel
+ list. If there is sufficient interest we will create more lists as
+ necessary.
We are still looking for people with access to Solaris, HP-UX, Irix
and True64 that would be willing to try building and testing
@@ -103,33 +108,44 @@ Contributors to this release
Core
- * Erik Walthinsen <omega@temple-baptist.com>
- * Wim Taymans <wim.taymans@chello.be>
- * Thomas Vander Stichele <thomas@apestaart.org>
- * Andy Wingo <wingo@pobox.com>
- * Benjamin Otte <in7y118@public.uni-hamburg.de>
+ * Erik Walthinsen <omega(AT)temple-baptist.com>
+ * Wim Taymans <wim.taymans(AT)chello.be>
+ * Thomas Vander Stichele <thomas(AT)apestaart.org>
+ * Andy Wingo <wingo(AT)pobox.com>
+ * Benjamin Otte <in7y118(AT)public.uni-hamburg.de>
+ * Steve Baker <stevebaker_org(AT)yahoo.co.uk>
Plugins and Sample Applications
- * Richard Boulton <richard@tartarus.org>
- * David Lehn <dlehn@vt.edu>
- * Ronald Bultje <rbultje@ronald.bitfreak.net>
- * Bastien Nocera <hadess@hadess.net>
- * Martin Enlund <martin@enlund.net>
- * Arik Devens <arik@gnome.org>
- * Jérémy Simon <jsimon13@yahoo.fr>
- * Zeeshan Ali Khattak <zak147@yahoo.com>
- * Steve Baker <stevebaker_org@yahoo.co.uk>
- * Rehan Khwaja <rehankhwaja@yahoo.com>
+ * Richard Boulton <richard(AT)tartarus.org>
+ * David Lehn <dlehn(AT)vt.edu>
+ * Ronald Bultje <rbultje(AT)ronald.bitfreak.net>
+ * Bastien Nocera <hadess(AT)hadess.net>
+ * Martin Enlund <martin(AT)enlund.net>
+ * Arik Devens <arik(AT)gnome.org>
+ * Jérémy Simon <jsimon13(AT)yahoo.fr>
+ * Zeeshan Ali Khattak <zak147(AT)yahoo.com>
+ * Rehan Khwaja <rehankhwaja(AT)yahoo.com>
+ * Kentarou Fukuchi <fukuchi(AT)is.titech.ac.jp>
+ * Artyom Baginski <artm(AT)nerve.v2.nl>
+ * David Schleef <ds(AT)schleef.org>
+ * Xavier Bestel <xavier.bestel(AT)free.fr>
Misc
- * Christian Schaller <christian.schaller@linuxrising.org>
- * Calum Selkirk <cselkirk@panix.com>
+ * Christian Fredrik Kalager Schaller
+ <uraeus(AT)linuxrising.org>
+ * Calum Selkirk <cselkirk(AT)panix.com>
References
- 1. http://gstreamer.net/releases/current/buildhelp.php
- 2. http://gstreamer.net/
- 3. http://gstreamer.net/releases/current/src/
- 4. http://gstreamer.net/releases/current/redhat/
+ 1. http://gstreamer.net/releases/current/
+ 2. http://urgent.rug.ac.be/thomas/
+ 3. http://gstreamer.net/releases/redhat/
+ 4. http://bugzilla.gnome.org/
+ 5. http://effectv.sourceforge.net/
+ 6. http://jackit.sf.net/
+ 7. http://www.linphone.org/ortp/
+ 8. http://gstreamer.net/
+ 9. http://bugzilla.gnome.org/
+ 10. http://gstreamer.sf.net/
diff --git a/configure.ac b/configure.ac
index 96ae3a4e7..37d72fc4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AM_DISABLE_STATIC
dnl when going to/from release please set the nano (fourth number) right !
dnl We disable static building for development, for time savings
AM_DISABLE_STATIC
-AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 4, 4)
+AS_VERSION(gst-plugins, GST_PLUGINS, 0, 4, 0, 0)
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
@@ -406,13 +406,12 @@ dnl AC_CHECK_LIB(cdda_paranoia, paranoia_init, : , HAVE_CDPARANOIA=no, -lcdda_in
dnl AC_CHECK_HEADER(cdda_paranoia.h, :, HAVE_CDPARANOIA=no)
dnl *** libdv ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_LIBDV, true)
-GST_CHECK_FEATURE(LIBDV, [libdv DV/video decoder], dvdec, [
- dnl use this when gtk deps are removed from its pkg-config .pc
- dnl PKG_CHECK_MODULES(LIBDV, libdv, HAVE_LIBDV="yes", HAVE_LIBDV="no")
- AM_PATH_LIBDV(HAVE_LIBDV="yes", HAVE_LIBDV="no")
- AC_SUBST(LIBDV_CFLAGS)
- AC_SUBST(LIBDV_LIBS)
+translit(dnm, m, l) AM_CONDITIONAL(USE_DV, true)
+GST_CHECK_FEATURE(DV, [libdv DV/video decoder], dvdec, [
+ dnl use pkg-config when gtk deps are removed from its pkg-config .pc
+ AM_PATH_LIBDV(HAVE_DV="yes", HAVE_DV="no")
+ AC_SUBST(DV_CFLAGS)
+ AC_SUBST(DV_LIBS)
])
dnl *** dvdread ***
diff --git a/ext/Makefile.am b/ext/Makefile.am
index d22c65fde..72afc287f 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -46,10 +46,10 @@ else
CDPARANOIA_DIR=
endif
-if USE_LIBDV
-LIBDV_DIR=dv
+if USE_DV
+DV_DIR=dv
else
-LIBDV_DIR=
+DV_DIR=
endif
if USE_DVDREAD
@@ -228,7 +228,7 @@ endif
SUBDIRS=$(A52DEC_DIR) $(AALIB_DIR) $(ALSA_DIR) \
$(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
- $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(LIBDV_DIR) \
+ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) \
$(DVDREAD_DIR) $(DVDNAV_DIR) $(ESD_DIR) \
$(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) \
$(HERMES_DIR) $(HTTP_DIR) $(JACK_DIR) $(JPEG_DIR) \
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 62d5b7805..4cad0140b 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -53,7 +53,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
--sharedstatedir=%{_sharedstatedir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
- --enable-debug \
+ --enable-debug \
--enable-DEBUG
if [ "$SMP" != "" ]; then
@@ -87,7 +87,7 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
%files
%defattr(-, root, root)
-%doc AUTHORS COPYING README
+%doc AUTHORS COPYING README RELEASE
%{_bindir}/gst-launch-ext
%{_bindir}/gst-visualise
%{_mandir}/man1/gst-launch-ext.*
@@ -112,6 +112,7 @@ GStreamer support libraries header files.
%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
+%{_libdir}/pkgconfig/gstreamer-libs.pc
# Here are all the packages depending on external libs #
@@ -130,12 +131,6 @@ GStreamer support libraries header files.
@USE_A52DEC_TRUE@%defattr(-, root, root)
@USE_A52DEC_TRUE@%{_libdir}/gst/libgsta52dec.so
@USE_A52DEC_TRUE@%{_libdir}/gst/libgstac3parse.so
-@USE_A52DEC_TRUE@
-@USE_A52DEC_TRUE@%post -n gstreamer-a52dec
-@USE_A52DEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_A52DEC_TRUE@
-@USE_A52DEC_TRUE@%postun -n gstreamer-a52dec
-@USE_A52DEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### AALIB ###
@USE_AALIB_TRUE@%package -n gstreamer-aalib
@@ -151,12 +146,6 @@ GStreamer support libraries header files.
@USE_AALIB_TRUE@%files -n gstreamer-aalib
@USE_AALIB_TRUE@%defattr(-, root, root)
@USE_AALIB_TRUE@%{_libdir}/gst/libgstaasink.so
-@USE_AALIB_TRUE@
-@USE_AALIB_TRUE@%post -n gstreamer-aalib
-@USE_AALIB_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_AALIB_TRUE@
-@USE_AALIB_TRUE@%postun -n gstreamer-aalib
-@USE_AALIB_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### ALSA ###
@USE_ALSA_TRUE@%package -n gstreamer-alsa
@@ -172,12 +161,6 @@ GStreamer support libraries header files.
@USE_ALSA_TRUE@%defattr(-, root, root)
@USE_ALSA_TRUE@%{_libdir}/gst/libgstalsa.so
@USE_ALSA_TRUE@%{_mandir}/man1/gstalsa*
-@USE_ALSA_TRUE@
-@USE_ALSA_TRUE@%post -n gstreamer-alsa
-@USE_ALSA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_ALSA_TRUE@
-@USE_ALSA_TRUE@%postun -n gstreamer-alsa
-@USE_ALSA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### ARTS WRAPPER ###
@USE_ARTS_TRUE@%package -n gstreamer-arts
@@ -194,12 +177,6 @@ GStreamer support libraries header files.
@USE_ARTS_TRUE@%files -n gstreamer-arts
@USE_ARTS_TRUE@%defattr(-, root, root)
@USE_ARTS_TRUE@%{_libdir}/gst/libgstarts.so
-@USE_ARTS_TRUE@
-@USE_ARTS_TRUE@%post -n gstreamer-arts
-@USE_ARTS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_ARTS_TRUE@
-@USE_ARTS_TRUE@%postun -n gstreamer-arts
-@USE_ARTS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### ARTSD SOUND SERVER ###
@USE_ARTSC_TRUE@%package -n gstreamer-artsd
@@ -213,12 +190,6 @@ GStreamer support libraries header files.
@USE_ARTSC_TRUE@%files -n gstreamer-artsd
@USE_ARTSC_TRUE@%defattr(-, root, root)
@USE_ARTSC_TRUE@%{_libdir}/gst/libgstartsdsink.so
-@USE_ARTSC_TRUE@
-@USE_ARTSC_TRUE@%post -n gstreamer-artsd
-@USE_ARTSC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_ARTSC_TRUE@
-@USE_ARTSC_TRUE@%postun -n gstreamer-artsd
-@USE_ARTSC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### AUDIOFILE ###
@USE_AUDIOFILE_TRUE@%package -n gstreamer-audiofile
@@ -234,12 +205,6 @@ GStreamer support libraries header files.
@USE_AUDIOFILE_TRUE@%files -n gstreamer-audiofile
@USE_AUDIOFILE_TRUE@%defattr(-, root, root)
@USE_AUDIOFILE_TRUE@%{_libdir}/gst/libgstaudiofile.so
-@USE_AUDIOFILE_TRUE@
-@USE_AUDIOFILE_TRUE@%post -n gstreamer-audiofile
-@USE_AUDIOFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_AUDIOFILE_TRUE@
-@USE_AUDIOFILE_TRUE@%postun -n gstreamer-audiofile
-@USE_AUDIOFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### AVIFILE ###
@USE_AVIFILE_TRUE@%package -n gstreamer-avi
@@ -258,12 +223,6 @@ GStreamer support libraries header files.
@USE_AVIFILE_TRUE@%{_libdir}/gst/libgstavidemux.so
@USE_AVIFILE_TRUE@%{_libdir}/gst/libgstavimux.so
@USE_AVIFILE_TRUE@%{_libdir}/gst/libgstwincodec.so
-@USE_AVIFILE_TRUE@
-@USE_AVIFILE_TRUE@%post -n gstreamer-avi
-@USE_AVIFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_AVIFILE_TRUE@
-@USE_AVIFILE_TRUE@%postun -n gstreamer-avi
-@USE_AVIFILE_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### CDPARANOIA ###
@USE_CDPARANOIA_TRUE@%package -n gstreamer-cdparanoia
@@ -279,12 +238,6 @@ GStreamer support libraries header files.
@USE_CDPARANOIA_TRUE@%files -n gstreamer-cdparanoia
@USE_CDPARANOIA_TRUE@%defattr(-, root, root)
@USE_CDPARANOIA_TRUE@%{_libdir}/gst/libgstcdparanoia.so
-@USE_CDPARANOIA_TRUE@
-@USE_CDPARANOIA_TRUE@%post -n gstreamer-cdparanoia
-@USE_CDPARANOIA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_CDPARANOIA_TRUE@
-@USE_CDPARANOIA_TRUE@%postun -n gstreamer-cdparanoia
-@USE_CDPARANOIA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### DVDREAD ###
@USE_DVDREAD_TRUE@%package -n gstreamer-libdvdread
@@ -301,12 +254,6 @@ GStreamer support libraries header files.
@USE_DVDREAD_TRUE@%files -n gstreamer-libdvdread
@USE_DVDREAD_TRUE@%defattr(-, root, root)
@USE_DVDREAD_TRUE@%{_libdir}/gst/libgstdvdreadsrc.so
-@USE_DVDREAD_TRUE@
-@USE_DVDREAD_TRUE@%post -n gstreamer-libdvdread
-@USE_DVDREAD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_DVDREAD_TRUE@
-@USE_DVDREAD_TRUE@%postun -n gstreamer-libdvdread
-@USE_DVDREAD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
## DXR3 ###
@USE_DXR3_TRUE@%package -n gstreamer-dxr3
@@ -324,12 +271,6 @@ GStreamer support libraries header files.
@USE_DXR3_TRUE@%files -n gstreamer-dxr3
@USE_DXR3_TRUE@%defattr(-, root, root)
@USE_DXR3_TRUE@%{_libdir}/gst/libgstdxr3.so
-@USE_DXR3_TRUE@
-@USE_DXR3_TRUE@%post -n gstreamer-dxr3
-@USE_DXR3_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_DXR3_TRUE@
-@USE_DXR3_TRUE@%postun -n gstreamer-dxr3
-@USE_DXR3_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### ESD ###
@USE_ESD_TRUE@%package -n gstreamer-esound
@@ -347,12 +288,6 @@ GStreamer support libraries header files.
@USE_ESD_TRUE@%defattr(-, root, root)
@USE_ESD_TRUE@%{_libdir}/gst/libgstesdmon.so
@USE_ESD_TRUE@%{_libdir}/gst/libgstesdsink.so
-@USE_ESD_TRUE@
-@USE_ESD_TRUE@%post -n gstreamer-esound
-@USE_ESD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_ESD_TRUE@
-@USE_ESD_TRUE@%postun -n gstreamer-esound
-@USE_ESD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### FLAC ###
@USE_FLAC_TRUE@%package -n gstreamer-flac
@@ -368,12 +303,6 @@ GStreamer support libraries header files.
@USE_FLAC_TRUE@%files -n gstreamer-flac
@USE_FLAC_TRUE@%defattr(-, root, root)
@USE_FLAC_TRUE@%{_libdir}/gst/libgstflac.so
-@USE_FLAC_TRUE@
-@USE_FLAC_TRUE@%post -n gstreamer-flac
-@USE_FLAC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_FLAC_TRUE@
-@USE_FLAC_TRUE@%postun -n gstreamer-flac
-@USE_FLAC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### GNOME VFS 2 ###
@USE_GNOME_VFS_TRUE@%package -n gstreamer-gnomevfs
@@ -390,12 +319,6 @@ GStreamer support libraries header files.
@USE_GNOME_VFS_TRUE@%defattr(-, root, root)
@USE_GNOME_VFS_TRUE@%{_libdir}/gst/libgstgnomevfssrc.so
@USE_GNOME_VFS_TRUE@%{_libdir}/gst/libgstgnomevfssink.so
-@USE_GNOME_VFS_TRUE@
-@USE_GNOME_VFS_TRUE@%post -n gstreamer-gnomevfs
-@USE_GNOME_VFS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_GNOME_VFS_TRUE@
-@USE_GNOME_VFS_TRUE@%postun -n gstreamer-gnomevfs
-@USE_GNOME_VFS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### GSM ###
@USE_GSM_TRUE@%package -n gstreamer-gsm
@@ -411,12 +334,6 @@ GStreamer support libraries header files.
@USE_GSM_TRUE@%files -n gstreamer-gsm
@USE_GSM_TRUE@%defattr(-, root, root)
@USE_GSM_TRUE@%{_libdir}/gst/libgstgsm.so
-@USE_GSM_TRUE@
-@USE_GSM_TRUE@%post -n gstreamer-gsm
-@USE_GSM_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_GSM_TRUE@
-@USE_GSM_TRUE@%postun -n gstreamer-gsm
-@USE_GSM_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### HERMES ###
@USE_HERMES_TRUE@%package -n gstreamer-colorspace
@@ -431,12 +348,6 @@ GStreamer support libraries header files.
@USE_HERMES_TRUE@%files -n gstreamer-colorspace
@USE_HERMES_TRUE@%defattr(-, root, root)
@USE_HERMES_TRUE@%{_libdir}/gst/libgstcolorspace.so
-@USE_HERMES_TRUE@
-@USE_HERMES_TRUE@%post -n gstreamer-colorspace
-@USE_HERMES_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_HERMES_TRUE@
-@USE_HERMES_TRUE@%postun -n gstreamer-colorspace
-@USE_HERMES_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### HTTP ###
@USE_HTTP_TRUE@%package -n gstreamer-httpsrc
@@ -453,12 +364,6 @@ GStreamer support libraries header files.
@USE_HTTP_TRUE@%files -n gstreamer-httpsrc
@USE_HTTP_TRUE@%defattr(-, root, root)
@USE_HTTP_TRUE@%{_libdir}/gst/libgsthttpsrc.so
-@USE_HTTP_TRUE@
-@USE_HTTP_TRUE@%post -n gstreamer-httpsrc
-@USE_HTTP_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_HTTP_TRUE@
-@USE_HTTP_TRUE@%postun -n gstreamer-httpsrc
-@USE_HTTP_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
#### JACK AUDIO CONNECTION KIT ###
@USE_JACK_TRUE@%package -n gstreamer-jack
@@ -473,12 +378,6 @@ GStreamer support libraries header files.
@USE_JACK_TRUE@%files -n gstreamer-jack
@USE_JACK_TRUE@%defattr(-, root, root)
@USE_JACK_TRUE@%{_libdir}/gst/libgstjack.so
-@USE_JACK_TRUE@
-@USE_JACK_TRUE@%post -n gstreamer-jack
-@USE_JACK_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_JACK_TRUE@
-@USE_JACK_TRUE@%postun -n gstreamer-jack
-@USE_JACK_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### JPEG ###
@USE_JPEG_TRUE@%package -n gstreamer-jpeg
@@ -494,12 +393,6 @@ GStreamer support libraries header files.
@USE_JPEG_TRUE@%files -n gstreamer-jpeg
@USE_JPEG_TRUE@%defattr(-, root, root)
@USE_JPEG_TRUE@%{_libdir}/gst/libgstjpeg.so
-@USE_JPEG_TRUE@
-@USE_JPEG_TRUE@%post -n gstreamer-jpeg
-@USE_JPEG_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_JPEG_TRUE@
-@USE_JPEG_TRUE@%postun -n gstreamer-jpeg
-@USE_JPEG_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### LADSPA ###
@USE_LADSPA_TRUE@%package -n gstreamer-ladspa
@@ -517,12 +410,6 @@ GStreamer support libraries header files.
@USE_LADSPA_TRUE@%files -n gstreamer-ladspa
@USE_LADSPA_TRUE@%defattr(-, root, root)
@USE_LADSPA_TRUE@%{_libdir}/gst/libgstladspa.so
-@USE_LADSPA_TRUE@
-@USE_LADSPA_TRUE@%post -n gstreamer-ladspa
-@USE_LADSPA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_LADSPA_TRUE@
-@USE_LADSPA_TRUE@%postun -n gstreamer-ladspa
-@USE_LADSPA_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### LAME ###
@USE_LAME_TRUE@%package -n gstreamer-lame
@@ -538,12 +425,6 @@ GStreamer support libraries header files.
@USE_LAME_TRUE@%files -n gstreamer-lame
@USE_LAME_TRUE@%defattr(-, root, root)
@USE_LAME_TRUE@%{_libdir}/gst/libgstlame.so
-@USE_LAME_TRUE@
-@USE_LAME_TRUE@%post -n gstreamer-lame
-@USE_LAME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_LAME_TRUE@
-@USE_LAME_TRUE@%postun -n gstreamer-lame
-@USE_LAME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### LIBDV ###
@USE_DV_TRUE@%package -n gstreamer-dv
@@ -559,12 +440,6 @@ GStreamer support libraries header files.
@USE_DV_TRUE@%files -n gstreamer-dv
@USE_DV_TRUE@%defattr(-, root, root)
@USE_DV_TRUE@%{_libdir}/gst/libgstdvdec.so
-@USE_DV_TRUE@
-@USE_DV_TRUE@%post -n gstreamer-dv
-@USE_DV_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_DV_TRUE@
-@USE_DV_TRUE@%postun -n gstreamer-dv
-@USE_DV_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### LIBFAME ###
@USE_LIBFAME_TRUE@%package -n gstreamer-libfame
@@ -580,12 +455,6 @@ GStreamer support libraries header files.
@USE_LIBFAME_TRUE@%files -n gstreamer-libfame
@USE_LIBFAME_TRUE@%defattr(-, root, root)
@USE_LIBFAME_TRUE@%{_libdir}/gst/libgstlibfame.so
-@USE_LIBFAME_TRUE@
-@USE_LIBFAME_TRUE@%post -n gstreamer-libfame
-@USE_LIBFAME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_LIBFAME_TRUE@
-@USE_LIBFAME_TRUE@%postun -n gstreamer-libfame
-@USE_LIBFAME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### MAD ###
@USE_MAD_TRUE@%package -n gstreamer-mad
@@ -601,12 +470,6 @@ GStreamer support libraries header files.
@USE_MAD_TRUE@%files -n gstreamer-mad
@USE_MAD_TRUE@%defattr(-, root, root)
@USE_MAD_TRUE@%{_libdir}/gst/libgstmad.so
-@USE_MAD_TRUE@
-@USE_MAD_TRUE@%post -n gstreamer-mad
-@USE_MAD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_MAD_TRUE@
-@USE_MAD_TRUE@%postun -n gstreamer-mad
-@USE_MAD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### MIKMOD ###
@USE_MIKMOD_TRUE@%package -n gstreamer-mikmod
@@ -622,12 +485,6 @@ GStreamer support libraries header files.
@USE_MIKMOD_TRUE@%files -n gstreamer-mikmod
@USE_MIKMOD_TRUE@%defattr(-, root, root)
@USE_MIKMOD_TRUE@%{_libdir}/gst/libgstmikmod.so
-@USE_MIKMOD_TRUE@
-@USE_MIKMOD_TRUE@%post -n gstreamer-mikmod
-@USE_MIKMOD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_MIKMOD_TRUE@
-@USE_MIKMOD_TRUE@%post-un -n gstreamer-mikmod
-@USE_MIKMOD_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### MJPEGTOOLS ###
@USE_MJPEGTOOLS_TRUE@%package -n gstreamer-jpegmmx
@@ -644,12 +501,6 @@ GStreamer support libraries header files.
@USE_MJPEGTOOLS_TRUE@%defattr(-, root, root)
@USE_MJPEGTOOLS_TRUE@%{_libdir}/gst/libgstjpegmmxenc.so
@USE_MJPEGTOOLS_TRUE@%{_libdir}/gst/libgstjpegmmxdec.so
-@USE_MJPEGTOOLS_TRUE@
-@USE_MJPEGTOOLS_TRUE@%post -n gstreamer-jpegmmx
-@USE_MJPEGTOOLS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_MJPEGTOOLS_TRUE@
-@USE_MJPEGTOOLS_TRUE@%postun -n gstreamer-jpegmmx
-@USE_MJPEGTOOLS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### MPEG2DEC ###
@USE_MPEG2DEC_TRUE@%package -n gstreamer-mpeg
@@ -678,12 +529,6 @@ GStreamer support libraries header files.
@USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg2dec.so
@USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg2subt.so
@USE_MPEG2DEC_TRUE@%{_libdir}/gst/libgstmpeg2types.so
-@USE_MPEG2DEC_TRUE@
-@USE_MPEG2DEC_TRUE@%post -n gstreamer-mpeg
-@USE_MPEG2DEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_MPEG2DEC_TRUE@
-@USE_MPEG2DEC_TRUE@%postun -n gstreamer-mpeg
-@USE_MPEG2DEC_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### OPENQUICKTIME ###
@USE_OPENQUICKTIME_TRUE@%package -n gstreamer-openquicktime
@@ -703,12 +548,6 @@ GStreamer support libraries header files.
@USE_OPENQUICKTIME_TRUE@%{_libdir}/gst/libgstopenquicktimedemux.so
@USE_OPENQUICKTIME_TRUE@%{_libdir}/gst/libgstopenquicktimetypes.so
@USE_OPENQUICKTIME_TRUE@%{_libdir}/gst/libgstopenquicktimedecoder.so
-@USE_OPENQUICKTIME_TRUE@
-@USE_OPENQUICKTIME_TRUE@%post -n gstreamer-openquicktime
-@USE_OPENQUICKTIME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_OPENQUICKTIME_TRUE@
-@USE_OPENQUICKTIME_TRUE@%postun -n gstreamer-openquicktime
-@USE_OPENQUICKTIME_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### OSS ###
@USE_OSS_TRUE@%package -n gstreamer-oss
@@ -726,12 +565,6 @@ GStreamer support libraries header files.
@USE_OSS_TRUE@%defattr(-, root, root)
@USE_OSS_TRUE@%{_libdir}/gst/libgstossaudio.so
# @USE_OSS_TRUE@%{_libdir}/gst/libgstosshelper*
-@USE_OSS_TRUE@
-@USE_OSS_TRUE@%post -n gstreamer-oss
-@USE_OSS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_OSS_TRUE@
-@USE_OSS_TRUE@%postun -n gstreamer-oss
-@USE_OSS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### RAW1394 ###
@USE_RAW1394_TRUE@%package -n gstreamer-raw1394
@@ -747,12 +580,6 @@ GStreamer support libraries header files.
@USE_RAW1394_TRUE@%files -n gstreamer-raw1394
@USE_RAW1394_TRUE@%defattr(-, root, root)
@USE_RAW1394_TRUE@%{_libdir}/gst/libgst1394.so
-@USE_RAW1394_TRUE@
-@USE_RAW1394_TRUE@%post -n gstreamer-raw1394
-@USE_RAW1394_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_RAW1394_TRUE@
-@USE_RAW1394_TRUE@%postun -n gstreamer-raw1394
-@USE_RAW1394_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### RTP ###
@USE_RTP_TRUE@%package -n gstreamer-rtp
@@ -767,12 +594,6 @@ GStreamer support libraries header files.
@USE_RTP_TRUE@%files -n gstreamer-rtp
@USE_RTP_TRUE@%defattr(-, root, root)
@USE_RTP_TRUE@%{_libdir}/gst/libgstrtp.so
-@USE_RTP_TRUE@
-@USE_RTP_TRUE@%post -n gstreamer-rtp
-@USE_RTP_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_RTP_TRUE@
-@USE_RTP_TRUE@%postun -n gstreamer-rtp
-@USE_RTP_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### SIDPLAY ###
@USE_SIDPLAY_TRUE@%package -n gstreamer-sid
@@ -788,12 +609,6 @@ GStreamer support libraries header files.
@USE_SIDPLAY_TRUE@%files -n gstreamer-sid
@USE_SIDPLAY_TRUE@%defattr(-, root, root)
@USE_SIDPLAY_TRUE@%{_libdir}/gst/libgstsid.so
-@USE_SIDPLAY_TRUE@
-@USE_SIDPLAY_TRUE@%post -n gstreamer-sid
-@USE_SIDPLAY_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_SIDPLAY_TRUE@
-@USE_SIDPLAY_TRUE@%postun -n gstreamer-sid
-@USE_SIDPLAY_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### SDL ###
@USE_SDL_TRUE@%package -n gstreamer-SDL
@@ -815,12 +630,6 @@ GStreamer support libraries header files.
@USE_SDL_TRUE@%files -n gstreamer-SDL
@USE_SDL_TRUE@%defattr(-, root, root)
@USE_SDL_TRUE@%{_libdir}/gst/libgstsdlvideosink.so
-@USE_SDL_TRUE@
-@USE_SDL_TRUE@%post -n gstreamer-SDL
-@USE_SDL_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_SDL_TRUE@
-@USE_SDL_TRUE@%postun -n gstreamer-SDL
-@USE_SDL_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### SHOUT ###
@USE_SHOUT_TRUE@%package -n gstreamer-icecast
@@ -836,12 +645,6 @@ GStreamer support libraries header files.
@USE_SHOUT_TRUE@%files -n gstreamer-icecast
@USE_SHOUT_TRUE@%defattr(-, root, root)
@USE_SHOUT_TRUE@%{_libdir}/gst/libgstshout.so
-@USE_SHOUT_TRUE@
-@USE_SHOUT_TRUE@%post -n gstreamer-icecast
-@USE_SHOUT_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_SHOUT_TRUE@
-@USE_SHOUT_TRUE@%postun -n gstreamer-icecast
-@USE_SHOUT_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### VORBIS ###
@USE_VORBIS_TRUE@%package -n gstreamer-vorbis
@@ -859,12 +662,6 @@ GStreamer support libraries header files.
@USE_VORBIS_TRUE@%files -n gstreamer-vorbis
@USE_VORBIS_TRUE@%defattr(-, root, root)
@USE_VORBIS_TRUE@%{_libdir}/gst/libgstvorbis.so
-@USE_VORBIS_TRUE@
-@USE_VORBIS_TRUE@%post -n gstreamer-vorbis
-@USE_VORBIS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_VORBIS_TRUE@
-@USE_VORBIS_TRUE@%postun -n gstreamer-vorbis
-@USE_VORBIS_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### VIDEO 4 LINUX ###
@USE_V4L_TRUE@%package -n gstreamer-v4l
@@ -882,12 +679,6 @@ GStreamer support libraries header files.
@USE_V4L_TRUE@%{_libdir}/gst/libgstv4lsrc.so
@USE_V4L_TRUE@%{_libdir}/gst/libgstv4lmjpegsrc.so
@USE_V4L_TRUE@%{_libdir}/gst/libgstv4lmjpegsink.so
-@USE_V4L_TRUE@
-@USE_V4L_TRUE@%post -n gstreamer-v4l
-@USE_V4L_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_V4L_TRUE@
-@USE_V4L_TRUE@%postun -n gstreamer-v4l
-@USE_V4L_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### XVIDEO ###
@USE_XVIDEO_TRUE@%package -n gstreamer-xvideosink
@@ -900,13 +691,7 @@ GStreamer support libraries header files.
@USE_XVIDEO_TRUE@
@USE_XVIDEO_TRUE@%files -n gstreamer-xvideosink
@USE_XVIDEO_TRUE@%defattr(-, root, root)
-@USE_XVIDEO_TRUE@%{_libdir}/gst/libgstxvideosink*
-@USE_XVIDEO_TRUE@
-@USE_XVIDEO_TRUE@%post -n gstreamer-xvideosink
-@USE_XVIDEO_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_XVIDEO_TRUE@
-@USE_XVIDEO_TRUE@%postun -n gstreamer-xvideosink
-@USE_XVIDEO_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
+@USE_XVIDEO_TRUE@%{_libdir}/gst/libgstxvideosink.so
@USE_XVIDEO_TRUE@%package -n gstreamer-videosink
@USE_XVIDEO_TRUE@Summary: GStreamer Video Sink
@@ -921,12 +706,6 @@ GStreamer support libraries header files.
@USE_XVIDEO_TRUE@%files -n gstreamer-videosink
@USE_XVIDEO_TRUE@%defattr(-, root, root)
@USE_XVIDEO_TRUE@%{_libdir}/gst/libgstvideosink.so
-@USE_XVIDEO_TRUE@
-@USE_XVIDEO_TRUE@%post -n gstreamer-videosink
-@USE_XVIDEO_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-@USE_XVIDEO_TRUE@
-@USE_XVIDEO_TRUE@%postun -n gstreamer-videosink
-@USE_XVIDEO_TRUE@%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
### packages without external dependencies ###
@@ -965,12 +744,6 @@ integer to float conversion, LAW conversion and level detection plug-ins.
%{_libdir}/gst/libgstcutter.so
%{_libdir}/gst/libgstfilter.so
-%post -n gstreamer-audio-effects
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-audio-effects
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### audio-formats ###
%package -n gstreamer-audio-formats
Summary: GStreamer audio format plug-ins.
@@ -988,12 +761,6 @@ Plug-in for playback of wav, au and mod audio files as well as mp3 type.
%{_libdir}/gst/libgstmp3types.so
%{_libdir}/gst/libgstmodplug.so
-%post -n gstreamer-audio-formats
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-audio-formats
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### festival ###
%package -n gstreamer-festival
Summary: GStreamer plug-in for text-to-speech support using a festival server.
@@ -1007,12 +774,6 @@ Plug-in for text-to-speech using the festival server.
%defattr(-, root, root)
%{_libdir}/gst/libgstfestival.so
-%post -n gstreamer-festival
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-festival
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### flx ###
%package -n gstreamer-flx
Summary: GStreamer plug-in for FLI/FLX animation format.
@@ -1026,12 +787,6 @@ Plug-in for playing FLI/FLX animations under GStreamer.
%defattr(-, root, root)
%{_libdir}/gst/libgstflxdec.so
-%post -n gstreamer-flx
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-flx
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### qcam ###
%package -n gstreamer-qcam
Summary: GStreamer QuickCam plug-in.
@@ -1045,12 +800,6 @@ Plug-in for accessing a Quickcam video source.
%defattr(-, root, root)
%{_libdir}/gst/libgstqcam.so
-%post -n gstreamer-qcam
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-qcam
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### udp ###
%package -n gstreamer-udp
Summary: GStreamer plug-ins for UDP tranport.
@@ -1064,12 +813,6 @@ Plug-ins for UDP transport under GStreamer.
%defattr(-, root, root)
%{_libdir}/gst/libgstudp.so
-%post -n gstreamer-udp
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-udp
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### vcd ###
%package -n gstreamer-vcd
Summary: GStreamer Video CD plug-in.
@@ -1084,12 +827,6 @@ Video CD parsing and playback plug-in for GStreamer.
%{_libdir}/gst/libgstvcdsrc.so
%{_libdir}/gst/libgstcdxaparse.so
-%post -n gstreamer-vcd
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-vcd
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### video-effects ###
%package -n gstreamer-video-effects
Summary: GStreamer video effects plug-in.
@@ -1109,12 +846,6 @@ plug-ins.
%{_libdir}/gst/libgstmedian.so
%{_libdir}/gst/libgstrtjpeg.so
-%post -n gstreamer-video-effects
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-video-effects
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### visualisation ###
%package -n gstreamer-visualisation
Summary: GStreamer visualisations plug-ins.
@@ -1136,12 +867,6 @@ and vumeter.
%{_libdir}/gst/libgstmonoscope.so
%{_libdir}/gst/libgstsynaesthesia.so
-%post -n gstreamer-visualisation
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-visualisation
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
### yuv4mjpeg ###
%package -n gstreamer-yuv4mjpeg
Summary: GStreamer plug-in for YUV to MJPEG conversion.
@@ -1157,12 +882,6 @@ processed with the lavtools from mjpegtools.
%defattr(-, root, root)
%{_libdir}/gst/libgsty4menc.so
-%post -n gstreamer-yuv4mjpeg
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
-%postun -n gstreamer-yuv4mjpeg
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
-
# package supporting GConf
@USE_GCONF_TRUE@%package -n gstreamer-GConf
@USE_GCONF_TRUE@Summary: GStreamer GConf schemas.
@@ -1184,6 +903,11 @@ processed with the lavtools from mjpegtools.
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
%changelog
+* Fri Jul 05 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- release 0.4.0 !
+- added gstreamer-libs.pc
+- removed all gst-register calls since this should be done automatically now
+
* Thu Jul 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
- fix issue with SDL package
- make all packages STRICTLY require the right version to avoid