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 | |
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')
-rw-r--r-- | sysutils/k3b/Makefile | 5 | ||||
-rw-r--r-- | sysutils/k3b/PLIST | 3 | ||||
-rw-r--r-- | sysutils/k3b/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index 08ac2d8447a..70cb8dce645 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:55 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/20 08:53:51 markd Exp $ # -DISTNAME= k3b-0.12.10 -PKGREVISION= 1 +DISTNAME= k3b-0.12.12 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=k3b/} EXTRACT_SUFX= .tar.bz2 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 diff --git a/sysutils/k3b/distinfo b/sysutils/k3b/distinfo index 4e642b9b62c..ab1103a5fb9 100644 --- a/sysutils/k3b/distinfo +++ b/sysutils/k3b/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/01 00:53:00 markd Exp $ +$NetBSD: distinfo,v 1.2 2006/02/20 08:53:51 markd Exp $ -SHA1 (k3b-0.12.10.tar.bz2) = 4b3550436644e9ec4f96374f1e09df1b50b3434f -RMD160 (k3b-0.12.10.tar.bz2) = 03bcaad36bfecf90b5ce58fee1a581267a465909 -Size (k3b-0.12.10.tar.bz2) = 4084756 bytes +SHA1 (k3b-0.12.12.tar.bz2) = 87a254e1041a68086cec0f3f2c52aae602bf0536 +RMD160 (k3b-0.12.12.tar.bz2) = 73cd9d1b6a8f6f2bcbaff4720d3c69f73f52ebf3 +Size (k3b-0.12.12.tar.bz2) = 4094707 bytes SHA1 (patch-aa) = 700a7081dfb16fe47558b025519415d12aa2031d SHA1 (patch-ab) = acf80a5fb55fd236282754b6dda1743eb9790593 SHA1 (patch-ac) = 3b65ca0ea8e585ce68611c0332a3851a107b68f7 |