git » vlc.git » commit 39553b5

Fixed FS18477 and FS18509

author Giovanni Scafora
2010-03-01 11:33:16 UTC
committer Giovanni Scafora
2010-03-01 11:33:16 UTC
parent a5557a992358106ebb7e9972c2ddeb298544dfa5

Fixed FS18477 and FS18509

PKGBUILD +5 -4

diff --git a/PKGBUILD b/PKGBUILD
index 4aa5baa..cf12c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=vlc
 pkgname=('vlc' 
          'vlc-plugin')
 pkgver=1.0.5
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
 license=('GPL')
@@ -69,15 +69,16 @@ build() {
 
 package_vlc() {
   pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
-  depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'lirc-utils'
+  depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libcdio'
            'libdca' 'qt' 'libproxy' 'sdl_image' 'libdvdnav' 'mesa'
            'lua' 'libv4l' 'libcddb' 'smbclient' 'libmatroska' 'zvbi'
            'taglib' 'sysfsutils' 'libmpcdec' 'hal' 'ffmpeg'
            'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
-           'avahi' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'libcdio')
+           'avahi' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils')
   optdepends=('libnotify: for notification plugin' 
               'ncurses: for ncurses interface support'
-              'libdvdcss: for decoding encrypted DVDs')
+              'libdvdcss: for decoding encrypted DVDs'
+              'lirc-utils: for lirc plugin')
   options=('!libtool')
   install=vlc.install
   cd "${srcdir}/${pkgbase}-${pkgver}"