Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 184604 Details for
Bug 259996
kmplayer 0.11.0a fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
patch (text/plain), 1.08 KB, created by
marbacz
on 2009-03-10 20:34:26 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
marbacz
Created:
2009-03-10 20:34:26 UTC
Size:
1.08 KB
patch
obsolete
>diff -pruN kmplayer-0.11.0a.orig/src/kmplayerprocess.cpp kmplayer-0.11.0a.modif/src/kmplayerprocess.cpp >--- kmplayer-0.11.0a.orig/src/kmplayerprocess.cpp 2009-01-25 20:57:46.000000000 +0100 >+++ kmplayer-0.11.0a.modif/src/kmplayerprocess.cpp 2009-03-10 21:06:08.991888731 +0100 >@@ -483,7 +483,7 @@ KDE_NO_EXPORT bool MPlayer::deMediafiedP > !url.url ().startsWith (QString ("vcd")) && > !m_url.startsWith (QString ("tv://"))) > args += QString ("-cache %1 ").arg (cache); >- if (m_url.startsWith (QString ("cdda:/")) && >+ if (m_url.startsWith (QString ("cdda:/")) && > !m_url.startsWith (QString ("cdda://"))) > m_url = QString ("cdda://") + m_url.mid (6); > } >@@ -2829,9 +2829,6 @@ KDE_NO_EXPORT void NpPlayer::wroteStdin > > #else > >-KDE_NO_CDTOR_EXPORT NpStream::NpStream (NpPlayer *p, uint32_t sid, const QString &u) >- : QObject (p) {} >- > KDE_NO_CDTOR_EXPORT NpStream::~NpStream () {} > void NpStream::slotResult (KJob*) {} > void NpStream::slotData (KIO::Job*, const QByteArray&) {}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259996
:
182873
| 184604