mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mpv-mpris: update to 1.1.
This commit is contained in:
parent
573844b0d5
commit
178d0bc62e
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'mpv-mpris'
|
# Template file for 'mpv-mpris'
|
||||||
pkgname=mpv-mpris
|
pkgname=mpv-mpris
|
||||||
version=1.0
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
make_build_target=mpris.so
|
make_build_target=mpris.so
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel mpv-devel"
|
makedepends="libglib-devel mpv-devel ffmpeg-devel"
|
||||||
depends="mpv"
|
depends="mpv"
|
||||||
checkdepends="mpv playerctl sound-theme-freedesktop
|
checkdepends="mpv playerctl sound-theme-freedesktop
|
||||||
xvfb-run xauth jq socat dbus"
|
xvfb-run xauth jq socat dbus"
|
||||||
|
@ -15,8 +15,9 @@ short_desc="MPRIS plugin for mpv"
|
||||||
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
maintainer="Mohammed Anas <triallax@tutanota.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/hoyon/mpv-mpris"
|
homepage="https://github.com/hoyon/mpv-mpris"
|
||||||
|
changelog="https://github.com/hoyon/mpv-mpris/releases"
|
||||||
distfiles="https://github.com/hoyon/mpv-mpris/archive/${version}.tar.gz"
|
distfiles="https://github.com/hoyon/mpv-mpris/archive/${version}.tar.gz"
|
||||||
checksum=82254623f797db06231ffaad65ac474993f1b1485b3aac1ba74cab7dd24c84fd
|
checksum=71008aa181bccf4bc7b2b5b9673e9993b1d1f5b7e2c189dc3724ab23ef1f6ebb
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue