Index: head/audio/acoustid-fingerprinter/files/patch-decoder.h =================================================================== --- head/audio/acoustid-fingerprinter/files/patch-decoder.h (revision 425326) +++ head/audio/acoustid-fingerprinter/files/patch-decoder.h (nonexistent) @@ -1,13 +0,0 @@ ---- decoder.h.orig 2012-09-05 18:43:51 UTC -+++ decoder.h -@@ -35,6 +35,10 @@ extern "C" { - } - #include "fingerprintcalculator.h" - -+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE -+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio -+#endif -+ - #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(52, 64, 0) - #define AV_SAMPLE_FMT_S16 SAMPLE_FMT_S16 - #endif Property changes on: head/audio/acoustid-fingerprinter/files/patch-decoder.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/acoustid-fingerprinter/files/patch-git_68ef05 =================================================================== --- head/audio/acoustid-fingerprinter/files/patch-git_68ef05 (revision 425326) +++ head/audio/acoustid-fingerprinter/files/patch-git_68ef05 (nonexistent) @@ -1,41 +0,0 @@ -From 681ef059e4bdb0a9b1a073d6cbb9bb54e993fef9 Mon Sep 17 00:00:00 2001 -From: Johannes Dewender -Date: Tue, 8 Dec 2015 17:48:33 +0100 -Subject: [PATCH] fix cmake for taglib 1.10 - -We have to use VERSION_LESS, rather than STRLESS. -Otherwise we get this error message: -- TagLib version too old: version searched :1.6, found 1.10 ---- - cmake/modules/FindTaglib.cmake | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake -index 76b83ac..5a985f9 100644 ---- cmake/modules/FindTaglib.cmake -+++ cmake/modules/FindTaglib.cmake -@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE) - - exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) - -- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") - message(STATUS "TagLib version too old: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") - set(TAGLIB_FOUND FALSE) -- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") - - exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) - -@@ -42,7 +42,7 @@ if(TAGLIBCONFIG_EXECUTABLE) - set(TAGLIB_FOUND TRUE) - endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) - string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") -- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") -+ endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") - mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) - - else(TAGLIBCONFIG_EXECUTABLE) --- -2.1.1.1.g1fb337f - Property changes on: head/audio/acoustid-fingerprinter/files/patch-git_68ef05 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/acoustid-fingerprinter/Makefile =================================================================== --- head/audio/acoustid-fingerprinter/Makefile (revision 425326) +++ head/audio/acoustid-fingerprinter/Makefile (revision 425327) @@ -1,41 +1,38 @@ # $FreeBSD$ PORTNAME= acoustid-fingerprinter PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= http://bitbucket.org/acoustid/${PORTNAME}/downloads/ \ - GHC MAINTAINER= jhale@FreeBSD.org COMMENT= AcoustID audio fingerprint submission tool LICENSE= GPLv2 LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ libtag.so:audio/taglib \ libavcodec.so:multimedia/ffmpeg -USES= cmake -USE_QT4= gui network \ +USES= cmake desktop-file-utils +USE_QT4= corelib gui network \ qmake_build moc_build rcc_build uic_build USE_GITHUB= yes -GH_ACCOUNT= lalinsky +GH_ACCOUNT= acoustid +GH_TAGNAME= 632e879 INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/cmake/modules/*.cmake - @${REINPLACE_CMD} -e 's,CodecID,AVCodecID,g' \ - ${WRKSRC}/ffmpeg/audioconvert.h 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/distinfo =================================================================== --- head/audio/acoustid-fingerprinter/distinfo (revision 425326) +++ head/audio/acoustid-fingerprinter/distinfo (revision 425327) @@ -1,2 +1,3 @@ -SHA256 (acoustid-fingerprinter-0.6.tar.gz) = c0165d4210a181b2baa5e72159bf3f1a9b76398da8794305ddf8e1923ca76f32 -SIZE (acoustid-fingerprinter-0.6.tar.gz) = 93897 +TIMESTAMP = 1478268997 +SHA256 (acoustid-acoustid-fingerprinter-0.6-632e879_GH0.tar.gz) = 2f08b53c9cedcabb6c6cbd21801a1dfacf82405a1d9ede9a4968cf5d0e43172d +SIZE (acoustid-acoustid-fingerprinter-0.6-632e879_GH0.tar.gz) = 135963