pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/k3b Update k3b to 1.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa656a710e31
branches:  trunk
changeset: 548428:fa656a710e31
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Oct 15 07:44:57 2008 +0000

description:
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:

 sysutils/k3b/Makefile |  5 ++---
 sysutils/k3b/PLIST    |  4 +++-
 sysutils/k3b/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r de76e24b9401 -r fa656a710e31 sysutils/k3b/Makefile
--- a/sysutils/k3b/Makefile     Wed Oct 15 01:59:32 2008 +0000
+++ b/sysutils/k3b/Makefile     Wed Oct 15 07:44:57 2008 +0000
@@ -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 -r de76e24b9401 -r fa656a710e31 sysutils/k3b/PLIST
--- a/sysutils/k3b/PLIST        Wed Oct 15 01:59:32 2008 +0000
+++ b/sysutils/k3b/PLIST        Wed Oct 15 07:44:57 2008 +0000
@@ -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/k3bbootitem.h
 include/k3bbusywidget.h
 include/k3bcdcopyjob.h
+include/k3bcddb.h
+include/k3bcddbresult.h
 include/k3bcdparanoialib.h
 include/k3bcdrdaowriter.h
 include/k3bcdrecordwriter.h
diff -r de76e24b9401 -r fa656a710e31 sysutils/k3b/distinfo
--- a/sysutils/k3b/distinfo     Wed Oct 15 01:59:32 2008 +0000
+++ b/sysutils/k3b/distinfo     Wed Oct 15 07:44:57 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index