summaryrefslogtreecommitdiff
path: root/extra/vlc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-28 00:05:06 -0700
committerroot <root@rshg054.dnsready.net>2013-03-28 00:05:06 -0700
commit0fbe25a10dce8ec16455854ed6929b688f98cb36 (patch)
tree24eae9f7b5c6ac412f662427713708f11c197628 /extra/vlc
parent87fbcb30b652672a7e110b66a4c15342e27df826 (diff)
Thu Mar 28 00:05:05 PDT 2013
Diffstat (limited to 'extra/vlc')
-rw-r--r--extra/vlc/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index 670a8db19..8d59dc785 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 179005 2013-03-01 10:26:55Z andrea $
+# $Id: PKGBUILD 180898 2013-03-27 20:10:16Z guillaume $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=vlc
pkgver=2.0.5
-pkgrel=4
+pkgrel=5
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -84,7 +84,8 @@ build() {
--enable-upnp \
--enable-opus \
--enable-sftp \
- LUAC=luac5.1
+ LUAC=luac5.1 \
+ RCC=/usr/bin/rcc-qt4
make
}