author | Ionuț Mircea Bîru
<ibiru@archlinux.org> 2010-07-09 22:39:09 UTC |
committer | Ionuț Mircea Bîru
<ibiru@archlinux.org> 2010-07-09 22:39:09 UTC |
parent | dd942f396e45dec72ef9e378413d010e19113668 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 87158b1..a10ecd0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=vlc pkgname=('vlc' 'vlc-plugin') pkgver=1.1.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" license=('GPL') @@ -21,7 +21,6 @@ makedepends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'lirc-utils' 'libraw1394' 'libdc1394' 'libavc1394' 'libva') source=("http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2") - md5sums=('e2142957137b183a5ad0a4827c39f655') build() { @@ -57,7 +56,8 @@ package_vlc() { 'ncurses: for ncurses interface support' 'libdvdcss: for decoding encrypted DVDs' 'lirc-utils: for lirc plugin' - 'kdelibs: KDE Solid hardware integration') + 'kdelibs: KDE Solid hardware integration' + 'vdpau-video: VDPAU backend for VA API (for GPU acceleration on Nvidia cards)') options=('!libtool') install=vlc.install cd "${srcdir}/${pkgbase}-${pkgver}"