mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
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:
committed by
Thomas Petazzoni
parent
dc55e7eb51
commit
9cd3464afa
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user