Author: kwizart
Update of /cvs/free/rpms/ffmpeg-compat/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17572/F-18
Modified Files:
.cvsignore ffmpeg-compat.spec sources
Log Message:
Update to 0.6.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-18/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 13 Jun 2012 07:54:54 -0000 1.3
+++ .cvsignore 1 Oct 2013 18:48:54 -0000 1.4
@@ -1 +1 @@
-ffmpeg-0.6.6.tar.bz2
+ffmpeg-0.6.7.tar.bz2
Index: ffmpeg-compat.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-18/ffmpeg-compat.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ffmpeg-compat.spec 23 Nov 2012 22:42:49 -0000 1.6
+++ ffmpeg-compat.spec 1 Oct 2013 18:48:54 -0000 1.7
@@ -2,15 +2,15 @@
#global svn 20110110
-%if 0%{?rhel}
-#Disable vaapi on RHEL until the next libva
+%if 0%{?fedora}
+#Disable vaapi on Fedora - only usefull for gst-vaapi on RHEL
%global _without_vaapi 1
%endif
Summary: Digital VCR and streaming server
Name: ffmpeg-compat
-Version: 0.6.6
-Release: 4%{?dist}
+Version: 0.6.7
+Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -20,6 +20,8 @@
URL:
http://ffmpeg.org/
Source0:
http://ffmpeg.org/releases/ffmpeg-%{version}.tar.bz2
Source1: ffmpeg-snapshot.sh
+Patch0: ffmpeg-0.6.6-compile-fix.patch
+Patch1: 0001-Fix-build-when-seletected-fpu-is-not-neon-on-arm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bzip2-devel
@@ -36,6 +38,7 @@
%{?_with_vpx:BuildRequires: libvpx-devel >= 0.9.1}
%{?_with_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
BuildRequires: openjpeg-devel
+BuildRequires: perl(Pod::Man)
BuildRequires: schroedinger-devel
BuildRequires: SDL-devel
BuildRequires: speex-devel
@@ -113,6 +116,8 @@
%prep
%setup -q -n ffmpeg-%{version}
+%patch0 -p1
+%patch1 -p1
%build
mkdir generic
@@ -226,6 +231,27 @@
%changelog
+* Tue Oct 01 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.7-1
+- Update to 0.6.7
+
+* Sat Jul 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-10
+- Rebuilt for x264
+
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-9
+- Fix build on non-neon arm
+
+* Thu Jun 27 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-8
+- Drop support for VAAPI on fedora
+
+* Sat May 25 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-7
+- Add BR for perl(Pod::Man)
+
+* Sun May 5 2013 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.6.6-6
+- Rebuilt for x264 0.130
+
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-5
+- Rebuilt for FFmpeg/x264
+
* Fri Nov 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.6-4
- Rebuilt for x264
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg-compat/F-18/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 13 Jun 2012 07:54:54 -0000 1.3
+++ sources 1 Oct 2013 18:48:54 -0000 1.4
@@ -1 +1 @@
-904a4038eef339440ee0ffc494e51a25 ffmpeg-0.6.6.tar.bz2
+2afecd1ef31053ef077bdb2d6a7402ce ffmpeg-0.6.7.tar.bz2