rpms/gstreamer-plugins-bad/EL-6 gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 gstreamer-plugins-bad.spec, 1.51, 1.52 sources, 1.16, 1.17

Simone Caronni slaanesh at rpmfusion.org
Fri Feb 28 11:21:34 CET 2014


Author: slaanesh

Update of /cvs/free/rpms/gstreamer-plugins-bad/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16922

Modified Files:
	.cvsignore gstreamer-plugins-bad.spec sources 
Added Files:
	gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch 
Log Message:
* Wed Feb 05 2014 Simone Caronni <negativo17 at gmail.com> - 0.10.19-2
- Remove obsolete spec file directives.
- Add VDPAU plugin and create freeworld-devel subpackage. See:
  https://bugzilla.rpmfusion.org/show_bug.cgi?id=3110#c9.


gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch:
 gstmpeg2encoder.cc |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--- NEW FILE gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch ---
>From 407b02578689804dc6bc47e53be9e87cc1b25597 Mon Sep 17 00:00:00 2001
From: Götz Waschk <waschk at mandriva.org>
Date: Tue, 24 May 2011 13:42:44 +0000
Subject: mpeg2enc: support mjpegtools 2.0

This adds conditional includes for the renamed headers in mjpegtools 2.0.
Fixes: #650970.
---
diff --git a/ext/mpeg2enc/gstmpeg2encoder.cc b/ext/mpeg2enc/gstmpeg2encoder.cc
index acfda50..31f1a30 100644
--- a/ext/mpeg2enc/gstmpeg2encoder.cc
+++ b/ext/mpeg2enc/gstmpeg2encoder.cc
@@ -26,7 +26,10 @@
 
 #include <mpegconsts.h>
 #include <quantize.hh>
-#if GST_MJPEGTOOLS_API >= 10900
+#if GST_MJPEGTOOLS_API >= 10903
+#include <ontheflyratectlpass1.hh>
+#include <ontheflyratectlpass2.hh>
+#elif GST_MJPEGTOOLS_API >= 10900
 #include <ontheflyratectl.hh>
 #include <pass1ratectl.hh>
 #include <pass2ratectl.hh>
--
cgit v0.9.0.2-2-gbebe


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-6/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	12 Jul 2012 15:37:42 -0000	1.16
+++ .cvsignore	28 Feb 2014 10:21:34 -0000	1.17
@@ -1 +1 @@
-gst-plugins-bad-0.10.23.tar.bz2
+gst-plugins-bad-0.10.19.tar.bz2


Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-6/gstreamer-plugins-bad.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gstreamer-plugins-bad.spec	7 Jan 2014 14:35:24 -0000	1.51
+++ gstreamer-plugins-bad.spec	28 Feb 2014 10:21:34 -0000	1.52
@@ -1,56 +1,75 @@
 %define majorminor   0.10
 %define gstreamer    gstreamer
 
-%define gst_minver   0.10.33
-%define gstpb_minver 0.10.33
+%define gst_minver   0.10.29
+%define gstpb_minver 0.10.29
 
 # which plugins to actually build and install
 %ifarch %{ix86} x86_64
-%define gstdirs gst/dvdspu gst/real gst/siren
+%define gstdirs gst/asfmux gst/dvdspu gst/mpegpsmux gst/mpegtsmux gst/qtmux gst/real gst/siren
 %else
-%define gstdirs gst/dvdspu gst/siren
+%define gstdirs gst/asfmux gst/dvdspu gst/mpegpsmux gst/mpegtsmux gst/qtmux gst/siren
 %endif
-%define extdirs ext/dts ext/faad ext/libmms ext/mimic ext/mpeg2enc ext/mplex ext/rtmp ext/voamrwbenc ext/xvid
+%define extdirs ext/dts ext/faad ext/libmms ext/mimic ext/mpeg2enc ext/mplex ext/xvid sys/vdpau
 
-Summary: GStreamer streaming media framework "bad" plug-ins
-Name: gstreamer-plugins-bad
-Version: 0.10.23
-Release: 5%{?dist}
-License: LGPLv2+
-Group: Applications/Multimedia
-URL: http://gstreamer.freedesktop.org/
-Source: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.bz2
-Requires: %{gstreamer} >= %{gst_minver}
+Summary:        GStreamer streaming media framework "bad" plug-ins
+Name:           gstreamer-plugins-bad
+Version:        0.10.19
+Release:        2%{?dist}
+License:        LGPLv2+
+URL:            http://gstreamer.freedesktop.org/
+Source:         http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.bz2
+
+# http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=407b02578689804dc6bc47e53be9e87cc1b25597
+Patch0:         gst-plugins-bad-0.10.19-mpeg2enc-support-mjpegtools-2.patch
+
+Requires:       %{gstreamer} >= %{gst_minver}
 # Drag in the free plugins which are in Fedora now, for upgrade path
-Requires: gstreamer-plugins-bad-free >= %{version}
-BuildRequires: %{gstreamer}-devel >= %{gst_minver}
-BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
-
-BuildRequires: check
-BuildRequires: gettext-devel
-BuildRequires: libXt-devel
-BuildRequireS: gtk-doc
-BuildRequires: liboil-devel
-BuildRequires: libdca-devel
-BuildRequires: faad2-devel
-BuildRequires: xvidcore-devel
-BuildRequires: libmms-devel
-BuildRequires: mjpegtools-devel >= 2.0.0
-BuildRequires: twolame-devel
-BuildRequires: libmimic-devel
-BuildRequires: librtmp-devel
-BuildRequires: vo-amrwbenc-devel
+Requires:       gstreamer-plugins-bad-free >= %{version}
+
+BuildRequires:  %{gstreamer}-devel >= %{gst_minver}
+BuildRequires:  %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
+
+BuildRequires:  check
+BuildRequires:  faad2-devel
+BuildRequires:  gettext-devel
+BuildRequires:  gtk-doc
+BuildRequires:  libdca-devel
+BuildRequires:  libmimic-devel
+BuildRequires:  libmms-devel
+BuildRequires:  liboil-devel
+BuildRequires:  libvdpau-devel
+BuildRequires:  libXt-devel
+BuildRequires:  mjpegtools-devel
+BuildRequires:  PyXML
+BuildRequires:  twolame-devel
+BuildRequires:  xvidcore-devel
+
 
 %description
 GStreamer is a streaming media framework, based on graphs of elements which
 operate on media data.
 
-This package contains plug-ins that have licensing issues, aren't tested
+This package contains plug-ins that have licensing issues, aren't tested well
+enough, or the code is not of good enough quality.
+
+
+%package freeworld-devel
+Summary:        Development files for the GStreamer "bad" plug-ins
+Requires:       %{name} = %{version}-%{release}
+Requires:       gstreamer-plugins-bad-free-devel
+
+%description freeworld-devel
+GStreamer is a streaming media framework, based on graphs of elements which
+operate on media data.
+
+This package contains the development files for the plug-ins that aren't tested
 well enough, or the code is not of good enough quality.
 
 
 %prep
 %setup -q -n gst-plugins-bad-%{version}
+%patch0 -p1
 
 
 %build
@@ -73,27 +92,29 @@
 %install
 for i in %{gstdirs} %{extdirs}; do
     pushd $i
-    make install V=2 DESTDIR=$RPM_BUILD_ROOT
+    make install V=2 DESTDIR=%{buildroot}
     popd
 done
 
 # Clean out files that should not be part of the rpm.
-rm %{buildroot}%{_libdir}/gstreamer-%{majorminor}/*.la
+rm -f %{buildroot}/%{_libdir}/gstreamer-%{majorminor}/*.la \
+      %{buildroot}/%{_libdir}/*.la
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README REQUIREMENTS
-# Take the whole dir for proper dir ownership (shared with other plugin pkgs)
-%{_datadir}/gstreamer-0.10
-
+%{_libdir}/libgstvdp-%{majorminor}.so.0
+%{_libdir}/libgstvdp-%{majorminor}.so.0.0.0
 # Plugins without external dependencies
+%{_libdir}/gstreamer-%{majorminor}/libgstasfmux.so
 %{_libdir}/gstreamer-%{majorminor}/libgstdvdspu.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpegpsmux.so
+%{_libdir}/gstreamer-%{majorminor}/libgstmpegtsmux.so
+%{_libdir}/gstreamer-%{majorminor}/libgstqtmux.so
 %ifarch %{ix86} x86_64
 %{_libdir}/gstreamer-%{majorminor}/libgstreal.so
 %endif
 %{_libdir}/gstreamer-%{majorminor}/libgstsiren.so
-
 # Plugins with external dependencies
 %{_libdir}/gstreamer-%{majorminor}/libgstdtsdec.so
 %{_libdir}/gstreamer-%{majorminor}/libgstfaad.so
@@ -101,56 +122,19 @@
 %{_libdir}/gstreamer-%{majorminor}/libgstmimic.so
 %{_libdir}/gstreamer-%{majorminor}/libgstmpeg2enc.so
 %{_libdir}/gstreamer-%{majorminor}/libgstmplex.so
-%{_libdir}/gstreamer-%{majorminor}/libgstrtmp.so
-%{_libdir}/gstreamer-%{majorminor}/libgstvoamrwbenc.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvdpau.so
 %{_libdir}/gstreamer-%{majorminor}/libgstxvid.so
 
+%files freeworld-devel
+%{_libdir}/libgstvdp-%{majorminor}.so
+%{_includedir}/gstreamer-%{majorminor}/gst/vdpau
 
-%changelog
-* Tue Jan 07 2014 Nicolas Chauvet <kwizart at gmail.com> - 0.10.23-5
-- Rebuilt for librtmp
-
-* Sun Nov 10 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.10.23-4
-- Rebuilt for mjpegtools update to 2.1.0
-
-* Sat Mar  2 2013 Hans de Goede <j.w.r.degoede at gmail.com> - 0.10.23-3
-- Drop no longer needed PyXML BuildRequires (rf#2572)
-
-* Sat Nov 10 2012 Hans de Goede <j.w.r.degoede at gmail.com> - 0.10.23-2
-- Add/enable vo-amrwbenc plugin
 
-* Thu Jul 12 2012 Hans de Goede <j.w.r.degoede at gmail.com> - 0.10.23-1
-- New upstream release 0.10.23 (rf#2377)
-
-* Fri Mar 02 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.10.22-4
-- Rebuilt for c++ ABI breakage
-
-* Wed Feb 08 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.10.22-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Tue Aug  2 2011 Hans de Goede <j.w.r.degoede at gmail.com> - 0.10.22-2
-- Rebuild for new mjpegtools-2.0.0 (rf#1841)
-
-* Tue May 17 2011 Hans de Goede <j.w.r.degoede at gmail.com> - 0.10.22-1
-- New upstream release 0.10.22
-
-* Thu Apr 21 2011 Hans de Goede <j.w.r.degoede at gmail.com> - 0.10.21-3
-- Rebuild for proper package kit magic provides (rhbz#695730)
-
-* Tue Mar 08 2011 Hans de Goede <j.w.r.degoede at gmail.com> - 0.10.21-2
-- Enable rtmp plugin (rf#1651)
-
-* Fri Jan 28 2011 Hans de Goede <j.w.r.degoede at hhs.nl> - 0.10.21-1
-- New upstream release 0.10.21
-
-* Thu Jan 20 2011 Hans de Goede <j.w.r.degoede at hhs.nl> - 0.10.20-3
-- Drop mux-es (moved to Fedora's gstreamer-plugins-bad-free)
-
-* Fri Oct 15 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.10.20-2
-- Rebuilt for gcc bug
-
-* Sun Sep 12 2010 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.20-1
-- New upstream release 0.10.20
+%changelog
+* Wed Feb 05 2014 Simone Caronni <negativo17 at gmail.com> - 0.10.19-2
+- Remove obsolete spec file directives.
+- Add VDPAU plugin and create freeworld-devel subpackage. See:
+  https://bugzilla.rpmfusion.org/show_bug.cgi?id=3110#c9.
 
 * Sun Jun 13 2010 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.19-1
 - New upstream release 0.10.19
@@ -162,260 +146,3 @@
 - Require new gstreamer-plugins-bad-free which is now in Fedora
 - Drop all files found in gstreamer-plugins-bad-free
 - Drop all subpackages (all subpackages of gstreamer-plugins-bad-free now)
-
-* Sat Dec 19 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.17-3
-- Disable muscbrainz / trm plugin (#1001)
-
-* Fri Dec  4 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.17-2
-- Enable LADSPA plugins (#992)
-
-* Wed Nov 18 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.17-1
-- New upstream release 0.10.17
-
-* Sat Nov  7 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.16-1
-- New upstream release 0.10.16
-
-* Sun Oct 25 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-10
-- Disable faac AAC (MPEG 2 / 4 audio) encode plugin as faac was moved to
-  non free (rf 898)
-
-* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.10.13-9
-- disable libgstneonhttpsrc
-
-* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.10.13-8
-- rebuilt
-
-* Mon Aug 31 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-7
-- Rebuild for new libass
-
-* Tue Aug 11 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-6
-- Enable mimic plugin now that we have libmimic in RPM Fusion
-
-* Thu Aug  6 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-5
-- Re-enable siren as it also has not been added to gst-plugins-good (#749)
-
-* Tue Jul 07 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.10.13-4
-- rebuild for new directfb
-
-* Sat Jun 27 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-3
-- Disable rtpmanager as it also has been added to gstreamer-plugins-good (#689)
-
-* Tue Jun 23 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-2
-- Disable farsight plugins again, they have been added to Fedora's
-  gstreamer-plugins-good package
-
-* Fri Jun 19 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-1
-- New upstream release 0.10.13
-- Disable input-selector plugin as it has been added to Fedora's
-  gstreamer-plugins-base as rythmbox needs it
-- Enable plugins moved from farsight into -bad, as rawhide now
-  has a new gstreamer-plugins-farsight, which no longer contains them
-
-* Wed Jun 17 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.12-2
-- Rebuild for changes in the gstreamer provides script
-
-* Sun May 31 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.12-1
-- New upstream release 0.10.12
-- Resolves rf 622, rf 592
-
-* Wed Apr 15 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.11-4
-- Rebuild for new mjpegtools
-
-* Fri Apr  3 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.11-3
-- Disable mpegdemux plugin as it conflicts with
-  gstreamer-plugins-flumpegdemux (rf 474)
-
-* Sun Mar 29 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.11-2
-- Rebuild for new faad2 and x264
-- Enable libass plugin
-- Move the midi plugins to the -extras package, so that people who do not
-  need / want midi playback support do not have to download 200 MB of
-  wavetable instruments. For people who do want this the automatic gstreamer
-  plugin install should take care of installing them.
-
-* Sun Mar 22 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.11-1
-- New upstream release 0.10.11
-- Enable celt plugin (rf 380)
-- Fix broken libBPM dep (rf 412)
-- Rebuild for new soundtouch (rf 457)
-- Disable plugins moved from gst-plugins-farsight for now, until a new
-  gst-plugins-farsight release solving the conflicts is available
-- Bring back -devel and -devel-doc subdirs for new libgstphotography
-
-* Wed Jan 21 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.10-1
-- New upstream release 0.10.10
-- Drop -devel and -devel-docs subpackages now that libgstapp has moved to
-  the base plugins
-- Disable gtk-doc now that we no longer have a -devel subpackage
-- This release fixes the file conflicts with the new gstreamer-0.10.22 release
-
-* Sat Dec 27 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.9-3
-- Put devel docs in seperate subpackage to avoid multilib conflict (rf 276)
-
-* Wed Dec 17 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.9-2
-- Rebuild for new x264 (using patch from Rathann)
-
-* Sun Oct 26 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.9-1
-- New upstream release 0.10.9
-- Rebuild for new directfb
-
-* Sun Sep 14 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.8-4
-- Rebuild for new x264 and to generate new magic gstreamer provides
-
-* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.8-3
-- Enable DVD navigation plugin
-
-* Fri Aug  1 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.8-2
-- Release bump to keep rpmfusion version higher then livna
-
-* Fri Aug  1 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.8-1
-- New upstream release 0.10.8
-- Merge changes from latest freshrpms package: enable ofa and dirac plugins
-
-* Fri Jun 27 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.7-2
-- Rebuild for new x264
-
-* Thu Apr 24 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.7-1
-- New upstream release 0.10.7
-- Drop many upstreamed patches
-
-* Sun Mar  9 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.6-3
-- Rebuild for new x264
-
-* Tue Feb 26 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.6-2
-- Enable dc1394 plugin
-
-* Sun Feb 24 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.6-1
-- New upstream release 0.10.6-1
-- Drop many upstreamed patches
-- Fixes conflict with the latest gstreamer-plugins-good (livna 1884)
-
-* Tue Feb  5 2008  Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-15
-- Fix compilation with gcc 4.3
-
-* Tue Feb  5 2008  Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-14
-- Add flv demuxer from CVS (livna bug 1846)
-
-* Sun Dec  9 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-13
-- Add patch fixing compilation with mjpegtools 1.9.0rc3
-
-* Sun Dec  9 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-12
-- Add patch from upstream vcs which makes mms honor your connection speed
-  settings
-- Add (painstakingly self written) patch adding support for mms / mmsh seeking! 
-
-* Tue Nov 13 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-11
-- Rebuild for new faad2
-
-* Sun Nov  4 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-10
-- Rebuild for new libdca
-
-* Thu Oct 18 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-9
-- Rebuild for new (old) faad2 (livna bug 1679)
-
-* Sat Sep 29 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-8
-- Update mythtvsrc code to CVS version (livna bug 1660)
-
-* Thu Sep 27 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-7
-- No libgstreal.so on ppc / ppc64
-
-* Thu Sep 27 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-6
-- Fix detection of libdts with current livna libtds, this might need to be
-  changed back again for rpmfusion, depending on how libdts will look there
-
-* Sat Sep 22 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-5
-- Add mythtvsrc plugin (livna 1646)
-- Put some less often used plugins, which bring in also usually not installed
-  deps in a -extras package
-
-* Sat Sep 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.5-4
-- Merge livna spec bugfixes into freshrpms spec for rpmfusion:
-- Set release to 4 to be higher as both livna and freshrpms latest release
-- Set package name and origin to rpmfusion
-- Make mpeg2enc plugin compile with current mjpegtools
-- Make the real plugins search for the RealPlayer .so files in various
-  known possible locations instead of using only one hardcoded path to them
-- Make the wildmidi plugin work with the default Fedora timidity patch set
-- Add a couple of missing modtracker mimetypes to the modplug plugin
-- Use the system version of libmodplug
-- Fix building of the neonsrc plugin with the latest (rawhide) neon
-- Disable the ladspa plugin as this has been added to Fedora's rawhide
-  gstreamer-plugins-good
-- Don't put an rpath in the .so's on x86_64
-- Re-enable gtk-doc now that we have a -devel package again
-- Enable libtimidity plugin
-- Fix detection of (and linking with) libdca for the dtsdec plugin
-
-* Tue Aug 21 2007 Matthias Saou <http://freshrpms.net/> 0.10.5-1
-- Update to 0.10.5.
-- Update faad2 patch : Some fixes went in, but faad2.h still produces an error.
-- Remove libgstqtdemux, libgstvideocrop and libgstwavpack, all are in good now.
-- Enable new nas, x264, wildmidi and libsndfile plugins.
-- Re-add devel package now that we have a main shared lib and header files.
-- Add check build requirement.
-
-* Wed Mar 30 2007 Matthias Saou <http://freshrpms.net/> 0.10.4-1
-- Update to 0.10.4 for F7.
-- Disable swfdec... does anything/anyone even use it here? Once it stabilizes
-  somewhat more, maybe then it'll be worth re-enabling.
-- Re-enable wavpack, it works again now.
-- Enable libcdaudio support.
-- Enable jack support.
-- Enable ladspa support.
-- Enable mpeg2enc (mjpegtools) support.
-- Remove no longer present libgstvideo4linux2.so and add all new plugins.
-- Remove all gtk-doc references (all gone...?) and devel package too.
-
-* Tue Jan  9 2007 Matthias Saou <http://freshrpms.net/> 0.10.3-3
-- Update faad2 patch to also update the plugin sources, not just configure.
-
-* Mon Dec 18 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-2
-- Try to rebuild against new wavpack 4.40 from Extras : Fails.
-- Try to update to 0.10.3.2 pre-release : Fails, it needs a more recent gst.
-- Try to include patch to update wavpack plugin source from 0.10.3.2
-  pre-release : Fails to find wavpack/md5.h.
-- Give up and disable wavpack support for now, sorry! Patches welcome.
-- Include patch to fix faad2 2.5 detection.
-- Add soundtouch support.
-
-* Thu Jun  1 2006 Matthias Saou <http://freshrpms.net/> 0.10.3-1
-- Update to 0.10.3.
-- Add new translations.
-- Add libgstmodplug.so, libgstvideo4linux2.so and libgstxingheader.so.
-- Add new libmusicbrainz support.
-
-* Thu Mar 23 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-2
-- Add libmms support, thanks to Daniel S. Rogers.
-
-* Wed Feb 22 2006 Matthias Saou <http://freshrpms.net/> 0.10.1-1
-- Update to 0.10.1.
-- Add libgstcdxaparse.so and libgstfreeze.so.
-- Enable libgstbz2.so, libgstglimagesink.so and libgstneonhttpsrc.so.
-
-* Wed Jan 25 2006 Matthias Saou <http://freshrpms.net/> 0.10.0.1-1
-- Update to 0.10.0.1, add new plugins.
-- Spec file cleanup and rebuild for FC5.
-
-* Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.10.0-0.gst.1
-- new release
-
-* Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.7-0.gst.1
-- new release with 0.10 major/minor
-
-* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- new release
-- remove tta patch
-- don't check for languages, no translations yet
-- added gtk-doc
-
-* Wed Oct 26 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.4-0.gst.1
-- new release
-- added speed plugin
-
-* Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
-- 0.9.3-0.gst.1
-- new release
-


Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/EL-6/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	12 Jul 2012 15:37:42 -0000	1.16
+++ sources	28 Feb 2014 10:21:34 -0000	1.17
@@ -1 +1 @@
-fcb09798114461955260e4d940db5987  gst-plugins-bad-0.10.23.tar.bz2
+368f72e2a1c7a6e8fe60394e4315259b  gst-plugins-bad-0.10.19.tar.bz2


More information about the rpmfusion-commits mailing list