pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/taglib taglib: update to 1.13.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ed9f290aba5
branches: trunk
changeset: 387450:0ed9f290aba5
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Oct 30 11:15:06 2022 +0000
description:
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:
audio/taglib/Makefile | 4 ++--
audio/taglib/PLIST | 4 ++--
audio/taglib/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r 2ee6ddb6af3b -r 0ed9f290aba5 audio/taglib/Makefile
--- a/audio/taglib/Makefile Sun Oct 30 10:50:01 2022 +0000
+++ b/audio/taglib/Makefile Sun Oct 30 11:15:06 2022 +0000
@@ -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 -r 2ee6ddb6af3b -r 0ed9f290aba5 audio/taglib/PLIST
--- a/audio/taglib/PLIST Sun Oct 30 10:50:01 2022 +0000
+++ b/audio/taglib/PLIST Sun Oct 30 11:15:06 2022 +0000
@@ -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/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 -r 2ee6ddb6af3b -r 0ed9f290aba5 audio/taglib/distinfo
--- a/audio/taglib/distinfo Sun Oct 30 10:50:01 2022 +0000
+++ b/audio/taglib/distinfo Sun Oct 30 11:15:06 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index