summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2014-03-29 14:48:19 +0100
committerAntoine Lubineau2014-03-29 14:48:19 +0100
commit3c9725928aa88856d74d3f67e24cb21a98e42826 (patch)
treeaa0b5e5c065be8bbcb7c3879d02aa35832752c50
parenta76fda93e9eb74517916cd007791015bd5fad003 (diff)
downloadaur-3c9725928aa88856d74d3f67e24cb21a98e42826.tar.gz
vlc-decklink: 2.1.4-1 -> 2.1.4-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD20
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2cb4dd735fe..8d65946f79b7 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.1.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.videolan.org/vlc/
install = vlc.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 264c898f28d4..dcd98cbaf780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 206249 2014-02-22 18:40:57Z giovanni $
+# $Id: PKGBUILD 208911 2014-03-28 15:46:24Z bpiotrowski $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
@@ -6,20 +6,20 @@
_pkgname=vlc
pkgname=vlc-decklink
pkgver=2.1.4
-pkgrel=1
+pkgrel=2
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' 'lua' 'libmatroska'
- 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
- 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
+ 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
+ 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
+ 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
'libxinerama')
makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs'
- 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca'
- 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
- 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
+ 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca'
+ 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
+ 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa'
'decklink-sdk')
optdepends=('avahi: for service discovery using bonjour protocol'
@@ -81,7 +81,7 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \
+ CFLAGS+=" -I/usr/include/samba-4.0" CPPFLAGS+=" -I/usr/include/samba-4.0" \
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-rpath \