diff options
author | markd <markd@pkgsrc.org> | 2008-10-15 07:44:57 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-10-15 07:44:57 +0000 |
commit | c0e6bdc67bfd1474d6eb25798cc06777ae96c8c5 (patch) | |
tree | aac88e749f33bfd39ff5b7482af648a17b5e72cd /sysutils/k3b | |
parent | 2f2705e8cda79b26b236175a45cdd9b466432610 (diff) | |
download | pkgsrc-c0e6bdc67bfd1474d6eb25798cc06777ae96c8c5.tar.gz |
Update k3b to 1.0.5
Changes in 1.0.5
* Fixed CD Copy device selection when starting from the KDE "run" dialog
* Fixed HAL mounting (thanks to Ken Milmore)
* Always wait for the drive to become ready before starting verification
(this should fix some of the problems with failed verification where K3b
claims that no medium is in the drive.)
Changes in 1.0.4
* K3b now silently allows the burning of files bigger than 4 GB if an
appropriate version of genisoimage or mkisofs is installed ("silently"
means that I did not introduce any new messages)
* I was not able to find the aweful "disabled DMA" bug but I introduced
a little workaround which hopefully solves it for many of you (BTW: K3b
from svn trunk does support DVD burning with cdrecord.)
* Never use growisofs parameter -dvd-compat with DVD-RW media in
restricted overwrite mode (some drivesdo not like that)
* Unmount medium before DVD formatting
Diffstat (limited to 'sysutils/k3b')
-rw-r--r-- | sysutils/k3b/Makefile | 5 | ||||
-rw-r--r-- | sysutils/k3b/PLIST | 4 | ||||
-rw-r--r-- | sysutils/k3b/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index 146c9b24d4e..8741d514f31 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2008/01/18 05:09:44 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2008/10/15 07:44:57 markd Exp $ # -DISTNAME= k3b-1.0.3 -PKGREVISION= 3 +DISTNAME= k3b-1.0.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=k3b/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/k3b/PLIST b/sysutils/k3b/PLIST index 33abd0f3233..3797b9b4d08 100644 --- a/sysutils/k3b/PLIST +++ b/sysutils/k3b/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2007/07/25 02:33:03 markd Exp $ +@comment $NetBSD: PLIST,v 1.8 2008/10/15 07:44:57 markd Exp $ bin/k3b bin/k3bsetup include/k3b_export.h @@ -21,6 +21,8 @@ include/k3bblankingjob.h include/k3bbootitem.h include/k3bbusywidget.h include/k3bcdcopyjob.h +include/k3bcddb.h +include/k3bcddbresult.h include/k3bcdparanoialib.h include/k3bcdrdaowriter.h include/k3bcdrecordwriter.h diff --git a/sysutils/k3b/distinfo b/sysutils/k3b/distinfo index c797cf223bd..0418133907c 100644 --- a/sysutils/k3b/distinfo +++ b/sysutils/k3b/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2007/08/04 23:21:11 markd Exp $ +$NetBSD: distinfo,v 1.16 2008/10/15 07:44:57 markd Exp $ -SHA1 (k3b-1.0.3.tar.bz2) = cf9eee45eebd280a069c7f94924237bdec6bbd06 -RMD160 (k3b-1.0.3.tar.bz2) = b51dcc8cd0bd4c0b1e9b97221596360a9d6be2f1 -Size (k3b-1.0.3.tar.bz2) = 5092806 bytes +SHA1 (k3b-1.0.5.tar.bz2) = c45d6f2a36b1bc7ea14101d444149c40fd4b700e +RMD160 (k3b-1.0.5.tar.bz2) = b562746015cc2e4226652402725b4e69eb846822 +Size (k3b-1.0.5.tar.bz2) = 5113060 bytes SHA1 (patch-ab) = 4f382751e9a7ade09aad6f8d594e76f9e5bfa5d5 SHA1 (patch-ac) = 38902921193ff0219c1769ffa3b793de6f3f4c0c SHA1 (patch-ad) = 3b288a809a043657cb6677c2bb1d60c78e82f9f1 |