[Lunar-commits] <moonbase> ffmpeg: Workaround so it doesn't update every day.

Moritz Heiber moe at lunar-linux.org
Mon Jun 30 15:22:27 CEST 2008


commit 4666881097329a55fa29ac61cd935579f835180c
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Mon Jun 30 15:21:58 2008 +0200

    ffmpeg: Workaround so it doesn't update every day.
---
 video/ffmpeg/DETAILS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/video/ffmpeg/DETAILS b/video/ffmpeg/DETAILS
index 576e738..8abde25 100644
--- a/video/ffmpeg/DETAILS
+++ b/video/ffmpeg/DETAILS
@@ -1,7 +1,7 @@
           MODULE=ffmpeg
-         VERSION=`date +%F`
+         VERSION=beta
           SOURCE=${MODULE}-export-snapshot.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-export-${VERSION}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-export-$(date +%F)
       SOURCE_URL=http://ffmpeg.mplayerhq.hu/
         WEB_SITE=http://ffmpeg.sourceforge.net/
          ENTERED=20020327


More information about the Lunar-commits mailing list