[Lunar-commits] <moonbase> ffmpeg: Fixed the libvpx patch.

Dave Brown dagbrown at lunar-linux.org
Wed Jun 8 08:02:54 CEST 2011


commit dae10be9a2c7f3cfabe8b7ea124c5be4ca4fde2f
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Wed Jun 8 15:02:54 2011 +0900

    ffmpeg: Fixed the libvpx patch.
    
    When the version of ffmpeg was bumped, the version of the libvpx patch
    to enable libvpx support wasn't bumped.  Fixed.
---
 video/ffmpeg/BUILD   |    2 +-
 video/ffmpeg/DETAILS |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 88cdc9a..98d1230 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,7 +1,7 @@
 (
 
   if in_depends $MODULE libvpx ; then
-     patch_it $SOURCE_CACHE/$SOURCE2 0
+     patch_it $SOURCE_CACHE/$SOURCE2 1
   fi  &&
 
   # Fix compilation error:
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index be20b49..98b0c67 100644
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,15 +1,15 @@
           MODULE=ffmpeg
          VERSION=0.7-rc1
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=ffmpeg-0.6.1_libvpx-0.9.2-2.diff.gz
+         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
      SOURCE2_URL=http://webm.googlecode.com/files
       SOURCE_VFY=sha1:d15c005f46483fbfc3b678cb1c89123762b56b82
-     SOURCE2_VFY=sha1:6cce2f7845bc378a8cb4003134d4386533e70a70
+     SOURCE2_VFY=sha1:ba52411f8aba751cac46a7a010b88f3397e5a6a6
         WEB_SITE=http://www.ffmpeg.org/
          ENTERED=20020327
-         UPDATED=20110531
+         UPDATED=20110608
       MAINTAINER=stumbles at lunar-linux.org
            SHORT="ffmpeg is an avi decoder"
 


More information about the Lunar-commits mailing list