pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/taglib
Module Name: pkgsrc
Committed By: adam
Date: Mon May 11 13:10:47 UTC 2026
Modified Files:
pkgsrc/audio/taglib: Makefile PLIST distinfo
Log Message:
taglib: updated to 2.3
TagLib 2.3 (May 10, 2026)
* MP4: Support for chapters (Nero and QuickTime).
* WAV: Support for BEXT and iXML chunks.
* FLAC: Support for BEXT and iXML application blocks.
* Opus: New audio property `outputGain()`.
* Speed up Matroska reading by using seek head for element lookup.
* Speed up Matroska writing by offering multiple write style modes.
* More tolerant handling of files with oversized RIFF chunks, zero size ID3v2
frames and Matroska chapters without edition.
* Avoid wrong content-based detection as MPEG files.
* Fix bitrate calculations for MPEG ADTS and MP4 ESDS.
* Fix data race with multi-threaded use of `MP4::ItemFactory`.
* Fix unbounded recursion in EBML/Matroska `MasterElement` and MP4 atoms.
* Limit number of MP4 atoms at top level.
* Fix writing too many offsets when updating MP4 stco/co64 atoms.
* Fix k bounds in Shorten Rice-Golomb coding.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/taglib/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/taglib/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/taglib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/taglib/Makefile
diff -u pkgsrc/audio/taglib/Makefile:1.57 pkgsrc/audio/taglib/Makefile:1.58
--- pkgsrc/audio/taglib/Makefile:1.57 Sat Mar 7 11:37:41 2026
+++ pkgsrc/audio/taglib/Makefile Mon May 11 13:10:46 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2026/03/07 11:37:41 adam Exp $
+# $NetBSD: Makefile,v 1.58 2026/05/11 13:10:46 adam Exp $
-DISTNAME= taglib-2.2.1
+DISTNAME= taglib-2.3
CATEGORIES= audio
MASTER_SITES= https://taglib.github.io/releases/
Index: pkgsrc/audio/taglib/PLIST
diff -u pkgsrc/audio/taglib/PLIST:1.27 pkgsrc/audio/taglib/PLIST:1.28
--- pkgsrc/audio/taglib/PLIST:1.27 Sat Mar 7 11:37:41 2026
+++ pkgsrc/audio/taglib/PLIST Mon May 11 13:10:46 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2026/03/07 11:37:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2026/05/11 13:10:46 adam Exp $
bin/taglib-config
include/taglib/aifffile.h
include/taglib/aiffproperties.h
@@ -51,16 +51,21 @@ include/taglib/matroskafile.h
include/taglib/matroskaproperties.h
include/taglib/matroskasimpletag.h
include/taglib/matroskatag.h
+include/taglib/matroskawritestyle.h
include/taglib/modfile.h
include/taglib/modfilebase.h
include/taglib/modproperties.h
include/taglib/modtag.h
include/taglib/mp4atom.h
+include/taglib/mp4chapter.h
+include/taglib/mp4chapterholder.h
include/taglib/mp4coverart.h
include/taglib/mp4file.h
include/taglib/mp4item.h
include/taglib/mp4itemfactory.h
+include/taglib/mp4nerochapterlist.h
include/taglib/mp4properties.h
+include/taglib/mp4qtchapterlist.h
include/taglib/mp4stem.h
include/taglib/mp4tag.h
include/taglib/mpcfile.h
@@ -134,9 +139,9 @@ lib/cmake/taglib/taglib-targets-noconfig
lib/cmake/taglib/taglib-targets.cmake
lib/libtag.so
lib/libtag.so.2
-lib/libtag.so.2.2.1
+lib/libtag.so.2.3.0
lib/libtag_c.so
lib/libtag_c.so.2
-lib/libtag_c.so.2.2.1
+lib/libtag_c.so.2.3.0
lib/pkgconfig/taglib.pc
lib/pkgconfig/taglib_c.pc
Index: pkgsrc/audio/taglib/distinfo
diff -u pkgsrc/audio/taglib/distinfo:1.34 pkgsrc/audio/taglib/distinfo:1.35
--- pkgsrc/audio/taglib/distinfo:1.34 Sat Mar 7 11:37:41 2026
+++ pkgsrc/audio/taglib/distinfo Mon May 11 13:10:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2026/03/07 11:37:41 adam Exp $
+$NetBSD: distinfo,v 1.35 2026/05/11 13:10:47 adam Exp $
-BLAKE2s (taglib-2.2.1.tar.gz) = b5fa80cf484d4151603e587a462aa70620507a9852445aba8fff07ecc5d7df18
-SHA512 (taglib-2.2.1.tar.gz) = 87387a8af0a1a12a6d47267d1954cfd369ff7c8a5e3f9d3fa880f199594540d151c81281ab06f40b61f0fd33908995a0d90d9626c50b5c3a7b0ad7f41c4d7d82
-Size (taglib-2.2.1.tar.gz) = 1584551 bytes
+BLAKE2s (taglib-2.3.tar.gz) = f88fa2cee665d2e7c1b09fb41213fe771737f161cbc2e17b6626babb307a0858
+SHA512 (taglib-2.3.tar.gz) = 5bf3e2b73d9c6eb2e9262f5f64a2adb4d350b6fa19656372c962319eb24122fbb9f6bb13ec3763c6cea4b9e92de39c822870fbf7e426f4bf70114e16333c3e1b
+Size (taglib-2.3.tar.gz) = 1627849 bytes
Home |
Main Index |
Thread Index |
Old Index