Index: head/audio/taglib/Makefile =================================================================== --- head/audio/taglib/Makefile (revision 546350) +++ head/audio/taglib/Makefile (revision 546351) @@ -1,49 +1,54 @@ # Created by: Frank Laszlo # $FreeBSD$ PORTNAME= taglib DISTVERSIONPREFIX= v DISTVERSION= 1.12-beta-1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= jhale@FreeBSD.org COMMENT= Library for manipulating ID3 tags and Ogg comments LICENSE= LGPL21 MPL11 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL TEST_DEPENDS= cppunit-config:devel/cppunit USES= cmake compiler:c++11-lang cpe pathfix USE_LDCONFIG= yes USE_GITHUB= yes -CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Boost \ +CMAKE_ARGS= -DCMAKE_CXX_VISIBILITY_PRESET=hidden +CMAKE_ON= VISIBILITY_HIDDEN \ WITH_ASF \ WITH_MP4 -OPTIONS_DEFINE= RCC TEST +OPTIONS_DEFINE= RCC STATIC TEST OPTIONS_SUB= yes # The official patches for this can be obtained from: # http://darksoft.org/files/rusxmms/patches/ # RCC_DESC= Build with RusXMMS librcc patches (experimental) RCC_LIB_DEPENDS= librcc.so:devel/librcc RCC_USES= localbase:ldflags RCC_EXTRA_PATCHES= ${FILESDIR}/extrapatch-rcc +STATIC_CMAKE_BOOL_OFF= BUILD_SHARED_LIBS + +TEST_BUILD_DEPENDS= cppunit-config:devel/cppunit TEST_CMAKE_BOOL= BUILD_TESTS -TEST_CMAKE_BOOL_OFF= BUILD_SHARED_LIBS -TEST_TARGET= check +TEST_TARGET= check +TEST_IMPLIES= STATIC post-patch-RCC-on: @${REINPLACE_CMD} -e 's|-ltag|-ltag -lrcc|g' \ ${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake @${REINPLACE_CMD} -e 's|-ltag_c|-ltag_c -lrcc|g' \ ${WRKSRC}/bindings/c/taglib_c.pc.cmake .include Index: head/audio/taglib/pkg-plist =================================================================== --- head/audio/taglib/pkg-plist (revision 546350) +++ head/audio/taglib/pkg-plist (revision 546351) @@ -1,116 +1,118 @@ bin/taglib-config include/taglib/aifffile.h include/taglib/aiffproperties.h include/taglib/apefile.h include/taglib/apefooter.h include/taglib/apeitem.h include/taglib/apeproperties.h include/taglib/apetag.h include/taglib/asfattribute.h include/taglib/asffile.h include/taglib/asfpicture.h include/taglib/asfproperties.h include/taglib/asftag.h include/taglib/attachedpictureframe.h include/taglib/audioproperties.h include/taglib/chapterframe.h include/taglib/commentsframe.h include/taglib/eventtimingcodesframe.h include/taglib/fileref.h include/taglib/flacfile.h include/taglib/flacmetadatablock.h include/taglib/flacpicture.h include/taglib/flacproperties.h include/taglib/generalencapsulatedobjectframe.h include/taglib/id3v1genres.h include/taglib/id3v1tag.h include/taglib/id3v2extendedheader.h include/taglib/id3v2footer.h include/taglib/id3v2frame.h include/taglib/id3v2framefactory.h include/taglib/id3v2header.h include/taglib/id3v2synchdata.h include/taglib/id3v2.h include/taglib/id3v2tag.h include/taglib/infotag.h include/taglib/itfile.h include/taglib/itproperties.h include/taglib/modfile.h include/taglib/modfilebase.h include/taglib/modproperties.h include/taglib/modtag.h include/taglib/mp4atom.h include/taglib/mp4coverart.h include/taglib/mp4file.h include/taglib/mp4item.h include/taglib/mp4properties.h include/taglib/mp4tag.h include/taglib/mpcfile.h include/taglib/mpcproperties.h include/taglib/mpegfile.h include/taglib/mpegheader.h include/taglib/mpegproperties.h include/taglib/oggfile.h include/taglib/oggflacfile.h include/taglib/oggpage.h include/taglib/oggpageheader.h include/taglib/opusfile.h include/taglib/opusproperties.h include/taglib/ownershipframe.h include/taglib/podcastframe.h include/taglib/popularimeterframe.h include/taglib/privateframe.h %%RCC%%include/taglib/rccpatch.h include/taglib/relativevolumeframe.h include/taglib/rifffile.h include/taglib/s3mfile.h include/taglib/s3mproperties.h include/taglib/speexfile.h include/taglib/speexproperties.h include/taglib/synchronizedlyricsframe.h 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 include/taglib/tbytevectorstream.h include/taglib/tdebuglistener.h include/taglib/textidentificationframe.h include/taglib/tfile.h include/taglib/tfilestream.h include/taglib/tiostream.h include/taglib/tlist.h include/taglib/tlist.tcc include/taglib/tmap.h include/taglib/tmap.tcc include/taglib/tpropertymap.h include/taglib/trefcounter.h include/taglib/trueaudiofile.h include/taglib/trueaudioproperties.h include/taglib/tstring.h include/taglib/tstringlist.h include/taglib/uniquefileidentifierframe.h include/taglib/unknownframe.h include/taglib/unsynchronizedlyricsframe.h include/taglib/urllinkframe.h include/taglib/vorbisfile.h include/taglib/vorbisproperties.h include/taglib/wavfile.h include/taglib/wavpackfile.h include/taglib/wavpackproperties.h include/taglib/wavproperties.h include/taglib/xingheader.h include/taglib/xiphcomment.h include/taglib/xmfile.h include/taglib/xmproperties.h -lib/libtag.so -lib/libtag.so.1 -lib/libtag.so.1.17.0 -lib/libtag_c.so -lib/libtag_c.so.0 -lib/libtag_c.so.0.0.0 +%%STATIC%%lib/libtag.a +%%NO_STATIC%%lib/libtag.so +%%NO_STATIC%%lib/libtag.so.1 +%%NO_STATIC%%lib/libtag.so.1.17.0 +%%STATIC%%lib/libtag_c.a +%%NO_STATIC%%lib/libtag_c.so +%%NO_STATIC%%lib/libtag_c.so.0 +%%NO_STATIC%%lib/libtag_c.so.0.0.0 libdata/pkgconfig/taglib.pc libdata/pkgconfig/taglib_c.pc