[Lunar-commits] <moonbase> Revert "ffmpeg: updated to 0.8"
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Fri Jun 24 20:32:57 CEST 2011
commit 25d40853bbdbf11d8388f5bcbe2184840d1dd96c
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Fri Jun 24 20:32:57 2011 +0200
Revert "ffmpeg: updated to 0.8"
This reverts commit 0ab74a442a3c770ea4fa6be1836ccde993ec2991.
It looks API is changed since ffmpeg 0.8 - reverting.
---
video/ffmpeg/BUILD | 4 ++++
video/ffmpeg/DETAILS | 9 ++++++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 7931e44..98d1230 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,5 +1,9 @@
(
+ if in_depends $MODULE libvpx ; then
+ patch_it $SOURCE_CACHE/$SOURCE2 1
+ fi &&
+
# Fix compilation error:
# https://trac.macports.org/ticket/25803
sedit "s:texi2html -monolithic -number:texi2html -monolithic:" Makefile &&
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index cd8da88..98b0c67 100644
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,12 +1,15 @@
MODULE=ffmpeg
- VERSION=0.8
+ VERSION=0.7-rc1
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=ffmpeg-0.7-rc1_libvpx-v0.9.5-135-gc28b10a.diff.gz
SOURCE_URL[0]=http://mirror.leaseweb.com/archlinux/other/$MODULE
SOURCE_URL[1]=http://www.ffmpeg.org/releases
- SOURCE_VFY=sha1:461f87c4fc080e10ac0acc48287aaa706021bbc4
+ SOURCE2_URL=http://webm.googlecode.com/files
+ SOURCE_VFY=sha1:d15c005f46483fbfc3b678cb1c89123762b56b82
+ SOURCE2_VFY=sha1:ba52411f8aba751cac46a7a010b88f3397e5a6a6
WEB_SITE=http://www.ffmpeg.org/
ENTERED=20020327
- UPDATED=20110623
+ UPDATED=20110608
MAINTAINER=stumbles at lunar-linux.org
SHORT="ffmpeg is an avi decoder"
More information about the Lunar-commits
mailing list