Index: head/audio/acoustid-fingerprinter/Makefile =================================================================== --- head/audio/acoustid-fingerprinter/Makefile (revision 445588) +++ head/audio/acoustid-fingerprinter/Makefile (revision 445589) @@ -1,41 +1,42 @@ # $FreeBSD$ PORTNAME= acoustid-fingerprinter PORTVERSION= 0.6 PORTREVISION= 6 CATEGORIES= audio MAINTAINER= jhale@FreeBSD.org COMMENT= AcoustID audio fingerprint submission tool LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ libtag.so:audio/taglib \ libavcodec.so:multimedia/ffmpeg BROKEN_armv6= fails to link: fingerprintcalculator.cpp: undefined reference to 'chromaprint_new' BROKEN_powerpc64= fails to compile: libchromaprint.so: undefined reference to std::__cxx11::basic_string USES= cmake desktop-file-utils USE_QT4= corelib gui network \ qmake_build moc_build rcc_build uic_build USE_GITHUB= yes GH_ACCOUNT= acoustid GH_TAGNAME= 632e879 INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/cmake/modules/*.cmake post-install: .for i in 16 24 32 48 128 256 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps ${INSTALL_DATA} ${WRKSRC}/images/acoustid-fp-${i}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/acoustid-fingerprinter.png .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_DATA} ${WRKSRC}/images/acoustid-fingerprinter.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps .include Index: head/audio/acoustid-fingerprinter/pkg-descr =================================================================== --- head/audio/acoustid-fingerprinter/pkg-descr (revision 445588) +++ head/audio/acoustid-fingerprinter/pkg-descr (revision 445589) @@ -1,9 +1,9 @@ AcoustID fingerprinter is a cross-platform GUI application that uses Chromaprint to submit audio fingerprints from your music collection to the AcoustID database. Only tagged audio files are submitted. Files tagged by MusicBrainz applications such as Picard or Jaikoz are preferred, but it will submit fingerprints for any files that have tags such as track title, artist name, album name, etc. -WWW: http://acoustid.org/fingerprinter +WWW: https://acoustid.org/fingerprinter