xcdroast: update to 1.18
23.12.17:
* RELEASED X-CD-Roast 1.18
* Bugfix in configure script
22.12.17:
* RELEASED X-CD-Roast 1.17
14.12.17:
* Update desktop icon
29.10.17:
* Fix crash when deleting exactly 50 or a multiple of 50 tracks.
08.10.17:
* Change code to use g_io_channels. (Prepare for GTK3)
07.10.17:
* More GTK3 migration.
* Remove of Mac OS X code since there have been no working cdrtools for
more than a decade and thus X-CD-Roast cannot be programmed for OS X.
01.10.17:
* Rewrite child processing.
17.09.17:
* More GTK3 migration.
03.09.17:
* Rewrite dialog window placement.
20.08.17:
* Modernize code to display the xcdroast logo (cairo instead of
pixbuf). Also improve the logo quality.
* Add About-dialog.
23.07.17:
by Mathias Büttner:
* Disabled the write mode selector for DVD (and BD) media in "Create"
and in "Duplicate" menu.
* Disabled "Do not fixate" for multisession writes (not just a warning).
* Added fixed settings for nofixate and multisession in "Duplicate" menu
as they can't be changed there.
* Updated write mode settings and write options for cdrecord.
* Fixed displaying wrong Disc size if no Audio CD or Mixed Mode CD.
* Added notification if CD-Text will not be written.
* Placed a small logo on top of the sidespace buttons.
* Amended some of the old tooltips.
30.06.17:
* All terms talking about a CD (Compact Disc) are changed simply to
the word Disc or CD/DVD/BD where meaningful. (by Mathias Büttner)
17.06.17:
* Resized Dialog windows
14.06.17:
* Removed checks for older cdrecord features
05.06.17:
* Replaced all GtkText by GtkTextView (modernize design)
04.06.17:
* Convert all translation files to UTF-8
31.05.17:
* Replace GtkFileSelection by GtkFileChooser (modernize design)
19.05.17:
* Code cleanup/formatting by Mathias Büttner
06.05.17:
* rename non-root-mode to user-host-mode, as we now always allow
non-root users to start X-CD-Roast. The user-host-mode just allows to
configure which user on which host can use X-CD-Roast.
(e.g. for computer science labs or server installations)
01.05.17:
* detect the suid-bit settings on the cdrtools or the X-CD-Roast wrapper
and offer a dialog to fix this automatically
26.04.17:
* Changed JEDEC prefixes to decimal and binary prefixes according to
IEC 60027-2 (January 1999) to avoid confusion. (by Mathias Büttner)
17.04.17:
* Paranoia mode: auto setup of lowest read ahead buffer for each drive
when scanning for new devices (by Mathias Büttner)
16.04.17:
* wrong cdrtool versions are now reported in a dialog window
(not just as a warning in the terminal)
* set suid bit on xcdrwrap on 'make install'
15.04.17:
* Fix various gdk-assertion failures
* Fix resize of Read/Write progress window
09.04.17:
* Added new checkbox "audio deemphasis" (by Mathias Büttner)
04.04.17:
* Updated gettext to 0.19.7
* Updated to autoconf 2.69
* Update to autmake 1.14.1
* use cddb protocol 6 instead of 1, this fixes also charset problems
03.04.17:
* Compile by default without non-root-mode. Currently I rely on
that the cdrtools have the suid bit already set.
* charset conversion from ISO8859-1 to UTF-8 on Album or Track titles.
02.04.17:
* merged in all patches I received and published on my webpage
since X-CD-Roast 0.98alpha16. - Many thanks to all contributors!
(parse_version.patch, change_norwegian_locale.txt, io_compile.patch,
cdda2wav_version.patch, fix_cddb_hidden_tracks.patch, io_progressbar
_fix.patch, format-security.patch, suid-perms.patch)
* removed --enable-gtk2 option, this is enabled by default now.
* Renamed norwegian translation file from "no" to "nb".
* Updated galician translation.
01.04.17:
* Lots of input and patches and motivation for an updated xcdroast version
by Mathias Büttner from southwestern Germany:
* updated CD/DVD writer/reader default settings in setup menu.
* removed the outdated slider "sectorburst" and added instead
"size of read ahead buffer" and "minimum overlap of sectors"
for paranoia mode in the setup menu.
* added new checkbox "suppress a hidden audio track"
* fixed info output and track increment in GTK-window
'Reading audio tracks' for cdda2wav in paranoia mode.
* changed cdrtools version check to allow only v3.02a09 or higher
because v3.00a01 - v3.02a07 contain a bug and v2.01 is very outdated
and may even not compile nowadays.
* fixed xcdroast's mkisofs version detection since v3.02a01.
* changed german translation to new orthography.
2018-03-17 10:09:12 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.10 2018/03/17 09:09:12 tnn Exp $
|
2001-08-07 13:27:35 +02:00
|
|
|
bin/xcdroast
|
xcdroast: update to 1.18
23.12.17:
* RELEASED X-CD-Roast 1.18
* Bugfix in configure script
22.12.17:
* RELEASED X-CD-Roast 1.17
14.12.17:
* Update desktop icon
29.10.17:
* Fix crash when deleting exactly 50 or a multiple of 50 tracks.
08.10.17:
* Change code to use g_io_channels. (Prepare for GTK3)
07.10.17:
* More GTK3 migration.
* Remove of Mac OS X code since there have been no working cdrtools for
more than a decade and thus X-CD-Roast cannot be programmed for OS X.
01.10.17:
* Rewrite child processing.
17.09.17:
* More GTK3 migration.
03.09.17:
* Rewrite dialog window placement.
20.08.17:
* Modernize code to display the xcdroast logo (cairo instead of
pixbuf). Also improve the logo quality.
* Add About-dialog.
23.07.17:
by Mathias Büttner:
* Disabled the write mode selector for DVD (and BD) media in "Create"
and in "Duplicate" menu.
* Disabled "Do not fixate" for multisession writes (not just a warning).
* Added fixed settings for nofixate and multisession in "Duplicate" menu
as they can't be changed there.
* Updated write mode settings and write options for cdrecord.
* Fixed displaying wrong Disc size if no Audio CD or Mixed Mode CD.
* Added notification if CD-Text will not be written.
* Placed a small logo on top of the sidespace buttons.
* Amended some of the old tooltips.
30.06.17:
* All terms talking about a CD (Compact Disc) are changed simply to
the word Disc or CD/DVD/BD where meaningful. (by Mathias Büttner)
17.06.17:
* Resized Dialog windows
14.06.17:
* Removed checks for older cdrecord features
05.06.17:
* Replaced all GtkText by GtkTextView (modernize design)
04.06.17:
* Convert all translation files to UTF-8
31.05.17:
* Replace GtkFileSelection by GtkFileChooser (modernize design)
19.05.17:
* Code cleanup/formatting by Mathias Büttner
06.05.17:
* rename non-root-mode to user-host-mode, as we now always allow
non-root users to start X-CD-Roast. The user-host-mode just allows to
configure which user on which host can use X-CD-Roast.
(e.g. for computer science labs or server installations)
01.05.17:
* detect the suid-bit settings on the cdrtools or the X-CD-Roast wrapper
and offer a dialog to fix this automatically
26.04.17:
* Changed JEDEC prefixes to decimal and binary prefixes according to
IEC 60027-2 (January 1999) to avoid confusion. (by Mathias Büttner)
17.04.17:
* Paranoia mode: auto setup of lowest read ahead buffer for each drive
when scanning for new devices (by Mathias Büttner)
16.04.17:
* wrong cdrtool versions are now reported in a dialog window
(not just as a warning in the terminal)
* set suid bit on xcdrwrap on 'make install'
15.04.17:
* Fix various gdk-assertion failures
* Fix resize of Read/Write progress window
09.04.17:
* Added new checkbox "audio deemphasis" (by Mathias Büttner)
04.04.17:
* Updated gettext to 0.19.7
* Updated to autoconf 2.69
* Update to autmake 1.14.1
* use cddb protocol 6 instead of 1, this fixes also charset problems
03.04.17:
* Compile by default without non-root-mode. Currently I rely on
that the cdrtools have the suid bit already set.
* charset conversion from ISO8859-1 to UTF-8 on Album or Track titles.
02.04.17:
* merged in all patches I received and published on my webpage
since X-CD-Roast 0.98alpha16. - Many thanks to all contributors!
(parse_version.patch, change_norwegian_locale.txt, io_compile.patch,
cdda2wav_version.patch, fix_cddb_hidden_tracks.patch, io_progressbar
_fix.patch, format-security.patch, suid-perms.patch)
* removed --enable-gtk2 option, this is enabled by default now.
* Renamed norwegian translation file from "no" to "nb".
* Updated galician translation.
01.04.17:
* Lots of input and patches and motivation for an updated xcdroast version
by Mathias Büttner from southwestern Germany:
* updated CD/DVD writer/reader default settings in setup menu.
* removed the outdated slider "sectorburst" and added instead
"size of read ahead buffer" and "minimum overlap of sectors"
for paranoia mode in the setup menu.
* added new checkbox "suppress a hidden audio track"
* fixed info output and track increment in GTK-window
'Reading audio tracks' for cdda2wav in paranoia mode.
* changed cdrtools version check to allow only v3.02a09 or higher
because v3.00a01 - v3.02a07 contain a bug and v2.01 is very outdated
and may even not compile nowadays.
* fixed xcdroast's mkisofs version detection since v3.02a01.
* changed german translation to new orthography.
2018-03-17 10:09:12 +01:00
|
|
|
lib/xcdroast/bin/cddbtool
|
|
|
|
lib/xcdroast/bin/rmtool
|
|
|
|
lib/xcdroast/bin/vrfytool
|
|
|
|
lib/xcdroast/bin/wavplay
|
|
|
|
lib/xcdroast/bin/xcdrwrap
|
|
|
|
lib/xcdroast/icons/cddblogo.png
|
|
|
|
lib/xcdroast/icons/dialog_default.png
|
|
|
|
lib/xcdroast/icons/dialog_error.png
|
|
|
|
lib/xcdroast/icons/dialog_information.png
|
|
|
|
lib/xcdroast/icons/dialog_question.png
|
|
|
|
lib/xcdroast/icons/dialog_warning.png
|
|
|
|
lib/xcdroast/icons/xcdrlogo.png
|
|
|
|
lib/xcdroast/icons/xcdrlogo_icon.png
|
|
|
|
lib/xcdroast/icons/xcdrlogo_middle.png
|
|
|
|
lib/xcdroast/icons/xcdrlogo_small.png
|
|
|
|
lib/xcdroast/sound/test.wav
|
2002-12-02 21:29:48 +01:00
|
|
|
man/man1/xcdroast.1
|
2002-09-26 14:29:55 +02:00
|
|
|
share/doc/xcdroast/DOCUMENTATION
|
|
|
|
share/doc/xcdroast/FAQ
|
2003-12-28 20:29:21 +01:00
|
|
|
share/doc/xcdroast/xcdroast-manual.pdf
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/bg/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/ca/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/cs/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/da/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/de/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/el_GR/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/es/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/et/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/fi/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/gl/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/hr/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/hu/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/id/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/it/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/ja/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/lv/LC_MESSAGES/xcdroast.mo
|
xcdroast: update to 1.18
23.12.17:
* RELEASED X-CD-Roast 1.18
* Bugfix in configure script
22.12.17:
* RELEASED X-CD-Roast 1.17
14.12.17:
* Update desktop icon
29.10.17:
* Fix crash when deleting exactly 50 or a multiple of 50 tracks.
08.10.17:
* Change code to use g_io_channels. (Prepare for GTK3)
07.10.17:
* More GTK3 migration.
* Remove of Mac OS X code since there have been no working cdrtools for
more than a decade and thus X-CD-Roast cannot be programmed for OS X.
01.10.17:
* Rewrite child processing.
17.09.17:
* More GTK3 migration.
03.09.17:
* Rewrite dialog window placement.
20.08.17:
* Modernize code to display the xcdroast logo (cairo instead of
pixbuf). Also improve the logo quality.
* Add About-dialog.
23.07.17:
by Mathias Büttner:
* Disabled the write mode selector for DVD (and BD) media in "Create"
and in "Duplicate" menu.
* Disabled "Do not fixate" for multisession writes (not just a warning).
* Added fixed settings for nofixate and multisession in "Duplicate" menu
as they can't be changed there.
* Updated write mode settings and write options for cdrecord.
* Fixed displaying wrong Disc size if no Audio CD or Mixed Mode CD.
* Added notification if CD-Text will not be written.
* Placed a small logo on top of the sidespace buttons.
* Amended some of the old tooltips.
30.06.17:
* All terms talking about a CD (Compact Disc) are changed simply to
the word Disc or CD/DVD/BD where meaningful. (by Mathias Büttner)
17.06.17:
* Resized Dialog windows
14.06.17:
* Removed checks for older cdrecord features
05.06.17:
* Replaced all GtkText by GtkTextView (modernize design)
04.06.17:
* Convert all translation files to UTF-8
31.05.17:
* Replace GtkFileSelection by GtkFileChooser (modernize design)
19.05.17:
* Code cleanup/formatting by Mathias Büttner
06.05.17:
* rename non-root-mode to user-host-mode, as we now always allow
non-root users to start X-CD-Roast. The user-host-mode just allows to
configure which user on which host can use X-CD-Roast.
(e.g. for computer science labs or server installations)
01.05.17:
* detect the suid-bit settings on the cdrtools or the X-CD-Roast wrapper
and offer a dialog to fix this automatically
26.04.17:
* Changed JEDEC prefixes to decimal and binary prefixes according to
IEC 60027-2 (January 1999) to avoid confusion. (by Mathias Büttner)
17.04.17:
* Paranoia mode: auto setup of lowest read ahead buffer for each drive
when scanning for new devices (by Mathias Büttner)
16.04.17:
* wrong cdrtool versions are now reported in a dialog window
(not just as a warning in the terminal)
* set suid bit on xcdrwrap on 'make install'
15.04.17:
* Fix various gdk-assertion failures
* Fix resize of Read/Write progress window
09.04.17:
* Added new checkbox "audio deemphasis" (by Mathias Büttner)
04.04.17:
* Updated gettext to 0.19.7
* Updated to autoconf 2.69
* Update to autmake 1.14.1
* use cddb protocol 6 instead of 1, this fixes also charset problems
03.04.17:
* Compile by default without non-root-mode. Currently I rely on
that the cdrtools have the suid bit already set.
* charset conversion from ISO8859-1 to UTF-8 on Album or Track titles.
02.04.17:
* merged in all patches I received and published on my webpage
since X-CD-Roast 0.98alpha16. - Many thanks to all contributors!
(parse_version.patch, change_norwegian_locale.txt, io_compile.patch,
cdda2wav_version.patch, fix_cddb_hidden_tracks.patch, io_progressbar
_fix.patch, format-security.patch, suid-perms.patch)
* removed --enable-gtk2 option, this is enabled by default now.
* Renamed norwegian translation file from "no" to "nb".
* Updated galician translation.
01.04.17:
* Lots of input and patches and motivation for an updated xcdroast version
by Mathias Büttner from southwestern Germany:
* updated CD/DVD writer/reader default settings in setup menu.
* removed the outdated slider "sectorburst" and added instead
"size of read ahead buffer" and "minimum overlap of sectors"
for paranoia mode in the setup menu.
* added new checkbox "suppress a hidden audio track"
* fixed info output and track increment in GTK-window
'Reading audio tracks' for cdda2wav in paranoia mode.
* changed cdrtools version check to allow only v3.02a09 or higher
because v3.00a01 - v3.02a07 contain a bug and v2.01 is very outdated
and may even not compile nowadays.
* fixed xcdroast's mkisofs version detection since v3.02a01.
* changed german translation to new orthography.
2018-03-17 10:09:12 +01:00
|
|
|
share/locale/nb/LC_MESSAGES/xcdroast.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/nl/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/pl/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/pt_BR/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/ro/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/ru/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/sk/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/sq_AL/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/sv/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/tr/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/uk/LC_MESSAGES/xcdroast.mo
|
2018-01-01 23:29:15 +01:00
|
|
|
share/locale/zh_CN/LC_MESSAGES/xcdroast.mo
|
|
|
|
share/locale/zh_TW/LC_MESSAGES/xcdroast.mo
|