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 Apr 10 08:48:45 UTC 2024

Modified Files:
        pkgsrc/audio/taglib: Makefile PLIST distinfo
Removed Files:
        pkgsrc/audio/taglib/patches: patch-taglib_toolkit_taglib.h

Log Message:
taglib: updated to 2.0.1

TagLib 2.0.1 (Apr 9, 2024)

 * Fix aborting when _GLIBCXX_ASSERTIONS are enabled.
 * Fall back to utf8cpp header detection in the case that its CMake
   configuration is removed.
 * Improve compatibility with the SWIG interface compiler.
 * Build system fixes for testing without bindings, Emscripten and Illumos.
 * C bindings: Fix setting UTF-8 encoded property values.
 * Windows: Fix opening long paths.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/audio/taglib/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/taglib/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/taglib/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/audio/taglib/patches/patch-taglib_toolkit_taglib.h

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.51 pkgsrc/audio/taglib/Makefile:1.52
--- pkgsrc/audio/taglib/Makefile:1.51   Sun Jan 28 13:23:46 2024
+++ pkgsrc/audio/taglib/Makefile        Wed Apr 10 08:48:44 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2024/01/28 13:23:46 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2024/04/10 08:48:44 adam Exp $
 
-DISTNAME=      taglib-2.0
+DISTNAME=      taglib-2.0.1
 CATEGORIES=    audio
 MASTER_SITES=  https://taglib.github.io/releases/
 

Index: pkgsrc/audio/taglib/PLIST
diff -u pkgsrc/audio/taglib/PLIST:1.23 pkgsrc/audio/taglib/PLIST:1.24
--- pkgsrc/audio/taglib/PLIST:1.23      Sun Jan 28 13:23:46 2024
+++ pkgsrc/audio/taglib/PLIST   Wed Apr 10 08:48:44 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2024/01/28 13:23:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.24 2024/04/10 08:48:44 adam Exp $
 bin/taglib-config
 include/taglib/aifffile.h
 include/taglib/aiffproperties.h
@@ -119,9 +119,9 @@ lib/cmake/taglib/taglib-targets-noconfig
 lib/cmake/taglib/taglib-targets.cmake
 lib/libtag.so
 lib/libtag.so.2
-lib/libtag.so.${PKGVERSION}.0
+lib/libtag.so.${PKGVERSION}
 lib/libtag_c.so
 lib/libtag_c.so.2
-lib/libtag_c.so.${PKGVERSION}.0
+lib/libtag_c.so.${PKGVERSION}
 lib/pkgconfig/taglib.pc
 lib/pkgconfig/taglib_c.pc

Index: pkgsrc/audio/taglib/distinfo
diff -u pkgsrc/audio/taglib/distinfo:1.29 pkgsrc/audio/taglib/distinfo:1.30
--- pkgsrc/audio/taglib/distinfo:1.29   Mon Mar 11 09:11:01 2024
+++ pkgsrc/audio/taglib/distinfo        Wed Apr 10 08:48:44 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/03/11 09:11:01 jperkin Exp $
+$NetBSD: distinfo,v 1.30 2024/04/10 08:48:44 adam Exp $
 
-BLAKE2s (taglib-2.0.tar.gz) = 6c3e1c191d88271214dd6fa24decf954a5e9e9308e8ac9cfa5175ab87b3ef1ea
-SHA512 (taglib-2.0.tar.gz) = 099d02b2eab033f5702a8cb03e70752d7523c6f8c2f3eebdd0bcd939eafbdca3f2a6c82452983904b5822cfa45f2707ed866c3419508df9d43bf5c0b3a476f6c
-Size (taglib-2.0.tar.gz) = 1429934 bytes
-SHA1 (patch-taglib_toolkit_taglib.h) = 1d59e929c53492e42f63b213f32d5f9b1cdff16e
+BLAKE2s (taglib-2.0.1.tar.gz) = 3a6372e172739cf306b363b71e55f19941272d475761691e32bfa3e7f9ac3d6d
+SHA512 (taglib-2.0.1.tar.gz) = 25ee89293a96d7f8dca6276f822bdaef01fd98503b78c20ffeac8e1d9821de7273a5127146aa798d304c6a995cb2b7229a205aff1cc261b5d4fa9e499dda0439
+Size (taglib-2.0.1.tar.gz) = 1432624 bytes



Home | Main Index | Thread Index | Old Index