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:           Wed Feb 18 07:39:31 UTC 2026

Modified Files:
        pkgsrc/audio/taglib: Makefile PLIST distinfo

Log Message:
taglib: updated to 2.2

TagLib 2.2 (Feb 18, 2026)

* Support for Matroska (MKA, MKV) and WebM files.
* Support for NI STEM in MP4 files.
* New method isDsd() in WavPack Properties.
* Stricter verification of ID3v2 frames.
* Fix setting the last header flag in Ogg FLAC files.
* Fix reading of the last page in Ogg streams.
* Avoid corrupting invalid Ogg FLAC files without Vorbis comment.
* Windows: Support MP4 files with 64-bit atoms.
* Fix use of property keys with non-ASCII characters in C bindings.
* Fix building with Android NDK 29.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/audio/taglib/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/taglib/PLIST
cvs rdiff -u -r1.32 -r1.33 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.55 pkgsrc/audio/taglib/Makefile:1.56
--- pkgsrc/audio/taglib/Makefile:1.55   Fri Jul 25 09:27:25 2025
+++ pkgsrc/audio/taglib/Makefile        Wed Feb 18 07:39:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2025/07/25 09:27:25 adam Exp $
+# $NetBSD: Makefile,v 1.56 2026/02/18 07:39:31 adam Exp $
 
-DISTNAME=      taglib-2.1.1
+DISTNAME=      taglib-2.2
 CATEGORIES=    audio
 MASTER_SITES=  https://taglib.github.io/releases/
 

Index: pkgsrc/audio/taglib/PLIST
diff -u pkgsrc/audio/taglib/PLIST:1.25 pkgsrc/audio/taglib/PLIST:1.26
--- pkgsrc/audio/taglib/PLIST:1.25      Fri Jul 25 09:27:25 2025
+++ pkgsrc/audio/taglib/PLIST   Wed Feb 18 07:39:31 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2025/07/25 09:27:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2026/02/18 07:39:31 adam Exp $
 bin/taglib-config
 include/taglib/aifffile.h
 include/taglib/aiffproperties.h
@@ -41,6 +41,16 @@ include/taglib/id3v2tag.h
 include/taglib/infotag.h
 include/taglib/itfile.h
 include/taglib/itproperties.h
+include/taglib/matroskaattachedfile.h
+include/taglib/matroskaattachments.h
+include/taglib/matroskachapter.h
+include/taglib/matroskachapteredition.h
+include/taglib/matroskachapters.h
+include/taglib/matroskaelement.h
+include/taglib/matroskafile.h
+include/taglib/matroskaproperties.h
+include/taglib/matroskasimpletag.h
+include/taglib/matroskatag.h
 include/taglib/modfile.h
 include/taglib/modfilebase.h
 include/taglib/modproperties.h
@@ -51,6 +61,7 @@ include/taglib/mp4file.h
 include/taglib/mp4item.h
 include/taglib/mp4itemfactory.h
 include/taglib/mp4properties.h
+include/taglib/mp4stem.h
 include/taglib/mp4tag.h
 include/taglib/mpcfile.h
 include/taglib/mpcproperties.h
@@ -122,10 +133,10 @@ lib/cmake/taglib/taglib-config.cmake
 lib/cmake/taglib/taglib-targets-noconfig.cmake
 lib/cmake/taglib/taglib-targets.cmake
 lib/libtag.so
-lib/libtag.so.${PKGVERSION}
 lib/libtag.so.2
+lib/libtag.so.2.2.0
 lib/libtag_c.so
-lib/libtag_c.so.${PKGVERSION}
 lib/libtag_c.so.2
+lib/libtag_c.so.2.2.0
 lib/pkgconfig/taglib.pc
 lib/pkgconfig/taglib_c.pc

Index: pkgsrc/audio/taglib/distinfo
diff -u pkgsrc/audio/taglib/distinfo:1.32 pkgsrc/audio/taglib/distinfo:1.33
--- pkgsrc/audio/taglib/distinfo:1.32   Fri Jul 25 09:27:25 2025
+++ pkgsrc/audio/taglib/distinfo        Wed Feb 18 07:39:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2025/07/25 09:27:25 adam Exp $
+$NetBSD: distinfo,v 1.33 2026/02/18 07:39:31 adam Exp $
 
-BLAKE2s (taglib-2.1.1.tar.gz) = 62f692060ac2c736b970443b38000b7eef5bbbfcf69d772f1d5a0257b3fe9712
-SHA512 (taglib-2.1.1.tar.gz) = 00ff982cd8e08307b453221e0c7fa471006640e906ac98df5f26abe5e302ffa09e17fd32e583508bda5ea060d6d6c7eae811efe00e5faa2f2570931243433c0b
-Size (taglib-2.1.1.tar.gz) = 1522929 bytes
+BLAKE2s (taglib-2.2.tar.gz) = e6b955a13ee2f450c35fe41929577e06b518d1fdaa6167246abd0660869b4a84
+SHA512 (taglib-2.2.tar.gz) = 833ec7ac21f5045f7b37a4c61b6fdf0e66f1f7d9ea165bddd644673d74f4f46799a30650d7d25ce6c3cf339d19d565bf4a8f2854611d56ba9a4653f69828ed71
+Size (taglib-2.2.tar.gz) = 1582619 bytes



Home | Main Index | Thread Index | Old Index