author | Giovanni Scafora
<giovanni@archlinux.org> 2013-11-14 18:16:41 UTC |
committer | Giovanni Scafora
<giovanni@archlinux.org> 2013-11-14 18:16:41 UTC |
parent | 2bcb9443323796f9eacfcb49713d81df8509aecd |
PKGBUILD | +8 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index 4830221..41b121a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc -pkgver=2.1.0 -pkgrel=6 +pkgver=2.1.1 +pkgrel=1 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" @@ -12,12 +12,12 @@ 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') + 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar') makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' - 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa') + 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa') optdepends=('avahi: for service discovery using bonjour protocol' 'libnotify: for notification plugin' 'ncurses: for ncurses interface support' @@ -47,7 +47,8 @@ optdepends=('avahi: for service discovery using bonjour protocol' 'ttf-freefont: for subtitle font ' 'ttf-dejavu: for subtitle font' 'opus: for opus support' - 'libssh2: for sftp support') + 'libssh2: for sftp support' + 'lua-socket: for http interface') conflicts=('vlc-plugin') replaces=('vlc-plugin') backup=('usr/share/vlc/lua/http/.hosts' @@ -56,13 +57,13 @@ options=('!emptydirs') install=vlc.install source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz" vlc-2.0.7-vaapi-compat.patch) -md5sums=('8c77bda671821f5b9ede96b6816e2ade' +md5sums=('1331cd853d56762c96afcb92dd498348' '6df10774bb7acf20e09d6139e5c7839e') prepare() { cd "${srcdir}/${pkgname}-${pkgver/.a}" - patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch + patch -Np1 -i "${srcdir}/vlc-2.0.7-vaapi-compat.patch" sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp