Skip to content

Commit

Permalink
audio/picard-plugins: Update to snapshot from 2022-10-18
Browse files Browse the repository at this point in the history
New plugins:
- replaygain2: Calculates ReplayGain information for tracks and albums
  according to the ReplayGain 2.0 specification using audio/rsgain. The
  original replaygain plugin has been deprecated upstream.

Additional info can be found at: https://picard.musicbrainz.org/plugins/
  • Loading branch information
BSDKaffee committed Oct 19, 2022
1 parent ce2286f commit efcfea1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
11 changes: 7 additions & 4 deletions audio/picard-plugins/Makefile
@@ -1,5 +1,5 @@
PORTNAME= picard-plugins
PORTVERSION= 2.0.20220930
PORTVERSION= 2.0.20221018
CATEGORIES= audio python

MAINTAINER= jhale@FreeBSD.org
Expand All @@ -13,7 +13,7 @@ USES= python:3.7+

USE_GITHUB= yes
GH_ACCOUNT= metabrainz
GH_TAGNAME= 55df59d
GH_TAGNAME= c1fae13

PORTSCOUT= limit:^2\.

Expand All @@ -22,7 +22,7 @@ NO_ARCH= yes
BUILD_WRKSRC= ${WRKSRC}/build
PLUGINSDIR= ${PYTHON_SITELIBDIR}/picard/plugins

OPTIONS_DEFINE= BPM DOCS MOODBAR
OPTIONS_DEFINE= BPM DOCS MOODBAR REPLAYGAIN2
OPTIONS_GROUP= REPLAYGAIN
OPTIONS_GROUP_REPLAYGAIN= FLAC MP3 VORBIS WAVPACK
OPTIONS_SUB= yes
Expand All @@ -36,12 +36,15 @@ BPM_VARS= PKGMESSAGE+=${.CURDIR}/pkg-message.bmp
MOODBAR_DESC= Generate moodbar files
MOODBAR_RUN_DEPENDS= moodbar:audio/moodbar

REPLAYGAIN_DESC= ReplayGain audio normalization
REPLAYGAIN_DESC= ReplayGain 1.0 audio normalization (deprecated)
FLAC_RUN_DEPENDS= metaflac:audio/flac
MP3_RUN_DEPENDS= mp3gain:audio/mp3gain
VORBIS_RUN_DEPENDS= vorbisgain:audio/vorbisgain
WAVPACK_RUN_DEPENDS= wvgain:audio/wavpack

REPLAYGAIN2_DESC= ReplayGain 2.0 audio normalization
REPLAYGAIN2_RUN_DEPENDS= rsgain:audio/rsgain

do-build:
# Plugins that include a separate UI (those with an __init__.py) must
# be installed into their own subdirectories under PLUGINSDIR. Plugins
Expand Down
6 changes: 3 additions & 3 deletions audio/picard-plugins/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1665119697
SHA256 (metabrainz-picard-plugins-2.0.20220930-55df59d_GH0.tar.gz) = 660b74b97bef4190eaa2bb6f60952fc792d1372397ddc295338a34c974c61a07
SIZE (metabrainz-picard-plugins-2.0.20220930-55df59d_GH0.tar.gz) = 370750
TIMESTAMP = 1666193608
SHA256 (metabrainz-picard-plugins-2.0.20221018-c1fae13_GH0.tar.gz) = f0843d7e574382fe265806bf722638ee9eff75ac486239117315d613daf80252
SIZE (metabrainz-picard-plugins-2.0.20221018-c1fae13_GH0.tar.gz) = 376941
7 changes: 7 additions & 0 deletions audio/picard-plugins/pkg-plist
Expand Up @@ -209,6 +209,13 @@
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain/__pycache__/ui_options_replaygain%%PYTHON_EXT_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain/ui_options_replaygain.py
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain/ui_options_replaygain.ui
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/__init__.py
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/__pycache__/ui_options_replaygain2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/__pycache__/ui_options_replaygain2%%PYTHON_EXT_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/ui_options_replaygain2.py
%%PYTHON_SITELIBDIR%%/picard/plugins/replaygain2/ui_options_replaygain2.ui
%%PYTHON_SITELIBDIR%%/picard/plugins/save_and_rewrite_header.py
%%PYTHON_SITELIBDIR%%/picard/plugins/search_engine_lookup/__init__.py
%%PYTHON_SITELIBDIR%%/picard/plugins/search_engine_lookup/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
Expand Down

0 comments on commit efcfea1

Please sign in to comment.