Hi,
before moving to kodi_19 I would like to finish the STB patchset found in OE-A and in the older xbmc sources.
I think that some parts are necessary, like the GstPlayer part, because some devices do not use default enigma2 player.
I can't find history of the commits and this is not really my field so I am asking your opinion about the missing/unnecessary parts.
1)
https://github.com/oe-alliance/oe-alliance-core/blob/4.4/meta-oe/recipes-mediacenter/kodi/stb-kodi-18/stb-support.patch
- #3 we did not take the initial part about FFMPEG
- #55 idem for bash stuff
- #80 not imported, WE HAVE our cleaner but shorter version of cmake/platform/linux/stb.cmake <- here we must add the supported stb, ref. kodi_18.inc
- #155 not imported cortexa15/neon flags
- #176 idem ffmpeg stuff
- #217 IMPORTED v3d/mali even if it seems not necessary for building -> in our egl-1-v3d-mail.patch
- #247 IMPORTED videorenderers -> stb-1-platform.patch
- #259 IMPORTED videoshaders -> stb-1-platform.patch
- #272 skip videofiltershadergles, we have new egl headers
- #294 we did not take linux inputdevices part
- #2081 did not import TARGET_V3DNXPL part
- #2096 did not import dreambox part
- #2051 did not import old headers compat stuff, is in a separate patch
- #2324 and following are in our egl-2-windowing patch (but it is done differently in OE-A, we have the files, they have monster-patch).
2)
https://github.com/oe-alliance/oe-alliance-core/blob/4.4/meta-oe/recipes-mediacenter/kodi/stb-kodi-18/stb-settings.patch
- #1 IMPORTED skins -> stb-1-platform.patch
- #27 IMPORTED settings -> stb-1-platform.patch
- #84, #105, #122 IMPORTED -> stb-4-crosstools.patch (I separated it, maybe unnecessary ?)
- #140 IMPORTED kodi.sh -> stb-2-ext-install.patch
- #211 did not import STB_EXTEND part (gui info, temp)
Thanks
A.A.