mpv: update to 0.35.1.

This commit is contained in:
Daniel Eyßer 2023-01-28 19:30:13 +01:00 committed by Michal Vasilek
parent b2bada9e2f
commit a256fd03f9

View File

@ -1,7 +1,7 @@
# Template file for 'mpv'
pkgname=mpv
version=0.35.0
revision=2
version=0.35.1
revision=1
build_style=meson
configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
-Dlibmpv=true -Dcplugins=enabled
@ -40,8 +40,8 @@ maintainer="travankor <travankor@tuta.io>"
license="GPL-2.0-or-later"
homepage="https://mpv.io"
changelog="https://github.com/mpv-player/mpv/releases"
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
checksum=dc411c899a64548250c142bf1fa1aa7528f1b4398a24c86b816093999049ec00
distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
checksum=41df981b7b84e33a2ef4478aaf81d6f4f5c8b9cd2c0d337ac142fc20b387d1a9
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
@ -62,6 +62,6 @@ mpv-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove "usr/lib/*.so"
}
}