From fff44ad79b0e3d43c5516455198d7b00393a857f Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 1 Feb 2012 09:03:24 +0000 Subject: [PATCH] Update to 0.8.9 --- .gitignore | 2 +- ffmpeg.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7c68f26..e85765a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -ffmpeg-0.8.8.tar.bz2 +ffmpeg-0.8.9.tar.bz2 diff --git a/ffmpeg.spec b/ffmpeg.spec index a4f24e7..5f7a8fa 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -6,7 +6,7 @@ Summary: Digital VCR and streaming server Name: ffmpeg -Version: 0.8.8 +Version: 0.8.9 Release: 1%{?date}%{?date:git}%{?rel}%{?dist} %if 0%{?_with_amr:1} License: GPLv3+ @@ -29,7 +29,8 @@ BuildRequires: dirac-devel %{?_with_faac:BuildRequires: faac-devel} BuildRequires: freetype-devel BuildRequires: gsm-devel -BuildRequires: lame-devel +BuildRequires: lame-devel >= 3.98.3 +BuildRequires: libass-devel BuildRequires: libdc1394-devel BuildRequires: librtmp-devel BuildRequires: libtheora-devel @@ -245,6 +246,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 01 2012 Nicolas Chauvet - 0.8.9-1 +- Update to 0.8.9 +- Add BR libass-devel +- Rebuilt for libvpx + * Mon Jan 09 2012 Nicolas Chauvet - 0.8.8-1 - Update to 0.8.8 diff --git a/sources b/sources index 9b6e182..cbed50a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3fcb655c0a3cac4210f99cea7b5f18ca ffmpeg-0.8.8.tar.bz2 +001d4e81008b02099cec28924aa11257 ffmpeg-0.8.9.tar.bz2