[Lunar-commits] <moonbase> libquicktime: Version bump.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Dec 23 01:32:17 CET 2010


commit b9a304783231b8d85b61531227270aed6fa55dd0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Dec 22 19:32:17 2010 -0500

    libquicktime: Version bump.
---
 video/libquicktime/BUILD   |    5 ++---
 video/libquicktime/DEPENDS |   17 +++++++++++++++--
 video/libquicktime/DETAILS |    9 +++------
 3 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/video/libquicktime/BUILD b/video/libquicktime/BUILD
index 1ff41dc..d1720ce 100644
--- a/video/libquicktime/BUILD
+++ b/video/libquicktime/BUILD
@@ -1,8 +1,7 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
-  OPTS="$OPTS --with-x --enable-gpl --without-doxygen"
+# Disabling gtk usage for now, causes the make to barf.
+  OPTS="$OPTS --enable-gpl --without-gtk"
 
   default_build
 
diff --git a/video/libquicktime/DEPENDS b/video/libquicktime/DEPENDS
index 7844e7e..5e720a4 100644
--- a/video/libquicktime/DEPENDS
+++ b/video/libquicktime/DEPENDS
@@ -1,2 +1,15 @@
-optional_depends libdv         "--with-libdv" "--without-libdv" "for digital video support"
-optional_depends x264-snapshot "--with-x264"  "--without-x264"  "for x264 support"
+depends libvorbis
+
+optional_depends libdv         "--with-libdv"   "--without-libdv"   "for digital video support"
+optional_depends x264-snapshot "--with-x264"    "--without-x264"    "for x264 support"
+optional_depends doxygen       "--with-doxygen" "--without-doxygen" "For documentation"
+optional_depends ffmpeg        "--with-ffmpeg"  "--without-ffmpeg"  "for ffmpeg support"
+optional_depends libpng        "--with-libpng"  "--without-libpng"  "for png support"
+optional_depends faad          "--with-faad2"   "--without-faad2"   "for faad support"
+optional_depends faac          "--with-faac"    "--without-faac"    "for faac support"
+optional_depends lame          "--with-lame"    "--without-lame"    "for lame support"
+optional_depends alsa-utils    "--with-alsa"    "--without-alsa"    "for alsa support"
+optional_depends %JPEG         "--with-libjpeg" "--without-libjpeg" "for jpeg support"
+
+# Leaving disabled for now. The author is aware and a patch is in the works.
+#optional_depends gtk+-2        "--with-gtk"     "--without-gtk"     "For gtk support"
diff --git a/video/libquicktime/DETAILS b/video/libquicktime/DETAILS
index 002f9a6..ebd3454 100644
--- a/video/libquicktime/DETAILS
+++ b/video/libquicktime/DETAILS
@@ -1,14 +1,11 @@
           MODULE=libquicktime
-         VERSION=1.1.5
+         VERSION=1.2.1
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-1.0.0-faad2.patch
       SOURCE_URL=$SFORGE_URL/$MODULE
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:11dad92fe9dbb67aa8ef42c3404d3acba7ae2a37
-     SOURCE2_VFY=sha1:940d3fcd793517a12edec6683d0565f96779e7c5
+      SOURCE_VFY=sha1:6bdf230c9a871994288aa804c7ad5b6e8f8d163c
         WEB_SITE=http://libquicktime.sourceforge.net
          ENTERED=20060420
-         UPDATED=20100108
+         UPDATED=20101222
            SHORT="Handles Apple's QuickTime media format"
 
 cat << EOF


More information about the Lunar-commits mailing list