Browse Source

package/taglib: bump version to 2.0.2

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

Needs utfcpp:
https://github.com/taglib/taglib/commit/6ed0ca28db0d12a75572c0f5dcefdc5ebb34cc21

Switched _SITE to https.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bernd Kuhls 6 tháng trước cách đây
mục cha
commit
9cd3464afa

+ 1 - 0
package/taglib/Config.in

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

+ 1 - 1
package/taglib/taglib.hash

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

+ 3 - 2
package/taglib/taglib.mk

@@ -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_INSTALL_STAGING = YES
+TAGLIB_DEPENDENCIES = utfcpp
 TAGLIB_LICENSE = LGPL-2.1 or MPL-1.1
 TAGLIB_LICENSE = LGPL-2.1 or MPL-1.1
 TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL
 TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL
 TAGLIB_CPE_ID_VENDOR = taglib
 TAGLIB_CPE_ID_VENDOR = taglib