summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-03-30 22:17:00 +0200
committersL1pKn072023-03-30 22:17:00 +0200
commit2f0ade3e880bdbb6dd7ba89662495fa64ab5a2a1 (patch)
tree8cbdd844cafcdc00f53b3d08272d1c49baecb0a8
parent32e3392ae6acd391aa50c3b6bf4b6d342b71cd6c (diff)
downloadaur-2f0ade3e880bdbb6dd7ba89662495fa64ab5a2a1.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f212bf3afa..18992dc9d3a3 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 = 0.35.0.255.g16f0cd546d
+ pkgver = 0.35.0.348.g0f13c38e72
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -69,6 +69,8 @@ pkgbase = mpv-build-git
depends = spirv-cross
depends = davs2
depends = glslang
+ depends = ffnvcodec-headers
+ depends = wayland-protocols
depends = vapoursynth
depends = avisynthplus
optdepends = nvidia-utils: for hardware accelerated video decoding with CUDA
diff --git a/PKGBUILD b/PKGBUILD
index cd1e97944ff5..3c4ccf840d8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=0.35.0.255.g16f0cd546d
+pkgver=0.35.0.348.g0f13c38e72
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -45,6 +45,8 @@ depends=(
'spirv-cross'
'davs2'
'glslang'
+ 'ffnvcodec-headers'
+ 'wayland-protocols'
)
license=('GPL2' 'GPL3' 'LGPL3' 'LGPL2.1' 'BSD')
url='http://mpv.io'
@@ -189,6 +191,7 @@ _ffmpeg_options=(
'-Dgl-x11=enabled'
'-Djpeg=enabled'
'-Dlibplacebo=enabled'
+ '-Dlibplacebo-next=enabled'
'-Dsdl2-video=enabled'
'-Dshaderc=enabled'
'-Dsixel=enabled'