From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 2/2] package/taglib: bump version to 2.0.2
Date: Sat, 18 Jan 2025 22:40:53 +0100 [thread overview]
Message-ID: <20250118214053.115126-2-bernd@kuhls.net> (raw)
In-Reply-To: <20250118214053.115126-1-bernd@kuhls.net>
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>
---
package/taglib/Config.in | 1 +
package/taglib/taglib.hash | 2 +-
package/taglib/taglib.mk | 5 +++--
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package/taglib/Config.in b/package/taglib/Config.in
index 6a87a13215..5b641a9653 100644
--- a/package/taglib/Config.in
+++ b/package/taglib/Config.in
@@ -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
diff --git a/package/taglib/taglib.hash b/package/taglib/taglib.hash
index e83aa451f3..bbf5dd26d5 100644
--- a/package/taglib/taglib.hash
+++ b/package/taglib/taglib.hash
@@ -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
diff --git a/package/taglib/taglib.mk b/package/taglib/taglib.mk
index 9bdf05b85d..005a6cc728 100644
--- a/package/taglib/taglib.mk
+++ b/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_DEPENDENCIES += utfcpp
TAGLIB_LICENSE = LGPL-2.1 or MPL-1.1
TAGLIB_LICENSE_FILES = COPYING.LGPL COPYING.MPL
TAGLIB_CPE_ID_VENDOR = taglib
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-01-18 21:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-18 21:40 [Buildroot] [PATCH 1/2] package/utfcpp: new package Bernd Kuhls
2025-01-18 21:40 ` Bernd Kuhls [this message]
2025-02-04 16:53 ` [Buildroot] [PATCH 2/2] package/taglib: bump version to 2.0.2 Thomas Petazzoni via buildroot
2025-02-04 16:53 ` [Buildroot] [PATCH 1/2] package/utfcpp: new package Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250118214053.115126-2-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.