From owner-svn-ports-all@freebsd.org Fri Jan 1 00:46:29 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B919E4B827A; Fri, 1 Jan 2021 00:46:29 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D6RD54qbKz4gW5; Fri, 1 Jan 2021 00:46:29 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96CD51A01E; Fri, 1 Jan 2021 00:46:29 +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 1010kTwT043421; Fri, 1 Jan 2021 00:46:29 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1010kSah043418; Fri, 1 Jan 2021 00:46:28 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202101010046.1010kSah043418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 1 Jan 2021 00:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559790 - in head/audio/picard-plugins: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/audio/picard-plugins: . files X-SVN-Commit-Revision: 559790 X-SVN-Commit-Repository: ports 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.34 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, 01 Jan 2021 00:46:29 -0000 Author: jhale Date: Fri Jan 1 00:46:28 2021 New Revision: 559790 URL: https://svnweb.freebsd.org/changeset/ports/559790 Log: audio/picard-plugins: Update to snapshot from 2020-12-03 New plugin: - Deezer cover art (fetches cover art from deezer.com) Only display pkg-message when the BMP option is enabled as it only pertains to this option. Added: head/audio/picard-plugins/files/pkg-message.bmp.in - copied, changed from r559789, head/audio/picard-plugins/files/pkg-message.in Deleted: head/audio/picard-plugins/files/pkg-message.in Modified: head/audio/picard-plugins/Makefile head/audio/picard-plugins/distinfo head/audio/picard-plugins/pkg-plist Modified: head/audio/picard-plugins/Makefile ============================================================================== --- head/audio/picard-plugins/Makefile Fri Jan 1 00:04:42 2021 (r559789) +++ head/audio/picard-plugins/Makefile Fri Jan 1 00:46:28 2021 (r559790) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= picard-plugins -PORTVERSION= 2.0.20200818 +PORTVERSION= 2.0.20201203 CATEGORIES= audio python MAINTAINER= jhale@FreeBSD.org @@ -14,13 +14,11 @@ USES= python:3.5+ USE_GITHUB= yes GH_ACCOUNT= metabrainz -GH_TAGNAME= ac2fdfd +GH_TAGNAME= c833f54 PORTSCOUT= limit:^2\. NO_ARCH= yes -SUB_FILES= pkg-message -SUB_LIST= GCC_VER=${GCC_DEFAULT:S/.//} BUILD_WRKSRC= ${WRKSRC}/build PLUGINSDIR= ${PYTHON_SITELIBDIR}/picard/plugins @@ -34,6 +32,9 @@ ALBUM_COLUMN_DESC= Adds album column to main window (c BPM_DESC= Beats per minute BPM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aubio>=0.4.5:audio/py-aubio@${PY_FLAVOR} +BPM_SUB_FILES= pkg-message.bmp +BPM_SUB_LIST= GCC_VER=${GCC_DEFAULT:S/.//} +BPM_VARS= PKGMESSAGE+=${.CURDIR}/pkg-message.bmp MOODBAR_DESC= Generate moodbar files MOODBAR_RUN_DEPENDS= moodbar:audio/moodbar Modified: head/audio/picard-plugins/distinfo ============================================================================== --- head/audio/picard-plugins/distinfo Fri Jan 1 00:04:42 2021 (r559789) +++ head/audio/picard-plugins/distinfo Fri Jan 1 00:46:28 2021 (r559790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598152685 -SHA256 (metabrainz-picard-plugins-2.0.20200818-ac2fdfd_GH0.tar.gz) = ac5b2da243b89d2d827fd9d66bfe3d3f282892422e0ae5941bfaf53f43a23497 -SIZE (metabrainz-picard-plugins-2.0.20200818-ac2fdfd_GH0.tar.gz) = 392537 +TIMESTAMP = 1609459732 +SHA256 (metabrainz-picard-plugins-2.0.20201203-c833f54_GH0.tar.gz) = 3f0df807bbc5131760dd19230340c8ea05212a9f77191633b073625d15323d4b +SIZE (metabrainz-picard-plugins-2.0.20201203-c833f54_GH0.tar.gz) = 397200 Copied and modified: head/audio/picard-plugins/files/pkg-message.bmp.in (from r559789, head/audio/picard-plugins/files/pkg-message.in) ============================================================================== --- head/audio/picard-plugins/files/pkg-message.in Fri Jan 1 00:04:42 2021 (r559789, copy source) +++ head/audio/picard-plugins/files/pkg-message.bmp.in Fri Jan 1 00:46:28 2021 (r559790) @@ -1,9 +1,9 @@ [ { type: install message: <