summaryrefslogtreecommitdiff
path: root/sysutils/k3b-kde4/files/patch-src-rip-k3btcwrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/k3b-kde4/files/patch-src-rip-k3btcwrapper.cpp')
-rw-r--r--sysutils/k3b-kde4/files/patch-src-rip-k3btcwrapper.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/sysutils/k3b-kde4/files/patch-src-rip-k3btcwrapper.cpp b/sysutils/k3b-kde4/files/patch-src-rip-k3btcwrapper.cpp
deleted file mode 100644
index 496f7cf4c8c2..000000000000
--- a/sysutils/k3b-kde4/files/patch-src-rip-k3btcwrapper.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/rip/k3btcwrapper.cpp.orig Wed Jan 21 11:20:20 2004
-+++ src/rip/k3btcwrapper.cpp Sun Aug 22 15:28:36 2004
-@@ -65,7 +65,12 @@
- //K3bProcess *p = new K3bProcess();
- emit tcprobeTitleParsed( m_currentTitle );
-
-+#ifndef __FreeBSD__
- *p << bin->path << "-i" << m_device->blockDeviceName() << "-T" << QString::number(m_currentTitle);
-+#else
-+ kdDebug() << "(K3bTcWrapper) executing: " << bin->path << " -i " << m_device->mountPoint() << " -T " << QString::number(m_currentTitle) << endl;
-+ *p << bin->path << "-i" << m_device->mountPoint() << "-T" << QString::number(m_currentTitle);
-+#endif
- //p->setSplitStdout( true );
- connect( p, SIGNAL(receivedStderr(KProcess*, char*, int)), this, SLOT(slotParseTcprobeError(KProcess*, char*, int)) );
- connect( p, SIGNAL(receivedStdout(KProcess*, char*, int)), this, SLOT(slotParseTcprobeOutput(KProcess*, char*, int)) );
-@@ -77,7 +82,7 @@
- if( !p->start( KProcess::NotifyOnExit, KProcess::AllOutput ) ) {
- // something went wrong when starting the program
- // it "should" be the executable
-- kdDebug() << "(K3bDirView) Error during checking drive for DVD." << endl;
-+ kdDebug() << "(K3bTcWrapper) Error during checking drive for DVD." << endl;
- }
- }
-