[Lunar-commits] <moonbase> ffmpeg: fixed time zone error in source directory

Dave Brown dagbrown at lunar-linux.org
Wed Jul 9 09:58:05 CEST 2008


commit 0149522b439c3cc74fc933101ebf4145a8f742c9
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Wed Jul 9 16:58:05 2008 +0900

    ffmpeg: fixed time zone error in source directory
    
    The exact date of the source directory for ffmpeg is, for some strange
    reason, recorded in the path inside the tarball.  This is just to annoy
    people living on the wrong side of the International Date Line.
---
 video/ffmpeg/DETAILS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


More information about the Lunar-commits mailing list