summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-08 13:34:01 -0300
committerDaniel Bermond2017-08-08 13:34:01 -0300
commitb39e4143c7a9e51cbc9840be887b62118c82a14a (patch)
tree39429fa8d69d53d252a3e35e0096e78e7c6d9168
parent1229cae5910457eaab4ce6253fc1d4627303db4f (diff)
downloadaur-b39e4143c7a9e51cbc9840be887b62118c82a14a.tar.gz
New upstream options: --enable-zlib and other non-important ones
Also on this commit: cosmetic changings
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD20
2 files changed, 17 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeb03bad02d8..a3eacdda422a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 8 16:28:48 UTC 2017
+# Tue Aug 8 16:33:50 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.r372.gc1dcf74458
- pkgrel = 3
+ pkgver = 0.26.0.r134.g7397e8ab42
+ pkgrel = 1
url = http://mpv.io/
arch = i686
arch = x86_64
@@ -29,6 +29,7 @@ pkgbase = mpv-full-git
depends = vapoursynth
depends = libarchive
depends = uchardet
+ depends = zlib
depends = mujs
depends = rsound
depends = sndio
diff --git a/PKGBUILD b/PKGBUILD
index e225c0e13a08..06d94977cabe 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.r372.gc1dcf74458
-pkgrel=3
+pkgver=0.26.0.r134.g7397e8ab42
+pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -16,7 +16,7 @@ depends=(
# official repositories:
'lcms2' 'libgl' 'libxss' 'libxinerama' 'libxv' 'libxkbcommon' 'wayland'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
- 'libxrandr' 'jack' 'vapoursynth' 'libarchive' 'uchardet'
+ 'libxrandr' 'jack' 'vapoursynth' 'libarchive' 'uchardet' 'zlib'
# AUR:
'mujs' 'rsound' 'sndio'
)
@@ -60,9 +60,9 @@ build() {
./bootstrap.py
./waf configure \
- --color=yes \
- --prefix=/usr \
- --confdir=/etc/mpv \
+ --color='yes' \
+ --prefix='/usr' \
+ --confdir='/etc/mpv' \
--progress \
\
--enable-libmpv-shared \
@@ -79,6 +79,8 @@ build() {
--disable-test \
--disable-clang-database \
\
+ --disable-android \
+ --disable-uwp \
--disable-win32-internal-pthreads \
--enable-iconv \
--enable-termios \
@@ -88,6 +90,7 @@ build() {
--enable-javascript \
--enable-libass \
--enable-libass-osd \
+ --enable-zlib \
--enable-encoding \
--enable-libbluray \
--enable-dvdread \
@@ -100,7 +103,7 @@ build() {
--enable-vapoursynth-lazy \
--enable-libarchive \
--enable-libavdevice \
- --lua=52arch \
+ --lua='52arch' \
\
--enable-sdl2 \
--disable-sdl1 \
@@ -131,6 +134,7 @@ build() {
--disable-gl-dxinterop \
--disable-egl-angle \
--disable-egl-angle-lib \
+ --disable-egl-angle-win32 \
--enable-vdpau \
--enable-vdpau-gl-x11 \
--enable-vaapi \
@@ -156,6 +160,8 @@ build() {
--enable-vdpau-hwaccel \
--disable-d3d-hwaccel \
--disable-d3d-hwaccel-new \
+ --disable-d3d9-hwaccel \
+ --disable-gl-dxinterop-d3d9 \
"$_cuda" \
\
--enable-tv \