diff options
author | markd <markd@pkgsrc.org> | 2006-02-20 08:53:51 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-02-20 08:53:51 +0000 |
commit | 078a122b821a161491aade7a1192e9098453ba3f (patch) | |
tree | fbcf35b8f6ad50823b01c44189c6a788c22c98d3 /sysutils/k3b/PLIST | |
parent | 2c363836f795dd9f7a9655aabcf3389c59d66d96 (diff) | |
download | pkgsrc-078a122b821a161491aade7a1192e9098453ba3f.tar.gz |
Update k3b to 0.12.12
Changes in 0.12.12
* Fixed another bug in the iso options code which sometimes resulted in a
failed verification.
* Properly close the reading device when copying VideoDVDs. This bug
resulted in a blocked device.
* Fixed handling of filenames in libdvdcss backend (this fixes VideoDVD
copy).
Changes in 0.12.11
* Fixed selection in the audio CD ripping window.
* Fixed info block handling in WAVE audio file decoder: no more clicks at
the end.
* Introduced a hack which fixes the "Wav detected as Mpeg file" bug.
* Fixed Auto multisession mode for DVD+RW and DVD-RW in restricted
overwrite mode in case a previous session was imported.
* Fixed a crash with HAL >= 0.5 when exiting K3b.
* Allow copying of double layer DVDs with a size below 4.3 GB to single
layer media.
* Support for the ring buffer in growisofs 6.0.
* Use .iso extension for images instead of .img
* Properly remove the image file in case verification failed.
* Ignore mounting state of a medium when showing its contents.
* Fixed a bug in the iso options code which sometimes resulted in a
failed verification.
* Properly handle cue files withan image file name like
image.bin.cue + image.bin
* Write a proper Xing header when encoding VBR mp3 files.
Diffstat (limited to 'sysutils/k3b/PLIST')
-rw-r--r-- | sysutils/k3b/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/k3b/PLIST b/sysutils/k3b/PLIST index 2a0b9de41a2..2c6aa8980ba 100644 --- a/sysutils/k3b/PLIST +++ b/sysutils/k3b/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/01 00:53:00 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/02/20 08:53:51 markd Exp $ bin/k3b bin/k3bsetup include/k3baudiocdtrackdrag.h @@ -59,6 +59,7 @@ include/k3biso9660backend.h include/k3biso9660imagewritingjob.h include/k3bisooptions.h include/k3bjob.h +include/k3bjobhandler.h include/k3blistview.h include/k3blistviewitemanimator.h include/k3bmd5job.h |