Date: Friday, November 30, 2012 @ 00:56:59 Author: tdziedzic Revision: 172153
upgpkg: vlc 2.0.4-5 rebuild for lua 5.1 package rename and add a missing mesa makedep, the latter fixes https://bugs.archlinux.org/task/32738 Modified: vlc/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-11-30 04:31:52 UTC (rev 172152) +++ PKGBUILD 2012-11-30 05:56:59 UTC (rev 172153) @@ -5,13 +5,13 @@ pkgname=vlc pkgver=2.0.4 -pkgrel=4 +pkgrel=5 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" license=('LGPL2.1' 'GPL2') depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' - 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska' 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' 'xcb-util-keysyms') @@ -19,7 +19,8 @@ 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' - 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2') + 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' + 'mesa') optdepends=('avahi: for service discovery using bonjour protocol' 'libnotify: for notification plugin' 'ncurses: for ncurses interface support' @@ -82,7 +83,9 @@ --enable-vcdx \ --enable-upnp \ --enable-opus \ - --enable-sftp + --enable-sftp \ + LUAC=luac5.1 + make }
