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

Jan de Groot jgc at archlinux.org
Tue Aug 5 17:07:26 UTC 2008


    Date: Tuesday, August 5, 2008 @ 13:07:25
  Author: jgc
Revision: 7990

upgpkg: vlc 0.8.6i-3
    GNUTLS 2.4 update

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-05 17:05:59 UTC (rev 7989)
+++ PKGBUILD	2008-08-05 17:07:25 UTC (rev 7990)
@@ -5,7 +5,7 @@
 pkgname=vlc
 pkgver=0.8.6i
 _ffmpegver=20080715
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=(i686 x86_64)
 url="http://www.videolan.org/vlc/"
@@ -16,10 +16,10 @@
          'libdvdnav>=0.1.10-2' 'libdvdread>=0.9.4-3' 'xvidcore>=1.1.0-2'
          'libmatroska>=0.8.0' 'libxv>=1.0.1' 'libcdio>=0.78.2' 'desktop-file-utils'
          'lame' 'sdl' 'libvorbis' 'a52dec' 'faad2>=2.6.1' 'faac' 'zlib' 'imlib2'
-         'x264>=20080625' 'libtheora' 'libdca')
+         'x264>=20080625' 'libtheora' 'libdca' 'gnutls>=2.4.1')
 #Note: These build plugins, so I guess they'd be runtime depends
 makedepends=('live-media' 'gnome-vfs' 'mesa' 'sdl_image' 'libmpcdec' 'speex'
-             'libnotify' 'libmodplug' 'lirc-utils' 'ffmpeg')
+             'libnotify' 'libmodplug' 'lirc-utils')
 options=(force)
 install=${pkgname}.install
 source=(http://download.videolan.org/pub/videolan/vlc/${pkgver}/${pkgname}-${pkgver}.tar.bz2
@@ -48,7 +48,7 @@
        || return 1
 
      # build
-     make -j 2 || return 1
+     make || return 1
 
   cd $startdir/src/${pkgname}-${pkgver}
   sed -i -e 's:#include <vlc\/vlc.h>:#include <vlc/vlc.h> \n #include <locale.h>: ' src/misc/charset.c




More information about the arch-commits mailing list