8be8796bbf
From the pkgsrc-wip package by Martijn van Buul. Updated to 0.12.10 and finished off by me. K3b is a CD and DVD burning application for Linux and BSD systems optimized for KDE. It provides a comfortable user interface to perform most CD/DVD burning tasks like creating an Audio CD from a set of audio files or copying a CD. The actual burning in K3b is done by the command line utilities cdrecord, cdrdao, and growisofs.
13 lines
401 B
Text
13 lines
401 B
Text
$NetBSD: patch-ai,v 1.1.1.1 2006/02/01 00:53:00 markd Exp $
|
|
|
|
--- libk3bdevice/k3bdevice.h.orig 2005-12-16 02:08:38.000000000 +1300
|
|
+++ libk3bdevice/k3bdevice.h
|
|
@@ -784,7 +784,7 @@ namespace K3bDevice
|
|
friend class DeviceManager;
|
|
};
|
|
|
|
-#ifdef Q_OS_LINUX
|
|
+#if defined(Q_OS_LINUX) || defined(Q_OS_NETBSD)
|
|
/**
|
|
* This should always be used to open a device since it
|
|
* uses the resmgr
|