Projects
home:sagiben
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 147
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Jan 8 11:33:44 UTC 2019 - manfred.h@gmx.net + +- kodi-libdrm.patch: Add patch to ensure DRM_FORMAT_GR1616 is defined. + +------------------------------------------------------------------- Wed Jan 31 08:30:39 UTC 2018 - guillaume@opensuse.org - Add missing 'l' alias
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Jan 8 11:33:44 UTC 2019 - manfred.h@gmx.net + +- kodi-libdrm.patch: Add patch to ensure DRM_FORMAT_GR1616 is defined. + +------------------------------------------------------------------- Wed Jan 31 08:30:39 UTC 2018 - guillaume@opensuse.org - Add missing 'l' alias
View file
kodi-noX.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Jan 8 11:33:44 UTC 2019 - manfred.h@gmx.net + +- kodi-libdrm.patch: Add patch to ensure DRM_FORMAT_GR1616 is defined. + +------------------------------------------------------------------- Wed Jan 31 08:30:39 UTC 2018 - guillaume@opensuse.org - Add missing 'l' alias
View file
kodi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Jan 8 11:33:44 UTC 2019 - manfred.h@gmx.net + +- kodi-libdrm.patch: Add patch to ensure DRM_FORMAT_GR1616 is defined. + +------------------------------------------------------------------- Wed Jan 31 08:30:39 UTC 2018 - guillaume@opensuse.org - Add missing 'l' alias
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -77,6 +77,7 @@ #Patch5: kodi-tools-libdir.patch Patch6: kodi-install.patch Patch7: kodi-apply-dvdrun.patch +Patch8: kodi-libdrm.patch BuildRequires: autoconf BuildRequires: automake @@ -289,6 +290,7 @@ #%patch5 %patch6 %patch7 +%patch8 -p1 # Remove build time references so build-compare can do its work #FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -77,6 +77,7 @@ #Patch5: kodi-tools-libdir.patch Patch6: kodi-install.patch Patch7: kodi-apply-dvdrun.patch +Patch8: kodi-libdrm.patch BuildRequires: autoconf BuildRequires: automake @@ -289,6 +290,7 @@ #%patch5 %patch6 %patch7 +%patch8 -p1 # Remove build time references so build-compare can do its work #FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
View file
kodi-noX.spec
Changed
@@ -77,6 +77,7 @@ #Patch5: kodi-tools-libdir.patch Patch6: kodi-install.patch Patch7: kodi-apply-dvdrun.patch +Patch8: kodi-libdrm.patch BuildRequires: autoconf BuildRequires: automake @@ -289,6 +290,7 @@ #%patch5 %patch6 %patch7 +%patch8 -p1 # Remove build time references so build-compare can do its work #FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
View file
kodi.spec
Changed
@@ -77,6 +77,7 @@ #Patch5: kodi-tools-libdir.patch Patch6: kodi-install.patch Patch7: kodi-apply-dvdrun.patch +Patch8: kodi-libdrm.patch BuildRequires: autoconf BuildRequires: automake @@ -289,6 +290,7 @@ #%patch5 %patch6 %patch7 +%patch8 -p1 # Remove build time references so build-compare can do its work #FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
View file
kodi-libdrm.patch
Added
@@ -0,0 +1,13 @@ +diff -rup xbmc-18.0rc4-Leia.orig/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp xbmc-18.0rc4-Leia/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp +--- xbmc-18.0rc4-Leia.orig/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp 2018-12-28 16:55:25.000000000 +0100 ++++ xbmc-18.0rc4-Leia/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp 2019-01-06 12:27:49.219830548 +0100 +@@ -11,6 +11,9 @@ + #include "cores/VideoPlayer/DVDCodecs/Video/VAAPI.h" + #include <va/va_drmcommon.h> + #include <drm_fourcc.h> ++#ifndef DRM_FORMAT_GR1616 ++#define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] R:G 16:16 little endian */ ++#endif + #include "utils/log.h" + #include "utils/EGLUtils.h" +
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
.