Merge pull request #10508 from heitbaum/pkg

Package updates
This commit is contained in:
Christian Hewitt
2025-09-22 16:32:12 +04:00
committed by GitHub
6 changed files with 15 additions and 26 deletions

View File

@@ -2,8 +2,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libfmt" PKG_NAME="libfmt"
PKG_VERSION="11.2.0" PKG_VERSION="12.0.0"
PKG_SHA256="bc23066d87ab3168f27cef3e97d545fa63314f5c79df5ea444d41d56f962c6af" PKG_SHA256="aa3e8fbb6a0066c03454434add1f1fc23299e85758ceec0d7d2d974431481e40"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"
PKG_SITE="https://github.com/fmtlib/fmt" PKG_SITE="https://github.com/fmtlib/fmt"
PKG_URL="https://github.com/fmtlib/fmt/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/fmtlib/fmt/archive/${PKG_VERSION}.tar.gz"

View File

@@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="tiff" PKG_NAME="tiff"
PKG_VERSION="4.7.0" PKG_VERSION="4.7.1"
PKG_SHA256="67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976" PKG_SHA256="f698d94f3103da8ca7438d84e0344e453fe0ba3b7486e04c5bf7a9a3fabe9b69"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.remotesensing.org/libtiff/" PKG_SITE="http://www.remotesensing.org/libtiff/"
PKG_URL="http://download.osgeo.org/libtiff/${PKG_NAME}-${PKG_VERSION}.tar.gz" PKG_URL="http://download.osgeo.org/libtiff/${PKG_NAME}-${PKG_VERSION}.tar.gz"

View File

@@ -43,10 +43,10 @@ diff --git a/contrib/dbs/CMakeLists.txt b/contrib/dbs/CMakeLists.txt
index 74b2a02a0..18b7ea8b4 100644 index 74b2a02a0..18b7ea8b4 100644
--- a/contrib/dbs/CMakeLists.txt --- a/contrib/dbs/CMakeLists.txt
+++ b/contrib/dbs/CMakeLists.txt +++ b/contrib/dbs/CMakeLists.txt
@@ -26,13 +26,19 @@ add_executable(tiff-bi tiff-bi.c) @@ -28,7 +28,10 @@
target_link_libraries(tiff-bi tiff tiff_port)
add_executable(tiff-grayscale tiff-grayscale.c) add_executable(tiff-grayscale tiff-grayscale.c)
set_target_properties(tiff-grayscale PROPERTIES LINKER_LANGUAGE CXX)
-target_link_libraries(tiff-grayscale tiff tiff_port CMath::CMath) -target_link_libraries(tiff-grayscale tiff tiff_port CMath::CMath)
+target_link_libraries(tiff-grayscale PRIVATE tiff tiff_port) +target_link_libraries(tiff-grayscale PRIVATE tiff tiff_port)
+if(CMath_LIBRARIES) +if(CMath_LIBRARIES)
@@ -54,9 +54,11 @@ index 74b2a02a0..18b7ea8b4 100644
+endif() +endif()
add_executable(tiff-palette tiff-palette.c) add_executable(tiff-palette tiff-palette.c)
target_link_libraries(tiff-palette tiff tiff_port) set_target_properties(tiff-palette PROPERTIES LINKER_LANGUAGE CXX)
@@ -36,7 +39,10 @@
add_executable(tiff-rgb tiff-rgb.c) add_executable(tiff-rgb tiff-rgb.c)
set_target_properties(tiff-rgb PROPERTIES LINKER_LANGUAGE CXX)
-target_link_libraries(tiff-rgb tiff tiff_port CMath::CMath) -target_link_libraries(tiff-rgb tiff tiff_port CMath::CMath)
+target_link_libraries(tiff-rgb PRIVATE tiff tiff_port) +target_link_libraries(tiff-rgb PRIVATE tiff tiff_port)
+if(CMath_LIBRARIES) +if(CMath_LIBRARIES)
@@ -69,7 +71,7 @@ diff --git a/libtiff/CMakeLists.txt b/libtiff/CMakeLists.txt
index a8aa0c320..a65f3c230 100755 index a8aa0c320..a65f3c230 100755
--- a/libtiff/CMakeLists.txt --- a/libtiff/CMakeLists.txt
+++ b/libtiff/CMakeLists.txt +++ b/libtiff/CMakeLists.txt
@@ -184,9 +184,9 @@ if(WEBP_SUPPORT) @@ -179,9 +179,9 @@ if(WEBP_SUPPORT)
target_link_libraries(tiff PRIVATE WebP::webp) target_link_libraries(tiff PRIVATE WebP::webp)
string(APPEND tiff_requires_private " libwebp") string(APPEND tiff_requires_private " libwebp")
endif() endif()

View File

@@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="bluez" PKG_NAME="bluez"
PKG_VERSION="5.83" PKG_VERSION="5.84"
PKG_SHA256="108522d909d220581399bfec93daab62035539ceef3dda3e79970785c63bd24c" PKG_SHA256="5ba73d030f7b00087d67800b0e321601aec0f892827c72e5a2c8390d8c886b11"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.bluez.org/" PKG_SITE="http://www.bluez.org/"
PKG_URL="https://www.kernel.org/pub/linux/bluetooth/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://www.kernel.org/pub/linux/bluetooth/${PKG_NAME}-${PKG_VERSION}.tar.xz"

View File

@@ -20,12 +20,11 @@ hciattach_rome: display ROM and TLV info by default
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
--- ---
Makefile.tools | 1 + Makefile.tools | 1 +
android/Android.mk | 1 +
tools/hciattach.c | 12 + tools/hciattach.c | 12 +
tools/hciattach.h | 1 + tools/hciattach.h | 1 +
tools/hciattach_rome.c | 1872 ++++++++++++++++++++++++++++++++++++++++ tools/hciattach_rome.c | 1872 ++++++++++++++++++++++++++++++++++++++++
tools/hciattach_rome.h | 388 +++++++++ tools/hciattach_rome.h | 388 +++++++++
6 files changed, 2275 insertions(+) 5 files changed, 2274 insertions(+)
create mode 100644 tools/hciattach_rome.c create mode 100644 tools/hciattach_rome.c
create mode 100644 tools/hciattach_rome.h create mode 100644 tools/hciattach_rome.h
@@ -41,18 +40,6 @@ index b7b422506..e0e995089 100644
tools/hciattach_qualcomm.c \ tools/hciattach_qualcomm.c \
tools/hciattach_intel.c \ tools/hciattach_intel.c \
tools/hciattach_bcm43xx.c tools/hciattach_bcm43xx.c
diff --git a/android/Android.mk b/android/Android.mk
index 76a826b47..01599c04b 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -697,6 +697,7 @@ LOCAL_SRC_FILES := \
bluez/tools/hciattach_ti.c \
bluez/tools/hciattach_tialt.c \
bluez/tools/hciattach_ath3k.c \
+ bluez/tools/hciattach_rome.c \
bluez/tools/hciattach_qualcomm.c \
bluez/tools/hciattach_intel.c \
bluez/tools/hciattach_bcm43xx.c \
diff --git a/tools/hciattach.c b/tools/hciattach.c diff --git a/tools/hciattach.c b/tools/hciattach.c
index fad176c9b..02a65c692 100644 index fad176c9b..02a65c692 100644
--- a/tools/hciattach.c --- a/tools/hciattach.c

View File

@@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="expat" PKG_NAME="expat"
PKG_VERSION="2.7.1" PKG_VERSION="2.7.2"
PKG_SHA256="354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30" PKG_SHA256="21b778b34ec837c2ac285aef340f9fb5fa063a811b21ea4d2412a9702c88995c"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="https://libexpat.github.io" PKG_SITE="https://libexpat.github.io"
PKG_URL="https://github.com/libexpat/libexpat/releases/download/R_${PKG_VERSION//./_}/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://github.com/libexpat/libexpat/releases/download/R_${PKG_VERSION//./_}/${PKG_NAME}-${PKG_VERSION}.tar.xz"