[Lunar-commits] <moonbase> ffmpeg: Unitl notified to the contrary, this module WILL NOT be bumped.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Sep 19 03:07:58 CEST 2008


commit bc8adc60f25670d899111732b4f5b924ad8c2e8c
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu Sep 18 21:07:58 2008 -0400

    ffmpeg: Unitl notified to the contrary, this module WILL NOT be bumped.
    The ABI/API are changing in big ways, and it will be sometime for the
    other modules dependent on ffmpeg to catch up.
    
    HEED THE DETAILS NOTE. Failure to observe and tow the line will result in
    cancer, loss of hair, ingrown toenails, and best of all, BREAKAGE of many
    audio and video applications on YOUR BOX!
    
    And just for you Moe, the lastest vlc now knows what to do with swscale.
---
 video/ffmpeg/BUILD     |    2 +-
 video/ffmpeg/DETAILS   |   18 ++++++++++--------
 video/ffmpeg/PRE_BUILD |    8 --------
 3 files changed, 11 insertions(+), 17 deletions(-)

diff --git a/video/ffmpeg/BUILD b/video/ffmpeg/BUILD
index 03c0707..691b158 100644
--- a/video/ffmpeg/BUILD
+++ b/video/ffmpeg/BUILD
@@ -1,7 +1,7 @@
 (
 
   OPTS+=" --enable-gpl --enable-nonfree --enable-shared --enable-pthreads \
-          --enable-postproc"
+          --enable-postproc --enable-swscale"
 
  [ -n $CPU ] && OPTS+="$OPTS --cpu=$CPU"
   ./configure --prefix=/usr $OPTS &&
diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index 3d2e4a3..0694f31 100644
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,11 +1,12 @@
           MODULE=ffmpeg
-         VERSION=beta
-          SOURCE=${MODULE}-export-snapshot.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-export-$(TZ=GMT-8 date +%F)
-      SOURCE_URL=http://ffmpeg.mplayerhq.hu/
-        WEB_SITE=http://ffmpeg.sourceforge.net/
+         VERSION=r15261
+          SOURCE=$MODULE-snapshot-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-snapshot-$VERSION
+      SOURCE_URL=$MIRROR_URL
+SOURCE_VFY=sha1:1cab8d63d6314c479e1041d76d2280bff9f15200
+        WEB_SITE=http://ffmpeg.mplayerhq.hu/
          ENTERED=20020327
-         UPDATED=`date -u +%Y%m01`
+         UPDATED=20080918
       MAINTAINER=stumbles at lunar-linux.org
            SHORT="ffmpeg is an avi decoder"
 
@@ -18,6 +19,7 @@ simultaneously, a streaming server for Netcasting multimedia.
 FFmpeg generates streaming files, in many popular formats
 simultaneously, faster than any other solution.
 
-Note: The UPDATED field will always reflect the date/time it was retreived 
-      from their svn.
+Note: DO NOT BUMP THIS MODULE. They are going through MAJOR ABI/API
+revisions, and this is the last good revision. So don't EVEN THINK
+ABOUT IT!
 EOF
diff --git a/video/ffmpeg/PRE_BUILD b/video/ffmpeg/PRE_BUILD
deleted file mode 100644
index 8bb97ca..0000000
--- a/video/ffmpeg/PRE_BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-# Remove the source tarball because it carries no version tag
-if [ -e ${SOURCE_CACHE}/${SOURCE} ] ;  then
-  rm -f ${SOURCE_CACHE}/${SOURCE}
-  download_module ffmpeg
-fi &&
-
-default_pre_build
-


More information about the Lunar-commits mailing list