Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3bf5955e1d9b412b97b1eb4b61a876040f79fbd1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3bf5955e1d9b412b97b1eb4b61a876040f79fbd1)
  • Date: Mon, 1 Jan 2007 08:38:39 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 9 +++++++++
video/dvdwizard/BUILD | 1 +
video/dvdwizard/DEPENDS | 5 +++++
video/dvdwizard/DETAILS | 16 ++++++++++++++++
video/dvdwizard/HISTORY | 3 +++
video/dvdwizard/INSTALL | 6 ++++++
video/gopedit/DEPENDS | 2 ++
video/gopedit/DETAILS | 16 ++++++++++++++++
video/gopedit/HISTORY | 2 ++
video/gopedit/desktop/gopedit.desktop | 10 ++++++++++
video/lxdvdrip/BUILD | 1 +
video/lxdvdrip/DEPENDS | 7 +++++++
video/lxdvdrip/DETAILS | 16 ++++++++++++++++
video/lxdvdrip/HISTORY | 3 +++
video/lxdvdrip/INSTALL | 2 ++
video/lxdvdrip/Makefile.patch | 34
++++++++++++++++++++++++++++++++++
video/lxdvdrip/PRE_BUILD | 5 +++++
17 files changed, 138 insertions(+)

New commits:
commit 5b8e9c73753ecf6ac596748cf5b787ec253015ad
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

new spells: dvdwizard, gopedit, lxdvdrip

diff --git a/ChangeLog b/ChangeLog
index bb764c6..804f4ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * happy new year to all of you
+ * video/gopedit: new spell, simple programs that lets you merge
+ MPEG2-PS files
+ * video/lxdvdrip: new spell, a command line tool to make a copy
+ from a video DVD
+ * video/dvdwizard: new spell, a set of bash-scripts to aid you
+ in authoring Video-DVDs on Linux
+
2006-12-31 David Brown <dmlb2000 AT gmail.com>
* configs: make sure the gconfd files aren't considered configs

diff --git a/video/dvdwizard/BUILD b/video/dvdwizard/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/dvdwizard/BUILD
@@ -0,0 +1 @@
+true
diff --git a/video/dvdwizard/DEPENDS b/video/dvdwizard/DEPENDS
new file mode 100755
index 0000000..527f8b9
--- /dev/null
+++ b/video/dvdwizard/DEPENDS
@@ -0,0 +1,5 @@
+depends dvdauthor &&
+depends imagemagick &&
+depends mjpegtools &&
+depends twolame &&
+depends transcode
diff --git a/video/dvdwizard/DETAILS b/video/dvdwizard/DETAILS
new file mode 100755
index 0000000..b746e2e
--- /dev/null
+++ b/video/dvdwizard/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=dvdwizard
+ VERSION=0.5
+ SOURCE="$SPELL-$VERSION.tar.gz?download"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:15a927f625853761eda7660f943fab514cc71cad6d7a9d0ef4742d623ef01e86f17ac3b05f141157eb183cde877ff9d935141651f541599b8bd722894e5c98d0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+
WEB_SITE=http://dvdwizard.wershofen.net/index.php?option=com_frontpage&Itemid=1
+ LICENSE[0]=GPL
+ ENTERED=20070101
+ SHORT="a set of bash-scripts to aid you in authoring Video-DVDs
on Linux"
+cat << EOF
+The general idea behind dvdwizard was to automate the creation of a
+full-featured Video-DVD structure from a given MPEG-file and make it as easy
+as possible. On the other hand, it should be flexible enough to let the more
+experienced user adjust the looks of the DVD to his or her liking.
+EOF
diff --git a/video/dvdwizard/HISTORY b/video/dvdwizard/HISTORY
new file mode 100644
index 0000000..9add859
--- /dev/null
+++ b/video/dvdwizard/HISTORY
@@ -0,0 +1,3 @@
+2007-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, HISTORY, INSTALL:
+ created spell
diff --git a/video/dvdwizard/INSTALL b/video/dvdwizard/INSTALL
new file mode 100755
index 0000000..4e4dae0
--- /dev/null
+++ b/video/dvdwizard/INSTALL
@@ -0,0 +1,6 @@
+local INSTALL="install -m 755 -o root -g root"
+
+$INSTALL chaptercheck dvdcpics dvdtguess dvdwizard \
+ dvdwizardrc mk_vmgm mk_vtsm mk_vtsm_info \
+ mk_vtsm_lang mpgprobe txt2png $INSTALL_ROOT/usr/bin &&
+install_config_file dvdwizard.conf.sample $INSTALL_ROOT/etc/dvdwizard.conf
diff --git a/video/gopedit/DEPENDS b/video/gopedit/DEPENDS
new file mode 100755
index 0000000..9b6ca44
--- /dev/null
+++ b/video/gopedit/DEPENDS
@@ -0,0 +1,2 @@
+depends qt-x11 &&
+depends mpeg2dec
diff --git a/video/gopedit/DETAILS b/video/gopedit/DETAILS
new file mode 100755
index 0000000..0e3f7ca
--- /dev/null
+++ b/video/gopedit/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gopedit
+ VERSION=0.2.9
+ SOURCE="gopdit-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://gopdit.ath.cx/$SOURCE
+
SOURCE_HASH=sha512:5b5093dde989deefcff13e1d61b7d9e1eea97cf0e93efcbf08b99cfb2d19ee2429a3aa11a62222c9ad46c4da8fd0d7e7645c597005ecf65b8c5f45f41e8c9224
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/gopdit-$VERSION"
+ WEB_SITE=http://gopdit.ath.cx/
+ LICENSE[0]=GPL
+ ENTERED=20070101
+ SHORT="a simple program that lets you cut and merge MPEG2-PS
files at GOP boundaries without reencoding"
+cat << EOF
+GOPDIT (GOP accurate eDITor) is a simple program that lets you cut and merge
+MPEG2-PS files at GOP boundaries without reencoding. It supports no other
+file types or operations. Its main purpose is to remove commercials from
+TV recordings.
+EOF
diff --git a/video/gopedit/HISTORY b/video/gopedit/HISTORY
new file mode 100644
index 0000000..1e2146c
--- /dev/null
+++ b/video/gopedit/HISTORY
@@ -0,0 +1,2 @@
+2007-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, HISTORYdesktop/gopedit.desktop, : created spell
diff --git a/video/gopedit/desktop/gopedit.desktop
b/video/gopedit/desktop/gopedit.desktop
new file mode 100644
index 0000000..b98e5a7
--- /dev/null
+++ b/video/gopedit/desktop/gopedit.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.2.9
+Name=gopedit
+Type=Application
+Comment=a simple program that lets you cut and merge MPEG2-PS files at GOP
boundaries without reencoding
+Exec=gopedit
+Icon=
+Categories=Applications;Multimedia;Video;
+Term=
diff --git a/video/lxdvdrip/BUILD b/video/lxdvdrip/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/video/lxdvdrip/BUILD
@@ -0,0 +1 @@
+make
diff --git a/video/lxdvdrip/DEPENDS b/video/lxdvdrip/DEPENDS
new file mode 100755
index 0000000..0107c8b
--- /dev/null
+++ b/video/lxdvdrip/DEPENDS
@@ -0,0 +1,7 @@
+depends dvdauthor &&
+depends mplayer &&
+depends dvd+rw-tools &&
+depends vamps &&
+depends dvdbackup &&
+depends transcode &&
+depends dvdwizard
diff --git a/video/lxdvdrip/DETAILS b/video/lxdvdrip/DETAILS
new file mode 100755
index 0000000..562ecf6
--- /dev/null
+++ b/video/lxdvdrip/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=lxdvdrip
+ VERSION=1.62
+ SOURCE="$SPELL-$VERSION.tgz"
+ SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d7f47689725b44a0d5c59167c83b1d0e16075ce2db1a0dab7a2bd0a9264633b14fad85c5ad398a6032bfc089b361bbf219b3f0ab818b5e7df7404ef94716d4e1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
+ WEB_SITE=http://openfacts.berlios.de/index-en.phtml?title=lxdvdrip
+ LICENSE[0]=GPL
+ ENTERED=20070101
+ SHORT="lxdvdrip is a command line tool to make a copy from a
video DVD for private use"
+cat << EOF
+lxdvdrip is a command line tool to make a copy from a video DVD. It automates
+the process of ripping, authoring, previewing, and burning the DVD. It uses
+tools like mplayer, transcode, vamps, dvdauthor, and growisofs. You can
+backup just the main feature without the menu or the whole DVD.
+EOF
diff --git a/video/lxdvdrip/HISTORY b/video/lxdvdrip/HISTORY
new file mode 100644
index 0000000..33361d5
--- /dev/null
+++ b/video/lxdvdrip/HISTORY
@@ -0,0 +1,3 @@
+2007-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, HISTORY,
+ INSTALL, Makefile.patch, PRE_BUILD: created spell
diff --git a/video/lxdvdrip/INSTALL b/video/lxdvdrip/INSTALL
new file mode 100755
index 0000000..e2e13c1
--- /dev/null
+++ b/video/lxdvdrip/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+install_config_file $SOURCE_DIRECTORY/lxdvdrip.conf
$INSTALL_ROOT/etc/lxdvdrip.conf
diff --git a/video/lxdvdrip/Makefile.patch b/video/lxdvdrip/Makefile.patch
new file mode 100644
index 0000000..a8acb44
--- /dev/null
+++ b/video/lxdvdrip/Makefile.patch
@@ -0,0 +1,34 @@
+--- Makefile.orig 2006-12-16 13:35:07.000000000 +0100
++++ Makefile 2006-12-16 23:21:27.000000000 +0100
+@@ -4,26 +4,16 @@
+ HINWEIS2 = 'Comparez le fichier de config. en /etc avec le Changelog'
+
+ all:
+- gcc -g -lm -ldvdread -ldvdnav -lpthread -o lxdvdrip lxdvdrip.c
streamanalyze.c ifo.c dvdinfo.c dvdbackup.c dvdcell.c systools.c vaporize.c
dvdtools.c dvdcopy.c requant.c cputest.c tcmemcpy.c
+- gcc -g -lm -o lxac3scan lxac3scan.c
+- cd vamps && make && cd ..
+- cd dvdbackup && make && cd ..
++ $(CC) $(CFLAGS) -lm -ldvdread -ldvdnav -lpthread -o lxdvdrip
lxdvdrip.c streamanalyze.c ifo.c dvdinfo.c dvdbackup.c dvdcell.c systools.c
vaporize.c dvdtools.c dvdcopy.c requant.c cputest.c tcmemcpy.c
++ $(CC) $(CFLAGS) -lm -o lxac3scan lxac3scan.c
+
+ clean:
+ rm -f lxdvdrip lxac3scan *.o
+- cd vamps && make clean && cd ..
+- cd dvdbackup && make clean && cd ..
+
+ install:
+- cp lxdvdrip $(INSTALLDIR)/bin
+- cp lxac3scan $(INSTALLDIR)/bin
+- cp lxdvdrip.1 $(INSTALLDIR)/man/man1
+- cp lxdvdrip.wav $(INSTALLDIR)/share
+- cd vamps && make install && cd ..
+- cd dvdbackup && make install && cd ..
+- if test -f /etc/lxdvdrip.conf; then echo $(HINWEIS0); fi;
+- if test -f /etc/lxdvdrip.conf; then echo $(HINWEIS1); fi;
+- if test -f /etc/lxdvdrip.conf; then echo $(HINWEIS2); else cp
lxdvdrip.conf /etc; fi;
++ install -m 755 -o root -g root lxdvdrip $(INSTALLDIR)/bin
++ install -m 755 -o root -g root lxac3scan $(INSTALLDIR)/bin
++ install -m 644 -o root -g root lxdvdrip.1 $(INSTALLDIR)/share/man/man1
+
+ uninstall:
+ rm $(INSTALLDIR)/bin/lxdvdrip
diff --git a/video/lxdvdrip/PRE_BUILD b/video/lxdvdrip/PRE_BUILD
new file mode 100755
index 0000000..c262a6c
--- /dev/null
+++ b/video/lxdvdrip/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/Makefile.patch &&
+sedit "s:INSTALLDIR = /usr/local:INSTALLDIR = $INSTALL_ROOT/usr:" \
+ $SOURCE_DIRECTORY/Makefile



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3bf5955e1d9b412b97b1eb4b61a876040f79fbd1), Florian Franzmann, 01/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page