pkgsrc/sysutils/k3b/patches/patch-am
markd 8be8796bbf Initial import of k3b version 0.12.10.
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.
2006-02-01 00:52:59 +00:00

14 lines
478 B
Text

$NetBSD: patch-am,v 1.1.1.1 2006/02/01 00:53:00 markd Exp $
--- libk3bdevice/k3bscsicommand.h.orig 2005-12-16 02:08:38.000000000 +1300
+++ libk3bdevice/k3bscsicommand.h
@@ -108,6 +108,9 @@ namespace K3bDevice
void* = 0,
size_t len = 0 );
+ bool eject ( bool open );
+ bool traylock ( bool on );
+
private:
static QString senseKeyToString( int key );
void debugError( int command, int errorCode, int senseKey, int asc, int ascq );