Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (0907931e14fe4cbb10e15d879301cb9fc0896cc8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (0907931e14fe4cbb10e15d879301cb9fc0896cc8)
  • Date: Thu, 6 Jul 2006 11:49:25 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

disk/vcdimager-unstable/DETAILS | 15 ++++++---------
disk/vcdimager-unstable/HISTORY | 6 ++++++
disk/vcdimager-unstable/PROVIDES | 2 +-
disk/vcdimager-unstable/TRIGGERS | 1 +
disk/vcdimager/DETAILS | 5 ++---
disk/vcdimager/HISTORY | 4 ++++
disk/vcdimager/PROVIDES | 2 +-
video/kavi2svcd/DEPENDS | 2 +-
video/kavi2svcd/HISTORY | 3 +++
9 files changed, 25 insertions(+), 15 deletions(-)

New commits:
commit 0907931e14fe4cbb10e15d879301cb9fc0896cc8
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

Updated vcdimager-unstable to 0.7.23 and added a trigger to check for
libcdio changes, fixed URLs for both vcdimagers, changed vcdimagers'
provider name from VCDImager to VCDIMAGER, updated kavi2svcd to depend
on new provider name.

diff --git a/disk/vcdimager-unstable/DETAILS b/disk/vcdimager-unstable/DETAILS
index 92a4cbf..dec2df6 100755
--- a/disk/vcdimager-unstable/DETAILS
+++ b/disk/vcdimager-unstable/DETAILS
@@ -1,17 +1,15 @@
SPELL=vcdimager-unstable
- VERSION=0.7.22
- SOURCE=vcdimager-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/vcdimager-${VERSION}
-
SOURCE_URL[0]=http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7/${SOURCE}
-
SOURCE_HASH=sha512:693d2e607c2575d6372c4ad36a2e7214f2712563f7c99998ed654a59532fd344072a2e72ce1cf1f2aad174ba3661fb05b07ccc39d9c75321f3c820eb326c4417
- WEB_SITE=http://www.vcdimager.org
+ VERSION=0.7.23
+ SOURCE=vcdimager-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/vcdimager-$VERSION
+ SOURCE_URL[0]=$GNU_URL/vcdimager/$SOURCE
+
SOURCE_HASH=sha512:823242ac0d9a8174953f211aeb91d47658ffc1d11163e7ad12965d55d70b2829aac7e373fc4a820eafcee48afdc229011b1c91438133ba46c985acf6d085e893
+ WEB_SITE=http://www.gnu.org/software/vcdimager/
LICENSE[0]=GPL
ENTERED=20030424
- UPDATED=20030424
KEYWORDS="disk"
SHORT="Makes Bin/Cue files in VideoCD (VCD) format from mpeg
videos"
cat << EOF
-
GNU VCDImager is a full-featured mastering suite for authoring,
disassembling and analyzing Video CD's and Super Video CD's.

@@ -22,5 +20,4 @@ GNU/Linux, MacOS, Win32 or any other OS
images can be burned with cdrdao (please use a recent version, since older
ones do not support BIN/CUE-style cuesheets) under GNU/Linux (and other
supported platforms by cdrdao, e.g. freeBSD, Irix, Solaris and even win32)
-
EOF
diff --git a/disk/vcdimager-unstable/HISTORY b/disk/vcdimager-unstable/HISTORY
index bc1f4f6..e97e162 100644
--- a/disk/vcdimager-unstable/HISTORY
+++ b/disk/vcdimager-unstable/HISTORY
@@ -1,3 +1,9 @@
+2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.7.23, fixed SOURCE_URL and WEB_SITE,
+ removed UPDATED.
+ * PROVIDES: Changed VCDImager to VCDIMAGER.
+ * TRIGGERS: Added, on_cast libcdio check_self.
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/disk/vcdimager-unstable/PROVIDES
b/disk/vcdimager-unstable/PROVIDES
index 738e554..43e7e33 100755
--- a/disk/vcdimager-unstable/PROVIDES
+++ b/disk/vcdimager-unstable/PROVIDES
@@ -1 +1 @@
-VCDImager
+VCDIMAGER
diff --git a/disk/vcdimager-unstable/TRIGGERS
b/disk/vcdimager-unstable/TRIGGERS
new file mode 100755
index 0000000..f886266
--- /dev/null
+++ b/disk/vcdimager-unstable/TRIGGERS
@@ -0,0 +1 @@
+on_cast libcdio check_self
diff --git a/disk/vcdimager/DETAILS b/disk/vcdimager/DETAILS
index 782e4b4..9305808 100755
--- a/disk/vcdimager/DETAILS
+++ b/disk/vcdimager/DETAILS
@@ -2,12 +2,11 @@
VERSION=0.6.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.vcdimager.org/pub/vcdimager/vcdimager-0.6/$SOURCE
+ SOURCE_URL[0]=$GNU_URL/vcdimager/$SOURCE

SOURCE_HASH=sha512:c36574b93a4657f0b445c1dee9ad249c53d53239a841d5a4678ed5575fbf37d1e01578c733527a728c8c87b1ad6f083e6d6b7318d73d75788b8b651fc42ac631
- WEB_SITE=http://www.vcdimager.org
+ WEB_SITE=http://www.gnu.org/software/vcdimager/
LICENSE[0]=GPL
ENTERED=20020328
- UPDATED=20020328
KEYWORDS="disk"
SHORT="Makes Bin/Cue files in VideoCD (VCD) format from mpeg
videos"
cat << EOF
diff --git a/disk/vcdimager/HISTORY b/disk/vcdimager/HISTORY
index 59412cf..286714f 100644
--- a/disk/vcdimager/HISTORY
+++ b/disk/vcdimager/HISTORY
@@ -1,3 +1,7 @@
+2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL and WEB_SITE, removed UPDATED.
+ * PROVIDES: Changed VCDImager to VCDIMAGER.
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/disk/vcdimager/PROVIDES b/disk/vcdimager/PROVIDES
index 738e554..43e7e33 100755
--- a/disk/vcdimager/PROVIDES
+++ b/disk/vcdimager/PROVIDES
@@ -1 +1 @@
-VCDImager
+VCDIMAGER
diff --git a/video/kavi2svcd/DEPENDS b/video/kavi2svcd/DEPENDS
index 2928d92..0c0c871 100755
--- a/video/kavi2svcd/DEPENDS
+++ b/video/kavi2svcd/DEPENDS
@@ -1,4 +1,4 @@
-depends VCDImager &&
+depends VCDIMAGER &&
depends kdelibs &&
depends transcode &&
depends mjpegtools &&
diff --git a/video/kavi2svcd/HISTORY b/video/kavi2svcd/HISTORY
index 6440fcd..6d5e0d7 100644
--- a/video/kavi2svcd/HISTORY
+++ b/video/kavi2svcd/HISTORY
@@ -1,3 +1,6 @@
+2006-07-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Changed depends VCDImager to VCDIMAGER.
+
2006-04-03 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 0.8.7




  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (0907931e14fe4cbb10e15d879301cb9fc0896cc8), Juuso Alasuutari, 07/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page