Skip to Content.
Sympa Menu

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

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 (e6c0cf504164163a40bed2a0a6897aefc704145c)
  • Date: Thu, 10 Apr 2008 12:46:20 -0500

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

ChangeLog | 1 +
video/pitivi/DEPENDS | 8 ++++++++
video/pitivi/DETAILS | 14 ++++++++++++++
video/pitivi/HISTORY | 3 +++
4 files changed, 26 insertions(+)

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

pitivi: new spell, Open Source non-linear video editor written in Python

diff --git a/ChangeLog b/ChangeLog
index 888585b..a3c4ee5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
* kmatrix3d: new spell, The Matrix themed 3D screensaver for KDE
* mdsplib: new spell, a repackaging and modification of the original
METAR Decoder Software Package
* transkode: new spell, KDE/Qt based frontend for various audio
transcoding tools
+ * pitivi: new spell, Open Source non-linear video editor written in
Python

2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
* gnu.gpg: imported F4850180 (Eric Blake <ebb9 AT byu.net>)
diff --git a/video/pitivi/DEPENDS b/video/pitivi/DEPENDS
new file mode 100755
index 0000000..707a7d5
--- /dev/null
+++ b/video/pitivi/DEPENDS
@@ -0,0 +1,8 @@
+depends python &&
+depends zopeinterface &&
+depends setuptools &&
+depends gstreamer &&
+depends gst-plugins-good &&
+depends gst-python &&
+depends gnonlin &&
+depends gtk+2
diff --git a/video/pitivi/DETAILS b/video/pitivi/DETAILS
new file mode 100755
index 0000000..687d96f
--- /dev/null
+++ b/video/pitivi/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pitivi
+ VERSION=0.11.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.11/$SOURCE
+ WEB_SITE=http://www.pitivi.org
+ ENTERED=20080315
+
SOURCE_HASH=sha512:cb7aa10f8aa1c4f597053e1029fc4da86695bffde4e2f450d855a3f072ee623952c3bdc08bf717bc2495a1814fa7d3475fab32c1942eb05f968f0e4ed0bbd729
+ LICENSE[0]=GPL
+ SHORT="Open Source non-linear video editor"
+cat << EOF
+PiTiVi is an open source video editor, written in Python and
+based on GStreamer and GTK+
+EOF
diff --git a/video/pitivi/HISTORY b/video/pitivi/HISTORY
new file mode 100644
index 0000000..af3ab57
--- /dev/null
+++ b/video/pitivi/HISTORY
@@ -0,0 +1,3 @@
+2008-03-15 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