summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-12-01 02:24:57 -0800
committerEric Sandall2007-12-01 02:24:57 -0800
commitc469196e858667a22d5dc214ef2963d602d69341 (patch)
treec7f6ab646f2e7bbffa9ce9ae51ac2619a0b2bb89
parent474deb38278c0c272b1e5a93c0038a7ddb264336 (diff)
dvdshrink: Added spell from Daniel Goller (Bug #11796)
-rw-r--r--ChangeLog3
-rwxr-xr-xvideo/dvdshrink/BUILD1
-rwxr-xr-xvideo/dvdshrink/DEPENDS7
-rwxr-xr-xvideo/dvdshrink/DETAILS23
-rw-r--r--video/dvdshrink/HISTORY3
-rwxr-xr-xvideo/dvdshrink/INSTALL8
6 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ea4d2909d..ebdb4e32c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-01 Eric Sandall <sandalle@sourcemage.org>
+ * video/dvdshrink: Added spell from Daniel Goller (Bug #11796)
+
2007-11-30 Eric Sandall <sandalle@sourcemage.org>
* e/e16-themes: Added e16 themes (Bug #14146)
diff --git a/video/dvdshrink/BUILD b/video/dvdshrink/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/video/dvdshrink/BUILD
@@ -0,0 +1 @@
+true
diff --git a/video/dvdshrink/DEPENDS b/video/dvdshrink/DEPENDS
new file mode 100755
index 0000000000..8c8c8d3de0
--- /dev/null
+++ b/video/dvdshrink/DEPENDS
@@ -0,0 +1,7 @@
+depends transcode &&
+depends cdrtools &&
+depends mjpegtools &&
+depends subrip &&
+depends dvd+rw-tools &&
+depends dvdauthor &&
+depends perl-gtk2
diff --git a/video/dvdshrink/DETAILS b/video/dvdshrink/DETAILS
new file mode 100755
index 0000000000..f3222d3eca
--- /dev/null
+++ b/video/dvdshrink/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=dvdshrink
+ VERSION=2.6.1
+ SOURCE=${SPELL}-${VERSION}-6mdk.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+ WEB_SITE=http://dvdshrink.sourceforge.net
+ ENTERED=20060503
+ UPDATED=20060509
+ SOURCE_HASH[0]=sha512:0794282bf2da2a331cd7c75e3a245699ecf7299c1b67ef107651ecf5a3d4c8cee0cc57fbce6fa6455e23fbc054a1df4ed9124c5fe2959c129bb4ee75f76f887c
+ LICENSE[0]=GPL
+ BUILD_API=2
+ KEYWORDS="video"
+ SHORT="Shrinks DVD9 titles to fit on one DVD5, CLI and X GUI is supported"
+cat << EOF
+DVDShrink is a project in BASH and Perl-Gtk2 that allows you to create fair-use archival copies of DVD content on single-layer writable DVDs.
+
+# Command-line and graphical interface
+# Scriptable
+# Copy single movies
+# Copy multiple episodes
+# Selectable audio stream (AC3 only)
+# Option for one subtitle stream per DVD title
+EOF
diff --git a/video/dvdshrink/HISTORY b/video/dvdshrink/HISTORY
new file mode 100644
index 0000000000..88fc160c7c
--- /dev/null
+++ b/video/dvdshrink/HISTORY
@@ -0,0 +1,3 @@
+2006-05-09 Daniel Goller <dgoller@satx.rr.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created spell
+
diff --git a/video/dvdshrink/INSTALL b/video/dvdshrink/INSTALL
new file mode 100755
index 0000000000..8541d271be
--- /dev/null
+++ b/video/dvdshrink/INSTALL
@@ -0,0 +1,8 @@
+for DIR in doc applications; do
+ if [ ! -d /usr/share/$DIR/dvdshrink ]; then
+ mkdir -p /usr/share/$DIR/dvdshrink
+ fi
+done
+
+cp usr/bin/* /usr/bin
+cp -R usr/share/* /usr/share