summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-11-08 11:53:34 +0000
committerDaniel Bermond2020-11-08 11:53:34 +0000
commitde03bf6a85ba7b043387bd3a29d1ae85f78bfb74 (patch)
treea5aeb096e73420e7ce88bc9ad31a0105a4d1c430
parent0a7c77b099054279635e868754e73a689d0c88c6 (diff)
downloadaur-de03bf6a85ba7b043387bd3a29d1ae85f78bfb74.tar.gz
New upstream option: --enable-libsixel
References ---------- https://github.com/mpv-player/mpv/commit/19913921eb9ee4c35de230c62c46d1591cf3326e
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79fe9e165840..4dc3788e76d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
- pkgver = 0.32.0.r535.g68ade4e5a5
+ pkgver = 0.32.0.r796.g790647314c
pkgrel = 1
url = https://mpv.io/
arch = x86_64
@@ -43,6 +43,7 @@ pkgbase = mpv-full-git
depends = zimg
depends = ffmpeg-git
depends = spirv-cross
+ depends = libsixel
optdepends = youtube-dl: for video-sharing websites playback
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
provides = mpv
diff --git a/PKGBUILD b/PKGBUILD
index 300c4cd22d88..ba1eb144c74b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.32.0.r535.g68ade4e5a5
+pkgver=0.32.0.r796.g790647314c
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -16,7 +16,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' 'ffnvcodec-headers')
@@ -137,6 +137,7 @@ build() {
'--enable-gl'
'--enable-libplacebo'
'--enable-vulkan'
+ '--enable-sixel'
'--disable-videotoolbox-gl'
'--disable-d3d-hwaccel'