Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:x86_64
openSUSE:12.2:ARM
kaffeine
kaffeine-gcc47.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kaffeine-gcc47.patch of Package kaffeine
Index: src/dvb/dvbepg.cpp =================================================================== --- src/dvb/dvbepg.cpp.orig +++ src/dvb/dvbepg.cpp @@ -690,15 +690,15 @@ void AtscEpgFilter::processEitSection(co // 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 AESentry = eitSection.entries(); (entryCount > 0) && AESentry.isValid(); + --entryCount, AESentry.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(AESentry.startTime()); + epgEntry.duration = QTime().addSecs(AESentry.duration()); + epgEntry.title = AESentry.title(); - quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(entry.eventId())); + quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(AESentry.eventId())); DvbSharedEpgEntry entry = epgEntries.value(id); if (entry.isValid() && (entry->channel == epgEntry.channel) &&
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor