Projects
home:sagiben
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 205
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -91,7 +91,6 @@ %endif Patch10: ffmpeg-4.3.1-ogg.patch Patch11: kodi-apply-ffmpeg.patch -Patch12: fix_import_eglextchromium.patch BuildRequires: autoconf BuildRequires: automake @@ -358,7 +357,6 @@ %if %{without kodi_with_wayland} %patch9 %endif -%patch12 -p1 %build
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -91,7 +91,6 @@ %endif Patch10: ffmpeg-4.3.1-ogg.patch Patch11: kodi-apply-ffmpeg.patch -Patch12: fix_import_eglextchromium.patch BuildRequires: autoconf BuildRequires: automake @@ -358,7 +357,6 @@ %if %{without kodi_with_wayland} %patch9 %endif -%patch12 -p1 %build
View file
kodi-noX.spec
Changed
@@ -91,7 +91,6 @@ %endif Patch10: ffmpeg-4.3.1-ogg.patch Patch11: kodi-apply-ffmpeg.patch -Patch12: fix_import_eglextchromium.patch BuildRequires: autoconf BuildRequires: automake @@ -358,7 +357,6 @@ %if %{without kodi_with_wayland} %patch9 %endif -%patch12 -p1 %build
View file
kodi.spec
Changed
@@ -91,7 +91,6 @@ %endif Patch10: ffmpeg-4.3.1-ogg.patch Patch11: kodi-apply-ffmpeg.patch -Patch12: fix_import_eglextchromium.patch BuildRequires: autoconf BuildRequires: automake @@ -358,7 +357,6 @@ %if %{without kodi_with_wayland} %patch9 %endif -%patch12 -p1 %build
View file
fix_import_eglextchromium.patch
Deleted
@@ -1,38 +0,0 @@ -diff -rup xbmc-19.5-Matrix.orig/cmake/modules/FindEGL.cmake xbmc-19.5-Matrix/cmake/modules/FindEGL.cmake ---- xbmc-19.5-Matrix.orig/cmake/modules/FindEGL.cmake 2022-12-24 10:29:16.000000000 +0100 -+++ xbmc-19.5-Matrix/cmake/modules/FindEGL.cmake 2023-01-02 10:03:58.893374532 +0100 -@@ -9,6 +9,7 @@ - # EGL_INCLUDE_DIRS - the EGL include directory - # EGL_LIBRARIES - the EGL libraries - # EGL_DEFINITIONS - the EGL definitions -+# HAVE_EGLEXTANGLE - if eglext_angle.h exists else use eglextchromium.h - # - # and the following imported targets:: - # -@@ -35,6 +36,11 @@ if(EGL_FOUND) - set(EGL_LIBRARIES ${EGL_LIBRARY}) - set(EGL_INCLUDE_DIRS ${EGL_INCLUDE_DIR}) - set(EGL_DEFINITIONS -DHAS_EGL=1) -+ include(CheckIncludeFiles) -+ check_include_files("EGL/egl.h;EGL/eglext.h;EGL/eglext_angle.h" HAVE_EGLEXTANGLE) -+ if(HAVE_EGLEXTANGLE) -+ list(APPEND EGL_DEFINITIONS "-DHAVE_EGLEXTANGLE=1") -+ endif() - - if(NOT TARGET EGL::EGL) - add_library(EGL::EGL UNKNOWN IMPORTED) -diff -rup xbmc-19.5-Matrix.orig/xbmc/windowing/X11/GLContextEGL.h xbmc-19.5-Matrix/xbmc/windowing/X11/GLContextEGL.h ---- xbmc-19.5-Matrix.orig/xbmc/windowing/X11/GLContextEGL.h 2022-12-24 10:29:16.000000000 +0100 -+++ xbmc-19.5-Matrix/xbmc/windowing/X11/GLContextEGL.h 2023-01-02 10:04:44.765337785 +0100 -@@ -13,7 +13,11 @@ - #include "threads/CriticalSection.h" - - #include <EGL/eglext.h> -+#ifdef HAVE_EGLEXTANGLE -+#include <EGL/eglext_angle.h> -+#else - #include <EGL/eglextchromium.h> -+#endif - #include <X11/Xutil.h> - - class CGLContextEGL : public CGLContext
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
.