summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNathaniel Chin2021-02-06 15:30:08 +0800
committerNathaniel Chin2021-02-06 15:30:08 +0800
commit62ca5972f279d993248b87b3eb6d329f111c5a35 (patch)
tree062464eb20abb0dbf9bda7eb81bc2b72391d2ebb /PKGBUILD
parent7fe8f34634012909d337cd3a52df071c9ee7ac46 (diff)
downloadaur-62ca5972f279d993248b87b3eb6d329f111c5a35.tar.gz
Add libsixel as depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af30423ab821..392efd6f77e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Original: Daniel Bermond <dbermond@archlinux.org> https://aur.archlinux.org/packages/mpv-full-git
pkgname=mpv-amd-full-git
-pkgver=0.32.0.r547.g12415db3a6
+pkgver=0.33.0.r70.gf60725263c
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -19,7 +19,7 @@ depends=(
'zlib' 'vapoursynth' 'openal' 'vulkan-icd-loader' 'shaderc'
'libplacebo' 'zimg'
# AUR:
- 'ffmpeg-git' 'spirv-cross'
+ 'ffmpeg-git' 'spirv-cross' 'libsixel'
)
makedepends=('git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
'wayland-protocols')
@@ -141,6 +141,7 @@ build() {
'--enable-gl'
'--enable-libplacebo'
'--enable-vulkan'
+ '--enable-sixel'
'--disable-videotoolbox-gl'
'--disable-d3d-hwaccel'