[Lunar-commits] <moonbase> gopchop: mpeg-2 editor added

Zbigniew Luszpinski zbiggy at lunar-linux.org
Mon May 3 21:25:45 CEST 2010


commit 45a876019463d6ef9d180046664fa9e1e8557d22
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Mon May 3 21:25:45 2010 +0200

    gopchop: mpeg-2 editor added
---
 video/gopchop/BUILD   |    6 ++++++
 video/gopchop/DEPENDS |    2 ++
 video/gopchop/DETAILS |   17 +++++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/video/gopchop/BUILD b/video/gopchop/BUILD
new file mode 100644
index 0000000..127094b
--- /dev/null
+++ b/video/gopchop/BUILD
@@ -0,0 +1,6 @@
+(
+
+  sedit 's/CFLAGS -mcpu=.*"/CFLAGS"/' configure{,.ac} &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/gopchop/DEPENDS b/video/gopchop/DEPENDS
new file mode 100644
index 0000000..4473b15
--- /dev/null
+++ b/video/gopchop/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+
+depends mpeg2dec
diff --git a/video/gopchop/DETAILS b/video/gopchop/DETAILS
new file mode 100644
index 0000000..6d907b6
--- /dev/null
+++ b/video/gopchop/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=gopchop
+         VERSION=1.1.8
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:6e879c6cbf081df8fa44b535c9fd991ae175d5a2
+         WEBSITE=http://gopchop.org
+         ENTERED=20100502
+         UPDATED=20100502
+           SHORT="fast and lossless MPEG2 editor"
+
+cat << EOF
+The "gopchop" utility is a video editing tool designed
+to take MPEG2-PS files and perform Group-of-Pictures
+editing ("GOP-accurate editing"). No re-encoding
+is performed, which drastically improves editing speed
+and preserves quality.
+EOF


More information about the Lunar-commits mailing list