Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (177f5d9317343d72f5309c4914fa39fb074cc832)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (177f5d9317343d72f5309c4914fa39fb074cc832)
  • Date: Tue, 19 Sep 2006 03:38:21 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 4 ++++
disk/libburn-pykix/CONFIGURE | 1 +
disk/libburn-pykix/CONFLICTS | 4 ++++
disk/libburn-pykix/DEPENDS | 1 +
disk/libburn-pykix/DETAILS | 21 +++++++++++++++++++++
disk/libburn-pykix/HISTORY | 3 +++
disk/libburn-pykix/INSTALL | 5 +++++
disk/libburn-pykix/PREPARE | 2 ++
disk/libburn-pykix/PRE_BUILD | 3 +++
disk/libburn-pykix/PROVIDES | 1 +
disk/libburn/CONFLICTS | 1 +
disk/libburn/HISTORY | 3 +++
disk/mkisofs/BUILD | 3 +++
disk/mkisofs/CONFLICTS | 3 +++
disk/mkisofs/DEPENDS | 2 ++
disk/mkisofs/DETAILS | 19 +++++++++++++++++++
disk/mkisofs/HISTORY | 3 +++
disk/mkisofs/cdrkit-1.0pre4.tar.gz.sig |binary
18 files changed, 79 insertions(+)

New commits:
commit 177f5d9317343d72f5309c4914fa39fb074cc832
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

libburn: added CONFLICTS

commit af9a238d81b182898be84c5ba712c7d33370b9e8
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

libburn-pykix: new spell

commit 9173df2fef6c6fdf4b3ab515c52397d424eb477d
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

mkisofs: new spell

diff --git a/ChangeLog b/ChangeLog
index 96cef88..851038f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * disk/mkisofs: new spell
+ * disk/libburn-pykix: new spell
+
2006-09-18 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/fluidsynth-dssi: new spell

diff --git a/disk/libburn-pykix/CONFIGURE b/disk/libburn-pykix/CONFIGURE
new file mode 100755
index 0000000..0667894
--- /dev/null
+++ b/disk/libburn-pykix/CONFIGURE
@@ -0,0 +1 @@
+config_query CDRECORD_SYMLINK "Create a cdrecord symlink (might be useful
for front-ends)?" n
diff --git a/disk/libburn-pykix/CONFLICTS b/disk/libburn-pykix/CONFLICTS
new file mode 100755
index 0000000..fd151f8
--- /dev/null
+++ b/disk/libburn-pykix/CONFLICTS
@@ -0,0 +1,4 @@
+conflicts libburn &&
+conflicts cdrkit &&
+conflicts dvdrtools &&
+conflicts cdrtools
diff --git a/disk/libburn-pykix/DEPENDS b/disk/libburn-pykix/DEPENDS
new file mode 100755
index 0000000..ce505e8
--- /dev/null
+++ b/disk/libburn-pykix/DEPENDS
@@ -0,0 +1 @@
+optional_depends mkisofs "" "" "For an ISO generation tool"
diff --git a/disk/libburn-pykix/DETAILS b/disk/libburn-pykix/DETAILS
new file mode 100755
index 0000000..d51cd8a
--- /dev/null
+++ b/disk/libburn-pykix/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libburn-pykix
+if [[ "${LIBBURN_PYKIX_AUTOUPDATE}" == "y" ]];
+then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+ FORCE_DOWNLOAD=ON
+ SOURCE_HINTS=old_svn_compat
+ SOURCE_URL[0]=svn://libburn-svn.pykix.org/trunk:libburn-pykix-svn
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-svn
+ WEB_SITE=http://libburn.pykix.org/
+ ENTERED=20060908
+ LICENSE[0]=GPL
+ SHORT="Fork of the original libburn"
+cat << EOF
+This is a fork of the freedesktops libburn library.
+Libburn is an open-source library for reading, mastering and writing optical
discs.
+EOF
diff --git a/disk/libburn-pykix/HISTORY b/disk/libburn-pykix/HISTORY
new file mode 100644
index 0000000..6b5f1e3
--- /dev/null
+++ b/disk/libburn-pykix/HISTORY
@@ -0,0 +1,3 @@
+2006-09-08 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD, HISTORY: created spell
+ * INSTALL, CONFIGURE, CONFLICTS, PROVIDES: created spell
diff --git a/disk/libburn-pykix/INSTALL b/disk/libburn-pykix/INSTALL
new file mode 100755
index 0000000..80d9682
--- /dev/null
+++ b/disk/libburn-pykix/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+if [[ "$CDRECORD_SYMLINK" == "y" ]]; then
+ ln -s $INSTALL_ROOT/usr/bin/cdrskin $INSTALL_ROOT/usr/bin/cdrecord
+fi
+
diff --git a/disk/libburn-pykix/PREPARE b/disk/libburn-pykix/PREPARE
new file mode 100755
index 0000000..c5999de
--- /dev/null
+++ b/disk/libburn-pykix/PREPARE
@@ -0,0 +1,2 @@
+config_query LIBBURN_PYKIX_AUTOUPDATE \
+ "Automaticaly update the spell on sorcery queue/system-update?" n
diff --git a/disk/libburn-pykix/PRE_BUILD b/disk/libburn-pykix/PRE_BUILD
new file mode 100755
index 0000000..cb5fe98
--- /dev/null
+++ b/disk/libburn-pykix/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+./bootstrap
diff --git a/disk/libburn-pykix/PROVIDES b/disk/libburn-pykix/PROVIDES
new file mode 100755
index 0000000..8bc3ff7
--- /dev/null
+++ b/disk/libburn-pykix/PROVIDES
@@ -0,0 +1 @@
+provides CD-BURN-UTILITY
diff --git a/disk/libburn/CONFLICTS b/disk/libburn/CONFLICTS
new file mode 100755
index 0000000..534f3cf
--- /dev/null
+++ b/disk/libburn/CONFLICTS
@@ -0,0 +1 @@
+conflicts libburn-pykix
diff --git a/disk/libburn/HISTORY b/disk/libburn/HISTORY
index 76e209a..d1650d3 100644
--- a/disk/libburn/HISTORY
+++ b/disk/libburn/HISTORY
@@ -1,3 +1,6 @@
+2006-09-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFLICTS: added
+
2006-05-26 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Removed useless BUILD_API

diff --git a/disk/mkisofs/BUILD b/disk/mkisofs/BUILD
new file mode 100755
index 0000000..c9a2ab6
--- /dev/null
+++ b/disk/mkisofs/BUILD
@@ -0,0 +1,3 @@
+cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr &&
+cd mkisofs &&
+make
diff --git a/disk/mkisofs/CONFLICTS b/disk/mkisofs/CONFLICTS
new file mode 100755
index 0000000..fdf8d25
--- /dev/null
+++ b/disk/mkisofs/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts cdrkit &&
+conflicts dvdrtools &&
+conflicts cdrtools
diff --git a/disk/mkisofs/DEPENDS b/disk/mkisofs/DEPENDS
new file mode 100755
index 0000000..1f2604a
--- /dev/null
+++ b/disk/mkisofs/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake &&
+depends libcap
diff --git a/disk/mkisofs/DETAILS b/disk/mkisofs/DETAILS
new file mode 100755
index 0000000..007e3a7
--- /dev/null
+++ b/disk/mkisofs/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=mkisofs
+ PKG=cdrkit
+ VERSION=1.0pre4
+ SOURCE=${PKG}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${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="Only install mkisofs"
+cat << EOF
+Only install mkisofs from cdrkit.
+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/mkisofs/HISTORY b/disk/mkisofs/HISTORY
new file mode 100644
index 0000000..ccbcee4
--- /dev/null
+++ b/disk/mkisofs/HISTORY
@@ -0,0 +1,3 @@
+2006-09-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS: forked from cdrkit
+ * BUILD, CONFLICTS, HISTORY: forked from cdrkit
diff --git a/disk/mkisofs/cdrkit-1.0pre4.tar.gz.sig
b/disk/mkisofs/cdrkit-1.0pre4.tar.gz.sig
new file mode 100644
index 0000000..cbdbe40
Binary files /dev/null and b/disk/mkisofs/cdrkit-1.0pre4.tar.gz.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page