Skip to Content.
Sympa Menu

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

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 (84b6e09deb23a4e2c5b6e9cf80d50ffa2a16753b)
  • Date: Wed, 13 Sep 2006 04:38:01 -0500

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

ChangeLog | 3 +++
disk/cdrkit/BUILD | 2 ++
disk/cdrkit/CONFIGURE | 1 +
disk/cdrkit/CONFLICTS | 2 ++
disk/cdrkit/DEPENDS | 1 +
disk/cdrkit/DETAILS | 17 +++++++++++++++++
disk/cdrkit/HISTORY | 4 ++++
disk/cdrkit/INSTALL | 4 ++++
disk/cdrkit/PROVIDES | 1 +
disk/cdrkit/cdrkit-1.0pre4.tar.gz.sig |binary
disk/cdrtools/CONFLICTS | 2 +-
disk/cdrtools/HISTORY | 3 +++
disk/dvdrtools/CONFLICTS | 3 ++-
disk/dvdrtools/HISTORY | 3 +++
14 files changed, 44 insertions(+), 2 deletions(-)

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

cdrkit: new spell, debian fork of cdrtools

commit b36b7af073ceadefd0f6794f671494ed72d26279
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

cdrtools: conflicts with new spell cdrkit

commit afa718ae1ef7e48adc315aa43c89c3ff821196fd
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

dvdrtools: conflicts with new spell cdrkit

diff --git a/ChangeLog b/ChangeLog
index 2d5f956..ea2aed1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-13 Flavien Bridault <vlaaad AT sourcemage.org>
+ * disk/cdrkit: added, cdrtools fork from Debian
+
2006-09-12 Eric Sandall <eric AT sandall.us>
* e/edvi: Added E17 DVI viewer
* doc/vflib3: Added a font rasterizer library
diff --git a/disk/cdrkit/BUILD b/disk/cdrkit/BUILD
new file mode 100755
index 0000000..aef7765
--- /dev/null
+++ b/disk/cdrkit/BUILD
@@ -0,0 +1,2 @@
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr &&
+make
diff --git a/disk/cdrkit/CONFIGURE b/disk/cdrkit/CONFIGURE
new file mode 100755
index 0000000..0667894
--- /dev/null
+++ b/disk/cdrkit/CONFIGURE
@@ -0,0 +1 @@
+config_query CDRECORD_SYMLINK "Create a cdrecord symlink (might be useful
for front-ends)?" n
diff --git a/disk/cdrkit/CONFLICTS b/disk/cdrkit/CONFLICTS
new file mode 100755
index 0000000..0f734d4
--- /dev/null
+++ b/disk/cdrkit/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts dvdrtools &&
+conflicts cdrtools
diff --git a/disk/cdrkit/DEPENDS b/disk/cdrkit/DEPENDS
new file mode 100755
index 0000000..25c5ef7
--- /dev/null
+++ b/disk/cdrkit/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/disk/cdrkit/DETAILS b/disk/cdrkit/DETAILS
new file mode 100755
index 0000000..0a82700
--- /dev/null
+++ b/disk/cdrkit/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=cdrkit
+ VERSION=1.0pre4
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=http://debburn.alioth.debian.org/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ WEB_SITE=http://debburn.alioth.debian.org/
+ ENTERED=20060913
+ LICENSE[0]=GPL
+ KEYWORDS="disk"
+ SHORT="Create home-burned CDs with a CD-R/CD-RW recorder"
+cat << EOF
+cdrkit is CD Recording Kit, a collection of applications related to creation
of
+optical disk media on Unix platforms. It is heavily based on the cdrtools
+package (partially developed and maintained by Joerg Schilling before), but
is
+maintained independently.
+EOF
diff --git a/disk/cdrkit/HISTORY b/disk/cdrkit/HISTORY
new file mode 100644
index 0000000..ea56d0d
--- /dev/null
+++ b/disk/cdrkit/HISTORY
@@ -0,0 +1,4 @@
+2006-09-13 Flavien Bridault <vlaaad AT sourcemage.org>
+ * BUILD, CONFIGURE, CONFLICTS, DEPENDS, DETAILS, INSTALL, PROVIDES:
+ Created spell
+
diff --git a/disk/cdrkit/INSTALL b/disk/cdrkit/INSTALL
new file mode 100755
index 0000000..661a1e8
--- /dev/null
+++ b/disk/cdrkit/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+if [ "$CDRECORD_SYMLINK" = "y" ]; then
+ ln -s $INSTALL_ROOT/usr/bin/wodim $INSTALL_ROOT/usr/bin/cdrecord
+fi
diff --git a/disk/cdrkit/PROVIDES b/disk/cdrkit/PROVIDES
new file mode 100755
index 0000000..8bc3ff7
--- /dev/null
+++ b/disk/cdrkit/PROVIDES
@@ -0,0 +1 @@
+provides CD-BURN-UTILITY
diff --git a/disk/cdrkit/cdrkit-1.0pre4.tar.gz.sig
b/disk/cdrkit/cdrkit-1.0pre4.tar.gz.sig
new file mode 100644
index 0000000..cbdbe40
Binary files /dev/null and b/disk/cdrkit/cdrkit-1.0pre4.tar.gz.sig differ
diff --git a/disk/cdrtools/CONFLICTS b/disk/cdrtools/CONFLICTS
index 581695f..71c625d 100755
--- a/disk/cdrtools/CONFLICTS
+++ b/disk/cdrtools/CONFLICTS
@@ -1,2 +1,2 @@
conflicts dvdrtools &&
-conflicts cdrutils
+conflicts cdrkit
diff --git a/disk/cdrtools/HISTORY b/disk/cdrtools/HISTORY
index 834bc81..6871286 100644
--- a/disk/cdrtools/HISTORY
+++ b/disk/cdrtools/HISTORY
@@ -1,3 +1,6 @@
+2006-09-13 Flavien Bridault <vlaaad AT sourcemage.org>
+ * CONFLICTS: added cdrkit, removed cdrutils (doesn't exist)
+
2006-07-11 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 2.01.01a11

diff --git a/disk/dvdrtools/CONFLICTS b/disk/dvdrtools/CONFLICTS
index 7bc1c0f..051a5be 100755
--- a/disk/dvdrtools/CONFLICTS
+++ b/disk/dvdrtools/CONFLICTS
@@ -1 +1,2 @@
-conflicts cdrtools
+conflicts cdrtools &&
+conflicts cdrkit
diff --git a/disk/dvdrtools/HISTORY b/disk/dvdrtools/HISTORY
index 44008ee..c1171ac 100644
--- a/disk/dvdrtools/HISTORY
+++ b/disk/dvdrtools/HISTORY
@@ -1,3 +1,6 @@
+2006-09-13 Flavien Bridault <vlaaad AT sourcemage.org>
+ * CONFLICTS: added cdrkit
+
2006-04-06 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: updated WEB_SITE
* CONFIGURE: doesn't work without root perms, deleted burning group



  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (84b6e09deb23a4e2c5b6e9cf80d50ffa2a16753b), Flavien Bridault, 09/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page