summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-11-03 11:18:32 -0200
committerDaniel Bermond2017-11-03 13:09:17 -0200
commit9ae1f35226c65defb5ec7e5f96f6aa17529e1aee (patch)
tree0e59900c63f37563caa49e75e18fd4cf3a9fcd88
parent1c4498ecc1774b0415dcd43bd41b5366ae0f5f6d (diff)
downloadaur-9ae1f35226c65defb5ec7e5f96f6aa17529e1aee.tar.gz
Preserve environment variables
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5c60535c67c..96af3de3b9ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 00:11:28 UTC 2017
+# Fri Nov 3 15:09:08 UTC 2017
pkgbase = mpv-full-git
pkgdesc = A free, open source, and cross-platform media player (git version with all possible libs)
- pkgver = 0.27.0.r339.ge6a68e2330
+ pkgver = 0.27.0.r347.g5261d1b099
pkgrel = 1
url = http://mpv.io/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 977ca279011e..a1b8645780e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=mpv-full-git
-pkgver=0.27.0.r339.ge6a68e2330
+pkgver=0.27.0.r347.g5261d1b099
pkgrel=1
pkgdesc='A free, open source, and cross-platform media player (git version with all possible libs)'
arch=('i686' 'x86_64')
@@ -43,9 +43,9 @@ build() {
msg2 'Running bootstrap. Please wait...'
./bootstrap.py
- CFLAGS='-I/usr/include/ffmpeg-mpv-git' \
- LDFLAGS='-L/usr/lib/ffmpeg-mpv-git' \
- PKG_CONFIG_PATH='/usr/lib/ffmpeg-mpv-git/pkgconfig' \
+ CFLAGS="${CFLAGS} -I/usr/include/ffmpeg-mpv-git" \
+ LDFLAGS="${LDFLAGS} -L/usr/lib/ffmpeg-mpv-git" \
+ PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+${PKG_CONFIG_PATH}:}/usr/lib/ffmpeg-mpv-git/pkgconfig" \
\
./waf configure \
--color='yes' \