From 039d74048f5634525f8ba7cabff9f7beca5aa802 Mon Sep 17 00:00:00 2001 From: Spiros Georgaras Date: Mon, 16 Jun 2025 23:42:19 +0300 Subject: [PATCH] pyradio: update to 0.9.3.11.15. --- srcpkgs/pyradio/files/README.voidlinux | 8 +++++++- srcpkgs/pyradio/template | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pyradio/files/README.voidlinux b/srcpkgs/pyradio/files/README.voidlinux index f3ae4fba849..6228dc450bf 100644 --- a/srcpkgs/pyradio/files/README.voidlinux +++ b/srcpkgs/pyradio/files/README.voidlinux @@ -1,5 +1,11 @@ To make pyradio work one of these must be installed: - - mpv & socat + - mpv - mplayer - vlc + +To record a station with mplayer this must be installed: + + - mkvtoolnix + +This is optional for mpv and vlc. diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index aeb6aa4ba38..ff3dbcb42e9 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,18 +1,18 @@ # Template file for 'pyradio' pkgname=pyradio -version=0.9.3.11.13 +version=0.9.3.11.15 revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel" depends="python3-requests python3-dnspython python3-psutil python3-rich python3-dateutil python3-netifaces" short_desc="Curses based internet radio player" -maintainer="chrysos349 " +maintainer="Spiros Georgaras " license="MIT" homepage="https://www.coderholic.com/pyradio/" changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog" distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz" -checksum=ef411646881732c623a2fd123e680208c5a668dc06ada9e0623631cadbb2f541 +checksum=9a0b230bfcd5ec42c6ba59cdaf2c064a658ee1e3edc62f90cfd160d4f347f9ba make_check=no # pytest reports "no tests ran" post_patch() {