[arch-commits] Commit in vlc/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Thu May 28 15:19:53 UTC 2009


    Date: Thursday, May 28, 2009 @ 11:19:53
  Author: giovanni
Revision: 40132

upgpkg: vlc 0.9.9a-4
    Fixed FS739 and FS14845

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-28 15:06:36 UTC (rev 40131)
+++ PKGBUILD	2009-05-28 15:19:53 UTC (rev 40132)
@@ -4,12 +4,12 @@
 
 pkgname=vlc
 pkgver=0.9.9a
-pkgrel=3
+pkgrel=4
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/"
 license=('GPL2')
-depends=('libnotify' 'a52dec' 'fluidsynth' 'zvbi' 'libdvbpsi' 'lirc-utils' 'libdca' 'hal' 'libproxy'
+depends=('a52dec' 'fluidsynth' 'zvbi' 'libdvbpsi' 'lirc-utils' 'libdca' 'hal' 'libproxy'
          'sdl_image' 'libdvdnav>=4.1.3' 'lua' 'libxv' 'libv4l' 'libcddb' 'smbclient' 'libmatroska'
 	 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg>=0.5' 'libshout' 'libmad' 'qt' 'fribidi'
 	 'libmpeg2' 'libmodplug' 'avahi' 'ttf-dejavu')
@@ -47,7 +47,8 @@
               --enable-shout \
               --enable-pvr \
               --enable-release \
-              --program-suffix= || return 1
+              --program-suffix= \
+	      --enable-realrtsp ${EXTRAFEATURES} || return 1
   CFLAGS="-fPIC"
   make || return 1
   make DESTDIR=${pkgdir}/ install || return 1




More information about the arch-commits mailing list