summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-01-03 23:05:58 +0000
committerDaniel Bermond2020-01-03 23:11:55 +0000
commit461bde196fff9b3ce74f647af4c3f3443f6ff65b (patch)
treed5a608fe3c352bf63a6059257f97e74632739cdd
parente55c58ee1c48ae28c86b06fe5ebf7e0d7f5cf215 (diff)
downloadaur-461bde196fff9b3ce74f647af4c3f3443f6ff65b.tar.gz
New upstream option: --enable-cuda-interop
References ---------- https://github.com/mpv-player/mpv/commit/9c05be8999a77deea056c8c4952ab37756d05ce2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 545cac0b0d64..8808012c2304 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.30.0.r374.g05fb6f906d
+ pkgver = 0.31.0.r24.g99700bc52c
pkgrel = 1
url = https://mpv.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index eeae66e22c99..7c2aeb45aa45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.30.0.r374.g05fb6f906d
+pkgver=0.31.0.r24.g99700bc52c
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -58,6 +58,7 @@ build() {
'--enable-libmpv-shared'
'--disable-libmpv-static'
'--disable-static-build'
+ '--disable-build-date'
'--disable-debug-build'
'--enable-manpage-build'
'--disable-html-build'
@@ -153,14 +154,15 @@ build() {
'--disable-d3d9-hwaccel'
'--disable-gl-dxinterop-d3d9'
'--enable-cuda-hwaccel'
+ '--enable-cuda-interop'
'--disable-rpi-mmal'
'--disable-macos-touchbar'
'--disable-macos-10-11-features'
'--disable-macos-10-12-2-features'
'--disable-macos-10-14-features'
- '--disable-macos-cocoa-cb'
- )
+ '--disable-macos-media-player'
+ '--disable-macos-cocoa-cb')
cd mpv