summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-11-29 15:22:57 -0300
committerDaniel Bermond2023-11-29 15:22:57 -0300
commitaefe7154805fc990eb11bcf769397ad066ebc12b (patch)
tree6d44e41582b6481479d94210ed86a19e493bfbae
parent577235e9473e0b7ac5b6064454fde1dae1214dd6 (diff)
downloadaur-aefe7154805fc990eb11bcf769397ad066ebc12b.tar.gz
Match latest upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68eb393c9ff0..f41045c2e995 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.37.0.r14.g19b27341a9
+ pkgver = 0.37.0.r51.gc7d8e155d2
pkgrel = 1
url = https://mpv.io/
arch = x86_64
@@ -39,7 +39,6 @@ pkgbase = mpv-full-git
depends = vapoursynth
depends = openal
depends = vulkan-icd-loader
- depends = shaderc
depends = libxpresent
depends = libpipewire
depends = zimg
@@ -47,7 +46,6 @@ pkgbase = mpv-full-git
depends = libsixel
depends = ffmpeg-git
depends = libplacebo-git
- depends = spirv-cross
optdepends = yt-dlp: for video-sharing websites playback
optdepends = youtube-dl: for video-sharing websites playback
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
diff --git a/PKGBUILD b/PKGBUILD
index b70035ff826f..62b6c9a92067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.37.0.r14.g19b27341a9
+pkgver=0.37.0.r51.gc7d8e155d2
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -13,10 +13,10 @@ depends=(
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'mujs'
'libdvdnav' 'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
- 'zlib' 'vapoursynth' 'openal' 'vulkan-icd-loader' 'shaderc'
- 'libxpresent' 'libpipewire' 'zimg' 'sndio' 'libsixel'
+ 'zlib' 'vapoursynth' 'openal' 'vulkan-icd-loader' 'libxpresent'
+ 'libpipewire' 'zimg' 'sndio' 'libsixel'
# AUR:
- 'ffmpeg-git' 'libplacebo-git' 'spirv-cross'
+ 'ffmpeg-git' 'libplacebo-git'
)
makedepends=('git' 'meson' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
'wayland-protocols' 'ffnvcodec-headers')
@@ -108,9 +108,9 @@ build() {
-Djpeg='enabled' \
-Drpi='disabled' \
-Dsdl2-video='enabled' \
- -Dshaderc='enabled' \
+ -Dshaderc='disabled' \
-Dsixel='enabled' \
- -Dspirv-cross='enabled' \
+ -Dspirv-cross='disabled' \
-Dplain-gl='enabled' \
-Dvdpau='enabled' \
-Dvdpau-gl-x11='enabled' \