Date: Fri, 4 Nov 2016 14:55:05 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425327 - in head/audio/acoustid-fingerprinter: . files Message-ID: <201611041455.uA4Et5rV080605@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Fri Nov 4 14:55:05 2016 New Revision: 425327 URL: https://svnweb.freebsd.org/changeset/ports/425327 Log: - Sync with Github 632e879 to allow building with upcoming ffmpeg 3.x [1] - This includes several changes that were already made by local patches - Changes since release: - Fix taglib detection - Fix build with ffmpeg 3.x - Fix build with gcc 6 - Add dependency on desktop-file-utils to satisfy stage-qa - Bump PORTREVISION PR: 214183 [1] Submitted by: jbeich [1] Deleted: head/audio/acoustid-fingerprinter/files/ Modified: head/audio/acoustid-fingerprinter/Makefile head/audio/acoustid-fingerprinter/distinfo Modified: head/audio/acoustid-fingerprinter/Makefile ============================================================================== --- head/audio/acoustid-fingerprinter/Makefile Fri Nov 4 14:30:43 2016 (r425326) +++ head/audio/acoustid-fingerprinter/Makefile Fri Nov 4 14:55:05 2016 (r425327) @@ -2,10 +2,8 @@ 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 @@ -16,19 +14,18 @@ LIB_DEPENDS= libchromaprint.so:audio/chr 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 Modified: head/audio/acoustid-fingerprinter/distinfo ============================================================================== --- head/audio/acoustid-fingerprinter/distinfo Fri Nov 4 14:30:43 2016 (r425326) +++ head/audio/acoustid-fingerprinter/distinfo Fri Nov 4 14:55:05 2016 (r425327) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611041455.uA4Et5rV080605>