Date: Fri, 3 Nov 2023 21:27:30 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8fde1f0e4dc3 - main - audio/py-pyradio: Update to 0.9.2.18 Message-ID: <202311032127.3A3LRUpc016143@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fde1f0e4dc3582fe90e4b9b94ad8e468320f95c commit 8fde1f0e4dc3582fe90e4b9b94ad8e468320f95c Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2023-11-03 21:23:26 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2023-11-03 21:26:42 +0000 audio/py-pyradio: Update to 0.9.2.18 - Add option METADATA (default ON) that installs multimedia/mkvtoolnix to insert tags, chapters and cover into recordings. Release notes: https://github.com/coderholic/pyradio/releases/tag/0.9.2.18 Reported by: Spiros Georgaras <notifications@github.com> --- audio/py-pyradio/Makefile | 8 +++++--- audio/py-pyradio/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile index e32fd45a7b67..87d406233e6a 100644 --- a/audio/py-pyradio/Makefile +++ b/audio/py-pyradio/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyradio -DISTVERSION= 0.9.2.16 +DISTVERSION= 0.9.2.18 PORTREVISION= 0 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -38,11 +38,12 @@ PLIST_FILES= share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png PORTDOCS= * -OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT= MPV +OPTIONS_DEFINE= DOCS METADATA +OPTIONS_DEFAULT= METADATA MPV OPTIONS_SINGLE= MEDIA_PLAYER OPTIONS_SINGLE_MEDIA_PLAYER= MPLAYER MPV VLC +METADATA_DESC= Insert tags, chapters and cover into recordings # override predefined MPV_DESC= Mpv media player support VLC_DESC= VLC media player support @@ -51,6 +52,7 @@ DOCS_PLIST_FILES= man/man1/pyradio.1.gz \ man/man1/pyradio_rb.1.gz \ man/man1/pyradio_rec.1.gz \ man/man1/pyradio_server.1.gz +METADATA_RUN_DEPENDS+= mkvinfo:multimedia/mkvtoolnix MPLAYER_RUN_DEPENDS+= mplayer:multimedia/mplayer MPV_RUN_DEPENDS+= mpv:multimedia/mpv VLC_RUN_DEPENDS+= vlc:multimedia/vlc diff --git a/audio/py-pyradio/distinfo b/audio/py-pyradio/distinfo index dedc19ae04c9..3d99e5f3d682 100644 --- a/audio/py-pyradio/distinfo +++ b/audio/py-pyradio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698039171 -SHA256 (coderholic-pyradio-0.9.2.16_GH0.tar.gz) = aad81b637573068c5fe6a425a7d52babd9abb38289b7c9cdb2c36c4ce0e0938e -SIZE (coderholic-pyradio-0.9.2.16_GH0.tar.gz) = 1004870 +TIMESTAMP = 1699032294 +SHA256 (coderholic-pyradio-0.9.2.18_GH0.tar.gz) = bc28ea7ead50be71c75052408c76a197a24919bfd12db30354480afc0da8f061 +SIZE (coderholic-pyradio-0.9.2.18_GH0.tar.gz) = 1425923
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311032127.3A3LRUpc016143>