gst-plugins-good.spec revision 13019
10139N/A#
10139N/A# spec file for package gst-plugins-good
10139N/A#
12219N/A# Copyright (c) 2008 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A# Owner: yippi
10139N/A#
17176N/AName: gst-plugins-good
18603N/ALicense: LGPL
17176N/AVersion: 0.10.8
10139N/ARelease: 1
10139N/ADistribution: Java Desktop System
15291N/AVendor: Sun Microsystems, Inc.
10139N/AGroup: Libraries/Multimedia
10615N/ASummary: GStreamer Streaming-media framework plug-ins.
17866N/AURL: http://gstreamer.freedesktop.org/
18534N/ASource: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.bz2
10139N/A%if %build_l10n
10139N/ASource1: l10n-configure.sh
10139N/A%endif
10139N/A#owner:laca date:2006-01-19 type:bug bugster:6329710
18532N/APatch1: gst-plugins-good-01-gettext.diff
10794N/A#owner:yippi date:2007-03-16 type:feature bugzilla:529741
10139N/APatch2: gst-plugins-good-02-cdda.diff
10794N/A#owner:yippi date:2008-05-09 type:bug bugster:6698690 bugzilla:532295
12773N/APatch3: gst-plugins-good-03-defaults.diff
12773N/ABuildRoot: %{_tmppath}/%{name}-%{version}-root
12773N/ADocdir: %{_defaultdocdir}/doc
10794N/AAutoreqprov: on
10139N/APrereq: /sbin/ldconfig
10640N/A
17989N/A%define majorminor 0.10
18099N/A
16105N/A%define _glib2 1.3.12
18099N/A
10861N/ARequires: glib2 >= %_glib2
18099N/ARequires: gstreamer >= 0.10.0
18534N/ARequires: gst-plugins-base >= 0.10.0
18534N/ARequires: flac
13379N/ARequires: speex
18099N/ARequires: audiofile >= 0.2.1
15219N/ARequires: esound >= 0.2.8
18099N/ARequires: libjpeg
16472N/ARequires: libpng >= 1.2.0
18099N/ARequires: XFree86-libs
16472N/ARequires: GConf
18099N/ABuildRequires: glib2-devel >= %_glib2
16690N/ABuildRequires: gstreamer-devel >= 0.10.0
18099N/ABuildRequires: gstreamer-tools >= 0.10.0
18489N/ABuildRequires: gstreamer-plugins-devel >= 0.10.0
18489N/ABuildRequires: flac-devel
10139N/ABuildRequires: speex-devel
10139N/ABuildRequires: pyxml
10139N/ABuildRequires: audiofile-devel >= 0.2.1
10139N/ABuildRequires: esound-devel >= 0.2.8
10139N/ABuildRequires: libjpeg-devel
10139N/ABuildRequires: libpng-devel >= 1.2.0
10139N/ABuildRequires: glibc-devel
10139N/ABuildRequires: GConf-devel
10139N/A
10139N/A%description
10139N/AGStreamer is a streaming-media framework, based on graphs of filters which
10139N/Aoperate on media data. Applications using this library can do anything
10139N/Afrom real-time sound processing to playing videos, and just about anything
10139N/Aelse media-related. Its plugin-based architecture means that new data
10139N/Atypes or processing capabilities can be added simply by installing new
10139N/Aplug-ins.
10139N/A
10139N/A%prep
10139N/A%setup -n gst-plugins-good-%{version} -q
10139N/A%patch1 -p1
10139N/A%patch2 -p1
10139N/A%patch3 -p1
10139N/A
10139N/A%build
10139N/ACFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
10139N/ACXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
10139N/AFFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
10139N/Aglib-gettextize -f
17891N/Aaclocal -I ./m4 -I ./common/m4 $ACLOCAL_FLAGS
17891N/Alibtoolize --copy --force
10139N/Aintltoolize --copy --force --automake
10139N/A
10139N/A%if %build_l10n
10139N/Abash -x %SOURCE1 --enable-copyright
10139N/A%endif
10139N/A
10139N/Aautoheader
17891N/Aautoconf
17891N/Aautomake -a -c -f
10139N/A./configure \
10139N/A --prefix=%{_prefix} \
10139N/A --sysconfdir=%{_sysconfdir} \
10139N/A --mandir=%{_mandir} \
10139N/A --disable-cdio \
10139N/A %{gtk_doc_option} \
10139N/A --enable-external --with-check=no
10139N/A
10139N/A# FIXME: hack: stop the build from looping
10139N/Atouch po/stamp-it
10139N/A
10139N/Aif [ "$SMP" != "" ]; then
10139N/A (make "MAKE=make -k -j $SMP"; exit 0)
10139N/A make
10139N/Aelse
10139N/A make
10139N/Afi
10139N/A
10139N/A%install
10139N/A[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ]
10139N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10139N/A
10139N/A# Clean out files that should not be part of the rpm.
10139N/A# This is the recommended way of dealing with it for RH8
10139N/Arm $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
10139N/Arm $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
10139N/Arm $RPM_BUILD_ROOT%{_bindir}/gst-visualise-0.10
10139N/A
10139N/A%clean
10139N/A[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
10794N/A
12754N/A%files
10139N/A%defattr(-, root, root)
10139N/A%doc AUTHORS COPYING README REQUIREMENTS
10139N/A%{_libdir}/gstreamer-*/*.so
11087N/A%{_sysconfdir}/gconf/schemas/gstreamer-*.schemas
18099N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
18099N/A
18099N/A%post
18466N/A%{_bindir}/gst-register > /dev/null 2> /dev/null
16769N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
13306N/ASCHEMAS="gstreamer-0.10.schemas"
17866N/Afor S in $SCHEMAS; do
18099N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
18099N/Adone
18489N/A
16998N/A%package devel
10139N/ASummary: GStreamer Plugin Library Headers.
10139N/AGroup: Development/Libraries
10139N/ARequires: gstreamer-plugins-devel >= 0.10.0
17891N/ARequires: %{name} = %{version}
17891N/AProvides: gstreamer-play-devel = %{version}
17891N/A
10139N/A%description devel
10139N/AGStreamer support libraries header files.
10139N/A
10139N/A%files devel
10139N/A%defattr(-, root, root)
17891N/A%{_datadir}/gtk-doc
10139N/A
17891N/A%changelog
17891N/A* Fri May 09 2008 - brian.cameron@sun.com
17891N/A- Fix default audiosource so it is sunaudiosink rather than goom.
17891N/A Fixes P2 bug #6698690
17891N/A* Wed Apr 23 2008 - brian.cameron@sun.com
10139N/A- Bump to 0.10.8. Remove upstream patch gst-plugins-good-03-fixmixer.diff.
17891N/A* Wed Feb 20 2008 - brian.cameron@sun.com
11344N/A- Bump to 0.10.7. Remove upstream patch
11344N/A gst-plugins-good-03-fix-gconf-func.diff.
11344N/A* Thu Jun 21 2007 - damien.carbery@sun.com
11344N/A- Add patch 03-fix-gconf-func to fix 449747, a mismatch in func param types.
11344N/A* Tue Jun 19 2007 - damien.carbery@sun.com
10139N/A- Bump to 0.10.6. Remove upstream patch, 02-opendeviceonce. Rename rest.
11994N/A* Tue Jun 14 2007 - irene.huang@sun.com
11994N/A- remove -03-endianess.diff since this patch is for
12773N/A libcdio which we no longer use. And -02-fixgoom.diff
12773N/A which is no longer useful. Renumbering opendeviceonce.diff
12773N/A and cdda.diff.
12773N/A* Wed Mar 21 2007 - damien.carbery@sun.com
12773N/A- Add --with-check=no to configure so as not to pick up SFEcheck package. Build
17081N/A breaks when it finds the package.
10139N/A* Fri Mar 16 2007 - brian.cameron@sun.com
10139N/A- Add patch gst-plugins-good-05-cdda.diff to provide an ioctl based
10139N/A CDDA plugin, and disable the cdio plugin since it is GPL.
10139N/A* Sat Mar 04 2007 - damien.carbery@sun.com
10139N/A- Add intltoolize call to expand MSGFMT_OPTS.
10139N/A* Thu Jan 25 2007 - chris.wang@sun.com
10139N/A- Added patch, 03-endianess, to fix bug that sound-juicer cannot play audio CD
10139N/A properly on Sparc box. Bugzilla 377280.
10139N/A* Thu Dec 21 2006 - brian.cameron@sun.com
10139N/A- Bump to 0.10.5 and remove patch that updated sunaudiosink to CVS
10139N/A head.
10139N/A* Mon Dec 11 2006 - brian.cameron@sun.com
10139N/A- Remove patches 4, 5, 6 and replace with a patch that updates to
10139N/A CVS head. This fixes all these issues and the performance issues
11826N/A we have been seeing with GStreamer on Solaris.
11344N/A* Mon Nov 27 2006 - brian.cameron@sun.com
16786N/A- Patch to rest function so that on close we flush the input/output
17866N/A buffer. This makes pause/stopping a file much more responsive.
17866N/A* Fri Nov 3 2006 - laca@sun.com
10139N/A- use %gtk_doc_option in configure so that it can be disabled using
17891N/A --without-gtk-doc
10139N/A* Tue Oct 17 2006 - damien.carbery@sun.com
10139N/A- Remove code that deletes *.a and *.la from %{_libdir} as none are installed
10139N/A there.
10139N/A* Mon Oct 16 2006 - damien.carbery@sun.com
10139N/A- Remove the '-f' from the 'rm *.la *.a' lines so that any changes to the
10139N/A module source will be seen as a build error and action can be taken.
10139N/A* Mon Sep 11 2006 - brian.cameron@sun.com
10139N/A- Bump to 0.10.4.
10139N/A* Thu Jul 27 2006 - brian.cameron@sun.com
10139N/A- Fix src plugin so it opens nonblocking with the
10139N/A gst-plugins-good-09-srcopen.diff patch.
10139N/A* Fri Jul 21 2006 - brian.cameron@sun.com
10139N/A- Fix CDDA plugin so it doesn't assert & core dump if the CD device
10139N/A is not found.
10139N/A* Thu Jun 29 2006 - brian.cameron@sun.com
10139N/A- Move monitor to "source" tab, so it is more like sdtaudiocontrol.
10139N/A done via patch gst-plugins-good-07-monitorinput.diff.
10139N/A* Tue Jun 27 2006 - brian.cameron@sun.com
10139N/A- Fix sink plugin so it does not always reset port in prepare. If the
10139N/A user has turned off the built-in speaker port in sdtaudiocontrol
10139N/A (or otherwise), then turning it back on causes the speakers to
10139N/A turn back on each time the user changes a track in rhythmbox, totem,
10139N/A etc.
10139N/A* Thu Jun 15 2006 - brian.cameron@sun.com
10139N/A- Now mute works with input tracks, and setting mute in the panel
10139N/A applet and gnome-volume-control doesn't get out-of-sync.
10139N/A* Wed Jun 14 2006 - brian.cameron@sun.com
10139N/A- Add patches to fix mixer and add source plugin.
10139N/A* Tue Jun 13 2006 - brian.cameron@sun.com
10139N/A- Bump to 0.10.3.
10139N/A* Tue Jun 06 2006 - brian.cameron@sun.com
10139N/A- Add patch gst-plugins-good-03-fixmixer.diff so that the mixer no
10139N/A longer core dumps if you check/uncheck the choices in
10139N/A gnome-volume-control preferences. Fix so mute works in
10139N/A gnome-volume-control, and fix so that setting the volume isn't
10139N/A hardcoded to only work with the audio output track.
10139N/A* Wed May 10 2006 - brian.cameron@sun.com
12402N/A- Remove gst-visualize again, this got lost when we migrated from
10139N/A gst-plugins to gst-plugins-base.
10139N/A* Wed Apr 05 2006 - brian.cameron@sun.com
10139N/A- Add patch 2 to fix the sunaudiosink so it allocates the ringbuffer
10139N/A properly instead of using buffer-time property. This fix should be
10139N/A in the next release of gst-plugins-good and can be removed at that
10139N/A time.
10139N/A* Wed Feb 15 2006 - damien.carbery@sun.com
10139N/A- Bump to 0.10.2.
10139N/A- Remove upstream patches, 02-fixconfig, 03-fixsunaudio.
10139N/A* Mon Feb 13 2006 - damien.carbery@sun.com
10139N/A- Add hack to fix infinite loop problem in po/Makefile.
10139N/A* Mon Jan 9 2006 - brian.cameron@sun.com
10139N/A- Update to 0.10.0. This file was copied from the old gst-plugins.spec file
10139N/A and modified to work with gst-plugins-good. The Obsoletes, Provides and
10139N/A packaging sections will need work if someone wants to build this
10139N/A on Linux.
10139N/A* Mon Sep 26 2005 - brian.cameron@sun.com
10139N/A- Add patch 2 which defines "inline" functions as either
10139N/A "static inline" or "extern inline". Just defining
10139N/A functions as "inline" breaks Forte.
10139N/A* Tue Sep 20 2005 - brian.cameron@sun.com
10139N/A- Bump to 0.8.11.
10139N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10139N/A- Bump to 0.8.10.
10139N/A* Tue Aug 02 2005 - balamurali.viswanathan@wipro.com
10139N/A- Enable building of flac
10139N/A* Tue Jul 26 2005 - balamurali.viswanathan@wipro.com
18534N/A- Enable building of speex and theora plugins
18534N/A* Mon Jul 25 2005 - balamurali.viswanathan@wipro.com
18534N/A- Enable building of musicbrainz plugin
18534N/A* Fri Jul 01 2005 - matt.keenan@sun.com
18489N/A- Added patch 02-pkgconfig.diff, for Solairs build with new pkg-config
18489N/A* Mon Jun 06 2005 - brian.cameron@sun.com
18489N/A- Removed patch for modifying uninstalled-pc file since it is no longer
18466N/A needed.
18466N/A* Fri Jun 03 2005 - brian.cameron@sun.com
18442N/A- Add autodetect, equalizer, games, librfb, subparse, tta plugins which
18442N/A are new to 2.8.8.
18397N/A* Fri May 13 2005 - brian.cameron@sun.com
18397N/A- For the previous version of GStreamer, we were copying in a few files
18325N/A to fix GPL headers. Took out this since it isn't needed and was
18325N/A breaking the build.
18325N/A* Tue Mar 15 2005 - balamurali.viswanathan@wipro.com
18278N/A- Add patch gst-plugins-13-query-position-osssrc.diff to fix bug #6238742
18278N/A Patch taken from HEAD.
18259N/A* Fri Feb 25 2005 - balamurali.viswanathan@wipro.com
18259N/A- Add patch gst-plugins-12-query-length-wavparse.diff to fix bug #6226597
18207N/A Patch taken from HEAD.
18207N/A* Fri Jan 28 2005 - ghee.teo@sun.com
18207N/A- Cleaned up some obsoletion and provides conditions for gst-plugins
18207N/A To fix update bug 6222864.
18099N/A* Fri Oct 29 2004 - laca@sun.com
18099N/A- Add gst-launch-ext.1.gz to %files
18091N/A* Thu Oct 28 2004 - matt.keenan@sun.com
18093N/A- Add gst-launch-ext*, libogg.3, libvorbis.3 man pages
18093N/A* Tue Oct 05 2004 - takao.fujiwara@sun.com
18091N/A- Added patch gst-plugins-11-g11n-i18n-ui.diff to localize gnome-volume-control
18091N/A- Fixed 5108713
17985N/A- updated gst-plugins-02-g11n-potfiles.diff
17989N/A* Thu Sep 16 2004 - balamurali.viswanathan@wipro.com
17989N/A- Add patch 09 and 10 for bugs #5102383 and #5102465
17985N/A* Wed Sep 01 2004 - balamurali.viswanathan@wipro.com
17975N/A- Add patch 07 to add an source element to sunaudio plugin
17975N/A* Mon Aug 30 2004 - takao.fujiwara@sun.com
17897N/A- Update gst-plugins-02-g11n-potfiles.diff
17897N/A* Thu Aug 26 2004 - brian.cameron@sun.com
17891N/A- No longer delete gstffmpegcolorspace since totem will not work without it.
17891N/A It does not use any MPEG licensed logic (ffmpeg refers to the ffmpeg
17891N/A module not MPEG). Also don't delete libgstaasink.so since we never
17891N/A install it anyway with --disable-aalib.
17866N/A* Thu Aug 26 2004 - ghee.teo@sun.com
17866N/A- Obsoleted external plugin module, colorspace, asf and avi.
17866N/A These are now bundled into gstreamer-plugins.
17866N/A* Tue Aug 24 2004 - niall.power@sun.com
17866N/A- Build breakage fixed. Files removed in %install have to
17554N/A be removed from %files too. gst-visualize-0.8
17554N/A* Fri Aug 20 2004 - brian.cameron@sun.com
17481N/A- Removed dirac plugin. The dirac website says they don't know if
17481N/A if has IP issues and that made SunLegal nervous.
17358N/A* Tue Aug 17 2004 - balamurali.viswanathan@wipro.com
17358N/A- Add patch 06 to add an mixer element to sunaudio plugin
17259N/A* Wed Aug 11 2004 - brian.cameron@sun.com
17259N/A- Add patch 05 to correct GPL licensing problem in gstvideo
17081N/A plugin. Remove gst-visualise from install since it is a
17081N/A test program that we do not want to create a man page for.
16998N/A* Mon Aug 09 2004 - brian.cameron@sun.com
16998N/A- corrected Linux packaging.
16976N/A* Mon Aug 09 2004 - niall.power@sun.com
16976N/A- reset release when the version is bumped
16977N/A* Fri Aug 06 2004 - brian.cameron@sun.com
16918N/A- Fixed --disable arguments so that the appropriate plugins get
16918N/A disabled, added --with-plugins to disable the proper gst
16786N/A plugins.
16786N/A* Thu Aug 05 2004 - brian.cameron@sun.com
16769N/A- Updated to 0.8.3
16769N/A* Thu Jul 29 2004 - brian.cameron@sun.com
16771N/A- Updated to gst-plugins 0.8.2, making patches 1, 4, 5, and 8 go
16771N/A away since they were integrated into CVS head. Fixed libtoolize
16690N/A call so it works for Solaris. Added patch 6 to make wavparse work,
16690N/A and this patch will go away when we upgrade to gst-plugins 0.8.3
16684N/A* Fri Jul 16 2004 - brian.cameron@sun.com
16684N/A- Added patch to change default video sink to ximagesink when
16684N/A building on Solaris, since xvimagesink requires Xvideo which
16676N/A does not exist on Solaris.
16676N/A* Mon Jul 12 2004 - niall.power@sun.com
16685N/A- ported to rpm4
16640N/A* Thu Jul 08 2004 - damien.donlon@sun.com
16640N/A- Updated l10n content to gst-plugins-l10n-po-1.2.tar.bz2
16640N/A* Tue May 25 2004 - yuriy.kuznetsov@sun.com
16640N/A- Added gst-plugins-09-g11n-potfiles.diff
16614N/A* Fri May 14 2004 - brian.cameron@sun.com
16614N/A- added patch 08 from CVS head to support aligned memory access,
16614N/A needed for Solaris.
16614N/A* Wed May 12 2004 - brian.cameron@sun.com
16560N/A- Added changes to patch05 so that it contains more Solaris
16560N/A needed build patches. Renamed patch to a more generic name.
16560N/A* Wed May 12 2004 - damien.donlon@sun.com
16560N/A- Updated l10n content to gst-plugins-l10n-po-1.1.tar.bz2
16560N/A* Wed May 12 2004 - ghee.teo@sun.com
16505N/A- Updated tarball to 0.8.1 as per Laca and Brian's request.
16505N/A* Wed May 12 2004 - laca@sun.com
16486N/A- jds-autotoolize
16486N/A- change order of directories in the aclocal call so that the correct vorbis
16442N/A macro is picked up. The one that comes with SuSE appears to be broken.
16442N/A* Mon May 10 2004 - laca@sun.com
16442N/A- require gstreamer >= 0.8.0
16442N/A* Fri Apr 16 2004 - brian.cameron@sun.com
16436N/A- Removed rm -rf $RPM_BUILD_ROOT from top of %install section since this
16436N/A was breaking Solaris build.
16436N/A* Fri Apr 2 2004 - ghee.teo@sun.com
16436N/A- Updated to 0.8.0 release tarball from 2.6
16382N/A Also removed gst-plugins-04-remove-xopen-source.diff
16382N/A because gstxwindow.c no longer exists in 0.8.0
16356N/A Also changed majorminor to 0.8, updated a number of entries
16356N/A in %files sections.
16347N/A* Fri Apr 2 2004 - brian.cameron@sun.com
16347N/A- Added patch 2 to fix Solaris Makefile issue, and replace tar jxf
16347N/A with the more solaris friendly bzcat piped through tar
16155N/A* Mon Mar 29 2004 - damien.donlon@sun.com
16155N/A- Adding gst-plugins-l10n-po-1.0.tar.bz2 l10n content
16026N/A* Sun Mar 28 2004 Brian Cameron <brian.cameron@sun.com>
16026N/A- Remove _XOPEN_SOURCE #define since it causes the Forte
15858N/A compiler to be unable to compile this file.
15858N/A* Mon Mar 22 2004 Niall Power <niall.power@sun.com>
15759N/A- revert back to previous libtoolize invocation style
15759N/A until I figure out why .so files aren't being built.
15700N/A* Tue Mar 16 2004 takao.fujiwara@sun.com
15700N/A- Added gst-plugins-03-g11n-potfiles.diff
15693N/A* Mon Mar 08 2004 Niall Power <niall.power@sun.com>
15693N/A- add two patches to fix -uninstalled.pc files and
15624N/A to fix a gcc'ism in xwindowlistener.
15624N/A* Wed Mar 03 2004 Ghee Teo <ghee.teo@sun.com>
15528N/A- Corrected the Obsolete modules and sorted them correctly.
15528N/A* Fri Feb 13 2004 Matt Keenan <matt.keenan@sun.com>
15528N/A- Bump to 0.7.4
15528N/A* Mon Jan 05 2004 Ghee Teo <ghee.teo@sun.com>
15528N/A- Removed -%{majorminor} from gst-register because as a distro we do not
15472N/A need a parallel installed version of the program. That is, we should only
15474N/A have one version of the program only.
15474N/A* Sun Nov 23 2003 Christian Schaller <Uraeus@gnome.org>
15472N/A- Update spec file for latest changes
15472N/A- add faad plugin
15449N/A* Thu Oct 16 2003 Christian Schaller <Uraeus@gnome.org>
15449N/A- Add new colorbalance and tuner and xoverlay stuff
15448N/A- Change name of kde-audio-devel to arts-devel
15448N/A* Sat Sep 27 2003 Christian Schaller <Uraeus@gnome.org>
15301N/A- Add majorminor to man page names
15301N/A- add navigation lib to package
15291N/A* Tue Sep 11 2003 Christian Schaller <Uraeus@gnome.org>
15291N/A- Add -%{majorminor} to each instance of gst-register
15275N/A* Tue Aug 19 2003 Christian Schaller <Uraeus@Gnome.org>
15275N/A- Add new plugins
15219N/A* Sat Jul 12 2003 Thomas Vander Stichele <thomas at apestaart dot org>
15219N/A- move gst/ mpeg plugins to base package
14503N/A- remove hermes conditional from snapshot
14503N/A- remove one instance of resample plugin
14464N/A- fix up silly versioned plugins efence and rmdemux
14464N/A* Sat Jul 05 2003 Christian Schaller <Uraeus@gnome.org>
14420N/A- Major overhaul of SPEC file to make it compatible with what Red Hat ships
14420N/A as default
14420N/A- Probably a little less sexy, but cross-distro SPEC files are a myth anyway
14185N/A so making it convenient for RH users wins out
14185N/A- Keeping conditionals even with new re-org so that developers building the
14123N/A RPMS don't need everything installed
14123N/A- Add bunch of obsoletes to ease migration from earlier official GStreamer RPMS
13925N/A- Remove plugins that doesn't exist anymore
13925N/A* Sun Mar 02 2003 Christian Schaller <Uraeus@gnome.org>
13932N/A- Remove USE_RTP statement from RTP plugin
13754N/A- Move RTP plugin to no-deps section
13754N/A* Sat Mar 01 2003 Christian Schaller <Uraeus@gnome.org>
13754N/A- Remove videosink from SPEC
13644N/A* Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
13644N/A- various fixes
13644N/A- make video output packages provide gstreamer-videosink
13416N/A* Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
13416N/A- split out ffmpeg stuff to separate plugin
13416N/A* Fri Dec 27 2002 Thomas Vander Stichele <thomas at apestaart dot org>
13379N/A- add virtual provides for audio sources and sinks
13313N/A* Sun Dec 15 2002 Christian Schaller <Uraeus@linuxrising.org>
13313N/A- Update mpeg2dec REQ to be 0.3.1
13300N/A* Tue Dec 10 2002 Thomas Vander Stichele <thomas at apestaart dot org>
13300N/A- only install schema once
13300N/A- move out devel lib stuff to -devel package
13103N/A* Sun Dec 08 2002 Thomas Vander Stichele <thomas at apestaart dot org>
13103N/A- fix location of libgstpng
12988N/A- changes for parallel installability
12988N/A* Thu Nov 28 2002 Christian Schaller <Uraeus@linuxrising.org>
12972N/A- Put in libgstpng plugin
12972N/A- rm the libgstmedia-info stuff until thomas think they are ready
12571N/A* Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
12571N/A- don't use compprep until ABI issues can be fixed
12488N/A* Wed Oct 30 2002 Thomas Vander Stichele <thomas at apestaart dot org>
12571N/A- added smpte plugin
12466N/A- split out dvdnavread package
12466N/A- fixed snapshot deps and added hermes conditionals
12413N/A* Tue Oct 29 2002 Thomas Vander Stichele <thomas at apestaart dot org>
12413N/A- added -play package, libs, and .pc files
12413N/A* Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
12402N/A- Added wavenc to audio formats package
12402N/A* Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>
12402N/A- Removed all .la files
12402N/A- added separate non-openquicktime demuxer plugin
12402N/A- added snapshot plugin
12387N/A- added videotest plugin
12387N/A- Split avi plugin out to avi and windec plugins since aviplugin do not depend on avifile
12370N/A- Added cdplayer plugin
12370N/A* Fri Sep 20 2002 Thomas Vander Stichele <thomas@apestaart.org>
12308N/A- added gst-compprep calls
12308N/A* Wed Sep 18 2002 Thomas Vander Stichele <thomas@apestaart.org>
12308N/A- add gst-register-%{majorminor} calls everywhere again since auto-reregister doesn't work
12288N/A- added gstreamer-audio-formats to mad's requires since it needs the typefind
12288N/A to work properly
12219N/A* Mon Sep 9 2002 Christian Schaller <Uraeus@linuxrising.org>
12219N/A- Added v4l2 plugin
12071N/A* Thu Aug 27 2002 Christian Schaller <Uraeus@linuxrising.org>
12071N/A- Fixed USE_DV_TRUE to USE_LIBDV_TRUE
11922N/A- Added Gconf and floatcast headers to gstreamer-plugins-devel package
11922N/A- Added mixmatrix plugin to audio-effects package
11828N/A* Thu Jul 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
11828N/A- fixed oss package to buildrequire instead of require glibc headers
11826N/A* Mon Jul 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
11826N/A- fixed -devel package group
11819N/A* Fri Jul 05 2002 Thomas Vander Stichele <thomas@apestaart.org>
11819N/A- release 0.4.0 !
11416N/A- added gstreamer-libs.pc
11416N/A- removed all gst-register-%{majorminor} calls since this should be done
11344N/A automatically now
11344N/A* Thu Jul 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
11253N/A- fix issue with SDL package
11253N/A- make all packages STRICTLY require the right version to avoid
11183N/A ABI issues
11183N/A- make gst-plugins obsolete gst-plugin-libs
11172N/A- also send output of gst-register-%{majorminor} to /dev/null to lower the
11172N/A noise
11120N/A* Wed Jul 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
11120N/A- require glibc-devel instead of glibc-kernheaders since the latter is only
11087N/A since 7.3 and glibc-devel pulls in the right package anyway
11087N/A* Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
11067N/A- changed header location of plug-in libs
11067N/A* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
10986N/A- major cleanups
10986N/A- adding gst-register-%{majorminor} on postun everywhere
10980N/A- remove ldconfig since we don't actually install libs in system dirs
10980N/A- removed misc package
10917N/A- added video-effects
10917N/A- dot every Summary
10903N/A- uniformify all descriptions a little
10903N/A* Thu Jun 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
10891N/A- various BuildRequires: additions
10891N/A* Tue Jun 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
10861N/A- added USE_LIBADSPA_TRUE bits to ladspa package
10861N/A* Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
10861N/A- Added libfame package
10820N/A* Mon May 12 2002 Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org>
10820N/A- Added jack, dxr3, http packages
10794N/A- Added visualisation plug-ins, effecttv and synaesthesia
10794N/A- Created devel package
10742N/A- Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
10742N/A- Replaced prefix/dirname with _macros
10742N/A* Mon May 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
10704N/A- added gstreamer-GConf package
10704N/A* Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
10640N/A- added more BuildRequires and Requires
10640N/A- rearranged some plug-ins
10640N/A- added changelog ;)
10613N/A