[Lunar-commits] CVS: moonbase/cd/burgner BUILD, 1.5, 1.6 DETAILS,
1.2, 1.3
Terry Chan
tchan at lunar-linux.org
Sun Mar 14 23:42:10 GMT 2004
Update of /var/cvs/lunar/moonbase/cd/burgner
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1458
Modified Files:
BUILD DETAILS
Log Message:
Fixed this module to compile correctly under gcc-3.3.3. It was also missing
quotation marks in the BUILD script. Reformatted the DETAILS file.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/cd/burgner/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 24 Dec 2003 14:43:56 -0000 1.5
+++ BUILD 14 Mar 2004 23:42:08 -0000 1.6
@@ -1,6 +1,9 @@
(
-export OPTS=$OPTS --enable-plugin-gestures"
-default_build
+ export OPTS="$OPTS --enable-plugin-gestures"
+ # gcc-3.3.x fix
+ sedit "s/##i##/i/g" libburgnerisofs/burgner-isofs-tree-volume-descriptor.c &&
+ sedit "s/##i/i/g" libburgnerisofs/burgner-isofs-tree-volume-descriptor.c &&
+ default_build
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/cd/burgner/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 12 Sep 2003 03:52:29 -0000 1.2
+++ DETAILS 14 Mar 2004 23:42:08 -0000 1.3
@@ -5,15 +5,19 @@
SOURCE_URL[0]=http://burgner.tuxfamily.org/$SOURCE
WEB_SITE=http://burgner.tuxfamily.org
ENTERED=20030907
- UPDATED=20030912
- MAINTAINER=nhudson at lunar-linux.org
- SHORT="The Burgner project aims to be a complete free burning
-suite, totally rewritten from scratch"
+ UPDATED=20040314
+ MAINTAINER=nhudson at lunar-linux.org
+ SHORT="Aims to be a completely free burning suite"
cat << EOF
The Burgner project aims to be a complete free burning suite, totally
rewritten from scratch.
-* can generate ISO9660 images, with the RockRidge and ElTorito extensions (these extensions are obviously optional), directories relocating (infinite directory level support with RockRidge), with various optimizations (inodes caching, optimal file system's items arranging, etc.).
+* can generate ISO9660 images, with the RockRidge and ElTorito extensions
+ (these extensions are obviously optional), directories relocating
+ (infinite directory level support with RockRidge), with various optimizations
+ (inodes caching, optimal file system's items arranging, etc.).
* can burn CD-DA and CD-ROM tracks (to MMC compliants drives).
-* can burn CD-EXTRA ! (CDs that contains audio and data, but that seems to be "audio-only" CDs in CD players (no first void track). See below.
-* fully asynchronous and event-oriented API, designed to be easily used within a GTK+/GNOME application.
+* can burn CD-EXTRA ! (CDs that contains audio and data, but that seems to be
+ "audio-only" CDs in CD players (no first void track). See below.
+* fully asynchronous and event-oriented API, designed to be easily used within
+ a GTK+/GNOME application.
EOF
More information about the Lunar-commits
mailing list