diff options
author | Andrew Crerar | 2018-07-09 10:21:19 -0400 |
---|---|---|
committer | Andrew Crerar | 2018-07-09 10:21:19 -0400 |
commit | bae9398abea3f408dab6494883a4b82de5317c0d (patch) | |
tree | 9a4c1e271bb19740d1fcaa7d5d460f02124fa507 /PKGBUILD | |
parent | ef86f1f4d5ad4af5e3251deea249e48ec729bb5e (diff) | |
download | aur-bae9398abea3f408dab6494883a4b82de5317c0d.tar.gz |
vlc-git: Updating deps, adding LIBS export
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -9,13 +9,13 @@ # Contributor: MacWolf <macwolf at archlinux dot de> pkgname=vlc-git -pkgver=4.0.0.r3110.gcea6af86d9 +pkgver=4.0.0.r3917.g5547f0277d pkgrel=1 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player (GIT Version)" url='https://www.videolan.org/vlc/' -arch=('x86_64') +arch=('i686' 'x86_64') license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'libtiger' 'lua' +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret' 'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2' @@ -130,6 +130,7 @@ build() { export LUAC=/usr/bin/luac export LUA_LIBS="$(pkg-config --libs lua)" export RCC=/usr/bin/rcc-qt5 + export LIBS="-lxkbcommon" ./configure --prefix=/usr \ --sysconfdir=/etc \ |