pkgsrc/sysutils/gcombust/Makefile

25 lines
643 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.45 2009/07/22 09:01:46 wiz Exp $
#
DISTNAME= gcombust-0.1.54
PKGREVISION= 6
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>
2003-01-15 08:48:06 +01:00
CATEGORIES= x11 sysutils
MASTER_SITES= ${HOMEPAGE}
2003-07-18 00:50:55 +02:00
MAINTAINER= rh@NetBSD.org
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>
2003-01-15 08:48:06 +01:00
HOMEPAGE= http://www.abo.fi/~jmunsin/gcombust/
COMMENT= Graphical frontend for CD mastering (mkisofs, cdrecord, ...)
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= cdrtools>=1.10:../../sysutils/cdrtools
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>
2003-01-15 08:48:06 +01:00
DEPENDS+= cdlabelgen-[0-9]*:../../graphics/cdlabelgen
DEPENDS+= gv-[0-9]*:../../print/gv
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>
2003-01-15 08:48:06 +01:00
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
2004-05-04 04:07:06 +02:00
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"