e344061b83
Version 0.1.39 Dec 14 2000 BUGFIXES: * Danish translation by Morten Bo Johansen <mojo@image.dk> * a lot of spelling corrections * the file checks added in 0.1.37 broke gv previewing of cd labels * a gtk_main_iteration call caused a strange bug with the size calculation widgets. removed it. NEWS: * ripping of audio cds with cdparanoia, patch by Kay Lehmann <kaymiehb@calvados.zrz.TU-Berlin.DE>, atm this is only implemented for the "Dump CD", not for on-the-fly burning, and it could still need some pollishing (e.g. no progress is reported) ------------------------------------------------------- Version 0.1.38 Nov 14 2000 BUGFIXES: * hu.po update (Narancs 1 <narancs1@externet.hu>) * corrected the tooltip for the bootfile/catalog, hopefully it's a bit clearer and more correct now * switches from burn-tab to output-tab also when blanking cd-rws * when burning more than one audio cd, a variable wasn't initialized, causing the progressabar to malfunction * building gcombust on machines without gettext when the .gmo files need to be rebuild should now work without specifying --disable-nls, it seems like autoconf is broken. I'm not sure this is a 100% correct fix, but all other packages I looked at were broken, too, and this works ------------------------------------------------------- Version 0.1.37 Nov 01 2000 BUGFIXES: * blanking a cd-rw would leave the tabs disabled (fix by Tanel Kuusk <tanel@urania.ee>) * switches from burn-tab to output-tab again when starting an action * now checks for existence of files before trying to execute them NEWS: * Italian translation by Simo Sorce <simo.sorce@tiscalinet.it> * replaced README.compile.hp-ux with README.hp-ux.html written by "Gansser, Martin" <MGansser@rand.de>
22 lines
528 B
Makefile
22 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.22 2001/01/05 19:59:49 rh Exp $
|
|
#
|
|
|
|
DISTNAME= gcombust-0.1.39
|
|
CATEGORIES= x11 sysutils
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.abo.fi/~jmunsin/gcombust/
|
|
|
|
DEPENDS+= mkhybrid-*:../mkhybrid
|
|
DEPENDS+= cdrecord>=1.9:../cdrecord
|
|
DEPENDS+= cdlabelgen-*:../../graphics/cdlabelgen
|
|
DEPENDS+= gv-*:../../print/gv
|
|
DEPENDS+= gtk+>=1.2.4:../../x11/gtk
|
|
|
|
CONFLICTS= cdrecord-1.9a* # won't work with old alpha versions
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBINTL= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|