mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/taglib: Update to 2.0.2
* Drop TESTS option and use TEST_DEPENDS instead Changelog: https://github.com/taglib/taglib/releases/tag/v2.0.2 PR: 281034 Reviewed by: jhale (maintainer)
This commit is contained in:
parent
5938202e49
commit
82a1265880
3 changed files with 11 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= taglib
|
||||
DISTVERSION= 2.0.1
|
||||
DISTVERSION= 2.0.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
|
||||
https://taglib.org/releases/
|
||||
|
@ -14,20 +14,19 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
|||
LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL
|
||||
|
||||
BUILD_DEPENDS= utf8cpp>0:devel/utf8cpp
|
||||
TEST_DEPENDS= cppunit-config:devel/cppunit
|
||||
|
||||
USES= cmake compiler:c++17-lang cpe pathfix
|
||||
USES= cmake:testing compiler:c++17-lang cpe pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_CXX_VISIBILITY_PRESET=hidden
|
||||
CMAKE_ON= VISIBILITY_HIDDEN
|
||||
|
||||
OPTIONS_DEFINE= STATIC TEST
|
||||
CMAKE_TESTING_TARGET= check
|
||||
|
||||
OPTIONS_DEFINE= STATIC
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
STATIC_CMAKE_BOOL_OFF= BUILD_SHARED_LIBS
|
||||
|
||||
TEST_BUILD_DEPENDS= cppunit-config:devel/cppunit
|
||||
TEST_CMAKE_BOOL= BUILD_TESTING
|
||||
TEST_TEST_TARGET= check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1717381906
|
||||
SHA256 (taglib-2.0.1.tar.gz) = 08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925
|
||||
SIZE (taglib-2.0.1.tar.gz) = 1432624
|
||||
TIMESTAMP = 1724497812
|
||||
SHA256 (taglib-2.0.2.tar.gz) = 0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737
|
||||
SIZE (taglib-2.0.2.tar.gz) = 1446419
|
||||
|
|
|
@ -119,10 +119,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.1
|
||||
%%NO_STATIC%%lib/libtag.so.2.0.2
|
||||
%%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.1
|
||||
%%NO_STATIC%%lib/libtag_c.so.2.0.2
|
||||
libdata/pkgconfig/taglib.pc
|
||||
libdata/pkgconfig/taglib_c.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue