Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e174f29cfe9243c9db8c3e9cccb704aac46a9ab6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e174f29cfe9243c9db8c3e9cccb704aac46a9ab6)
  • Date: Sat, 1 Dec 2007 04:29:56 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
video/dvdshrink/BUILD | 1 +
video/dvdshrink/DEPENDS | 7 +++++++
video/dvdshrink/DETAILS | 21 +++++++++++++++++++++
video/dvdshrink/HISTORY | 8 ++++++++
video/dvdshrink/INSTALL | 8 ++++++++
6 files changed, 48 insertions(+)

New commits:
commit e174f29cfe9243c9db8c3e9cccb704aac46a9ab6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dvdshrink: Cleanups (install_root, formatting, remove deprecated
variables)

commit c469196e858667a22d5dc214ef2963d602d69341
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dvdshrink: Added spell from Daniel Goller (Bug #11796)

diff --git a/ChangeLog b/ChangeLog
index 7ea4d29..ebdb4e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-01 Eric Sandall <sandalle AT sourcemage.org>
+ * video/dvdshrink: Added spell from Daniel Goller (Bug #11796)
+
2007-11-30 Eric Sandall <sandalle AT 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 0000000..27ba77d
--- /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 0000000..26333a9
--- /dev/null
+++ b/video/dvdshrink/DEPENDS
@@ -0,0 +1,7 @@
+depends cdrtools &&
+depends dvdauthor &&
+depends dvd+rw-tools &&
+depends mjpegtools &&
+depends perl-gtk2 &&
+depends subrip &&
+depends transcode
diff --git a/video/dvdshrink/DETAILS b/video/dvdshrink/DETAILS
new file mode 100755
index 0000000..4d8988b
--- /dev/null
+++ b/video/dvdshrink/DETAILS
@@ -0,0 +1,21 @@
+ 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
+
SOURCE_HASH[0]=sha512:0794282bf2da2a331cd7c75e3a245699ecf7299c1b67ef107651ecf5a3d4c8cee0cc57fbce6fa6455e23fbc054a1df4ed9124c5fe2959c129bb4ee75f76f887c
+ LICENSE[0]=GPL
+ 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 0000000..6360eeb
--- /dev/null
+++ b/video/dvdshrink/HISTORY
@@ -0,0 +1,8 @@
+2007-12-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Removed UPDATED and BUILD_API
+ * DEPENDS: Alphabetize and format
+ * INSTALL: Use INSTALL_ROOT
+
+2006-05-09 Daniel Goller <dgoller AT satx.rr.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created spell
+
diff --git a/video/dvdshrink/INSTALL b/video/dvdshrink/INSTALL
new file mode 100755
index 0000000..db27571
--- /dev/null
+++ b/video/dvdshrink/INSTALL
@@ -0,0 +1,8 @@
+for DIR in doc applications; do
+ if [ ! -d $INSTALL_ROOT/usr/share/$DIR/dvdshrink ]; then
+ mkdir -p $INSTALL_ROOT/usr/share/$DIR/dvdshrink
+ fi
+done
+
+cp usr/bin/* $INSTALL_ROOT/usr/bin
+cp -R usr/share/* $INSTALL_ROOT/usr/share



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e174f29cfe9243c9db8c3e9cccb704aac46a9ab6), Eric Sandall, 12/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page