Projects
Multimedia
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 87
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Sun Oct 16 09:42:25 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net> + +- Apply upstream patch to fix "formatting of non-void pointers is + disallowed" on Tumbleweed caused by libfmt9; taken from + https://github.com/xbmc/xbmc/commit/1d4e27aaa64c317b0020bbd68bb6520d507bb48e + and + https://github.com/xbmc/xbmc/commit/0ea4ec6e8965848ebe22e27c44ddfd8ab60a8bb6 + +------------------------------------------------------------------- Tue Aug 16 08:02:56 UTC 2022 - Dr. Werner Fink <werner@suse.de> - Apply upstream patch to fix upstream ffmpeg version (issue#21603)
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Sun Oct 16 09:42:25 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net> + +- Apply upstream patch to fix "formatting of non-void pointers is + disallowed" on Tumbleweed caused by libfmt9; taken from + https://github.com/xbmc/xbmc/commit/1d4e27aaa64c317b0020bbd68bb6520d507bb48e + and + https://github.com/xbmc/xbmc/commit/0ea4ec6e8965848ebe22e27c44ddfd8ab60a8bb6 + +------------------------------------------------------------------- Tue Aug 16 08:02:56 UTC 2022 - Dr. Werner Fink <werner@suse.de> - Apply upstream patch to fix upstream ffmpeg version (issue#21603)
View file
kodi-noX.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Sun Oct 16 09:42:25 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net> + +- Apply upstream patch to fix "formatting of non-void pointers is + disallowed" on Tumbleweed caused by libfmt9; taken from + https://github.com/xbmc/xbmc/commit/1d4e27aaa64c317b0020bbd68bb6520d507bb48e + and + https://github.com/xbmc/xbmc/commit/0ea4ec6e8965848ebe22e27c44ddfd8ab60a8bb6 + +------------------------------------------------------------------- Tue Aug 16 08:02:56 UTC 2022 - Dr. Werner Fink <werner@suse.de> - Apply upstream patch to fix upstream ffmpeg version (issue#21603)
View file
kodi.changes
Changed
@@ -1,4 +1,13 @@ ------------------------------------------------------------------- +Sun Oct 16 09:42:25 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net> + +- Apply upstream patch to fix "formatting of non-void pointers is + disallowed" on Tumbleweed caused by libfmt9; taken from + https://github.com/xbmc/xbmc/commit/1d4e27aaa64c317b0020bbd68bb6520d507bb48e + and + https://github.com/xbmc/xbmc/commit/0ea4ec6e8965848ebe22e27c44ddfd8ab60a8bb6 + +------------------------------------------------------------------- Tue Aug 16 08:02:56 UTC 2022 - Dr. Werner Fink <werner@suse.de> - Apply upstream patch to fix upstream ffmpeg version (issue#21603)
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -89,6 +89,10 @@ %endif Patch10: ffmpeg-4.3.1-ogg.patch Patch11: kodi-apply-ffmpeg.patch +%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 +# Tumbleweed introduced libfmt9 with snapshot 20221014: +Patch12: fix-formattable-string.patch +%endif BuildRequires: autoconf BuildRequires: automake @@ -350,6 +354,9 @@ %if %{without sysffmpeg} %patch11 %endif +%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 +%patch12 +%endif #%patch8 -p1 %if %{without kodi_with_wayland} %patch9
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -89,6 +89,10 @@ %endif Patch10: ffmpeg-4.3.1-ogg.patch Patch11: kodi-apply-ffmpeg.patch +%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 +# Tumbleweed introduced libfmt9 with snapshot 20221014: +Patch12: fix-formattable-string.patch +%endif BuildRequires: autoconf BuildRequires: automake @@ -350,6 +354,9 @@ %if %{without sysffmpeg} %patch11 %endif +%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 +%patch12 +%endif #%patch8 -p1 %if %{without kodi_with_wayland} %patch9
View file
kodi-noX.spec
Changed
@@ -89,6 +89,10 @@ %endif Patch10: ffmpeg-4.3.1-ogg.patch Patch11: kodi-apply-ffmpeg.patch +%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 +# Tumbleweed introduced libfmt9 with snapshot 20221014: +Patch12: fix-formattable-string.patch +%endif BuildRequires: autoconf BuildRequires: automake @@ -350,6 +354,9 @@ %if %{without sysffmpeg} %patch11 %endif +%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 +%patch12 +%endif #%patch8 -p1 %if %{without kodi_with_wayland} %patch9
View file
kodi.spec
Changed
@@ -89,6 +89,10 @@ %endif Patch10: ffmpeg-4.3.1-ogg.patch Patch11: kodi-apply-ffmpeg.patch +%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 +# Tumbleweed introduced libfmt9 with snapshot 20221014: +Patch12: fix-formattable-string.patch +%endif BuildRequires: autoconf BuildRequires: automake @@ -350,6 +354,9 @@ %if %{without sysffmpeg} %patch11 %endif +%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 +%patch12 +%endif #%patch8 -p1 %if %{without kodi_with_wayland} %patch9
View file
fix-formattable-string.patch
Added
@@ -0,0 +1,53 @@ +diff -up ./xbmc/utils/GLUtils.cpp.orig ./xbmc/utils/GLUtils.cpp +--- ./xbmc/utils/GLUtils.cpp.orig 2022-03-02 19:38:51.000000000 +0100 ++++ ./xbmc/utils/GLUtils.cpp 2022-10-16 11:17:54.313107565 +0200 +@@ -148,27 +148,27 @@ void _VerifyGLState(const char* szfile, + void LogGraphicsInfo() + { + #if defined(HAS_GL) || defined(HAS_GLES) +- const GLubyte *s; ++ const char *s; + +- s = glGetString(GL_VENDOR); ++ s = reinterpret_cast<const char*>(glGetString(GL_VENDOR)); + if (s) + CLog::Log(LOGINFO, "GL_VENDOR = %s", s); + else + CLog::Log(LOGINFO, "GL_VENDOR = NULL"); + +- s = glGetString(GL_RENDERER); ++ s = reinterpret_cast<const char*>(glGetString(GL_RENDERER)); + if (s) + CLog::Log(LOGINFO, "GL_RENDERER = %s", s); + else + CLog::Log(LOGINFO, "GL_RENDERER = NULL"); + +- s = glGetString(GL_VERSION); ++ s = reinterpret_cast<const char*>(glGetString(GL_VERSION)); + if (s) + CLog::Log(LOGINFO, "GL_VERSION = %s", s); + else + CLog::Log(LOGINFO, "GL_VERSION = NULL"); + +- s = glGetString(GL_SHADING_LANGUAGE_VERSION); ++ s = reinterpret_cast<const char*>(glGetString(GL_SHADING_LANGUAGE_VERSION)); + if (s) + CLog::Log(LOGINFO, "GL_SHADING_LANGUAGE_VERSION = %s", s); + else +diff -up ./xbmc/windowing/X11/WinSystemX11.cpp.orig ./xbmc/windowing/X11/WinSystemX11.cpp +--- ./xbmc/windowing/X11/WinSystemX11.cpp.orig 2022-03-02 19:38:51.000000000 +0100 ++++ ./xbmc/windowing/X11/WinSystemX11.cpp 2022-10-16 10:48:41.725732897 +0200 +--- ./xbmc/windowing/X11/WinSystemX11.cpp.orig 2022-10-16 11:49:10.137083194 +0200 ++++ ./xbmc/windowing/X11/WinSystemX11.cpp 2022-10-16 11:50:09.065073269 +0200 +@@ -1038,7 +1038,10 @@ bool CWinSystemX11::HasWindowManager() + + if(status == Success && items_read) + { +- CLog::Log(LOGDEBUG,"Window Manager Name: %s", data); ++ const char *s; ++ ++ s = reinterpret_cast<const char*>(data); ++ CLog::Log(LOGDEBUG,"Window Manager Name: %s", s); + } + else + CLog::Log(LOGDEBUG,"Window Manager Name: ");
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
.