Projects
Multimedia
kodi.binary-addons
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 18
View file
kodi.binary-addons.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sat Dec 22 11:19:15 UTC 2018 - davejplater@gmail.com + +- Fixed build failure due to no return in non void function error + which suddenly appeared when taglib was updated, with + kodi.binary.addons-noreturnfromnonvoid.patch. + +------------------------------------------------------------------- Fri Dec 22 07:27:37 UTC 2017 - olaf@aepfle.de - Version update to Kodi 17.6 Krypton
View file
kodi.binary-addons.spec
Changed
@@ -14,7 +14,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - +# # Please edit kodi.spec and kodi.changes only. *-noX.* files are generated from # kodi.* files with the pre_checkin.sh script @@ -60,6 +60,8 @@ Patch4: kodi.binary-addons-screensavers.rsxs-upstream-stdbool_h.patch Patch5: lib555-missing-xlocale.patch Patch6: pvr.stalker-gcc7.patch +# PATCH-PACKMAN kodi.binary.addons-noreturnfromnonvoid.patch - davejplater@gmail.com - Suddenly an rpmlint no return from nonvoid has appeared after taglib was updated. +Patch7: kodi.binary.addons-noreturnfromnonvoid.patch BuildRequires: autoconf BuildRequires: automake @@ -183,7 +185,7 @@ audiodecoder.timidity/lib/timidity/timidity/speex_a.c; do sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e "s/__TIME__/\"$FAKE_BUILDTIME\"/" $file done - +patch -p 0 < %{PATCH7} make VERBOSE=1 %{?_smp_mflags} popd
View file
kodi.binary.addons-noreturnfromnonvoid.patch
Added
@@ -0,0 +1,21 @@ +--- inputstream.adaptive/lib/libbento4/Codecs/Ap4AvcParser.cpp 2017-11-08 16:46:40.000000000 +0200 ++++ inputstream.adaptive/lib/libbento4/Codecs/Ap4AvcParser.cpp 2018-12-20 14:27:00.266268805 +0200 +@@ -965,6 +965,7 @@ + return ParseSPS(data, data_size, sps); + data_size -= nalSize; + } ++ return ParseSPS(data, data_size, sps); + } + + /*---------------------------------------------------------------------- +--- pvr.mediaportal.tvserver/CMakeLists.txt 2017-04-07 23:00:40.000000000 +0200 ++++ pvr.mediaportal.tvserver/CMakeLists.txt.new 2018-12-22 12:56:29.171494524 +0200 +@@ -41,7 +41,7 @@ + add_definitions(-D__STDC_FORMAT_MACROS ${LIVE555_DEFINES}) + + if (NOT WIN32) +- add_options(ALL_LANGUAGES ALL_BUILDS "-fPIC") ++ add_options(ALL_LANGUAGES ALL_BUILDS "-Wno-return-type -fPIC") + endif() + + # Source files
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.