summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2022-10-27 15:02:42 -0300
committerDaniel Bermond2022-10-27 15:02:42 -0300
commitbf056b2c91ea62778346124d615b0e8b0f57d02e (patch)
treef85ed56a4d572bead774d0b278625265a3eace52
parent671c9fbb3c8b38bbff8bf7fd69fb490793199f32 (diff)
downloadaur-bf056b2c91ea62778346124d615b0e8b0f57d02e.tar.gz
Match latest upstream changes
https://github.com/mpv-player/mpv/commit/48ad2278c7a1fc2a9f5520371188911ef044b32c
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baf8ea9111ed..d29d8d389694 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.34.1.r351.g45ff20986d
+ pkgver = 0.34.1.r538.gbc3e96098d
pkgrel = 1
url = https://mpv.io/
arch = x86_64
@@ -43,10 +43,10 @@ pkgbase = mpv-full-git
depends = libxpresent
depends = pipewire
depends = zimg
- depends = ffmpeg-git
depends = sndio
- depends = spirv-cross
depends = libsixel
+ depends = ffmpeg-git
+ depends = spirv-cross
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 210bb2b9b493..fd537817a6c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.34.1.r351.g45ff20986d
+pkgver=0.34.1.r538.gbc3e96098d
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -14,9 +14,9 @@ depends=(
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'mujs'
'libdvdnav' 'libxrandr' 'jack' 'rubberband' 'uchardet' 'libarchive'
'zlib' 'vapoursynth' 'openal' 'vulkan-icd-loader' 'shaderc'
- 'libplacebo' 'libxpresent' 'pipewire' 'zimg'
+ 'libplacebo' 'libxpresent' 'pipewire' 'zimg' 'sndio' 'libsixel'
# AUR:
- 'ffmpeg-git' 'sndio' 'spirv-cross' 'libsixel'
+ 'ffmpeg-git' 'spirv-cross'
)
makedepends=('git' 'mesa' 'python-docutils' 'ladspa' 'vulkan-headers'
'wayland-protocols' 'ffnvcodec-headers')
@@ -104,8 +104,6 @@ build() {
'--disable-cocoa'
'--enable-drm'
'--enable-gbm'
- '--enable-wayland-scanner'
- '--enable-wayland-protocols'
'--enable-wayland'
'--enable-x11'
'--enable-xv'