Skip to content
Snippets Groups Projects
Commit 33b22912 authored by Galen Abell's avatar Galen Abell Committed by omni
Browse files

community/mpv-mpris: upgrade to 1.1

parent 31e8ab06
No related branches found
No related tags found
1 merge request!50797community/mpv-mpris: upgrade to 1.1
Pipeline #177507 skipped
# Contributor: Galen Abell <galen@galenabell.com> # Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com> # Maintainer: Galen Abell <galen@galenabell.com>
pkgname=mpv-mpris pkgname=mpv-mpris
pkgver=1.0 pkgver=1.1
pkgrel=0 pkgrel=0
pkgdesc="MPRIS plugin for mpv" pkgdesc="MPRIS plugin for mpv"
url="https://github.com/hoyon/mpv-mpris" url="https://github.com/hoyon/mpv-mpris"
...@@ -9,17 +9,32 @@ arch="all" ...@@ -9,17 +9,32 @@ arch="all"
license="MIT" license="MIT"
depends="mpv" depends="mpv"
makedepends="glib-dev mpv-dev" makedepends="glib-dev mpv-dev"
options="!check" # no tests checkdepends="
mpv
playerctl
sound-theme-freedesktop
bash
dbus
xvfb-run
xauth
jq
socat
gawk
"
source="$pkgname-$pkgver.tar.gz::https://github.com/hoyon/mpv-mpris/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/hoyon/mpv-mpris/archive/$pkgver.tar.gz"
build() { build() {
make make
} }
check() {
make test
}
package() { package() {
install -Dm 0644 mpris.so "$pkgdir"/etc/mpv/scripts/mpris.so install -Dm 0644 mpris.so "$pkgdir"/etc/mpv/scripts/mpris.so
} }
sha512sums=" sha512sums="
edc8218477a3b9b6c0568a122f3c02efde86a4de97f84872b767031e58c6916d4e3b34de75275538e8f18f28f15a139d8fca8631a76cecc04d8df88c457d5fad mpv-mpris-1.0.tar.gz 81622e5e34a8ebde735c39a1615569c833d6cf53c70b4f77794788fd8b19982cc33a71ff5768027826dafc608fa72a089e38c0925a907fa249f5c527d17f9541 mpv-mpris-1.1.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment