[Lunar-commits] <moonbase> mlt: Version bump and a few adjustments.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Mar 29 13:23:21 CEST 2011
commit 4cbee8dcd84f894aa5f7263f44d72b83a3311b9e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Mar 29 07:23:21 2011 -0400
mlt: Version bump and a few adjustments.
---
video/mlt/CONFIGURE | 2 ++
video/mlt/DEPENDS | 5 +++--
video/mlt/DETAILS | 6 +++---
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/video/mlt/CONFIGURE b/video/mlt/CONFIGURE
index 92bef19..1ff4201 100644
--- a/video/mlt/CONFIGURE
+++ b/video/mlt/CONFIGURE
@@ -2,6 +2,8 @@ mquery USE_GPL "Enable GPL components?" y "--enable-gpl" "--disable-gpl"
mquery USE_SWSCALE "Use libswcale instead of img_convert?" y "--avformat-swscale"
mquery USE_8BPP "Use 8bpp instead of the default 16bpp?" n "" "--luma-8bpp"
mquery USE_COMP "Use compressed png lumas?" n "" "--luma-compress"
+mquery EXP_JPEG "Enable the option to export JPEGs?" y "--linsys-with-jpeg"
+mquery USE_SWSCALE "Use libswcale instead of img_convert?" y " --avformat-swscale"
mquery BINDINGS "Build Bindings?" y
diff --git a/video/mlt/DEPENDS b/video/mlt/DEPENDS
index aca1636..c729aab 100644
--- a/video/mlt/DEPENDS
+++ b/video/mlt/DEPENDS
@@ -1,7 +1,8 @@
depends ffmpeg
-optional_depends sox "--enable-sox" "--disable-sox" "for sox support"
-optional_depends frei0r "--enable-frei0r" "--disable-frei0r" "for video effects support"
+optional_depends sox "--enable-sox" "--disable-sox" "for sox support"
+optional_depends frei0r "--enable-frei0r" "--disable-frei0r" "for video effects support"
+optional_depends libvdpau "--avformat-vdpau" "" "For Nvidia vdpau support"
optional_depends %JAVA_SDK "" "" "to build Java bindings"
optional_depends lua "" "" "to build luar bindings"
diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS
index 70ea178..0bdc254 100644
--- a/video/mlt/DETAILS
+++ b/video/mlt/DETAILS
@@ -1,11 +1,11 @@
MODULE=mlt
- VERSION=0.6.2
+ VERSION=0.7.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:8ff3b7d37a3e4ae45665f9c1cf7998f1cdd1ed03
+ SOURCE_VFY=sha1:1a6830800f5df971461787e440eb29998d4d830f
WEB_SITE=http://www.mltframework.org/twiki/bin/view/MLT
ENTERED=20071106
- UPDATED=20110326
+ UPDATED=20110329
SHORT="open source multimedia framework"
cat << EOF
More information about the Lunar-commits
mailing list