summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-17 09:35:38 -0300
committerDaniel Bermond2017-06-17 09:35:38 -0300
commit348602badd10b41ef2dc2626858c2014547dcb8e (patch)
tree4257db0111512aa4458701a32b23ebf6b6cd96bb
parent9f98f5f4d84890789d6bc6272d674a2d31eb8c91 (diff)
downloadaur-348602badd10b41ef2dc2626858c2014547dcb8e.tar.gz
New upstream options: --enable-javascript and --disable-d3d-hwaccel-new
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0304a27e343e..328fb67577f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 17 12:32:41 UTC 2017
+# Sat Jun 17 12:35:04 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
- pkgver = 0.25.0.r97.gcc69650e76
- pkgrel = 2
+ pkgver = 0.25.0.r147.gaa690e3997
+ pkgrel = 1
url = http://mpv.io/
arch = i686
arch = x86_64
@@ -28,6 +28,7 @@ pkgbase = mpv-full-git
depends = jack
depends = vapoursynth
depends = libarchive
+ depends = mujs
depends = uchardet
depends = rsound
depends = sndio
diff --git a/PKGBUILD b/PKGBUILD
index 37da5f04a5e2..b9d91e23fe02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# CUDA is x86_64 only and so it will not be available in i686 builds.
pkgname=mpv-full-git
-pkgver=0.25.0.r97.gcc69650e76
-pkgrel=2
+pkgver=0.25.0.r147.gaa690e3997
+pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
license=('GPL')
@@ -18,7 +18,7 @@ depends=(
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
'libxrandr' 'jack' 'vapoursynth' 'libarchive'
# AUR:
- 'uchardet' 'rsound' 'sndio'
+ 'mujs' 'uchardet' 'rsound' 'sndio'
)
depends_i686=(
'libcdio-paranoia' 'libcaca' 'smbclient' 'rubberband' 'libass'
@@ -86,6 +86,7 @@ build() {
--enable-shm \
--enable-libsmbclient \
--enable-lua \
+ --enable-javascript \
--enable-libass \
--enable-libass-osd \
--enable-encoding \
@@ -155,6 +156,7 @@ build() {
--disable-videotoolbox-gl \
--enable-vdpau-hwaccel \
--disable-d3d-hwaccel \
+ --disable-d3d-hwaccel-new \
"$_cuda" \
\
--enable-tv \