Update gcombust to 0.1.39. Changes include:
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>
This commit is contained in:
parent
ee3de91357
commit
e344061b83
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.21 2000/11/12 15:17:33 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2001/01/05 19:59:49 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gcombust-0.1.36
|
||||
DISTNAME= gcombust-0.1.39
|
||||
CATEGORIES= x11 sysutils
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.15 2000/10/15 12:41:12 rh Exp $
|
||||
$NetBSD: md5,v 1.16 2001/01/05 19:59:49 rh Exp $
|
||||
|
||||
MD5 (gcombust-0.1.36.tar.gz) = 425d4738647e09cbdb9f5b9f2e0c48bb
|
||||
MD5 (gcombust-0.1.39.tar.gz) = 7c364be7e3d4ebff58ace64f9481e4e0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2000/05/31 13:01:27 rh Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2001/01/05 19:59:49 rh Exp $
|
||||
bin/gcombust
|
||||
share/locale/sv/LC_MESSAGES/gcombust.mo
|
||||
share/locale/es/LC_MESSAGES/gcombust.mo
|
||||
|
@ -9,3 +9,5 @@ share/locale/fr/LC_MESSAGES/gcombust.mo
|
|||
share/locale/hu/LC_MESSAGES/gcombust.mo
|
||||
share/locale/ko/LC_MESSAGES/gcombust.mo
|
||||
share/locale/ru/LC_MESSAGES/gcombust.mo
|
||||
share/locale/da/LC_MESSAGES/gcombust.mo
|
||||
share/locale/it/LC_MESSAGES/gcombust.mo
|
||||
|
|
Loading…
Reference in a new issue