From owner-svn-ports-all@freebsd.org Fri Nov 4 14:55:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4CADC2E1CF; Fri, 4 Nov 2016 14:55:06 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B2725FB; Fri, 4 Nov 2016 14:55:06 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA4Et5VR080606; Fri, 4 Nov 2016 14:55:05 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA4Et5rV080605; Fri, 4 Nov 2016 14:55:05 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201611041455.uA4Et5rV080605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 4 Nov 2016 14:55:05 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 14:55:06 -0000 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