mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Compare commits
9 Commits
842d004813
...
7a362ec209
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7a362ec209 | ||
![]() |
2aadc65c4c | ||
![]() |
acff4943f5 | ||
![]() |
5d631aadc8 | ||
![]() |
c725346c7f | ||
![]() |
c9a9bc12ab | ||
![]() |
73e111b818 | ||
![]() |
b748d5ac97 | ||
![]() |
f16362f65c |
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="harfbuzz"
|
PKG_NAME="harfbuzz"
|
||||||
PKG_VERSION="11.0.1"
|
PKG_VERSION="11.1.0"
|
||||||
PKG_SHA256="4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a"
|
PKG_SHA256="477f0d48c34dc32093b45304178eb9733361ca1832b5159879c99e6d40227969"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
||||||
PKG_URL="https://github.com/harfbuzz/harfbuzz/releases/download/${PKG_VERSION}/harfbuzz-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://github.com/harfbuzz/harfbuzz/releases/download/${PKG_VERSION}/harfbuzz-${PKG_VERSION}.tar.xz"
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="kodi-platform"
|
PKG_NAME="kodi-platform"
|
||||||
PKG_VERSION="809c5e9d711e378561440a896fcb7dbcd009eb3d"
|
PKG_VERSION="kodiplatform-20250416"
|
||||||
PKG_SHA256="159165ae641da5eb273885ce53b8a4b84e62a595c4974f9d12c1b5d1428ef25c"
|
PKG_SHA256="e559715b37b91e219ea2bb72cff0d0b29cf08386685fd12328520a294bb17b57"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.kodi.tv"
|
PKG_SITE="http://www.kodi.tv"
|
||||||
PKG_URL="https://github.com/xbmc/kodi-platform/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/xbmc/kodi-platform/archive/${PKG_VERSION}.tar.gz"
|
||||||
@ -13,8 +13,7 @@ PKG_LONGDESC="kodi-platform:"
|
|||||||
|
|
||||||
PKG_CMAKE_OPTS_TARGET="-DCMAKE_INSTALL_LIBDIR:STRING=lib \
|
PKG_CMAKE_OPTS_TARGET="-DCMAKE_INSTALL_LIBDIR:STRING=lib \
|
||||||
-DCMAKE_INSTALL_LIBDIR_NOARCH:STRING=lib \
|
-DCMAKE_INSTALL_LIBDIR_NOARCH:STRING=lib \
|
||||||
-DCMAKE_INSTALL_PREFIX_TOOLCHAIN=${SYSROOT_PREFIX}/usr \
|
-DBUILD_SHARED_LIBS=OFF"
|
||||||
-DBUILD_SHARED_LIBS=0"
|
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf ${INSTALL}/usr/lib/kodiplatform
|
rm -rf ${INSTALL}/usr/lib/kodiplatform
|
||||||
|
@ -1,37 +0,0 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
||||||
index 2765341..1bd4fc2 100644
|
|
||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -22,7 +22,7 @@
|
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
-set(kodiplatform_INCLUDE_DIRS ${TINYXML_INCLUDE_DIR} "${CMAKE_INSTALL_PREFIX}/include/kodi")
|
|
||||||
+set(kodiplatform_INCLUDE_DIRS ${TINYXML_INCLUDE_DIR})
|
|
||||||
IF(WIN32)
|
|
||||||
LIST(APPEND kodiplatform_INCLUDE_DIRS "${CMAKE_INSTALL_PREFIX}/include/kodi/windows")
|
|
||||||
ENDIF(WIN32)
|
|
||||||
diff --git a/kodiplatform-config.cmake.in b/kodiplatform-config.cmake.in
|
|
||||||
index 3fc5273..60bdf1b 100644
|
|
||||||
--- a/kodiplatform-config.cmake.in
|
|
||||||
+++ b/kodiplatform-config.cmake.in
|
|
||||||
@@ -10,16 +10,16 @@
|
|
||||||
#
|
|
||||||
# propagate these properties from one build system to the other
|
|
||||||
set (kodiplatform_VERSION "@kodiplatform_VERSION_MAJOR@.@kodiplatform_VERSION_MINOR@")
|
|
||||||
-set (kodiplatform_INCLUDE_DIRS @kodiplatform_INCLUDE_DIRS@ @CMAKE_INSTALL_PREFIX@/include)
|
|
||||||
+set (kodiplatform_INCLUDE_DIRS @kodiplatform_INCLUDE_DIRS@ @CMAKE_INSTALL_PREFIX_TOOLCHAIN@/include/kodi)
|
|
||||||
set (kodiplatform_LIBRARY_DIRS "@CMAKE_LIBRARY_OUTPUT_DIRECTORY@")
|
|
||||||
set (kodiplatform_LINKER_FLAGS "@kodiplatform_LINKER_FLAGS@")
|
|
||||||
set (kodiplatform_CONFIG_VARS "@kodiplatform_CONFIG_VARS@")
|
|
||||||
|
|
||||||
# libraries come from the build tree where this file was generated
|
|
||||||
if(WIN32)
|
|
||||||
- set (kodiplatform_LIBRARY "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@/kodiplatform.lib")
|
|
||||||
+ set (kodiplatform_LIBRARY "@CMAKE_INSTALL_PREFIX_TOOLCHAIN@/@CMAKE_INSTALL_LIBDIR@/kodiplatform.lib")
|
|
||||||
else(WIN32)
|
|
||||||
- set (kodiplatform_LIBRARY "-L@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -lkodiplatform")
|
|
||||||
+ set (kodiplatform_LIBRARY "-L@CMAKE_INSTALL_PREFIX_TOOLCHAIN@/@CMAKE_INSTALL_LIBDIR@ -lkodiplatform")
|
|
||||||
endif(WIN32)
|
|
||||||
set (kodiplatform_LIBRARIES ${kodiplatform_LIBRARY} "@kodiplatform_LIBRARIES@")
|
|
||||||
mark_as_advanced (kodiplatform_LIBRARY)
|
|
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="samba"
|
PKG_NAME="samba"
|
||||||
PKG_VERSION="4.22.0"
|
PKG_VERSION="4.22.1"
|
||||||
PKG_SHA256="b39242e1ac1f5469e634c94b2e472045e5060975c2dd6c4cdcdfce0c5586cd76"
|
PKG_SHA256="6a1f89f1ab25916e255f1c2c3a4a88235a854af2eca40bb9d9bba7545b684a0a"
|
||||||
PKG_LICENSE="GPLv3+"
|
PKG_LICENSE="GPLv3+"
|
||||||
PKG_SITE="https://www.samba.org"
|
PKG_SITE="https://www.samba.org"
|
||||||
PKG_URL="https://download.samba.org/pub/samba/stable/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://download.samba.org/pub/samba/stable/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libgpg-error"
|
PKG_NAME="libgpg-error"
|
||||||
PKG_VERSION="1.53"
|
PKG_VERSION="1.54"
|
||||||
PKG_SHA256="6a0721b52027415f53abcbf63b5c37776a0f774d9126d560a3ce76c0eb42903f"
|
PKG_SHA256="607dcadfd722120188eca5cd07193158b9dd906b578a557817ec779bd5e16d0e"
|
||||||
PKG_LICENSE="GPLv2"
|
PKG_LICENSE="GPLv2"
|
||||||
PKG_SITE="https://www.gnupg.org"
|
PKG_SITE="https://www.gnupg.org"
|
||||||
PKG_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://www.gnupg.org/ftp/gcrypt/libgpg-error/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libxml2"
|
PKG_NAME="libxml2"
|
||||||
PKG_VERSION="2.14.1"
|
PKG_VERSION="2.14.2"
|
||||||
PKG_SHA256="08d80cd5f5b340b0c6803239fafed480eccf33a0c9b474ae020912c87f19380e"
|
PKG_SHA256="e596fdf256142d228dd004b37aed83916b36e8a7537928d07759cf3e00c5a15e"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="http://xmlsoft.org"
|
PKG_SITE="http://xmlsoft.org"
|
||||||
PKG_URL="https://gitlab.gnome.org/GNOME/${PKG_NAME}/-/archive/v${PKG_VERSION}/${PKG_NAME}-v${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://gitlab.gnome.org/GNOME/${PKG_NAME}/-/archive/v${PKG_VERSION}/${PKG_NAME}-v${PKG_VERSION}.tar.bz2"
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libxkbcommon"
|
PKG_NAME="libxkbcommon"
|
||||||
PKG_VERSION="1.7.0"
|
PKG_VERSION="1.8.1"
|
||||||
PKG_SHA256="65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247"
|
PKG_SHA256="c65c668810db305c4454ba26a10b6d84a96b5469719fe3c729e1c6542b8d0d87"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://xkbcommon.org"
|
PKG_SITE="https://xkbcommon.org"
|
||||||
PKG_URL="https://xkbcommon.org/download/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://github.com/xkbcommon/libxkbcommon/archive/refs/tags/xkbcommon-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain xkeyboard-config libxml2"
|
PKG_DEPENDS_TARGET="toolchain xkeyboard-config libxml2"
|
||||||
PKG_LONGDESC="xkbcommon is a library to handle keyboard descriptions."
|
PKG_LONGDESC="xkbcommon is a library to handle keyboard descriptions."
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="foot"
|
PKG_NAME="foot"
|
||||||
PKG_VERSION="1.21.0"
|
PKG_VERSION="1.22.0"
|
||||||
PKG_SHA256="b93b196a3fbab86678c54be627557bdc7b1fc8042d99b14c4a74b149f60bcd52"
|
PKG_SHA256="93e1a94b6870d3b45a0a52c9d98a7a21dd115945a7bd43b028f1acef1076d4b3"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://codeberg.org/dnkl/foot/"
|
PKG_SITE="https://codeberg.org/dnkl/foot/"
|
||||||
PKG_URL="https://codeberg.org/dnkl/foot/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://codeberg.org/dnkl/foot/archive/${PKG_VERSION}.tar.gz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user