[Lunar-commits] r22982 - moonbase/trunk/video/libquicktime

Dennis Veatch stumbles at lunar-linux.org
Fri Jan 19 02:33:01 CET 2007


Author: stumbles
Date: 2007-01-19 02:33:01 +0100 (Fri, 19 Jan 2007)
New Revision: 22982

Modified:
   moonbase/trunk/video/libquicktime/BUILD
   moonbase/trunk/video/libquicktime/DETAILS
Log:

Bumping the version so everyone gets the patches. These fix
a few issues with the libquicktime/plugins. Anyone that might
have noticed some oddities with it's faad2 plugin , well here
you go.

The x264 patch I include since well, I have x264-cvs installed 
and libquicktime make fails on it. This corrects the problem.

They apply cleanly and have not noticed any troubles with them.



Modified: moonbase/trunk/video/libquicktime/BUILD
===================================================================
--- moonbase/trunk/video/libquicktime/BUILD	2007-01-18 21:47:30 UTC (rev 22981)
+++ moonbase/trunk/video/libquicktime/BUILD	2007-01-19 01:33:01 UTC (rev 22982)
@@ -1,5 +1,8 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+  patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+
   OPTS="$OPTS --with-x --enable-gpl"
 
   default_build

Modified: moonbase/trunk/video/libquicktime/DETAILS
===================================================================
--- moonbase/trunk/video/libquicktime/DETAILS	2007-01-18 21:47:30 UTC (rev 22981)
+++ moonbase/trunk/video/libquicktime/DETAILS	2007-01-19 01:33:01 UTC (rev 22982)
@@ -1,12 +1,17 @@
           MODULE=libquicktime
          VERSION=0.9.10
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-0.9.10-faad2.patch
+         SOURCE3=$MODULE-0.9.10-x264.patch
       SOURCE_URL=$SFORGE_URL/$MODULE/
-     SOURCE2_URL=http://www.linuxfromscratch.org/patches/downloads/$MODULE/
+     SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
       SOURCE_VFY=sha1:2df5162df440faeae477d915343ddc9013464a56
+     SOURCE2_VFY=sha1:e9bff3fd8916a77bb7a949c71576ccac60c867fc
+     SOURCE3_VFY=sha1:e0037c6950595ebd4a5f7c2be5a91b282c58e216
         WEB_SITE=http://libquicktime.sourceforge.net/
          ENTERED=20060420
-         UPDATED=20060827
+         UPDATED=20070118
            SHORT="handles Apple's QuickTime media format"
 
 cat << EOF



More information about the Lunar-commits mailing list