git » vlc.git » commit 19b3aed

upgpkg: 2.0.4-5

author Thomas Dziedzic
2012-11-30 05:56:59 UTC
committer Thomas Dziedzic
2012-11-30 05:56:59 UTC
parent 2fcd814c8f21d5c6ccbc29d2761dfcfe2fba37c1

upgpkg: 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

PKGBUILD +7 -4

diff --git a/PKGBUILD b/PKGBUILD
index be68589..079d4b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,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')
@@ -18,7 +18,8 @@ makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
              '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'
@@ -81,7 +82,9 @@ build() {
               --enable-vcdx \
               --enable-upnp \
               --enable-opus \
-              --enable-sftp
+              --enable-sftp \
+              LUAC=luac5.1
+
   make
 }