--- a/PKGBUILD 2016-01-11 14:58:02.280998624 -0500 +++ b/PKGBUILD 2016-01-11 15:02:09.961586228 -0500 @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 255701 2015-12-10 05:12:40Z foutrelis $ +# $Id: PKGBUILD 252794 2015-12-06 12:34:53Z foutrelis $ # Maintainer: Giovanni Scafora # Contributor: Sarah Hay # Contributor: Martin Sandsmark @@ -10,7 +10,7 @@ pkgdesc="A multi-platform MPEG, VCD/DVD, arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" license=('LGPL2.1' 'GPL2') -depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt5-base' 'libproxy' 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar' @@ -89,7 +89,7 @@ build() { --enable-opus \ --enable-sftp \ LUAC=/usr/bin/luac LUA_LIBS="`pkg-config --libs lua`" \ - RCC=/usr/bin/rcc-qt4 + RCC=/usr/bin/rcc-qt5 make }