mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
- Update to 2.0.3 - Remove patches merged upstream, regenerate patches - Add patch obtained from Gentoo to fix build with modern ffmpeg/libav PR: 202561 Submitted by: matthew@reztek.cz
14 lines
391 B
C
14 lines
391 B
C
--- libk3bdevice/k3bdevice.h.orig 2014-11-04 18:37:31 UTC
|
|
+++ libk3bdevice/k3bdevice.h
|
|
@@ -222,6 +222,11 @@ namespace K3b {
|
|
*/
|
|
QString blockDeviceName() const;
|
|
|
|
+ /**
|
|
+ * SCSI device path (bus_id:target_id:lun_id)
|
|
+ */
|
|
+ QString genericDeviceName() const;
|
|
+
|
|
int maxWriteSpeed() const;
|
|
|
|
/**
|