FreeBSD Bugzilla – Attachment 136541 Details for
Bug 181788
[PATCH] multimedia/kaffeine: fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kaffeine-1.2.2_4.patch
kaffeine-1.2.2_4.patch (text/plain), 1.73 KB, created by
Steve Wills
on 2013-09-04 03:10:00 UTC
(
hide
)
Description:
kaffeine-1.2.2_4.patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2013-09-04 03:10:00 UTC
Size:
1.73 KB
patch
obsolete
>Index: files/patch-clang >=================================================================== >--- files/patch-clang (revision 0) >+++ files/patch-clang (working copy) >@@ -0,0 +1,24 @@ >+--- src/dvb/dvbepg.cpp.orig 2011-04-17 19:17:19.000000000 +0000 >++++ src/dvb/dvbepg.cpp 2013-09-04 01:48:35.479500850 +0000 >+@@ -690,15 +690,15 @@ >+ // 1980-01-06T000000 minus 15 secs (= UTC - GPS in 2011) >+ QDateTime baseDateTime = QDateTime(QDate(1980, 1, 5), QTime(23, 59, 45), Qt::UTC); >+ >+- for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount > 0) && entry.isValid(); >+- --entryCount, entry.advance()) { >++ for (AtscEitSectionEntry eitEntry = eitSection.entries(); >++ (entryCount > 0) && eitEntry.isValid(); --entryCount, eitEntry.advance()) { >+ DvbEpgEntry epgEntry; >+ epgEntry.channel = channel; >+- epgEntry.begin = baseDateTime.addSecs(entry.startTime()); >+- epgEntry.duration = QTime().addSecs(entry.duration()); >+- epgEntry.title = entry.title(); >++ epgEntry.begin = baseDateTime.addSecs(eitEntry.startTime()); >++ epgEntry.duration = QTime().addSecs(eitEntry.duration()); >++ epgEntry.title = eitEntry.title(); >+ >+- quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(entry.eventId())); >++ quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(eitEntry.eventId())); >+ DvbSharedEpgEntry entry = epgEntries.value(id); >+ >+ if (entry.isValid() && (entry->channel == epgEntry.channel) && > >Property changes on: files/patch-clang >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 181788
: 136541