gst-plugins-good.spec revision 17223
10139N/A#
10139N/A# spec file for package gst-plugins-good
10139N/A#
16171N/A# Copyright (c) 2009 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%define owner yippi
10139N/A#
17180N/A
17180N/A%define OSR 8767:0.10.7
17180N/A
10139N/A%include l10n.inc
15322N/AName: gst-plugins-good
10139N/ALicense: LGPL v2, BSD
17251N/AVersion: 0.10.16
10139N/ARelease: 1
10139N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/AGroup: Libraries/Multimedia
17106N/ASummary: GStreamer Streaming-media framework plug-ins.
10139N/AURL: http://gstreamer.freedesktop.org/
10139N/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/ASource2: %{name}-po-sun-%{po_sun_version}.tar.bz2
10139N/A%endif
10139N/A#owner:laca date:2006-01-19 type:bug bugster:6570425
10139N/APatch1: gst-plugins-good-01-gettext.diff
10139N/A#owner:yippi date:2007-03-16 type:feature
10139N/APatch2: gst-plugins-good-02-cdda.diff
10139N/A#owner:yippi date:2008-11-26 type:feature bugster:6825148
10139N/A# Note this is a bug in the Sun Studio 12 compiler, so no bug has been filed
10139N/A# upstream for this issue.
10139N/APatch3: gst-plugins-good-03-compiler.diff
10139N/A#owner:alfred date:2008-12-16 type:bug bugster:6787829
10139N/APatch4: gst-plugins-good-04-selector.diff
10139N/A#owner:yippi date:2009-03-06 type:feature bugzilla:583593
10139N/A#remove upstreamed patch
10139N/A#Patch5: gst-plugins-good-05-sunaudio.diff
10139N/A#owner:yippi date:2009-03-06 type:feature bugzilla:584252
10139N/APatch6: gst-plugins-good-06-ossv4.diff
10139N/A#owner:yippi date:2009-03-12 type:branding
10139N/A# Note that this patch is needed to disable MMX support in GOOM due to
10139N/A# Sun Studio compiler bugster bug #6825148.
10139N/APatch7: gst-plugins-good-07-goom.diff
10139N/A# Note this is a bug in the Sun Studio 12 compiler.
10139N/A#owner:yippi date:2009-05-21 type:bug bugster:6845247 bugzilla:584174
10139N/APatch8: gst-plugins-good-08-tvtime.diff
10139N/A# This fixes SA35205 security advisory. Without this patch a malformed
10139N/A# (or simply huge) PNG file can lead to integer overflow in calculating
10139N/A# the size of the output buffer, leading to crashes or buffer overflows.
10139N/A#owner:yippi date:2009-06-02 type:bug state:upstream
10139N/A#remove upstreamed patch
10139N/A#Patch9: gst-plugins-good-09-png.diff
10139N/A#owner:elaine date:2009-07-23 type:bug
10139N/A#bugzilla:9782
10139N/A#remove upstreamed patch
10139N/A#Patch10: gst-plugins-good-10-v4l2.diff
10139N/A#owner:wangke date:2009-09-01 type:branding
10139N/APatch11: gst-plugins-good-11-qtdemux.diff
10139N/A#owner:wangke date:2009-09-01 type:branding
16172N/APatch12: gst-plugins-good-12-v4l2.diff
10139N/A#owner:wangke date:2009-09-01 type:branding
10139N/APatch13: gst-plugins-good-13-videomixer.diff
10139N/A#owner:wangke date:2009-09-03 type:bug bugzilla:10036
10139N/APatch14: gst-plugins-good-14-sunaudiomixer.diff
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-root
10139N/ADocdir: %{_defaultdocdir}/doc
10139N/AAutoreqprov: on
10139N/APrereq: /sbin/ldconfig
10139N/A
10139N/A%define majorminor 0.10
10139N/A
15576N/A%define _glib2 1.3.12
10139N/A
10139N/ARequires: glib2 >= %_glib2
10139N/ARequires: gstreamer >= 0.10.0
10139N/ARequires: gst-plugins-base >= 0.10.0
10139N/ARequires: flac
10139N/ARequires: speex
10139N/ARequires: audiofile >= 0.2.1
10139N/ARequires: esound >= 0.2.8
10139N/ARequires: libjpeg
10139N/ARequires: libpng >= 1.2.0
10139N/ARequires: XFree86-libs
10139N/ARequires: GConf
16039N/ABuildRequires: glib2-devel >= %_glib2
10139N/ABuildRequires: gstreamer-devel >= 0.10.0
16039N/ABuildRequires: gstreamer-tools >= 0.10.0
16039N/ABuildRequires: gstreamer-plugins-devel >= 0.10.0
10139N/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%if %build_l10n
10139N/Abash -x %SOURCE1 --enable-sun-linguas
10139N/Abzcat %SOURCE2 | tar xf -
10139N/Acd po-sun; make; cd ..
10139N/A%endif
10139N/A%patch1 -p1
10139N/A%patch2 -p1
10139N/A%patch3 -p1
10139N/A%patch4 -p1
10139N/A#%patch5 -p1
10139N/A%patch6 -p1
17251N/A%patch7 -p1
17251N/A%patch8 -p1
17150N/A#%patch9 -p1
17150N/A#%patch10 -p1
17106N/A%patch11 -p1
17106N/A%patch12 -p1
16649N/A%patch13 -p1
16649N/A%patch14 -p1
16490N/A
16490N/A%build
16368N/ACFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
16368N/A# Turn off optimization as ss12 cores. Bugster: 6706089
16171N/A#CFLAGS=$(echo $CFLAGS | sed -e 's/-xO4//'); \
16368N/ACXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
16171N/AFFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
16368N/Aglib-gettextize -f
16368N/Alibtoolize --copy --force
16039N/Aintltoolize --copy --force --automake
16039N/Aaclocal -I ./m4 -I ./common/m4 $ACLOCAL_FLAGS
15754N/A
15754N/A%if %build_l10n
15576N/Abash -x %SOURCE1 --enable-copyright
16368N/A%endif
16368N/A
16368N/Aautoheader
16368N/Aautoconf
15470N/Aautomake -a -c -f
15470N/A
15470N/A# Disable the cdio plugin. We do not want to link GPL libraries into
15448N/A# GStreamer.
16368N/A# Disable the oss plugin. We use the ossv4 plugin if OSS is enabled.
15428N/A./configure \
15428N/A --prefix=%{_prefix} \
14484N/A --sysconfdir=%{_sysconfdir} \
14484N/A --mandir=%{_mandir} \
14213N/A --disable-cdio \
14213N/A --disable-oss \
13780N/A %{gtk_doc_option} \
13780N/A --enable-external --with-check=no
13343N/A
13343N/A# FIXME: hack: stop the build from looping
12875N/Atouch po/stamp-it
12875N/A
12875N/Aif [ "$SMP" != "" ]; then
12875N/A (make "MAKE=make -k -j $SMP"; exit 0)
12875N/A make
12584N/Aelse
12584N/A make
12153N/Afi
12153N/A
12072N/A%install
12072N/A[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ]
12022N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
12022N/Amake DESTDIR=$RPM_BUILD_ROOT install
12020N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
12020N/A
11874N/A# Clean out files that should not be part of the rpm.
11874N/A# This is the recommended way of dealing with it for RH8
11874N/Arm $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
11260N/Arm $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
12022N/Arm $RPM_BUILD_ROOT%{_bindir}/gst-visualise-0.10
11260N/A
10979N/A%clean
10979N/A[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
10972N/A
10972N/A%files
10818N/A%defattr(-, root, root)
10818N/A%doc AUTHORS COPYING README REQUIREMENTS
10698N/A%{_libdir}/gstreamer-*/*.so
10698N/A%{_sysconfdir}/gconf/schemas/gstreamer-*.schemas
10698N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
10689N/A
10689N/A%post
10689N/A%{_bindir}/gst-register > /dev/null 2> /dev/null
10689N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
10552N/ASCHEMAS="gstreamer-0.10.schemas"
10552N/Afor S in $SCHEMAS; do
10540N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
10540N/Adone
10516N/A
10516N/A%package devel
10471N/ASummary: GStreamer Plugin Library Headers.
10471N/AGroup: Development/Libraries
10462N/ARequires: gstreamer-plugins-devel >= 0.10.0
10462N/ARequires: %{name} = %{version}
10410N/AProvides: gstreamer-play-devel = %{version}
10410N/A
10285N/A%description devel
10285N/AGStreamer support libraries header files.
10179N/A
10179N/A%files devel
10139N/A%defattr(-, root, root)
10139N/A%{_datadir}/gtk-doc
10139N/A
10139N/A%changelog
10139N/A* Thu Sep 03 2009 - ke.wang@sun.com
10139N/A- Add patch gst-plugins-good-14-sunaudiomixer.diff to fix doo#10036
10139N/A* Tue Sep 01 2009 - ke.wang@sun.com
10139N/A- Add patch 13
10139N/A* Tue Sep 01 2009 - ke.wang@sun.com
10139N/A- Bump to 0.10.16
10139N/A- Update patch 4
10139N/A- Remove upstreamed patch 5, 9, 10
10139N/A- Add patch 11, 12
10139N/A* Thu Jul 23 2009 - elaine.xiong@sun.com
10139N/A- Add patch gst-plugins-good-10-v4l2.diff to fix doo#9782.
10139N/A* Wed Jun 17 2009 - brian.cameron@sun.com
10139N/A- Remove hardcoding of the videosink, since by default GStreamer uses
10139N/A autodetect, which will use xvimagesink if available.
10139N/A* Tue Jun 02 2009 - brian.cameron@sun.com
16368N/A- Add patch gst-plugins-good-09-png.diff to fix SA35205 security advisory.
10139N/A* Thu May 21 2009 - brian.cameron@sun.com
10139N/A- Bump to 0.10.15.
10139N/A* Mon May 11 2009 - brian.cameron@sun.com
10139N/A- Add patch gst-plugins-good-08-fix-gconf.diff to fix compile issue.
10139N/A See bugzilla bug #582259.
10139N/A* Wed Mar 11 2009 - brian.cameron@sun.com
10139N/A- Add patch gst-plugins-good-07-goom.diff to disable MMX support in the GOOM
10139N/A plugin. It crashes on the amd64 platform.
10139N/A* Fri Mar 06 2009 - brian.cameron@sun.com
10139N/A- Add patches gst-plugins-good-05-sunaudio.diff and
10139N/A gst-plugins-good-06-ossv4.diff to support the new OSSv4 interfaces and so
10139N/A the SunAudio plugin makes use of the new gst-plugins-base flags.
10139N/A* Fri Feb 20 2009 - brian.cameron@sun.com
10139N/A- Bump to 0.10.14.
10139N/A* Thu Jan 22 2009 - brian.cameron@sun.com
10139N/A- Bump to 0.10.13. Add patch gst-plugins-good-07-makefile.diff
10139N/A* Wed Jan 07 2009 - alfred.peng@sun.com
10139N/A- Add gst-06-selector.diff to include selector element.
10139N/A* Thu Oct 30 2008 - brian.cameron@sun.com
10139N/A- Add gst-04-fixmixer.diff so that the AUDIO_MIXER_MULTIPLE_OPEN ioctl is
10139N/A called after we set the mixer file descriptor. Otherwise the ioctl is
10139N/A ignored.
10139N/A* Mon Oct 27 2008 - brian.cameron@sun.com
10139N/A- Bump to 0.10.11.
10139N/A* Wed Aug 27 2008 - brian.cameron@sun.com
10139N/A- Bump to 0.10.10.
10139N/A* Thu Jul 31 2008 - brian.cameron@sun.com
10139N/A- Bump to 0.10.9.
10139N/A* Fri Jun 06 2008 - brian.cameron@sun.com
10139N/A- Add patch gst-plugins-good-05-fixmixer.diff so that gnome-volume-control
10139N/A works properly with the SunAudio mixer applet. Fixes bugzilla bug
10139N/A #537031.
10139N/A* Fri May 23 2008 - damien.carbery@sun.com
10139N/A- Modify CFLAGS to turn off optimization as ss12 cores, bugster: 6706089.
10139N/A Add patch 04-disable-gcc-asm to workaround bugster 6706715. ss12 claims to
10139N/A support inline asm but fails when it encounters some.
10139N/A Disable both of these changes until we switch to building with ss12.
10139N/A* Fri May 09 2008 - brian.cameron@sun.com
10139N/A- Fix default audiosource so it is sunaudiosink rather than goom.
10139N/A Fixes P2 bug #6698690
10139N/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.
16368N/A* Wed Feb 20 2008 - brian.cameron@sun.com
10139N/A- Bump to 0.10.7. Remove upstream patch
10139N/A gst-plugins-good-03-fix-gconf-func.diff.
10139N/A* Thu Jun 21 2007 - damien.carbery@sun.com
16368N/A- Add patch 03-fix-gconf-func to fix 449747, a mismatch in func param types.
10139N/A* Tue Jun 19 2007 - damien.carbery@sun.com
10139N/A- Bump to 0.10.6. Remove upstream patch, 02-opendeviceonce. Rename rest.
10139N/A* Tue Jun 14 2007 - irene.huang@sun.com
10139N/A- remove -03-endianess.diff since this patch is for
10139N/A libcdio which we no longer use. And -02-fixgoom.diff
10139N/A which is no longer useful. Renumbering opendeviceonce.diff
10139N/A and cdda.diff.
10139N/A* Wed Mar 21 2007 - damien.carbery@sun.com
10139N/A- Add --with-check=no to configure so as not to pick up SFEcheck package. Build
10139N/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.
16368N/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
16368N/A CVS head. This fixes all these issues and the performance issues
10139N/A we have been seeing with GStreamer on Solaris.
10139N/A* Mon Nov 27 2006 - brian.cameron@sun.com
16368N/A- Patch to rest function so that on close we flush the input/output
10139N/A buffer. This makes pause/stopping a file much more responsive.
10139N/A* Fri Nov 3 2006 - laca@sun.com
10139N/A- use %gtk_doc_option in configure so that it can be disabled using
16368N/A --without-gtk-doc
16368N/A* Tue Oct 17 2006 - damien.carbery@sun.com
10139N/A- Remove code that deletes *.a and *.la from %{_libdir} as none are installed
16368N/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.
16368N/A* Thu Jul 27 2006 - brian.cameron@sun.com
16368N/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
16368N/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
16368N/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
16368N/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
16368N/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,
16368N/A etc.
10139N/A* Thu Jun 15 2006 - brian.cameron@sun.com
16368N/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.
16368N/A* Wed Jun 14 2006 - brian.cameron@sun.com
16368N/A- Add patches to fix mixer and add source plugin.
10139N/A* Tue Jun 13 2006 - brian.cameron@sun.com
16368N/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
16368N/A gnome-volume-control, and fix so that setting the volume isn't
10139N/A hardcoded to only work with the audio output track.
16368N/A* Wed May 10 2006 - brian.cameron@sun.com
10139N/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
16368N/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.
16368N/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
16368N/A and modified to work with gst-plugins-good. The Obsoletes, Provides and
16368N/A packaging sections will need work if someone wants to build this
10139N/A on Linux.
16368N/A* Mon Sep 26 2005 - brian.cameron@sun.com
10139N/A- Add patch 2 which defines "inline" functions as either
16368N/A "static inline" or "extern inline". Just defining
10139N/A functions as "inline" breaks Forte.
16368N/A* Tue Sep 20 2005 - brian.cameron@sun.com
10139N/A- Bump to 0.8.11.
16368N/A* Mon Aug 15 2005 - damien.carbery@sun.com
16368N/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
10139N/A- Enable building of speex and theora plugins
16368N/A* Mon Jul 25 2005 - balamurali.viswanathan@wipro.com
10139N/A- Enable building of musicbrainz plugin
16368N/A* Fri Jul 01 2005 - matt.keenan@sun.com
- Added patch 02-pkgconfig.diff, for Solairs build with new pkg-config
* Mon Jun 06 2005 - brian.cameron@sun.com
- Removed patch for modifying uninstalled-pc file since it is no longer
needed.
* Fri Jun 03 2005 - brian.cameron@sun.com
- Add autodetect, equalizer, games, librfb, subparse, tta plugins which
are new to 2.8.8.
* Fri May 13 2005 - brian.cameron@sun.com
- For the previous version of GStreamer, we were copying in a few files
to fix GPL headers. Took out this since it isn't needed and was
breaking the build.
* Tue Mar 15 2005 - balamurali.viswanathan@wipro.com
- Add patch gst-plugins-13-query-position-osssrc.diff to fix bug #6238742
Patch taken from HEAD.
* Fri Feb 25 2005 - balamurali.viswanathan@wipro.com
- Add patch gst-plugins-12-query-length-wavparse.diff to fix bug #6226597
Patch taken from HEAD.
* Fri Jan 28 2005 - ghee.teo@sun.com
- Cleaned up some obsoletion and provides conditions for gst-plugins
To fix update bug 6222864.
* Fri Oct 29 2004 - laca@sun.com
- Add gst-launch-ext.1.gz to %files
* Thu Oct 28 2004 - matt.keenan@sun.com
- Add gst-launch-ext*, libogg.3, libvorbis.3 man pages
* Tue Oct 05 2004 - takao.fujiwara@sun.com
- Added patch gst-plugins-11-g11n-i18n-ui.diff to localize gnome-volume-control
- Fixed 5108713
- updated gst-plugins-02-g11n-potfiles.diff
* Thu Sep 16 2004 - balamurali.viswanathan@wipro.com
- Add patch 09 and 10 for bugs #5102383 and #5102465
* Wed Sep 01 2004 - balamurali.viswanathan@wipro.com
- Add patch 07 to add an source element to sunaudio plugin
* Mon Aug 30 2004 - takao.fujiwara@sun.com
- Update gst-plugins-02-g11n-potfiles.diff
* Thu Aug 26 2004 - brian.cameron@sun.com
- No longer delete gstffmpegcolorspace since totem will not work without it.
It does not use any MPEG licensed logic (ffmpeg refers to the ffmpeg
module not MPEG). Also don't delete libgstaasink.so since we never
install it anyway with --disable-aalib.
* Thu Aug 26 2004 - ghee.teo@sun.com
- Obsoleted external plugin module, colorspace, asf and avi.
These are now bundled into gstreamer-plugins.
* Tue Aug 24 2004 - niall.power@sun.com
- Build breakage fixed. Files removed in %install have to
be removed from %files too. gst-visualize-0.8
* Fri Aug 20 2004 - brian.cameron@sun.com
- Removed dirac plugin. The dirac website says they don't know if
if has IP issues and that made SunLegal nervous.
* Tue Aug 17 2004 - balamurali.viswanathan@wipro.com
- Add patch 06 to add an mixer element to sunaudio plugin
* Wed Aug 11 2004 - brian.cameron@sun.com
- Add patch 05 to correct GPL licensing problem in gstvideo
plugin. Remove gst-visualise from install since it is a
test program that we do not want to create a man page for.
* Mon Aug 09 2004 - brian.cameron@sun.com
- corrected Linux packaging.
* Mon Aug 09 2004 - niall.power@sun.com
- reset release when the version is bumped
* Fri Aug 06 2004 - brian.cameron@sun.com
- Fixed --disable arguments so that the appropriate plugins get
disabled, added --with-plugins to disable the proper gst
plugins.
* Thu Aug 05 2004 - brian.cameron@sun.com
- Updated to 0.8.3
* Thu Jul 29 2004 - brian.cameron@sun.com
- Updated to gst-plugins 0.8.2, making patches 1, 4, 5, and 8 go
away since they were integrated into CVS head. Fixed libtoolize
call so it works for Solaris. Added patch 6 to make wavparse work,
and this patch will go away when we upgrade to gst-plugins 0.8.3
* Fri Jul 16 2004 - brian.cameron@sun.com
- Added patch to change default video sink to ximagesink when
building on Solaris, since xvimagesink requires Xvideo which
does not exist on Solaris.
* Mon Jul 12 2004 - niall.power@sun.com
- ported to rpm4
* Thu Jul 08 2004 - damien.donlon@sun.com
- Updated l10n content to gst-plugins-l10n-po-1.2.tar.bz2
* Tue May 25 2004 - yuriy.kuznetsov@sun.com
- Added gst-plugins-09-g11n-potfiles.diff
* Fri May 14 2004 - brian.cameron@sun.com
- added patch 08 from CVS head to support aligned memory access,
needed for Solaris.
* Wed May 12 2004 - brian.cameron@sun.com
- Added changes to patch05 so that it contains more Solaris
needed build patches. Renamed patch to a more generic name.
* Wed May 12 2004 - damien.donlon@sun.com
- Updated l10n content to gst-plugins-l10n-po-1.1.tar.bz2
* Wed May 12 2004 - ghee.teo@sun.com
- Updated tarball to 0.8.1 as per Laca and Brian's request.
* Wed May 12 2004 - laca@sun.com
- jds-autotoolize
- change order of directories in the aclocal call so that the correct vorbis
macro is picked up. The one that comes with SuSE appears to be broken.
* Mon May 10 2004 - laca@sun.com
- require gstreamer >= 0.8.0
* Fri Apr 16 2004 - brian.cameron@sun.com
- Removed rm -rf $RPM_BUILD_ROOT from top of %install section since this
was breaking Solaris build.
* Fri Apr 2 2004 - ghee.teo@sun.com
- Updated to 0.8.0 release tarball from 2.6
Also removed gst-plugins-04-remove-xopen-source.diff
because gstxwindow.c no longer exists in 0.8.0
Also changed majorminor to 0.8, updated a number of entries
in %files sections.
* Fri Apr 2 2004 - brian.cameron@sun.com
- Added patch 2 to fix Solaris Makefile issue, and replace tar jxf
with the more solaris friendly bzcat piped through tar
* Mon Mar 29 2004 - damien.donlon@sun.com
- Adding gst-plugins-l10n-po-1.0.tar.bz2 l10n content
* Sun Mar 28 2004 Brian Cameron <brian.cameron@sun.com>
- Remove _XOPEN_SOURCE #define since it causes the Forte
compiler to be unable to compile this file.
* Mon Mar 22 2004 Niall Power <niall.power@sun.com>
- revert back to previous libtoolize invocation style
until I figure out why .so files aren't being built.
* Tue Mar 16 2004 takao.fujiwara@sun.com
- Added gst-plugins-03-g11n-potfiles.diff
* Mon Mar 08 2004 Niall Power <niall.power@sun.com>
- add two patches to fix -uninstalled.pc files and
to fix a gcc'ism in xwindowlistener.
* Wed Mar 03 2004 Ghee Teo <ghee.teo@sun.com>
- Corrected the Obsolete modules and sorted them correctly.
* Fri Feb 13 2004 Matt Keenan <matt.keenan@sun.com>
- Bump to 0.7.4
* Mon Jan 05 2004 Ghee Teo <ghee.teo@sun.com>
- Removed -%{majorminor} from gst-register because as a distro we do not
need a parallel installed version of the program. That is, we should only
have one version of the program only.
* Sun Nov 23 2003 Christian Schaller <Uraeus@gnome.org>
- Update spec file for latest changes
- add faad plugin
* Thu Oct 16 2003 Christian Schaller <Uraeus@gnome.org>
- Add new colorbalance and tuner and xoverlay stuff
- Change name of kde-audio-devel to arts-devel
* Sat Sep 27 2003 Christian Schaller <Uraeus@gnome.org>
- Add majorminor to man page names
- add navigation lib to package
* Tue Sep 11 2003 Christian Schaller <Uraeus@gnome.org>
- Add -%{majorminor} to each instance of gst-register
* Tue Aug 19 2003 Christian Schaller <Uraeus@Gnome.org>
- Add new plugins
* Sat Jul 12 2003 Thomas Vander Stichele <thomas at apestaart dot org>
- move gst/ mpeg plugins to base package
- remove hermes conditional from snapshot
- remove one instance of resample plugin
- fix up silly versioned plugins efence and rmdemux
* Sat Jul 05 2003 Christian Schaller <Uraeus@gnome.org>
- Major overhaul of SPEC file to make it compatible with what Red Hat ships
as default
- Probably a little less sexy, but cross-distro SPEC files are a myth anyway
so making it convenient for RH users wins out
- Keeping conditionals even with new re-org so that developers building the
RPMS don't need everything installed
- Add bunch of obsoletes to ease migration from earlier official GStreamer RPMS
- Remove plugins that doesn't exist anymore
* Sun Mar 02 2003 Christian Schaller <Uraeus@gnome.org>
- Remove USE_RTP statement from RTP plugin
- Move RTP plugin to no-deps section
* Sat Mar 01 2003 Christian Schaller <Uraeus@gnome.org>
- Remove videosink from SPEC
* Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
- various fixes
- make video output packages provide gstreamer-videosink
* Thu Jan 23 2003 Thomas Vander Stichele <thomas at apestaart dot org>
- split out ffmpeg stuff to separate plugin
* Fri Dec 27 2002 Thomas Vander Stichele <thomas at apestaart dot org>
- add virtual provides for audio sources and sinks
* Sun Dec 15 2002 Christian Schaller <Uraeus@linuxrising.org>
- Update mpeg2dec REQ to be 0.3.1
* Tue Dec 10 2002 Thomas Vander Stichele <thomas at apestaart dot org>
- only install schema once
- move out devel lib stuff to -devel package
* Sun Dec 08 2002 Thomas Vander Stichele <thomas at apestaart dot org>
- fix location of libgstpng
- changes for parallel installability
* Thu Nov 28 2002 Christian Schaller <Uraeus@linuxrising.org>
- Put in libgstpng plugin
- rm the libgstmedia-info stuff until thomas think they are ready
* Fri Nov 01 2002 Thomas Vander Stichele <thomas at apestaart dot org>
- don't use compprep until ABI issues can be fixed
* Wed Oct 30 2002 Thomas Vander Stichele <thomas at apestaart dot org>
- added smpte plugin
- split out dvdnavread package
- fixed snapshot deps and added hermes conditionals
* Tue Oct 29 2002 Thomas Vander Stichele <thomas at apestaart dot org>
- added -play package, libs, and .pc files
* Thu Oct 24 2002 Christian Schaller <Uraeus@linuxrising.org>
- Added wavenc to audio formats package
* Sat Oct 20 2002 Christian Scchaller <Uraeus@linuxrising.org>
- Removed all .la files
- added separate non-openquicktime demuxer plugin
- added snapshot plugin
- added videotest plugin
- Split avi plugin out to avi and windec plugins since aviplugin do not depend on avifile
- Added cdplayer plugin
* Fri Sep 20 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added gst-compprep calls
* Wed Sep 18 2002 Thomas Vander Stichele <thomas@apestaart.org>
- add gst-register-%{majorminor} calls everywhere again since auto-reregister doesn't work
- added gstreamer-audio-formats to mad's requires since it needs the typefind
to work properly
* Mon Sep 9 2002 Christian Schaller <Uraeus@linuxrising.org>
- Added v4l2 plugin
* Thu Aug 27 2002 Christian Schaller <Uraeus@linuxrising.org>
- Fixed USE_DV_TRUE to USE_LIBDV_TRUE
- Added Gconf and floatcast headers to gstreamer-plugins-devel package
- Added mixmatrix plugin to audio-effects package
* Thu Jul 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
- fixed oss package to buildrequire instead of require glibc headers
* Mon Jul 08 2002 Thomas Vander Stichele <thomas@apestaart.org>
- fixed -devel package group
* Fri Jul 05 2002 Thomas Vander Stichele <thomas@apestaart.org>
- release 0.4.0 !
- added gstreamer-libs.pc
- removed all gst-register-%{majorminor} 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
ABI issues
- make gst-plugins obsolete gst-plugin-libs
- also send output of gst-register-%{majorminor} to /dev/null to lower the
noise
* Wed Jul 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
- require glibc-devel instead of glibc-kernheaders since the latter is only
since 7.3 and glibc-devel pulls in the right package anyway
* Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
- changed header location of plug-in libs
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
- major cleanups
- adding gst-register-%{majorminor} on postun everywhere
- remove ldconfig since we don't actually install libs in system dirs
- removed misc package
- added video-effects
- dot every Summary
- uniformify all descriptions a little
* Thu Jun 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
- various BuildRequires: additions
* Tue Jun 04 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added USE_LIBADSPA_TRUE bits to ladspa package
* Mon Jun 03 2002 Thomas Vander Stichele <thomas@apestaart.org>
- Added libfame package
* Mon May 12 2002 Christian Fredrik Kalager Schaller <Uraeus@linuxrising.org>
- Added jack, dxr3, http packages
- Added visualisation plug-ins, effecttv and synaesthesia
- Created devel package
- Removed gstreamer-plugins-libs package (moved it into gstreamer-plugins)
- Replaced prefix/dirname with _macros
* Mon May 06 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added gstreamer-GConf package
* Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added more BuildRequires and Requires
- rearranged some plug-ins
- added changelog ;)