Author: kwizart
Update of /cvs/free/rpms/ffmpeg/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17695/F-15
Modified Files:
.cvsignore ffmpeg.spec sources
Added Files:
ffmpeg-snapshot-oldabi.sh
Log Message:
Update to snaphot before x264 ABI > 115
--- NEW FILE ffmpeg-snapshot-oldabi.sh ---
#!/bin/bash
set -e
tmp=$(mktemp -d)
trap cleanup EXIT
cleanup() {
set +e
[ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp"
}
unset CDPATH
pwd=$(pwd)
date=$(date +%Y%m%d)
pushd "$tmp"
git clone
git://git.videolan.org/ffmpeg.git -b oldabi
cd ffmpeg
git archive --prefix="ffmpeg-oldabi-${date}/" --format=tar oldabi | bzip2 >
"$pwd"/ffmpeg-oldabi-${date}.tar.bz2
popd
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore 12 Jun 2011 19:28:41 -0000 1.23
+++ .cvsignore 25 Jun 2011 12:09:55 -0000 1.24
@@ -1 +1 @@
-ffmpeg-0.7-rc1.tar.bz2
+ffmpeg-oldabi-20110612.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/ffmpeg.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ffmpeg.spec 12 Jun 2011 19:28:41 -0000 1.43
+++ ffmpeg.spec 25 Jun 2011 12:09:55 -0000 1.44
@@ -1,13 +1,13 @@
# TODO: add make test to %%check section
%global branch oldabi-
-#global date 20110612
-%global rel rc1
+%global date 20110612
+#global rel rc1
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 0.7
-Release: 0.1.%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 0.2.%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -20,7 +20,7 @@
%else
Source0:
http://ffmpeg.org/releases/ffmpeg-%{version}-%{rel}.tar.bz2
%endif
-Source1: ffmpeg-snapshot.sh
+Source1: ffmpeg-snapshot-oldabi.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: bzip2-devel
@@ -238,6 +238,9 @@
%changelog
+* Sun Jun 12 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7-0.2.20110612git
+- Update to 20110612git from oldabi branch
+
* Sun Jun 12 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7-0.1.rc1
- Update to 7.0-rc1
- Remove upstreamed patch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-15/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 12 Jun 2011 19:28:41 -0000 1.23
+++ sources 25 Jun 2011 12:09:55 -0000 1.24
@@ -1 +1 @@
-390f5454c985f1321fe1ffa4fc98b5f6 ffmpeg-0.7-rc1.tar.bz2
+881aca23a4e13a7eb3207d98a1e38643 ffmpeg-oldabi-20110612.tar.bz2