summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-12-20 21:42:23 +0000
committerDaniel Bermond2019-12-20 21:42:23 +0000
commite55c58ee1c48ae28c86b06fe5ebf7e0d7f5cf215 (patch)
treeed19f2f973c57f3f0c0b6460aba36f824b9919f9
parentd7fd29f89cc070a313ecff7bc47c8ad89093bfad (diff)
downloadaur-e55c58ee1c48ae28c86b06fe5ebf7e0d7f5cf215.tar.gz
Match latest upstream changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b36ecc8b39..545cac0b0d64 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.r135.g20c9538e32
+ pkgver = 0.30.0.r374.g05fb6f906d
pkgrel = 1
url = https://mpv.io/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4e2529de7a13..eeae66e22c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=mpv-full-git
-pkgver=0.30.0.r135.g20c9538e32
+pkgver=0.30.0.r374.g05fb6f906d
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('x86_64')
@@ -119,6 +119,7 @@ build() {
'--enable-xv'
'--disable-gl-cocoa'
'--enable-gl-x11'
+ '--enable-egl'
'--enable-egl-x11'
'--enable-egl-drm'
'--enable-gl-wayland'
@@ -154,9 +155,9 @@ build() {
'--enable-cuda-hwaccel'
'--disable-rpi-mmal'
- '--disable-apple-remote'
'--disable-macos-touchbar'
'--disable-macos-10-11-features'
+ '--disable-macos-10-12-2-features'
'--disable-macos-10-14-features'
'--disable-macos-cocoa-cb'
)