diff options
author | rh <rh> | 2003-01-15 07:48:06 +0000 |
---|---|---|
committer | rh <rh> | 2003-01-15 07:48:06 +0000 |
commit | fa4983be4e0da8f27caaf776d59939eaa3f30040 (patch) | |
tree | bf1dc0b013f2241f5021ed8e0e87c2e019a0d2bb /sysutils/gcombust/Makefile | |
parent | 25a16e6fe1d1894ed72c73066ba9800570ea4123 (diff) | |
download | pkgsrc-fa4983be4e0da8f27caaf776d59939eaa3f30040.tar.gz |
Update gcombust to 0.1.53. Changes include:
Version 0.1.53 Oct 27 2002
BUGFIXES:
* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
* pl.po update by pbs <pbs@linux.net.pl>
* added a space in the progresswindow
* vol id can be max 32 chars
* progressbar problems occuring with more recent cdrecord versions
fixed
NEWS:
* autostart option (for HFS images)
-------------------------------------------------------
Version 0.1.52 Jul 08 2002
BUGFIXES:
* fixed compilation error on non-Linux platforms
* updated README.hp-ux.html ("Gansser, Martin" <MGansser@rand.de>)
* 'Compute Estimate' could fail when only one file was added,
reported by Goetz Waschk <waschk@informatik.uni-rostock.de>
* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
* the fix for broken (patched) GTK+ versions broke when using
completion (pressing tab), fixed, also fixed some other small
usability bugs caused by the fix
NEWS:
* added a "default number of pathcomponents to ignore/include",
suggested by "John L. Males" <software_iq@TheOffice.net>
* added "Overburn" option
-------------------------------------------------------
Version 0.1.51 May 26 2002
BUGFIXES:
* check for a valid data cd before reading the ISO info when the
"Info" button is pressed in order to avoid blocking
(suggested by "John L. Males" <software_iq@TheOffice.net>)
* the fix for broken (patched) GTK+ versions broke on some locales,
remade the fix in another way
* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
NEWS:
-------------------------------------------------------
Version 0.1.50 May 23 2002
BUGFIXES:
* gives a better error message if one attempts to burn a non-existant
image
* various other error message improvments
* started on support for "Re-load disk and hit <CR>" drives, but
it is not yet working
* de.po update + english spelling fixes (Goetz Waschk
<waschk@informatik.uni-rostock.de>)
* changing the cd size with "Try harder" enabled could essentially
lock the X-server while recomputing (bad X, bad GTK!), fix by
Goetz Waschk
* the HFS options behaves badly no more
* RH7.3 and then Debian sid included a patch to GTK+ which broke
gcombust when adding directories (thanks to Oskar Liljeblad
<oskar@osk.mine.nu> for suggestions)
* no longer complaints about non-existing paths when clicking
cancel in the prefs window (suggested by "John L. Males"
<software_iq@TheOffice.net>)
NEWS:
* Polish translation by pbs <pc2000@poczta.onet.pl>
* added an "Info" button for ISO images too, suggested by "John L.
Males" <software_iq@TheOffice.net>
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 953c161616e..b5c07bf8137 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.28 2002/10/21 15:16:49 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2003/01/15 07:48:06 rh Exp $ # -DISTNAME= gcombust-0.1.49 -CATEGORIES= x11 sysutils -MASTER_SITES= ${HOMEPAGE} +DISTNAME= gcombust-0.1.53 +CATEGORIES= x11 sysutils +MASTER_SITES= ${HOMEPAGE} -MAINTAINER= rh@netbsd.org -HOMEPAGE= http://www.abo.fi/~jmunsin/gcombust/ -COMMENT= Graphical frontend for CD mastering (mkhybrid, cdrecord, ...) +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.abo.fi/~jmunsin/gcombust/ +COMMENT= Graphical frontend for CD mastering (mkisofs, cdrecord, ...) -DEPENDS+= cdrecord>=1.10:../../sysutils/cdrecord -DEPENDS+= cdlabelgen-[0-9]*:../../graphics/cdlabelgen -DEPENDS+= gv-[0-9]*:../../print/gv +DEPENDS+= cdrecord>=1.10:../../sysutils/cdrecord +DEPENDS+= cdlabelgen-[0-9]*:../../graphics/cdlabelgen +DEPENDS+= gv-[0-9]*:../../print/gv -USE_BUILDLINK2= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES +GNU_CONFIGURE= YES .include "../../devel/gettext-lib/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" |