Update to V0.1.18. Includes many bugfixes and these new features:
* added -print-size/-tsize for burning on the fly in DAO mode or for drives requiering it (like some TEAC drives) * "Detect scsi drive" now also detects if -swab option is needed * now it's possible to choose multiple files/dirs at once in the file selectors * German .po translation by Juergen Lock <nox@jelal.kn-bremen.de> * added icon by chris scheidecker <scheides@theinferno.hextrack.com> * multisession support (not very well tested): * if you leave the "Path to old session" field empty, gcombust will asume this is the first session * if you press the recalc button in multisession mode, it will take into account the old session - this operation takes quite some time! (and I don't know if you can trust the result) * multisession doesn't seem to mix with Joliet (I get "Joliet tree sort failed." from mkisofs), so disable it if you get problems. * the current mkisofs version has a bug you might run into when making sessions (for all but the first session), so if mkisofs segfaults on you for no apparant reason, wait for the next release of cdrecord (or mail me for a patch) * you cannot make multisession CD's on the fly (except for the first session)
This commit is contained in:
parent
b745aec93f
commit
f912542de4
4 changed files with 8 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 1999/06/18 01:14:23 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/07/01 02:15:29 hubertf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gcombust-0.1.15
|
||||
DISTNAME= gcombust-0.1.18
|
||||
CATEGORIES= x11 sysutils
|
||||
MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.2 1999/06/18 01:14:23 hubertf Exp $
|
||||
$NetBSD: md5,v 1.3 1999/07/01 02:15:30 hubertf Exp $
|
||||
|
||||
MD5 (gcombust-0.1.15.tar.gz) = 66efa6b501712e03a20c41f59f46f792
|
||||
MD5 (gcombust-0.1.18.tar.gz) = 99efbd09633bc2605bba8f111a197756
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1 1999/06/18 01:14:23 hubertf Exp $
|
||||
|
||||
--- Makefile.in.orig Fri Jun 18 02:50:58 1999
|
||||
+++ Makefile.in Fri Jun 18 02:51:09 1999
|
||||
@@ -98,7 +98,7 @@
|
||||
localedir = @localedir@
|
||||
|
||||
EXTRA_DIST = reconf configure README.irix TODO ABOUT-NLS
|
||||
-SUBDIRS = m4 doc src intl po
|
||||
+SUBDIRS = m4 doc intl src po
|
||||
|
||||
DISTCLEANFILES = intl/libintl.h
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
@ -1,2 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/15 08:04:51 hubertf Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 1999/07/01 02:15:30 hubertf Exp $
|
||||
bin/gcombust
|
||||
share/locale/sv/LC_MESSAGES/gcombust.mo
|
||||
share/locale/es/LC_MESSAGES/gcombust.mo
|
||||
share/locale/de/LC_MESSAGES/gcombust.mo
|
||||
|
|
Loading…
Reference in a new issue