mpv-mpris: update to 1.1.

This commit is contained in:
triallax 2023-09-13 13:27:45 +01:00 committed by Duncan Overbruck
parent 573844b0d5
commit 178d0bc62e

View file

@ -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