[Lunar-commits] <moonbase> HandBrake: A nice video recoder

Samuel Verstraete elangelo at lunar-linux.org
Fri Mar 13 16:02:58 CET 2009


commit ffc38d6f920a31ffa4238386b5d05fe9071e7a0f
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Sun Jan 4 21:03:05 2009 +0100

    HandBrake: A nice video recoder
---
 video/HandBrake/BUILD   |   17 +++++++++++++++++
 video/HandBrake/DEPENDS |    1 +
 video/HandBrake/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/video/HandBrake/BUILD b/video/HandBrake/BUILD
new file mode 100644
index 0000000..d654ad0
--- /dev/null
+++ b/video/HandBrake/BUILD
@@ -0,0 +1,17 @@
+(
+  tar xjf $SOURCE_CACHE/$SOURCE1 -C $SOURCE_DIRECTORY/contrib/ --strip-components=1 && 
+  make && 
+  cd gtk &&
+  ./autogen.sh --prefix=/usr &&
+  make &&
+  prepare_install && 
+  make install
+
+#  install -m755 HandBrakeCLI /usr/bin/ 
+#
+
+
+
+
+) > $C_FIFO 2>&1
+
diff --git a/video/HandBrake/DEPENDS b/video/HandBrake/DEPENDS
new file mode 100644
index 0000000..05cab96
--- /dev/null
+++ b/video/HandBrake/DEPENDS
@@ -0,0 +1 @@
+depends gtkhtml3
diff --git a/video/HandBrake/DETAILS b/video/HandBrake/DETAILS
new file mode 100644
index 0000000..a2bfbfc
--- /dev/null
+++ b/video/HandBrake/DETAILS
@@ -0,0 +1,20 @@
+        MODULE=HandBrake
+       VERSION=0.9.3
+        SOURCE=$MODULE-$VERSION.tar.gz
+    SOURCE_URL=http://download.m0k.org/handbrake/releases
+    SOURCE_VFY=sha1:f52389b1226bf81ba58bca67f3a1aa468cfee624
+       SOURCE1=HandBrakeContrib.tar.bz2
+   SOURCE1_URL=http://foo-projects.org/~elangelo/
+   SOURCE1_VFY=sha1:2db049571427b65cd3e89245adef51a0e0466433
+         PSAFE=no
+       ENTERED=20080104
+       UPDATED=20080104
+         SHORT="friendly video recoder with retarded devs"
+
+cat << EOF
+HandBrake is an open-source GPL-licensed, multiplatform, multithreaded DVD to
+MPEG-4 converter.
+This module only install HandBrakeCLI. If you want the gtk interface, install 
+HandBrakeGTK.
+EOF
+


More information about the Lunar-commits mailing list