[Libburn] activity?

Joe Neeman neeman at webone.com.au
Fri Jul 8 01:09:30 EST 2005


I was referring more to general interest in the project than to specific
interest in libisofs. It's been more than a year since the last CVS
commit and I don't want to be beating my head against the wall here
unless other people are interested too.

Having said that, I enclose a patch and 2 tarballs that contain my
libisofs changes:

libisofs_20050708.tar.bz2 contains my libisofs code, based on the code
that Steven submitted a couple months back. The cvs diff was
substantially bigger than the new code so I'm submitting it as a tarball.

new_build.tar.bz2 contains changes I've made to the build system. I
separated all the build stuff into subdirectories. Not much has changed,
but it allows you to build a subdirectory without rebuilding the entire
project. It has mostly new files in it, so I thought a tarball was
better than a diff again.

configure_patch is a 3-liner that updates configure.ac to fit with the
changes introduced in new_build.tar.bz2



Oh yeah, and ALWAYS remember that the next argument to "tar cf" is the
tar file you are about to create. I almost cried when I realised what my
"tar cf libisofs/*.{c,h}" had done... especially when the first file in
the directory contains 800+ lines of unbacked-up code...
-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /cvs/burn/burn/configure.ac,v
retrieving revision 1.24
diff -u -r1.24 configure.ac
--- configure.ac	26 Feb 2004 01:55:43 -0000	1.24
+++ configure.ac	7 Jul 2005 15:03:11 -0000
@@ -69,6 +69,7 @@
 dnl Add compiler-specific flags
 
 dnl See if the user wants aggressive optimizations of the code
+CFLAGS=""
 AC_ARG_ENABLE(debug,
 [  --enable-debug          Disable aggressive optimizations [default=yes]],
               , enable_debug=yes)
@@ -87,6 +88,8 @@
 
 AC_CONFIG_FILES([
 	Makefile
+	libburn/Makefile
+	libisofs/Makefile
 	doc/doxygen.conf
 	libburn-1.pc
 	libisofs-1.pc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libisofs_20050708.tar.bz2
Type: application/octet-stream
Size: 18909 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/libburn/attachments/20050708/bc8586fe/libisofs_20050708.tar-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: new_build.tar.bz2
Type: application/octet-stream
Size: 1168 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/libburn/attachments/20050708/bc8586fe/new_build.tar-0001.obj


More information about the libburn mailing list