summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-10-30 11:15:06 +0000
committerwiz <wiz@pkgsrc.org>2022-10-30 11:15:06 +0000
commit2912847ea78bc59cba00982036bbdbd48b38418f (patch)
treea199acf4982de536b25852e0b6ab89c2c99b45a3 /audio
parenta488d221fed8586c9fca847aeabd0b934a7d02d6 (diff)
downloadpkgsrc-2912847ea78bc59cba00982036bbdbd48b38418f.tar.gz
taglib: update to 1.13.
TagLib 1.13 (Oct 27, 2022) ========================== * Added interface StreamTypeResolver to support streams which cannot be fopen()'ed, e.g. network files. * Added MP4::File::strip() to remove meta atom from MP4 file. * Added Map::value() to look up without creating entry. * Use property "WORK" instead of "CONTENTGROUP" for ID3v2 "TIT1" frame, use property "WORK" for ASF "WM/ContentGroupDescription", use property "COMPILATION" for ID3v2 "TCMP" frame. * Build system improvements: option WITH_ZLIB, BUILD_TESTING instead of BUILD_TESTS, GNUInstallDirs, FeatureSummary, tests with BUILD_SHARED_LIBS, cross compilation with Buildroot, systems without HAVE_GCC_ATOMIC, Clang. * Fixed heap-buffer-overflows when handling ASF, APE, FLAC, ID3v2, MP4, MPC tags. * Fixed detection of invalid file by extension when correct type can be detected by contents. * Fixed unnecessary creation of map entries in APE and FLAC tags if looked up tag does not exist. * Fixed parsing of MP4 non-full meta atoms. * Fixed potential ID3v1 false positive in the presence of an APE tag. * Fixed ID3v2 version handling for frames embedded in CHAP or CTOC frames. * Fixed parsing of multiple strings with a single BOM in ID3v2.4.0. * Fixed several smaller issues reported by clang-tidy.
Diffstat (limited to 'audio')
-rw-r--r--audio/taglib/Makefile4
-rw-r--r--audio/taglib/PLIST4
-rw-r--r--audio/taglib/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index 805ffda7653..a73a472c419 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2021/02/24 12:31:57 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/10/30 11:15:06 wiz Exp $
-DISTNAME= taglib-1.12
+DISTNAME= taglib-1.13
CATEGORIES= audio
MASTER_SITES= http://taglib.github.io/releases/
diff --git a/audio/taglib/PLIST b/audio/taglib/PLIST
index 060210d1166..f7d9c431626 100644
--- a/audio/taglib/PLIST
+++ b/audio/taglib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2021/02/24 12:31:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/10/30 11:15:06 wiz Exp $
bin/taglib-config
include/taglib/aifffile.h
include/taglib/aiffproperties.h
@@ -108,7 +108,7 @@ include/taglib/xmfile.h
include/taglib/xmproperties.h
lib/libtag.so
lib/libtag.so.1
-lib/libtag.so.1.18.0
+lib/libtag.so.1.19.0
lib/libtag_c.so
lib/libtag_c.so.0
lib/libtag_c.so.0.0.0
diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo
index 0f0b779e661..7e5cbf4127a 100644
--- a/audio/taglib/distinfo
+++ b/audio/taglib/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/10/26 09:59:32 nia Exp $
+$NetBSD: distinfo,v 1.26 2022/10/30 11:15:06 wiz Exp $
-BLAKE2s (taglib-1.12.tar.gz) = 1e1b7a271add0d4e23f9625b1a351362f65fad557c7551fc0a5de37bef2fdeb8
-SHA512 (taglib-1.12.tar.gz) = 7e369faa5e3c6c6401052b7a19e35b0cf8c1e5ed9597053ac731a7718791d5d4803d1b18a93e903ec8c3fc6cb92e34d9616daa2ae4d326965d4c4d5624dcdaba
-Size (taglib-1.12.tar.gz) = 1364231 bytes
+BLAKE2s (taglib-1.13.tar.gz) = 3342c3ae0bd7ac049c45d2ed46749a2e25cadc10f9db1da7e05493452cc8a653
+SHA512 (taglib-1.13.tar.gz) = b6e3253d158b41173073c0da1915f5e4a3de947db918660817cb1c755fba7e3723ea1a335fbbc30b0dcf942348a471b493fe2ce1d52d1a808578edee14e1bfc7
+Size (taglib-1.13.tar.gz) = 1371504 bytes