Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer1-libav/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1105
Modified Files:
.cvsignore gstreamer1-libav.spec sources
Added Files:
gst-libav-configure-set-the-assembler.patch
Removed Files:
gst-libav-fix-h264-decoding.patch
libav-dsputil-fix-segfault-in-dsputil_init-with-gcc4.8.patch
Log Message:
* Mon Mar 25 2013 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.6-1
- Rebase to 1.0.6
- Upgrade the buildin libav to 0.8.6 to get all the security fixes from
upstream libav
gst-libav-configure-set-the-assembler.patch:
configure | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- NEW FILE gst-libav-configure-set-the-assembler.patch ---
From 7c160e64686e6b9d971955246ffd0eccad9c3359 Mon Sep 17 00:00:00 2001
From: Sebastian Dröge <sebastian.droege(a)collabora.co.uk>
Date: Thu, 07 Mar 2013 08:30:55 +0000
Subject: configure: Set the assembler used for libav to $CC
libav assumes that it's not just an assembler but something that
can also handle CPPFLAGS and other things.
https://bugzilla.gnome.org/show_bug.cgi?id=694416
---
diff --git a/configure.ac b/configure.ac
index 22ede88..5317bd1 100644
--- a/configure
+++ b/configure
@@ -342,7 +342,7 @@ else
fi
if test x"$AS" != x; then
- emblibav_configure_args="$emblibav_configure_args
--as=\\\"\\\$AS\\\""
+ emblibav_configure_args="$emblibav_configure_args
--as=\\\"\\\$CC\\\""
fi
if test x"$CC" != x; then
--
cgit v0.9.0.2-2-gbebe
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-libav/F-19/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 2 Mar 2013 12:20:51 -0000 1.3
+++ .cvsignore 25 Mar 2013 09:58:10 -0000 1.4
@@ -1,2 +1,2 @@
-gst-libav-1.0.5.tar.xz
-libav-0.8.5.tar.xz
+gst-libav-1.0.6.tar.xz
+libav-0.8.6.tar.xz
Index: gstreamer1-libav.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-libav/F-19/gstreamer1-libav.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gstreamer1-libav.spec 10 Mar 2013 12:13:35 -0000 1.3
+++ gstreamer1-libav.spec 25 Mar 2013 09:58:11 -0000 1.4
@@ -1,16 +1,15 @@
Name: gstreamer1-libav
-Version: 1.0.5
-Release: 2%{?dist}
+Version: 1.0.6
+Release: 1%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
Group: Applications/Multimedia
License: LGPLv2+
URL:
http://gstreamer.freedesktop.org/
Source0:
http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
# We drop in a newer libav to get all the security bugfixes from there!
-Source1:
http://libav.org/releases/libav-0.8.5.tar.xz
+Source1:
http://libav.org/releases/libav-0.8.6.tar.xz
Patch0: gst-ffmpeg-0.10.12-ChangeLog-UTF-8.patch
-Patch1: gst-libav-fix-h264-decoding.patch
-Patch2: libav-dsputil-fix-segfault-in-dsputil_init-with-gcc4.8.patch
+Patch1: gst-libav-configure-set-the-assembler.patch
BuildRequires: gstreamer1-devel >= 1.0.0
BuildRequires: gstreamer1-plugins-base-devel >= 1.0.0
BuildRequires: orc-devel bzip2-devel zlib-devel
@@ -33,11 +32,9 @@
%setup -q -n gst-libav-%{version} -a 1
%patch0 -p1
%patch1 -p1
-pushd libav-0.8.5
-%patch2 -p1
-popd
+chmod +x configure
rm -r gst-libs/ext/libav
-mv libav-0.8.5 gst-libs/ext/libav
+mv libav-0.8.6 gst-libs/ext/libav
%build
@@ -62,6 +59,11 @@
%changelog
+* Mon Mar 25 2013 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.6-1
+- Rebase to 1.0.6
+- Upgrade the buildin libav to 0.8.6 to get all the security fixes from
+ upstream libav
+
* Sun Mar 10 2013 Hans de Goede <j.w.r.degoede(a)gmail.com> - 1.0.5-2
- Add a patch from upstream git to fix h264 decoding artifacts (rf#2710)
- Add a patch from upstream libav to fix miscompilation with gcc-4.8
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gstreamer1-libav/F-19/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 2 Mar 2013 12:20:51 -0000 1.3
+++ sources 25 Mar 2013 09:58:11 -0000 1.4
@@ -1,2 +1,2 @@
-00011aa062ce734ba86da499f800269e gst-libav-1.0.5.tar.xz
-3f0fd111575e91c8d57bd8b4d5e3802a libav-0.8.5.tar.xz
+07e5399c44346a95aafc1d4533125774 gst-libav-1.0.6.tar.xz
+c4a57b81a110c1b72c1e875e222ab8d2 libav-0.8.6.tar.xz
--- gst-libav-fix-h264-decoding.patch DELETED ---
--- libav-dsputil-fix-segfault-in-dsputil_init-with-gcc4.8.patch DELETED ---