summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2012-11-04 22:23:17 +0100
committerAntoine Lubineau2012-11-04 22:23:17 +0100
commit084ddea8773498b0beb6d9a4bc541c09377d6af7 (patch)
treeab5f3be2fcf4558e3543ba4fe3bbc095d5e16608
parentfc45c66cf1ab2bf1337c9533e0829e7b851c6c67 (diff)
downloadaur-084ddea8773498b0beb6d9a4bc541c09377d6af7.tar.gz
vlc-decklink: 2.0.4-2 -> 2.0.4-3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7532082f2f6d..35d173f9ef98 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.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.videolan.org/vlc/
install = vlc.install
arch = i686
@@ -33,6 +33,7 @@ pkgbase = vlc-decklink
makedepends = libtar
makedepends = vcdimager
makedepends = opus
+ makedepends = libssh2
makedepends = decklink-sdk
depends = a52dec
depends = libdvbpsi
@@ -65,8 +66,8 @@ pkgbase = vlc-decklink
optdepends = libavc1394: for devices using the 1394ta AV/C
optdepends = libdc1394: for IEEE 1394 plugin
optdepends = kdelibs: KDE Solid hardware integration
- optdepends = vdpau-video: vdpau back-end for nvidia
- optdepends = libva-driver-intel: back-end for intel cards
+ optdepends = libva-vdpau-driver: vdpau back-end for nvidia
+ optdepends = libva-intel-driver: back-end for intel cards
optdepends = libbluray: for Blu-Ray support
optdepends = flac: for Free Lossless Audio Codec plugin
optdepends = oss: for OSS audio support
@@ -88,6 +89,8 @@ pkgbase = vlc-decklink
optdepends = ttf-freefont: for subtitle font
optdepends = ttf-dejavu: for subtitle font
optdepends = opus: for opus support
+ optdepends = libssh2: for sftp support
+ optdepends = decklink: for decklink support
provides = vlc
conflicts = vlc-plugin
conflicts = vlc
diff --git a/PKGBUILD b/PKGBUILD
index 36e6219fa65a..795055d810dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 169442 2012-10-21 09:07:49Z giovanni $
+# $Id: PKGBUILD 170110 2012-11-02 09:09:21Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
@@ -6,7 +6,7 @@
_pkgname=vlc
pkgname=vlc-decklink
pkgver=2.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player (with decklink module)"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -20,7 +20,7 @@ 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'
+ 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2'
'decklink-sdk')
optdepends=('avahi: for service discovery using bonjour protocol'
'libnotify: for notification plugin'
@@ -30,8 +30,8 @@ optdepends=('avahi: for service discovery using bonjour protocol'
'libavc1394: for devices using the 1394ta AV/C'
'libdc1394: for IEEE 1394 plugin'
'kdelibs: KDE Solid hardware integration'
- 'vdpau-video: vdpau back-end for nvidia'
- 'libva-driver-intel: back-end for intel cards'
+ 'libva-vdpau-driver: vdpau back-end for nvidia'
+ 'libva-intel-driver: back-end for intel cards'
'libbluray: for Blu-Ray support'
'flac: for Free Lossless Audio Codec plugin'
'oss: for OSS audio support'
@@ -52,7 +52,9 @@ optdepends=('avahi: for service discovery using bonjour protocol'
'libcdio: for audio CD playback support'
'ttf-freefont: for subtitle font '
'ttf-dejavu: for subtitle font'
- 'opus: for opus support')
+ 'opus: for opus support'
+ 'libssh2: for sftp support'
+ 'decklink: for decklink support')
conflicts=('vlc-plugin' 'vlc')
provides=('vlc')
replaces=('vlc-plugin')
@@ -88,6 +90,7 @@ build() {
--enable-vcdx \
--enable-upnp \
--enable-opus \
+ --enable-sftp \
--enable-decklink \
--with-decklink-sdk="${srcdir}/${_pkgname}-${pkgver}/decklink-sdk"