author | Ionuț Mircea Bîru
<ibiru@archlinux.org> 2010-07-30 06:41:21 UTC |
committer | Ionuț Mircea Bîru
<ibiru@archlinux.org> 2010-07-30 06:41:21 UTC |
parent | ec4303224c93b19f1db94f3dab55416e744b43f1 |
PKGBUILD | +6 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 53c3000..b8d5c07 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ pkgbase=vlc pkgname=('vlc' 'vlc-plugin') -pkgver=1.1.1 -pkgrel=3 +pkgver=1.1.2 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" license=('GPL') @@ -21,7 +21,7 @@ makedepends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'lirc-utils' 'libraw1394' 'libdc1394' 'libavc1394' 'libva') options=('!libtool') source=("http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('7e177faa61450ce752b0fd89ecc81fed') +md5sums=('dec11ed850e044c518aee6fef7e7f893') build() { cd "${srcdir}/${pkgbase}-${pkgver}" @@ -51,8 +51,9 @@ package_vlc() { 'lua' 'libv4l' 'libcddb' 'smbclient' 'libmatroska' 'zvbi' 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' - 'avahi' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils') - optdepends=('libnotify: for notification plugin' + 'ttf-freefont' 'libxv' 'libass' 'xdg-utils') + optdepends=('avahi: for service discovery using bonjour protocol' + 'libnotify: for notification plugin' 'ncurses: for ncurses interface support' 'libdvdcss: for decoding encrypted DVDs' 'lirc-utils: for lirc plugin'