summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-01-06 19:17:56 +0100
committersL1pKn072021-01-06 19:17:56 +0100
commit0e46efdae7b0ad52e6d169334e79feb600bbf7ae (patch)
tree4d721f5a1a0a5702214f021a9d86e7ddcdb7f210
parentd6ec7cd72a450b75180441403956faafaaab3afe (diff)
downloadaur-0e46efdae7b0ad52e6d169334e79feb600bbf7ae.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48af7ffeff11..7bd36cf536c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-build-git
pkgdesc = Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)
- pkgver = v0.33.0.37.gbff5416dae
+ pkgver = v0.33.0.57.g1251f7bbf9
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -34,6 +34,7 @@ pkgbase = mpv-build-git
depends = libplacebo.so
depends = libpulse
depends = libshaderc_shared.so
+ depends = libsixel
depends = libsoxr
depends = libssh
depends = libva.so
@@ -54,7 +55,7 @@ pkgbase = mpv-build-git
depends = vulkan-icd-loader
depends = zimg
depends = vapoursynth
- depends = avisynthplus-git
+ depends = avisynthplus
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
optdepends = youtube-dl: Another way to view youtuve videos with mpv
optdepends = zsh-completions: Additional completion definitions for Zsh users
diff --git a/PKGBUILD b/PKGBUILD
index b9e556aed70a..cccb31916303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=v0.33.0.37.gbff5416dae
+pkgver=v0.33.0.57.g1251f7bbf9
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -22,6 +22,7 @@ depends=(
'libplacebo.so'
'libpulse'
'libshaderc_shared.so'
+ 'libsixel'
'libsoxr'
'libssh'
'libva.so'
@@ -84,7 +85,7 @@ if [ -f /usr/lib/libvapoursynth.so ]; then
depends+=('vapoursynth')
fi
if [ -f /usr/lib/libavisynth.so.*.*.* ]; then
- depends+=('avisynthplus-git')
+ depends+=('avisynthplus')
fi
pkgver() {