[Lunar-commits] <moonbase> cinelerra: version bumped to 4.1.
Florin Braescu
florin at lunar-linux.org
Fri Sep 25 20:43:58 CEST 2009
commit a3605f4c8e93ab9de7a9082fdd5834f49f6a7d82
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Sep 25 21:43:58 2009 +0300
cinelerra: version bumped to 4.1.
Bugfixes and enhacements.
---
video/cinelerra/BUILD | 7 +++++++
video/cinelerra/DEPENDS | 8 ++++++++
video/cinelerra/DETAILS | 14 +++++++-------
3 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/video/cinelerra/BUILD b/video/cinelerra/BUILD
new file mode 100644
index 0000000..9a6149d
--- /dev/null
+++ b/video/cinelerra/BUILD
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/cinelerra/DEPENDS b/video/cinelerra/DEPENDS
new file mode 100644
index 0000000..65125e1
--- /dev/null
+++ b/video/cinelerra/DEPENDS
@@ -0,0 +1,8 @@
+depends texinfo
+depends libpng
+depends mp4v2
+
+optional_depends "SDL" "" "" "for SDL support"
+optional_depends "yasm" "" "" "use yasm assembler"
+optional_depends "nasm" "" "" "use nasm assembler"
+optional_depends "freetype2" "" "" "use Freetype support"
diff --git a/video/cinelerra/DETAILS b/video/cinelerra/DETAILS
index 7e1f74c..c94087e 100644
--- a/video/cinelerra/DETAILS
+++ b/video/cinelerra/DETAILS
@@ -1,12 +1,14 @@
MODULE=cinelerra
- VERSION=4-src
- SOURCE=$MODULE-$VERSION.tar.bz2
+ VERSION=4.1
+ SOURCE=$MODULE-$VERSION-src.tar.bz2
+ SOURCE2=$MODULE-$VERSION.patch.bz2
SOURCE_URL=$SFORGE_URL/heroines
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-4
- SOURCE_VFY=sha1:b81f337a555aec11006ea27b0356b316ce81f22a
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:bebb3fceccfb407dbcd5d77be38d40fb9f808eef
+ SOURCE2_VFY=sha1:2fe602309451cc17922098e30c4289048b00c9ad
WEB_SITE=http://heroinewarrior.com/cinelerra.php3
ENTERED=20080919
- UPDATED=20080919
+ UPDATED=20090925
SHORT="audio and video editing"
cat << EOF
@@ -15,6 +17,4 @@ Cinelerra does primarily 3 things: capturing, compositing, and editing audio
and video with sample level accuracy. It's a movie studio in a box. If you
want the same kind of editing suite that the big boys use, on an efficient
UNIX operating system, it's time for Cinelerra.
-
-Cinelerra is not community approved and there is no support from the developer.
EOF
More information about the Lunar-commits
mailing list