Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2025 20:43:58 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5806db7f3dbd - main - audio/taglib: Update to 2.1
Message-ID:  <202506162043.55GKhwsH078503@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5806db7f3dbd368772b1fa55e7ba32f74ce6c676

commit 5806db7f3dbd368772b1fa55e7ba32f74ce6c676
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-16 20:10:45 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-16 20:43:53 +0000

    audio/taglib: Update to 2.1
    
    Changelog: https://github.com/taglib/taglib/releases/tag/v2.1
    
    PR:             287210
    Approved by:    maintainer timeout, 2+ weeks
---
 audio/taglib/Makefile  | 3 ++-
 audio/taglib/distinfo  | 6 +++---
 audio/taglib/pkg-plist | 8 ++++++--
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index 04657f6ab39d..4c70019bd4c5 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	taglib
-DISTVERSION=	2.0.2
+DISTVERSION=	2.1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
 		https://taglib.org/releases/
@@ -20,6 +20,7 @@ USES=		cmake:testing compiler:c++17-lang cpe pathfix
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DCMAKE_CXX_VISIBILITY_PRESET=hidden
+CMAKE_OFF=	BUILD_TESTING
 CMAKE_ON=	VISIBILITY_HIDDEN
 
 CMAKE_TESTING_TARGET=	check
diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo
index 3809331e49fb..27d076775614 100644
--- a/audio/taglib/distinfo
+++ b/audio/taglib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724497812
-SHA256 (taglib-2.0.2.tar.gz) = 0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737
-SIZE (taglib-2.0.2.tar.gz) = 1446419
+TIMESTAMP = 1748765137
+SHA256 (taglib-2.1.tar.gz) = 95b788b39eaebab41f7e6d1c1d05ceee01a5d1225e4b6d11ed8976e96ba90b0c
+SIZE (taglib-2.1.tar.gz) = 1485749
diff --git a/audio/taglib/pkg-plist b/audio/taglib/pkg-plist
index 5534bf06d66a..f6257f648ad7 100644
--- a/audio/taglib/pkg-plist
+++ b/audio/taglib/pkg-plist
@@ -70,6 +70,9 @@ include/taglib/relativevolumeframe.h
 include/taglib/rifffile.h
 include/taglib/s3mfile.h
 include/taglib/s3mproperties.h
+include/taglib/shortenfile.h
+include/taglib/shortenproperties.h
+include/taglib/shortentag.h
 include/taglib/speexfile.h
 include/taglib/speexproperties.h
 include/taglib/synchronizedlyricsframe.h
@@ -77,6 +80,7 @@ include/taglib/tableofcontentsframe.h
 include/taglib/tag.h
 include/taglib/tag_c.h
 include/taglib/taglib.h
+include/taglib/taglib_config.h
 include/taglib/taglib_export.h
 include/taglib/tbytevector.h
 include/taglib/tbytevectorlist.h
@@ -119,10 +123,10 @@ lib/cmake/taglib/taglib-targets.cmake
 %%STATIC%%lib/libtag.a
 %%NO_STATIC%%lib/libtag.so
 %%NO_STATIC%%lib/libtag.so.2
-%%NO_STATIC%%lib/libtag.so.2.0.2
+%%NO_STATIC%%lib/libtag.so.2.1.0
 %%STATIC%%lib/libtag_c.a
 %%NO_STATIC%%lib/libtag_c.so
 %%NO_STATIC%%lib/libtag_c.so.2
-%%NO_STATIC%%lib/libtag_c.so.2.0.2
+%%NO_STATIC%%lib/libtag_c.so.2.1.0
 libdata/pkgconfig/taglib.pc
 libdata/pkgconfig/taglib_c.pc


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506162043.55GKhwsH078503>