summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVittorio Gambaletta (VittGam)2018-06-22 05:30:19 +0200
committerVittorio Gambaletta (VittGam)2018-06-22 05:30:19 +0200
commit5980967c034bc25ea2d9e773bd6719e58d37e9c3 (patch)
tree3a26201edc18467301b69a3993ccf82285d76944
parent5975a11021dfb4e1bb9d37f3f3b05f770ed2e2ed (diff)
downloadaur-mpv-vittgam.tar.gz
Update PKGBUILD.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fde050d2efc..e64429e63daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpv-vittgam
pkgdesc = My stable and sensible version of the mpv player that does not make me curse when newer upstream versions break and/or change things at random. :)
pkgver = 0.17.0
- pkgrel = 8
+ pkgrel = 9
epoch = 1
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mpv-vittgam
makedepends = mesa
makedepends = python-docutils
makedepends = ladspa
- depends = ffmpeg
+ depends = ffmpeg3.4
depends = lcms2
depends = libcdio-paranoia
depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index c4f72570a5f7..445878a9be20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ _origpkgname=mpv
pkgname=${_origpkgname}-vittgam
epoch=1
pkgver=0.17.0
-pkgrel=8
+pkgrel=9
_gitcommit=16b32c9c77b73deb67057ad14c2682a4556ab639
_waf_version=1.8.12
pkgdesc='My stable and sensible version of the mpv player that does not make me curse when newer upstream versions break and/or change things at random. :)'
arch=('i686' 'x86_64' 'aarch64')
license=('GPL')
depends=(
- 'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+ 'ffmpeg3.4' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
'libxrandr' 'jack' 'smbclient' 'rubberband'
@@ -40,7 +40,7 @@ prepare() {
build() {
cd ${pkgname}-${_gitcommit}
- ./waf configure --prefix=/usr \
+ PKG_CONFIG_PATH=/usr/lib/ffmpeg3.4/pkgconfig ./waf configure --prefix=/usr \
--confdir=/etc/mpv \
--enable-cdda \
--enable-encoding \