git » vlc.git » commit 406feaf

GNUTLS 2.4 update

author Jan de Groot
2008-08-05 17:07:25 UTC
committer Jan de Groot
2008-08-05 17:07:25 UTC
parent 164a05c72102ff6601daa350534e088d99196eb8

GNUTLS 2.4 update

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index a24e15f..af4f51e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,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/"
@@ -15,10 +15,10 @@ depends=('libmad>=0.15.1b-2' 'libmpeg2>=0.4.0b-3'
          '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
@@ -47,7 +47,7 @@ build() {
        || 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