[Lunar-commits] <moonbase> ffmpeg: Adding a patch for some libvpx presets.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 10 13:33:39 CEST 2010
commit 9aaa60ec408aa7cc1012b3dbd230d94c8e648c66
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 10 07:33:39 2010 -0400
ffmpeg: Adding a patch for some libvpx presets.
---
video/ffmpeg/BUILD | 4 ++++
video/ffmpeg/DETAILS | 3 +++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 81ff2f3..3d30c24 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,5 +1,9 @@
(
+ if in_depends $MODULE libvpx ; then
+ patch_it $SOURCE_CACHE/$SOURCE2 0
+ fi &&
+
OPTS+=" --enable-gpl \
--enable-shared \
--enable-pthreads \
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index 9f5eac0..3fd77b4 100644
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,9 +1,12 @@
MODULE=ffmpeg
VERSION=0.6
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=ffmpeg-0.6_libvpx-0.9.1.diff.gz
SOURCE_URL[0]=http://mirror.leaseweb.com/archlinux/other/$MODULE
SOURCE_URL[1]=http://www.ffmpeg.org/releases
+ SOURCE2_URL=http://webm.googlecode.com/files/
SOURCE_VFY=sha1:c130e3bc368251b9130ce6eafb44fe8c3993ff5c
+ SOURCE2_VFY=sha1:ec79c208f8f918c4a98c782d8fc7433d6db26b56
WEB_SITE=http://ffmpeg.mplayerhq.hu
ENTERED=20020327
UPDATED=20100618
More information about the Lunar-commits
mailing list