summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2013-03-28 01:16:05 +0100
committerAntoine Lubineau2013-03-28 01:16:05 +0100
commit3482dc50f2cb24023cb8481ab915bdd2b9b44bd3 (patch)
tree58ba054d43a4c2d4f260b0d5b30d360baedc4eb7
parented52d57c0ba871324be9583930343a1a2ccbd0c0 (diff)
downloadaur-3482dc50f2cb24023cb8481ab915bdd2b9b44bd3.tar.gz
vlc-decklink: 2.0.5-4 -> 2.0.5-5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be67b88b3e8..9f5ea2832033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vlc-decklink
pkgdesc = A multi-platform MPEG, VCD/DVD, and DivX player (with decklink module)
pkgver = 2.0.5
- pkgrel = 4
+ pkgrel = 5
url = http://www.videolan.org/vlc/
install = vlc.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0c215168ad68..4254c88162fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# $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>
@@ -6,15 +6,15 @@
_pkgname=vlc
pkgname=vlc-decklink
pkgver=2.0.5
-pkgrel=4
+pkgrel=5
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player (with decklink module)"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
- 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass'
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua51' 'libmatroska'
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass'
'xcb-util-keysyms')
makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils'
@@ -93,7 +93,8 @@ build() {
--enable-sftp \
--enable-decklink \
--with-decklink-sdk="${srcdir}/${_pkgname}-${pkgver}/decklink-sdk" \
- LUAC=luac5.1
+ LUAC=luac5.1 \
+ RCC=/usr/bin/rcc-qt4
make
}