diff options
author | hubertf <hubertf> | 1999-07-01 02:15:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-07-01 02:15:29 +0000 |
commit | 7fb8ccb7950b9f3b0f2f1cae0241f3f26bf660a5 (patch) | |
tree | eaf93307ecd5438127d299238ad209056ee8410b /sysutils/gcombust/Makefile | |
parent | 806ebf54d6a55b6692f9d3d2db2898cd3a5a71c8 (diff) | |
download | pkgsrc-7fb8ccb7950b9f3b0f2f1cae0241f3f26bf660a5.tar.gz |
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)
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 549cd7d042d..15058725580 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -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/ |