Author: kwizart
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21594
Modified Files:
sources .cvsignore ffmpeg.spec
Log Message:
Update to 2.0.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sources 1 Aug 2013 11:10:36 -0000 1.46
+++ sources 13 Aug 2013 07:05:13 -0000 1.47
@@ -1 +1 @@
-13a0feb74474f89052f6b8ba1bce46be ffmpeg-2.0.tar.bz2
+dd71a1baedb2daa3e4d21e0651daa918 ffmpeg-2.0.1.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- .cvsignore 1 Aug 2013 11:10:35 -0000 1.46
+++ .cvsignore 13 Aug 2013 07:05:13 -0000 1.47
@@ -1 +1 @@
-ffmpeg-2.0.tar.bz2
+ffmpeg-2.0.1.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ffmpeg.spec 1 Aug 2013 11:10:36 -0000 1.92
+++ ffmpeg.spec 13 Aug 2013 07:05:13 -0000 1.93
@@ -13,7 +13,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 2.0
+Version: 2.0.1
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -47,12 +47,12 @@
%{?_with_rtmp:BuildRequires: librtmp-devel}
BuildRequires: libtheora-devel
BuildRequires: libv4l-devel
-%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
%{?!_without_vpx:BuildRequires: libvpx-devel >= 0.9.1}
%ifarch %{ix86} x86_64
BuildRequires: libXvMC-devel
+%{?!_without_vaapi:BuildRequires: libva-devel >= 0.31.0}
%endif
%{?_with_amr:BuildRequires: opencore-amr-devel vo-amrwbenc-devel}
%{!?_without_openal:BuildRequires: openal-soft-devel}
@@ -282,6 +282,9 @@
%changelog
+* Tue Aug 13 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.1-1
+- Update to 2.0.1
+
* Thu Aug 01 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.0-1
- Updated to 2.0
- Dropped the no longer needed bogus man dir work-around