Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
@fritsch: you need to modify kodi-platform/package.mk:

Quote:@@ -32,10 +32,12 @@ PKG_LONGDESC="kodi-platform:"
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"

configure_target() {
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_PREFIX_TOOLCHAIN=$SYSROOT_PREFIX/usr \
-DCMAKE_MODULE_PATH=$SYSROOT_PREFIX/usr/lib/kodi \
-DCMAKE_PREFIX_PATH=$SYSROOT_PREFIX/usr \
-DBUILD_SHARED_LIBS=0 \

with this modification the build will not fail because of the link from /usr/lib64 to /usr/lib.

i don't know why it is working for you but no package is installing the results to usr/lib64 because it is only a link and cannot be overriden with a folder. cp will always fail. the patch above will set the install path to /usr/lib/ .
Reply


Messages In This Thread
RE: New Era: VAAPI with EGL interoperation - by the-dreamer - 2016-02-02, 13:15
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18