ports/sysutils/k3b-kde4/files/patch-libk3b-core-k3bglobals.cpp
Max Brazhnikov 8162989ab7 sysutils/k3b-kde4:
- 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
2015-08-25 13:10:47 +00:00

17 lines
436 B
C++

--- libk3b/core/k3bglobals.cpp.orig 2014-11-04 18:37:31 UTC
+++ libk3b/core/k3bglobals.cpp
@@ -322,6 +322,13 @@ QString K3b::externalBinDeviceParameter(
}
+QString K3b::externalBinGenericDeviceParameter( K3b::Device::Device* dev, const K3b::ExternalBin* bin )
+{
+ Q_UNUSED( bin );
+ return dev->genericDeviceName();
+}
+
+
K3b::WritingApp K3b::writingAppFromString( const QString& s )
{
if( s.toLower() == "cdrdao" )