Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6ec65051801264e2acb25333b2bb9dae073b84fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6ec65051801264e2acb25333b2bb9dae073b84fc)
  • Date: Thu, 24 Feb 2011 04:05:43 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
video/openshot/DEPENDS | 5 +++++
video/openshot/DETAILS | 24 ++++++++++++++++++++++++
video/openshot/HISTORY | 2 ++
video/openshot/INSTALL | 1 +
5 files changed, 35 insertions(+)

New commits:
commit 6ec65051801264e2acb25333b2bb9dae073b84fc
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

video/openshot: new spell, non-linear video editor

diff --git a/ChangeLog b/ChangeLog
index efea5fd..e9fa7c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-02-24 Ladislav Hagara <hgr AT vabo.cz>
+ * video/openshot: new spell, non-linear video editor
+
2011-02-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/scatcdsk: new spell, a lexer and parser generator for ada
* devel/adagoop: new spell, an object oriented lexer and parser
generator
diff --git a/video/openshot/BUILD b/video/openshot/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/video/openshot/DEPENDS b/video/openshot/DEPENDS
new file mode 100755
index 0000000..052ba1b
--- /dev/null
+++ b/video/openshot/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends pygtk2 &&
+depends pygoocanvas &&
+depends mlt &&
+depends httplib2
diff --git a/video/openshot/DETAILS b/video/openshot/DETAILS
new file mode 100755
index 0000000..9f6d47b
--- /dev/null
+++ b/video/openshot/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=openshot
+ VERSION=1.3.0
+
SOURCE_HASH=sha512:cfcd844809e9fc2dbe4a3a696b9a06ac038d06e67b1aa3525fdcf778dd6f57365a46665ca12486ca5c982b2fc4bb237fd1f19215a1ac48f7f9b7503eb3aaa5e5
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://launchpad.net/openshot/1.3/$VERSION/+download/$SOURCE
+ WEB_SITE=http://www.openshotvideo.com/
+ LICENSE[0]=GPL
+ ENTERED=20110224
+ SHORT="non-linear video editor"
+cat << EOF
+OpenShot Video Editor is a program designed to create and edit videos on
Linux.
+It can easily combine multiple video clips, audio clips, and images into
+a single project, and then export the video into many common video formats.
+
+OpenShot is a non-linear video editor, which means any frame of video can be
+accessed at any time, and thus the video clips can be layered, mixed, and
+arranged in very creative ways. All video clip edits (trimming, cutting,
+etc...) are non-destructive, meaning that the original video clips are never
+modified.
+
+You can use OpenShot to create photo slide shows, edit home videos, create
+television commercials and on-line films, or anything else you can dream up.
+EOF
diff --git a/video/openshot/HISTORY b/video/openshot/HISTORY
new file mode 100644
index 0000000..e5cb2f6
--- /dev/null
+++ b/video/openshot/HISTORY
@@ -0,0 +1,2 @@
+2011-02-24 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 1.3.0
diff --git a/video/openshot/INSTALL b/video/openshot/INSTALL
new file mode 100755
index 0000000..762d43b
--- /dev/null
+++ b/video/openshot/INSTALL
@@ -0,0 +1 @@
+python setup.py install




Archive powered by MHonArc 2.6.24.

Top of Page