mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
pyradio: update to 0.9.3.11.15.
This commit is contained in:
parent
5bfb1898ff
commit
039d74048f
2 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,11 @@
|
||||||
To make pyradio work one of these must be installed:
|
To make pyradio work one of these must be installed:
|
||||||
|
|
||||||
- mpv & socat
|
- mpv
|
||||||
- mplayer
|
- mplayer
|
||||||
- vlc
|
- vlc
|
||||||
|
|
||||||
|
To record a station with mplayer this must be installed:
|
||||||
|
|
||||||
|
- mkvtoolnix
|
||||||
|
|
||||||
|
This is optional for mpv and vlc.
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'pyradio'
|
# Template file for 'pyradio'
|
||||||
pkgname=pyradio
|
pkgname=pyradio
|
||||||
version=0.9.3.11.13
|
version=0.9.3.11.15
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel"
|
hostmakedepends="python3-wheel"
|
||||||
depends="python3-requests python3-dnspython python3-psutil python3-rich
|
depends="python3-requests python3-dnspython python3-psutil python3-rich
|
||||||
python3-dateutil python3-netifaces"
|
python3-dateutil python3-netifaces"
|
||||||
short_desc="Curses based internet radio player"
|
short_desc="Curses based internet radio player"
|
||||||
maintainer="chrysos349 <chrysostom349@gmail.com>"
|
maintainer="Spiros Georgaras <sng@hellug.gr>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.coderholic.com/pyradio/"
|
homepage="https://www.coderholic.com/pyradio/"
|
||||||
changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
|
changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
|
||||||
distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
|
distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
|
||||||
checksum=ef411646881732c623a2fd123e680208c5a668dc06ada9e0623631cadbb2f541
|
checksum=9a0b230bfcd5ec42c6ba59cdaf2c064a658ee1e3edc62f90cfd160d4f347f9ba
|
||||||
make_check=no # pytest reports "no tests ran"
|
make_check=no # pytest reports "no tests ran"
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue