[Lunar-commits] r23150 - in moonbase/trunk/zbeta: . k9copy vamps

Jason Johnston xoritor at lunar-linux.org
Mon Feb 5 17:21:15 CET 2007


Author: xoritor
Date: 2007-02-05 17:21:14 +0100 (Mon, 05 Feb 2007)
New Revision: 23150

Added:
   moonbase/trunk/zbeta/k9copy/
   moonbase/trunk/zbeta/k9copy/DEPENDS
   moonbase/trunk/zbeta/k9copy/DETAILS
   moonbase/trunk/zbeta/vamps/
   moonbase/trunk/zbeta/vamps/BUILD
   moonbase/trunk/zbeta/vamps/DEPENDS
   moonbase/trunk/zbeta/vamps/DETAILS
Log:
Adding k9copy and vamps to the repo.

k9copy depends on vamps

k9copy is a QT/KDE3 based DVD ripper/shrinker that will keep menus.
vamps is command line DVD backup utility.

k9copy info http://k9copy.sourceforge.net/
vamps info http://vamps.sourceforge.net/



Added: moonbase/trunk/zbeta/k9copy/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/k9copy/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/k9copy/DEPENDS	2007-02-05 16:21:14 UTC (rev 23150)
@@ -0,0 +1,6 @@
+depends qt3 &&
+depends kdelibs3 && 
+depends dvd+rw-tools &&
+depends vamps &&
+optional_depends "" "" "Use k3b for automatic burning."
+

Added: moonbase/trunk/zbeta/k9copy/DETAILS
===================================================================
--- moonbase/trunk/zbeta/k9copy/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/k9copy/DETAILS	2007-02-05 16:21:14 UTC (rev 23150)
@@ -0,0 +1,28 @@
+          MODULE=k9copy
+         VERSION=1.1.0-beta2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:8ae41196385c65c2f35c9e0c450e21ab1e7ebbd9
+        WEB_SITE=http://k9copy.sourceforge.net/
+         ENTERED=20061216
+         UPDATED=20061216
+           SHORT="K9Copy is a small utility which allows the copy of DVD on Linux."
+
+cat << EOF
+K9Copy is a small utility which allows the copy of DVD on Linux.
+The DVD video stream is compressed by the program Vamps.
+
+Copy without menus :
+In this case, dvdauthor is used to create a new DVD structure. It is possible to choose the order in which the video sequences are played.
+
+Copy with menus :
+As dvdauthor does not make it possible to integrate the original menus, K9Copy reproduces the original structure of the DVD. The navigation packs as well as IFO files are modified to point on the compressed MPEG stream.
+
+Features:
+    *  The video stream is compressed to make the DVD fit on 4.7 Gb recordable DVD
+    * DVD Burning
+    * Creation of ISO images
+    * Possibility of selecting the audio tracks and subtitles to be copied
+    * Title preview (video only)
+    * Possibility of preserving the original menus
+EOF

Added: moonbase/trunk/zbeta/vamps/BUILD
===================================================================
--- moonbase/trunk/zbeta/vamps/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/vamps/BUILD	2007-02-05 16:21:14 UTC (rev 23150)
@@ -0,0 +1,6 @@
+(
+
+default_make 
+
+) > $C_FIFO 2>&1
+

Added: moonbase/trunk/zbeta/vamps/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/vamps/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/vamps/DEPENDS	2007-02-05 16:21:14 UTC (rev 23150)
@@ -0,0 +1 @@
+depends dvdauthor 

Added: moonbase/trunk/zbeta/vamps/DETAILS
===================================================================
--- moonbase/trunk/zbeta/vamps/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/vamps/DETAILS	2007-02-05 16:21:14 UTC (rev 23150)
@@ -0,0 +1,15 @@
+          MODULE=vamps
+         VERSION=0.99.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:b25e68508f43bee37156fd83cde09a519e0db778
+        WEB_SITE=http://vamps.sourceforge.net/
+         ENTERED=20061216
+         UPDATED=20061216
+           SHORT="Vamps was written to make cheap backups of DVDs under Linux."
+
+cat << EOF
+Vamps builds a wrapper around the requantizer to extract the elementary MPEG2 video stream from the DVD's program stream, feed it through the requantizer and finally re-pack it into the program stream again. Besides this, Vamps allows to select audio and subtitle streams that should be copied into the output stream. This gives another small gain of disk space, since unwanted streams may be discarded.
+
+Summed up, Vamps is only a very basic, but nevertheless essential tool to transcode DVD videos to a smaller size. Vamps does not need to write temporary data files, which is a major pro. Vamps is very fast. The downside is, that Vamps is not capable to make DVD backups on its own. 
+EOF



More information about the Lunar-commits mailing list