Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Mar 2026 23:34:48 +0000
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: 9759bdbdb222 - main - audio/taglib: Update to 2.2
Message-ID:  <69ae0798.4620f.4f8252ea@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=9759bdbdb222bd43e0a00c192d5edd3b8c72c5ae

commit 9759bdbdb222bd43e0a00c192d5edd3b8c72c5ae
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-03-08 22:18:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-03-08 23:16:58 +0000

    audio/taglib: Update to 2.2
    
    * Remove redundant CMAKE_ARGS
    * Patch tests so they're are built without errors
    
    PR:             293349
    Approved by:    maintainer timeout, 2+ weeks
---
 audio/taglib/Makefile                   |  5 ++---
 audio/taglib/distinfo                   |  6 +++---
 audio/taglib/files/patch-CMakeLists.txt | 10 ++++++++++
 audio/taglib/pkg-plist                  | 11 +++++++++++
 4 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index 059b0b0c7d6f..7ff5b8aad6c8 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	taglib
-DISTVERSION=	2.1.1
+DISTVERSION=	2.2
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
 		https://taglib.org/releases/
@@ -19,13 +19,12 @@ TEST_DEPENDS=	cppunit-config:devel/cppunit
 USES=		cmake:testing compiler:c++17-lang cpe
 USE_LDCONFIG=	yes
 
-CMAKE_ARGS=	-DCMAKE_CXX_VISIBILITY_PRESET=hidden
 CMAKE_ON=	VISIBILITY_HIDDEN
 CMAKE_OFF=	BUILD_TESTING
 
 CMAKE_TESTING_TARGET=	check
 
-PLIST_SUB=	SHLIB_VERSION=${DISTVERSION}
+PLIST_SUB=	SHLIB_VERSION=${DISTVERSION}.0
 
 OPTIONS_DEFINE=	STATIC
 OPTIONS_SUB=	yes
diff --git a/audio/taglib/distinfo b/audio/taglib/distinfo
index 74c22f313c79..77329e22076b 100644
--- a/audio/taglib/distinfo
+++ b/audio/taglib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751585437
-SHA256 (taglib-2.1.1.tar.gz) = 3716d31f7c83cbf17b67c8cf44dd82b2a2f17e6780472287a16823e70305ddba
-SIZE (taglib-2.1.1.tar.gz) = 1522929
+TIMESTAMP = 1771707747
+SHA256 (taglib-2.2.tar.gz) = c89e7ebd450535e77c9230fac3985fcdce7bee05e06c9cd0bc36d50184e9c9dd
+SIZE (taglib-2.2.tar.gz) = 1582619
diff --git a/audio/taglib/files/patch-CMakeLists.txt b/audio/taglib/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..6076b7af245a
--- /dev/null
+++ b/audio/taglib/files/patch-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig	2026-02-21 21:26:06 UTC
++++ CMakeLists.txt
+@@ -4,6 +4,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cma
+ 
+ set(CMAKE_CXX_STANDARD 17)
+ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
++cmake_policy(SET CMP0153 OLD)
+ 
+ include(CTest)
+ include(FeatureSummary)
diff --git a/audio/taglib/pkg-plist b/audio/taglib/pkg-plist
index 74e34aabe288..c6e7f9c27271 100644
--- a/audio/taglib/pkg-plist
+++ b/audio/taglib/pkg-plist
@@ -40,6 +40,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
@@ -50,6 +60,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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ae0798.4620f.4f8252ea>