Update to taglib-1.13.

This commit is contained in:
ajacoutot 2022-12-11 11:21:20 +00:00
parent 181ad1d52f
commit 8877ad8805
4 changed files with 6 additions and 30 deletions

View File

@ -1,10 +1,10 @@
COMMENT= managing meta-data of audio formats
DISTNAME= taglib-1.12
DISTNAME= taglib-1.13
CATEGORIES= audio devel
SHARED_LIBS += tag 13.0
SHARED_LIBS += tag_c 3.0
SHARED_LIBS += tag 13.1
SHARED_LIBS += tag_c 3.1
HOMEPAGE= https://taglib.github.io/
@ -22,7 +22,7 @@ BUILD_DEPENDS= devel/boost \
devel/cppunit
CONFIGURE_ARGS= -DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTS=ON
-DBUILD_TESTING=ON
TEST_TARGET= check

View File

@ -1,2 +1,2 @@
SHA256 (taglib-1.12.tar.gz) = f8zQdmmlI7B6Fb0kyNobu5IgbLGek2bDaSrz15JTtwM=
SIZE (taglib-1.12.tar.gz) = 1364231
SHA256 (taglib-1.13.tar.gz) = WPCLTbPcMe0VLASJbukXLSIFK8fvEoiAKMAdix1greA=
SIZE (taglib-1.13.tar.gz) = 1371504

View File

@ -1,12 +0,0 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -147,7 +147,7 @@ if(BUILD_BINDINGS)
add_subdirectory(bindings)
endif()
-if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS)
+if(BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif()

View File

@ -1,12 +0,0 @@
Index: ConfigureChecks.cmake
--- ConfigureChecks.cmake.orig
+++ ConfigureChecks.cmake
@@ -189,7 +189,7 @@ endif()
# Determine whether CppUnit is installed.
-if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS)
+if(BUILD_TESTS)
find_package(CppUnit)
if(NOT CppUnit_FOUND)
message(STATUS "CppUnit not found, disabling tests.")