Merge pull request #8552 from heitbaum/taglib

taglib: update to 2.0
This commit is contained in:
Christian Hewitt 2024-01-29 14:58:17 +04:00 committed by GitHub
commit ae345073d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 3 deletions

View File

@ -3,12 +3,12 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="taglib"
PKG_VERSION="1.13.1"
PKG_SHA256="c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b"
PKG_VERSION="2.0"
PKG_SHA256="e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859"
PKG_LICENSE="LGPL"
PKG_SITE="https://taglib.org"
PKG_URL="https://taglib.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain cmake:host zlib"
PKG_DEPENDS_TARGET="toolchain cmake:host utfcpp zlib"
PKG_LONGDESC="TagLib is a library for reading and editing the meta-data of several popular audio formats."
PKG_CMAKE_OPTS_TARGET="-DBUILD_EXAMPLES=OFF \

View File

@ -0,0 +1,11 @@
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="utfcpp"
PKG_VERSION="4.0.4"
PKG_SHA256="7c8a403d0c575d52473c8644cd9eb46c6ba028d2549bc3e0cdc2d45f5cfd78a0"
PKG_LICENSE="BSL"
PKG_SITE="https://github.com/nemtrif/utfcpp"
PKG_URL="https://github.com/nemtrif/utfcpp/archive/refs/tags/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="UTF-8 with C++ in a Portable Way"