Saturday, September 29, 2018

Re: [PATCH] audio/beets - README updates

On Tue, September 25, 2018 00:37, Raf Czlonka wrote:
> Hi Stuart,
>
> A couple of changes to the README file:
>
> - given that beets has been moved to Python 3 last year[0], I believe
> that the plugin dependencies should be updated from py-* to py3-*
>
> - neither mp3gain, nor aacgain packages exist so delete that paragraph
>
> - documentation URL - HTTPS and TLD change
>
> [0]
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio/beets/Makefile.diff?r1=1.26&r2=1.27&f=h
>
> Regards,
>
> Raf
>
> cvs server: Diffing audio/beets
> Index: audio/beets/Makefile
> ===================================================================
> RCS file: /cvs/ports/audio/beets/Makefile,v
> retrieving revision 1.29
> diff -u -p -r1.29 Makefile
> --- audio/beets/Makefile 4 Sep 2018 12:46:09 -0000 1.29
> +++ audio/beets/Makefile 24 Sep 2018 21:23:49 -0000
> @@ -5,7 +5,7 @@ COMMENT = CLI tools to manage music coll
> MODPY_EGG_VERSION = 1.4.7
> DISTNAME = beets-${MODPY_EGG_VERSION}
> CATEGORIES = audio
> -REVISION = 0
> +REVISION = 1
>
> MAINTAINER = Stuart Henderson <sthen@openbsd.org>
>
> cvs server: Diffing audio/beets/pkg
> Index: audio/beets/pkg/README
> ===================================================================
> RCS file: /cvs/ports/audio/beets/pkg/README,v
> retrieving revision 1.4
> diff -u -p -r1.4 README
> --- audio/beets/pkg/README 4 Sep 2018 12:46:09 -0000 1.4
> +++ audio/beets/pkg/README 24 Sep 2018 21:23:49 -0000
> @@ -19,15 +19,11 @@ OAuth token for Discogs; if updating fro
> longer works, you may need to "rm ~/.config/beets/discogs_token.json"
> and login again.
>
> -chroma: This plugin is for acoustic fingerprinting. Install py-acoustid
> +chroma: This plugin is for acoustic fingerprinting. Install py3-acoustid
> and add 'chroma' to the plugins: line.
>
> -replaygain: This plugin adds support for ReplayGain, a technique for
> -normalizing audio playback levels. Install the mp3gain or aacgain packages
> -and add 'replaygain' to the plugins: line.
> -

Could this be used with audio/rgain instead of mp3gain?

> web: The web plugin lets your browse and listen to your library through
> -an HTML5 compatible browser. Install the py-flask package and add 'web'
> +an HTML5 compatible browser. Install the py3-flask package and add 'web'
> to the plugins: line.
>
> -See http://beets.readthedocs.org/en/latest/plugins/ for a complete list.
> +See https://beets.readthedocs.io/en/latest/plugins/ for a complete list.
>
>

No comments:

Post a Comment