diff options
author | markd <markd@pkgsrc.org> | 2007-05-05 21:36:07 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-05-05 21:36:07 +0000 |
commit | f30ce5ad40049977298a4a2153c14f8fa0a6f77a (patch) | |
tree | aba3ddbafce3da3ef29a29cc5f1b6f6309dd3541 /sysutils/k3b/patches | |
parent | cb0345f1736e305ec218544fd30c5093100fe267 (diff) | |
download | pkgsrc-f30ce5ad40049977298a4a2153c14f8fa0a6f77a.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/patches')
-rw-r--r-- | sysutils/k3b/patches/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
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(); - |