nextpvr: update addon (1)

- update to libx265.so.215
This commit is contained in:
Rudi Heitbaum 2024-12-15 07:10:53 +00:00
parent e4ebad4d31
commit 264df24420

View File

@ -4,7 +4,7 @@
PKG_NAME="nextpvr"
PKG_VERSION="7.0.0~Piers"
PKG_ADDON_VERSION="7.0.0~1"
PKG_REV="0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="NextPVR"
PKG_SITE="https://nextpvr.com"
@ -31,7 +31,7 @@ post_install_addon() {
cp -P $(get_build_dir libhdhomerun)/hdhomerun_config ${INSTALL}/lbin
cp -P $(get_install_dir comskip)/usr/bin/comskip ${INSTALL}/lbin
if [ "${TARGET_ARCH}" = "x86_64" ]; then
cp -P $(get_install_dir x265)/usr/lib/libx265.so.212 ${INSTALL}/lib.private
cp -P $(get_install_dir x265)/usr/lib/libx265.so.215 ${INSTALL}/lib.private
patchelf --add-rpath '${ORIGIN}/../lib.private' ${INSTALL}/lbin/comskip
fi
}