package/taglib: bump version to 2.0.2

Changelog: https://github.com/taglib/taglib/blob/master/CHANGELOG.md

Needs utfcpp:
6ed0ca28db

Switched _SITE to https.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls
2025-01-18 22:40:53 +01:00
committed by Thomas Petazzoni
parent dc55e7eb51
commit 9cd3464afa
3 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ config BR2_PACKAGE_TAGLIB
bool "taglib"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
select BR2_PACKAGE_UTFCPP
help
TagLib is a library for reading and editing the meta-data of
several popular audio formats. Currently it supports both

View File

@@ -1,4 +1,4 @@
# Locally calculated
sha256 c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b taglib-1.13.1.tar.gz
sha256 0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737 taglib-2.0.2.tar.gz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LGPL
sha256 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f COPYING.MPL

View File

@@ -4,9 +4,10 @@
#
################################################################################
TAGLIB_VERSION = 1.13.1
TAGLIB_SITE = http://taglib.github.io/releases
TAGLIB_VERSION = 2.0.2
TAGLIB_SITE = https://taglib.org/releases
TAGLIB_INSTALL_STAGING = YES
TAGLIB_DEPENDENCIES = utfcpp
TAGLIB_LICENSE = LGPL-2.1 or MPL-1.1
TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL
TAGLIB_CPE_ID_VENDOR = taglib