Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (39d894fcf3c585b6c062595a1117af5ea5bdc725)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (39d894fcf3c585b6c062595a1117af5ea5bdc725)
  • Date: Sun, 27 Aug 2006 16:00:34 -0500

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

ChangeLog | 3 +
dev/null |binary
video/dvdrip/BUILD | 3 +
video/dvdrip/CONFLICTS | 1
video/dvdrip/DEPENDS | 57 +++++++++++++++++++++++
video/dvdrip/DETAILS | 19 +++++++
video/dvdrip/HISTORY | 3 +
video/dvdrip/dvdrip-0.98.1.tar.gz.sig |binary
video/video-dvdrip/BUILD | 4 -
video/video-dvdrip/DEPENDS | 68
----------------------------
video/video-dvdrip/DETAILS | 11 ++--
video/video-dvdrip/HISTORY | 4 +
video/video-dvdrip/INSTALL | 1
video/video-dvdrip/PRE_BUILD | 1
video/video-dvdrip/TRIGGERS | 1
video/video-dvdrip/dvdrip-0.98.1.tar.gz.sig | 0
16 files changed, 101 insertions(+), 75 deletions(-)

New commits:
commit e0a1d66b65f033cfd3bd6ec6ad7d852ac13082b5
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

video-dvdrip: deprecated
dvdrip: new spell, replace video-dvdrip (bug #11545)
cd burning dependencies have been removed

diff --git a/ChangeLog b/ChangeLog
index 6ac35ae..33345a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-27 Flavien Bridault <vlaaad AT sourcemage.org>
+ * disk/video-dvdrip: deprecated in favour of dvdrip (bug #11545)
+
2006-08-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* perl-cpan/perlqt: new spell, perl bindings for QT
* disk/qvamps: new spell, QT frontend for vamps
diff --git a/video/dvdrip/BUILD b/video/dvdrip/BUILD
new file mode 100755
index 0000000..239526a
--- /dev/null
+++ b/video/dvdrip/BUILD
@@ -0,0 +1,3 @@
+perl Makefile.PL INSTALLDIRS=vendor &&
+make &&
+make test
diff --git a/video/dvdrip/CONFLICTS b/video/dvdrip/CONFLICTS
new file mode 100755
index 0000000..4ff5891
--- /dev/null
+++ b/video/dvdrip/CONFLICTS
@@ -0,0 +1 @@
+conflicts video-dvdrip y
diff --git a/video/dvdrip/DEPENDS b/video/dvdrip/DEPENDS
new file mode 100755
index 0000000..d2ab9d4
--- /dev/null
+++ b/video/dvdrip/DEPENDS
@@ -0,0 +1,57 @@
+depends libintl-perl &&
+depends imagemagick &&
+depends transcode &&
+depends perl-gtk2 &&
+depends gtk2-ex-formfactory &&
+depends event-execflow &&
+depends event-rpc &&
+
+optional_depends subrip \
+ "" \
+ "" \
+ "for subtitle support" &&
+
+optional_depends rar2 \
+ "" \
+ "" \
+ "for compressed subtitles" &&
+
+optional_depends mplayer \
+ "" \
+ "" \
+ "For subtitle vobsub viewing" &&
+
+optional_depends ogmtools \
+ "" \
+ "" \
+ "Needed for OGG/Vorbis" &&
+
+optional_depends mjpegtools \
+ "" \
+ "" \
+ "Needed for (S)VCD encoding" &&
+
+optional_depends vcdimager-unstable \
+ "" \
+ "" \
+ "Needed for (S)VCD burning" &&
+
+optional_depends xine-ui \
+ "" \
+ "" \
+ "Can be used to view DVD's/files" &&
+
+optional_depends fping \
+ "" \
+ "" \
+ "Only for cluster mode master" &&
+
+optional_depends xvid4conf \
+ "" \
+ "" \
+ "for xvid configuration tool" &&
+
+optional_depends lsdvd \
+ "" \
+ "" \
+ "for faster DVD TOC reading"
diff --git a/video/dvdrip/DETAILS b/video/dvdrip/DETAILS
new file mode 100755
index 0000000..f758992
--- /dev/null
+++ b/video/dvdrip/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=dvdrip
+ VERSION=0.98.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/J/JR/JRED/$SOURCE
+ SOURCE_URL[1]=http://www.exit1.org/dvdrip/dist/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ LICENSE=PERL
+ WEB_SITE=http://www.exit1.org/dvdrip/index.cipp
+ ENTERED=20060827
+ KEYWORDS="dvd video perl"
+ SHORT='dvd::rip is a full featured DVD copy program written in
Perl'
+cat << EOF
+dvd::rip is a full featured DVD copy program written in Perl.
+It provides an easy to use but feature-rich Gtk+ GUI to control
+almost all aspects of the ripping and transcoding process. It uses
+the widely known video processing swissknife transcode and many
+other Open Source tools.
+EOF
diff --git a/video/dvdrip/HISTORY b/video/dvdrip/HISTORY
new file mode 100644
index 0000000..175aad4
--- /dev/null
+++ b/video/dvdrip/HISTORY
@@ -0,0 +1,3 @@
+2006-08-27 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Created spell
+
diff --git a/video/dvdrip/dvdrip-0.98.1.tar.gz.sig
b/video/dvdrip/dvdrip-0.98.1.tar.gz.sig
new file mode 100644
index 0000000..41ccd66
Binary files /dev/null and b/video/dvdrip/dvdrip-0.98.1.tar.gz.sig differ
diff --git a/video/video-dvdrip/BUILD b/video/video-dvdrip/BUILD
index 239526a..27ba77d 100755
--- a/video/video-dvdrip/BUILD
+++ b/video/video-dvdrip/BUILD
@@ -1,3 +1 @@
-perl Makefile.PL INSTALLDIRS=vendor &&
-make &&
-make test
+true
diff --git a/video/video-dvdrip/DEPENDS b/video/video-dvdrip/DEPENDS
index 1acea4e..8519640 100755
--- a/video/video-dvdrip/DEPENDS
+++ b/video/video-dvdrip/DEPENDS
@@ -1,67 +1 @@
-depends libintl-perl &&
-depends imagemagick &&
-depends transcode &&
-depends perl-gtk2 &&
-depends gtk2-ex-formfactory &&
-depends event-execflow &&
-depends event-rpc &&
-
-optional_depends subrip \
- "" \
- "" \
- "for subtitle support" &&
-
-optional_depends rar2 \
- "" \
- "" \
- "for compressed subtitles" &&
-
-optional_depends mplayer \
- "" \
- "" \
- "For subtitle vobsub viewing" &&
-
-optional_depends ogmtools \
- "" \
- "" \
- "Needed for OGG/Vorbis" &&
-
-optional_depends mjpegtools \
- "" \
- "" \
- "Needed for (S)VCD encoding" &&
-
-optional_depends cdrdao \
- "" \
- "" \
- "Needed for (S)VCD burning" &&
-
-optional_depends vcdimager-unstable \
- "" \
- "" \
- "Needed for (S)VCD burning" &&
-
-optional_depends cdrtools \
- "" \
- "" \
- "Needed for AVI/OGG burning" &&
-
-optional_depends xine-ui \
- "" \
- "" \
- "Can be used to view DVD's/files" &&
-
-optional_depends fping \
- "" \
- "" \
- "Only for cluster mode master" &&
-
-optional_depends xvid4conf \
- "" \
- "" \
- "for xvid configuration tool" &&
-
-optional_depends lsdvd \
- "" \
- "" \
- "for faster DVD TOC reading"
+depends dvdrip
diff --git a/video/video-dvdrip/DETAILS b/video/video-dvdrip/DETAILS
index 134b5ea..c8b5d72 100755
--- a/video/video-dvdrip/DETAILS
+++ b/video/video-dvdrip/DETAILS
@@ -1,13 +1,14 @@
SPELL=video-dvdrip
VERSION=0.98.1
- SOURCE=dvdrip-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/dvdrip-$VERSION
- SOURCE_URL[0]=http://www.cpan.org/authors/id/J/JR/JRED/$SOURCE
- SOURCE_URL[1]=http://www.exit1.org/dvdrip/dist/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+# SOURCE=dvdrip-$VERSION.tar.gz
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/dvdrip-$VERSION
+# SOURCE_URL[0]=http://www.cpan.org/authors/id/J/JR/JRED/$SOURCE
+# SOURCE_URL[1]=http://www.exit1.org/dvdrip/dist/$SOURCE
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
LICENSE=PERL
WEB_SITE=http://www.exit1.org/dvdrip/index.cipp
ENTERED=20030113
+ PATCHLEVEL=1
KEYWORDS="dvd video perl"
SHORT='dvd::rip is a full featured DVD copy program written in
Perl'
cat << EOF
diff --git a/video/video-dvdrip/HISTORY b/video/video-dvdrip/HISTORY
index 30491b7..2ba5e1e 100644
--- a/video/video-dvdrip/HISTORY
+++ b/video/video-dvdrip/HISTORY
@@ -1,3 +1,7 @@
+2006-08-27 Flavien Bridault <vlaaad AT sourcemage.org>
+ * Deprecated spell in favour of dvdrip, software name has changed
+ (bug #11545)
+
2006-08-26 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 0.98.1, updated SOURCE_URL[1], updated SOURCE
and
SOURCE_DIRECTORY
diff --git a/video/video-dvdrip/INSTALL b/video/video-dvdrip/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/video-dvdrip/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/video/video-dvdrip/PRE_BUILD b/video/video-dvdrip/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/video-dvdrip/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/video/video-dvdrip/TRIGGERS b/video/video-dvdrip/TRIGGERS
new file mode 100755
index 0000000..8ad5847
--- /dev/null
+++ b/video/video-dvdrip/TRIGGERS
@@ -0,0 +1 @@
+on_cast video-dvdrip dispel_self
diff --git a/video/video-dvdrip/dvdrip-0.98.1.tar.gz.sig
b/video/video-dvdrip/dvdrip-0.98.1.tar.gz.sig
deleted file mode 100644
index 41ccd66..0000000
Binary files a/video/video-dvdrip/dvdrip-0.98.1.tar.gz.sig and /dev/null
differ



  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (39d894fcf3c585b6c062595a1117af5ea5bdc725), Flavien Bridault, 08/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page