summaryrefslogtreecommitdiff
path: root/sysutils/k3b
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2007-05-05 21:36:07 +0000
committermarkd <markd@pkgsrc.org>2007-05-05 21:36:07 +0000
commitf2eab7c1835cfa64f23c539116375ddb7b862d2f (patch)
treeaba3ddbafce3da3ef29a29cc5f1b6f6309dd3541 /sysutils/k3b
parent4687495921d026042f7b4d97fc40f724a3798294 (diff)
downloadpkgsrc-f2eab7c1835cfa64f23c539116375ddb7b862d2f.tar.gz
Update k3b to 1.0.1
* Fixed crash when using the Device menu without a selected device. * Fixed DVD copy when reading from a DVD+RW. * Fixed --without-alsa configure check * Fixed a crash in Video DVD ripping when the title does not contain an audio stream * Only use the mkisofs parameters -biblio, -copyright, and -abstract if they have been set. Using them with invalid values (empty) seems to sometimes result in broken iso images. * Better compatibility with recent transcode development branch * Fixed Multisession import size handling. * Fixed Lame quality preset handling. * Made libk3bdevice really thread-safe. This fixes the disabled DMA bug! * New configure check --without-cdrecord-suid-root to disable K3b's check for cdrecord permissions. Although not recommended it is requested by many distributors. * Changed the order of the buttons in the tool dialogs to match the default KDE order. * Added handling of the newly introduced genisoimage parameter -allow-limited-size * Make the K3b Sox audio encoder plugin work with newer sox versions (Thanks, Stephan Binner.)
Diffstat (limited to 'sysutils/k3b')
-rw-r--r--sysutils/k3b/Makefile4
-rw-r--r--sysutils/k3b/distinfo9
-rw-r--r--sysutils/k3b/patches/patch-aa22
3 files changed, 6 insertions, 29 deletions
diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile
index 0ba22f53ef5..4dde71b61c6 100644
--- a/sysutils/k3b/Makefile
+++ b/sysutils/k3b/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2007/03/18 13:25:56 markd Exp $
+# $NetBSD: Makefile,v 1.19 2007/05/05 21:36:07 markd Exp $
#
-DISTNAME= k3b-1.0
+DISTNAME= k3b-1.0.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=k3b/}
EXTRACT_SUFX= .tar.bz2
diff --git a/sysutils/k3b/distinfo b/sysutils/k3b/distinfo
index 4105eefca40..24506d29994 100644
--- a/sysutils/k3b/distinfo
+++ b/sysutils/k3b/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.11 2007/03/18 13:25:56 markd Exp $
+$NetBSD: distinfo,v 1.12 2007/05/05 21:36:07 markd Exp $
-SHA1 (k3b-1.0.tar.bz2) = b6879517825c336df36f65b212a871ef77762981
-RMD160 (k3b-1.0.tar.bz2) = 27c2cf0a96a037f0807a7b4f6ae393c1c68a2442
-Size (k3b-1.0.tar.bz2) = 5102225 bytes
-SHA1 (patch-aa) = 79d0833335f7cc0600685ed996779a600b6bc2a7
+SHA1 (k3b-1.0.1.tar.bz2) = 5473aeaf974ba058d2f9124b0314b64838d0e2bd
+RMD160 (k3b-1.0.1.tar.bz2) = e4eeab9bec1a2ac222ed91fd6688a3c272ec7670
+Size (k3b-1.0.1.tar.bz2) = 5097997 bytes
SHA1 (patch-ab) = 4f382751e9a7ade09aad6f8d594e76f9e5bfa5d5
SHA1 (patch-ac) = 38902921193ff0219c1769ffa3b793de6f3f4c0c
diff --git a/sysutils/k3b/patches/patch-aa b/sysutils/k3b/patches/patch-aa
deleted file mode 100644
index d373cf60209..00000000000
--- a/sysutils/k3b/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2007/03/18 13:25:56 markd Exp $
-
---- libk3bdevice/k3bdevice.cpp.orig 2007-03-17 08:03:46.000000000 +1300
-+++ libk3bdevice/k3bdevice.cpp
-@@ -1546,7 +1546,7 @@ bool K3bDevice::Device::eject() const
- close();
- }
- return success;
--#elifdef Q_OS_LINUX
-+#elif Q_OS_LINUX
- bool success = false;
- bool needToClose = !isOpen();
-
-@@ -1588,7 +1588,7 @@ bool K3bDevice::Device::load() const
- close();
- }
- return success;
--#elifdef Q_OS_LINUX
-+#elif Q_OS_LINUX
- bool success = false;
- bool needToClose = !isOpen();
-