Index: head/audio/picard-plugins/Makefile =================================================================== --- head/audio/picard-plugins/Makefile (revision 476004) +++ head/audio/picard-plugins/Makefile (revision 476005) @@ -1,74 +1,74 @@ # $FreeBSD$ PORTNAME= picard-plugins -PORTVERSION= 2.0.20180707 +PORTVERSION= 2.0.20180719 CATEGORIES= audio python MAINTAINER= jhale@FreeBSD.org COMMENT= Plugins for Picard tagger LICENSE= GPLv2+ GPLv3+ MIT WTFPL LICENSE_COMB= multi USES= python:3.5+ USE_PYTHON= noflavors USE_GITHUB= yes GH_ACCOUNT= metabrainz -GH_TAGNAME= 975b968 +GH_TAGNAME= 62cd688 PORTSCOUT= limit:^2\. NO_ARCH= yes SUB_FILES= pkg-message SUB_LIST= GCC_VER=${GCC_DEFAULT:S/.//} PLUGINSDIR= ${PYTHON_SITELIBDIR}/picard/plugins OPTIONS_DEFINE= BPM MOODBAR OPTIONS_GROUP= REPLAYGAIN OPTIONS_GROUP_REPLAYGAIN= FLAC MP3 VORBIS WAVPACK OPTIONS_SUB= yes BPM_DESC= Beats per minute BPM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aubio>=0.4.5:audio/py-aubio@${PY_FLAVOR} MOODBAR_DESC= Generate moodbar files MOODBAR_RUN_DEPENDS= moodbar:audio/moodbar REPLAYGAIN_DESC= ReplayGain audio normalization FLAC_RUN_DEPENDS= metaflac:audio/flac MP3_RUN_DEPENDS= mp3gain:audio/mp3gain VORBIS_RUN_DEPENDS= vorbisgain:audio/vorbisgain WAVPACK_RUN_DEPENDS= wvgain:audio/wavpack post-patch: # The plugins lastfm, lastfmplus, and no_release have not been ported # upstream to the 2.x version of Picard and do no load @(cd ${WRKSRC}/plugins; ${RM} -r lastfm lastfmplus no_release) do-build: # Plugins that include a separate UI (those with an __init__.py) must # be installed into their own subdirectories under PLUGINSDIR. Plugins # written as a single .py file must be installed directly in PLUGINSDIR. # We copy them into the correct hierarchy and compile them here. @${MKDIR} ${WRKSRC}/build @(cd ${WRKSRC}/plugins; \ for dir in *; \ do \ if [ -f $${dir}/__init__.py ]; \ then ${CP} -R $${dir} ${WRKSRC}/build; \ else ${CP} -R $${dir}/* ${WRKSRC}/build; \ fi; \ done;) ${PYTHON_CMD} -m compileall ${WRKSRC}/build ${PYTHON_CMD} -O -m compileall ${WRKSRC}/build do-install: @${MKDIR} ${STAGEDIR}${PLUGINSDIR} (cd ${WRKSRC}/build; ${COPYTREE_SHARE} . ${STAGEDIR}${PLUGINSDIR}) post-install-BPM-off: @${RM} -r ${STAGEDIR}${PLUGINSDIR}/bpm .include Index: head/audio/picard-plugins/distinfo =================================================================== --- head/audio/picard-plugins/distinfo (revision 476004) +++ head/audio/picard-plugins/distinfo (revision 476005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532603784 -SHA256 (metabrainz-picard-plugins-2.0.20180707-975b968_GH0.tar.gz) = c59351b269d6709e8615eaf8a1bd3930c332df29f0e1b4341d2bd443e133b5e1 -SIZE (metabrainz-picard-plugins-2.0.20180707-975b968_GH0.tar.gz) = 135387 +TIMESTAMP = 1533046929 +SHA256 (metabrainz-picard-plugins-2.0.20180719-62cd688_GH0.tar.gz) = 568fc08d6c2cd69c08c3629c9c7b30acdd426b432aea3f68d77d2264ec9bed0c +SIZE (metabrainz-picard-plugins-2.0.20180719-62cd688_GH0.tar.gz) = 135392 Index: head/audio/picard-plugins/files/pkg-message.in =================================================================== --- head/audio/picard-plugins/files/pkg-message.in (revision 476004) +++ head/audio/picard-plugins/files/pkg-message.in (revision 476005) @@ -1,18 +1,18 @@ ======================================================================== Due to toolchain issues, if you enabled the BPM option, the bpm plugin will probably not work out-of-the-box. Upon startup, picard will likely write to stderr something like: - Original error was: /lib/libgcc_s.so.1: version GCC_4.6.0 required by - %%LOCALBASE%%/lib/gcc%%GCC_VER%%/libgfortran.so.3 not found + Original error was: /lib/libgcc_s.so.1: version GCC_4.8.0 required by + %%LOCALBASE%%/lib/gcc%%GCC_VER%%/libgfortran.so.4 not found This will not affect other plugins or picard operations. If you wish to use the bpm plugin, you can use the following workaround until a better solution can be worked out: - $ env LD_LIBARARY_PATH=%%LOCALBASE%%/lib/gcc%%GCC_VER%% picard + $ env LD_LIBRARY_PATH=%%LOCALBASE%%/lib/gcc%%GCC_VER%% picard See: https://wiki.freebsd.org/libgcc%20problem ========================================================================