git » vlc.git » commit 1f9b685

Fixed FS24461 and FS24471

author Giovanni Scafora
2011-05-28 14:45:23 UTC
committer Giovanni Scafora
2011-05-28 14:45:23 UTC
parent 0fe7c7a58f0e9df057007fce53ade665f4696cbd

Fixed FS24461 and FS24471

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index f2236d2..5fd8b81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=vlc
 pkgver=1.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
@@ -17,7 +17,8 @@ depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libcdio'
            'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
 makedepends=('avahi' 'pkgconfig' 'libxpm' 'live-media' 'libnotify'
              'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
-             'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse')
+             'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
+             'lirc-utils' 'gnutls' 'libcaca')
 optdepends=('avahi: for service discovery using bonjour protocol'
             'libnotify: for notification plugin'
             'ncurses: for ncurses interface support'