Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (787b51df51af01112dafc56bb125453c7f62591f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ivan Lezhnjov Jr <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (787b51df51af01112dafc56bb125453c7f62591f)
  • Date: Thu, 10 Apr 2008 11:09:52 -0500

GIT changes to master grimoire by Ivan Lezhnjov Jr
<ivan.lezhnjov.jr AT sourcemage.org>:

ChangeLog | 1 +
video/openmovieeditor/BUILD | 2 ++
video/openmovieeditor/CONFIGURE | 11 +++++++++++
video/openmovieeditor/DEPENDS | 8 ++++++++
video/openmovieeditor/DETAILS | 15 +++++++++++++++
video/openmovieeditor/HISTORY | 3 +++
6 files changed, 40 insertions(+)

New commits:
commit 787b51df51af01112dafc56bb125453c7f62591f
Author: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>
Commit: Ivan Lezhnjov Jr <ivan.lezhnjov.jr AT sourcemage.org>

openmovieeditor: new spell, non-linear video editor written in FLTK

diff --git a/ChangeLog b/ChangeLog
index bd0e0fc..6668fe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* kchm: new spell, CHM viewer for KDE
* kchmviewer: new spell, full featured CHM viewer for KDE
* gavl: new spell, Gmerlin Audio Video Library
+ * openmovieeditor: new spell, non-linear video editor written in FLTK

2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* gnu.gpg: imported F4850180 (Eric Blake <ebb9 AT byu.net>)
diff --git a/video/openmovieeditor/BUILD b/video/openmovieeditor/BUILD
new file mode 100755
index 0000000..2f7ec0c
--- /dev/null
+++ b/video/openmovieeditor/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OME_OPTS $OPTS" &&
+default_build
diff --git a/video/openmovieeditor/CONFIGURE b/video/openmovieeditor/CONFIGURE
new file mode 100755
index 0000000..9376d74
--- /dev/null
+++ b/video/openmovieeditor/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_option OME_OPTS "Disable scripting support? (i.e. JavaScript)"
n \
+ "--disable-scripting" \
+ "" &&
+
+config_query_option OME_OPTS "Make ogg the logo format" y \
+ "--with-logo=ogg" \
+ "" &&
+
+config_query_option OME_OPTS "Make png the logo format" n \
+ "--with-logo=png" \
+ ""
diff --git a/video/openmovieeditor/DEPENDS b/video/openmovieeditor/DEPENDS
new file mode 100755
index 0000000..dc70c7b
--- /dev/null
+++ b/video/openmovieeditor/DEPENDS
@@ -0,0 +1,8 @@
+depends libsamplerate &&
+depends libsndfile &&
+depends gavl &&
+depends libquicktime &&
+depends ffmpeg &&
+depends libmpeg3 &&
+depends jack &&
+depends fltk
diff --git a/video/openmovieeditor/DETAILS b/video/openmovieeditor/DETAILS
new file mode 100755
index 0000000..409b4a9
--- /dev/null
+++ b/video/openmovieeditor/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=openmovieeditor
+ VERSION=0.0.20080209
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://downloads.sourceforge.net/openmovieeditor/$SOURCE
+ WEB_SITE=http://www.openmovieeditor.org
+ ENTERED=20080306
+
SOURCE_HASH=sha512:cef57616b4982b6d6a149c18846f56a0e0f4dbfcaa9b44c557842f750be4a0587094d168af76bbb60d575eee13a9ce60c42a3f9dfc012895abce684d139361ea
+ LICENSE[0]=GPL2
+ SHORT="Open Source non-linear video editing program"
+cat << EOF
+Open Movie Editor is a free and open source video editing program, designed
+for basic movie making capabilities. It aims do be powerful enough for the
+amateur movie artist, yet easy to use.
+EOF
diff --git a/video/openmovieeditor/HISTORY b/video/openmovieeditor/HISTORY
new file mode 100644
index 0000000..9d09528
--- /dev/null
+++ b/video/openmovieeditor/HISTORY
@@ -0,0 +1,3 @@
+2008-01-01 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT gmail.com>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: created this spell.
+




Archive powered by MHonArc 2.6.24.

Top of Page