summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien ROZO2008-11-01 01:19:27 +0100
committerJulien ROZO2008-11-01 01:19:27 +0100
commit95dc7befb466f873a75efa8cd3870e7248e47719 (patch)
tree000744c194233b21778d2d0b6edd0c0e73ebd952
parent6478f6458d9c0b3c4638457bba3eb1ca86352f35 (diff)
k9copy4: new spell, kde4 version of k9copy
-rw-r--r--ChangeLog3
-rwxr-xr-xkde4-apps/k9copy4/DEPENDS8
-rwxr-xr-xkde4-apps/k9copy4/DETAILS32
-rw-r--r--kde4-apps/k9copy4/HISTORY3
4 files changed, 46 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eabdc621f..1fbca6966b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-11-01 Julien "_kaze_" ROZO <julien@rozo.org>
+ * kde4-apps/k9copy4: new spell, kde4 version of k9copy
+
2008-10-31 Treeve Jelbert <treeve@sourcemage.org>
* python-pypi/babel: new spell
* python-pypi/decorator: new spell
diff --git a/kde4-apps/k9copy4/DEPENDS b/kde4-apps/k9copy4/DEPENDS
new file mode 100755
index 0000000000..1b3bb7a70b
--- /dev/null
+++ b/kde4-apps/k9copy4/DEPENDS
@@ -0,0 +1,8 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+depends dvdauthor &&
+depends libdvdread &&
+depends dvd+rw-tools &&
+depends mplayer &&
+depends xine-lib &&
+depends LIBAVCODEC &&
+suggest_depends k3b4 '' '' 'to burn ISO with k3b'
diff --git a/kde4-apps/k9copy4/DETAILS b/kde4-apps/k9copy4/DETAILS
new file mode 100755
index 0000000000..50a2dd0481
--- /dev/null
+++ b/kde4-apps/k9copy4/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=k9copy4
+ SPELLX=k9copy
+ VERSION=2.1.0
+ SOURCE=$SPELLX-$VERSION-Source.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION-Source
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
+ SOURCE_HASH=sha512:6ee1b08936c44782ce385ca09c94ac59b84f82e6cc86c8fc5eb1940ba8367bce55006cd897c2a277b3a8514a0283412e541bf586b62c4a2020f133c2d0e8e551
+ WEB_SITE=http://k9copy.sourceforge.net/
+ ENTERED=20081101
+ LICENSE[0]=GPL
+ KEYWORDS="dvd kde"
+ SHORT="A small utility which allows the copying of a DVD."
+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.
+
+ 1. 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.
+ 2. 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
diff --git a/kde4-apps/k9copy4/HISTORY b/kde4-apps/k9copy4/HISTORY
new file mode 100644
index 0000000000..b4a2f7b7a5
--- /dev/null
+++ b/kde4-apps/k9copy4/HISTORY
@@ -0,0 +1,3 @@
+2008-11-01 Julien "_kaze_" ROZO <julien@rozo.org>
+ * DEPENDS, DETAILS, HISTORY: created this spell
+