Skip to content

Commit

Permalink
audio/py-pyradio: Update to 0.9.2.18
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
nivit committed Nov 3, 2023
1 parent e0b169f commit 8fde1f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions 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}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 8fde1f0

Please sign in to comment.