diff options
author | drochner <drochner> | 2001-08-07 11:27:35 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-08-07 11:27:35 +0000 |
commit | 81f24053e440c1da1bebb52415ecc5fa64c7b9d0 (patch) | |
tree | c7860e0e372f6cb6eb4abecc1ed2e6bd4d538177 /sysutils/xcdroast/Makefile | |
parent | eb0c6c9b2ec73c7d46d6ccf61c7d7c4e56c17873 (diff) | |
download | pkgsrc-81f24053e440c1da1bebb52415ecc5fa64c7b9d0.tar.gz |
update to 0.98 alpha 9
Changes:
17.07.01:
* update the writeable flag in HD setup
* final touches to non-root wrapper
16.07.01:
* add CDRTOOLS_PREFIX in Makefile for more flexible
installation
* show image-list in verify tracks menu even when no CD is
loaded
* check if image directories are writeable
15.07.01:
* set permissions of /etc/xcdroast.conf to 644 after first
start when old version found
* remove -r commandline option for security reasons
* make wrapper checking allowed users and hosts
* make process windows wider to avoid cut-off labels
* make "minimaly blank" mode default
* allow verifying of self-mastered or external iso tracks
14.07.01:
* first version of non-root wrapper useable
* set correct filemodes on saved text-outputs
* create the configuration directory at startup
* fix bug in non-root-mode when you can cancel out of setup
without setting image directories
* check for common "cannot open new session" errors in
cdrecord output and advise user to switch to TAO
* handle dos format textfile format
13.07.01:
* first tests with the non-root wrapper
* add -n switch to commandline help
12.07.01:
* dont set tooltip color manually - it screws up
multibyte fonts
11.07.01:
* added japanese translation
10.07.01:
* added option in setup to save a default write mode setting
08.07.01:
* added galician translation
* added new dialog in master-menu which does the
redirection stuff when adding directories automatically
28.06.01:
* fix problem when copying an unpadded CD-R.
(last sectors got lost)
27.06.01:
* manual scanbus override should work now. I am interested
in feedback.
26.06.01:
* new commandline option to give a list of devices, instead
of using -scanbus. Very useful on AIX and OpenBSD systems.
24.06.01:
* dont expand ~/ in logfile setting (broke in non-root-mode)
* add startup-message in logfile
* workaround for crash caused by eazel-gtk-theme (mandrake 8.0)
* fix a lot of cursor leaks
* fix crash when writing a toc file on solaris
* use sectors on mkisofs tsize option
23.06.01:
* integrate joliet charsets into the master-menu
(Also thanks to Georgy Salnikov for the idea)
* dont crash on unknown group-ids
22.06.01:
* query joliet charsets from mkisofs
21.06.01:
* reworked verifying code.
(Thanks to Georgy Salnikov <sge@nmr.nioch.nsc.ru>)
* verifying of padded CDs works now fine.
20.06.01:
* make cdrtools-1.10 default
19.06.01:
* had other stuff to do. Got back to work at X-CD-Roast
* update translations for brasilian portuguese, estonian,
slovak and french
* added translations for finnish, bulgarian and czech.
* allow image-directories with space in their name
* sort the image-list display alphabetically
* merged AIX and HP-UX audio patches from
Stefan Benke <benke@iam.rwth-aachen.de>
* fixed possible crash when a CD-Extra is inserted
* corrected tons of typos in the documentation
25.12.00:
* fix wav-file detection code
(Thanks to Mark Bratcher <mbratch@coollink.net>)
01.12.00:
* fix some compiler warnings
29.11.00:
* fix cdrecord scanbus parser crash on HP-UX
Diffstat (limited to 'sysutils/xcdroast/Makefile')
-rw-r--r-- | sysutils/xcdroast/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 02fe39c0cca..ae7da07ece5 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:42:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/07 11:27:35 drochner Exp $ -DISTNAME= xcdroast-0.98alpha8 -PKGNAME= xcdroast-0.98a8 +DISTNAME= xcdroast-0.98alpha9 +PKGNAME= xcdroast-0.98a9 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcdroast/} @@ -10,7 +10,7 @@ HOMEPAGE= http://www.xcdroast.org/ COMMENT= graphical user interface for the command-line cdrecord-tools DEPENDS+= imlib-*:../../graphics/imlib -DEPENDS+= cdrecord-1.9nb1:../../sysutils/cdrecord +DEPENDS+= cdrecord-1.10:../../sysutils/cdrecord USE_X11= YES |