[Lunar-commits] new module. Gnome's CD/DVD burning application

Auke Kok sofar at foo-projects.org
Tue Feb 5 18:13:10 CET 2008


commit 237895381049418a6cb28cb22f7f64b29e8570dc
Author: giorgos chatzipavlis <lazyape at gmail.com>
Date:   Tue Feb 5 18:13:10 2008 +0100

    new module. Gnome's CD/DVD burning application
---
 zbeta/brasero/BUILD   |   13 +++++++++++++
 zbeta/brasero/DEPENDS |    3 +++
 zbeta/brasero/DETAILS |   23 +++++++++++++++++++++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/zbeta/brasero/BUILD b/zbeta/brasero/BUILD
new file mode 100644
index 0000000..75fdde4
--- /dev/null
+++ b/zbeta/brasero/BUILD
@@ -0,0 +1,13 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
+                --enable-inotify \
+                $OPTS                             &&
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/brasero/DEPENDS b/zbeta/brasero/DEPENDS
new file mode 100644
index 0000000..9cccaed
--- /dev/null
+++ b/zbeta/brasero/DEPENDS
@@ -0,0 +1,3 @@
+depends           cdrtools
+optional_depends  "libnotify" "" "--disable-libnotify" \
+                  "enable desktop notification"
diff --git a/zbeta/brasero/DETAILS b/zbeta/brasero/DETAILS
new file mode 100644
index 0000000..d131d6a
--- /dev/null
+++ b/zbeta/brasero/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=brasero
+         VERSION=0.7.0
+           MAJOR=0.7
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+      SOURCE_VFY=sha1:154948d4993b15e1cc919360b627d4621e52d234 
+        WEB_SITE=http://developer.gnome.org/projects/gap/
+         ENTERED=20080119
+         UPDATED=20080119
+           SHORT="Brasero is a CD/DVD mastering tool for the gnome desktop"
+
+cat << EOF
+Brasero (aka Bonfire) is a CD/DVD mastering tool for the gnome desktop. It has been designed to be simple and easy to use.
+ 
+Features:
+
+Supports multiple backends:
+- library libburn.pykix.org (http://libburnia.pykix.org/) in replacement of cdrecord and mkisofs. (optional)
+- growisofs
+- cdrdao
+- cdrkit
+- cdrtools
+EOF


More information about the Lunar-commits mailing list