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

Eric Belanger eric at archlinux.org
Sun Jul 20 05:23:15 UTC 2008


    Date: Sunday, July 20, 2008 @ 01:23:14
  Author: eric
Revision: 5686

upgpkg: vlc 0.8.6i-2
    rebuilt against faad2 2.6.1, built with wxgtk 2.8 instead of 2.6 (close FS#10956)

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-20 05:17:30 UTC (rev 5685)
+++ PKGBUILD	2008-07-20 05:23:14 UTC (rev 5686)
@@ -5,17 +5,17 @@
 pkgname=vlc
 pkgver=0.8.6i
 _ffmpegver=20080715
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=(i686 x86_64)
 url="http://www.videolan.org/vlc/"
 license=('GPL')
 depends=('libmad>=0.15.1b-2' 'libmpeg2>=0.4.0b-3'
-         'wxgtk-2.6>=2.6.4' 'hal>=0.5.9.1' 'libid3tag>=0.15.1b-2' 'bash>=3.1'
+         'wxgtk' 'hal>=0.5.9.1' 'libid3tag>=0.15.1b-2' 'bash>=3.1'
          'libdvbpsi4>=0.1.5' 'fribidi>=0.10.7' 'sysfsutils>=2.0.0'
          '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' 'faac' 'zlib' 'imlib2'
+         'lame' 'sdl' 'libvorbis' 'a52dec' 'faad2>=2.6.1' 'faac' 'zlib' 'imlib2'
          'x264>=20080625' 'libtheora' 'libdca')
 #Note: These build plugins, so I guess they'd be runtime depends
 makedepends=('live-media' 'gnome-vfs' 'mesa' 'sdl_image' 'libmpcdec' 'speex'
@@ -69,7 +69,7 @@
     --with-ffmpeg-ogg --with-ffmpeg-theora --with-ffmpeg-tree=$startdir/src/ffmpeg/ \
     --with-ffmpeg-config-path=$startdir/src/ffmpeg/ \
     --enable-v4l --enable-lirc \
-    --with-wx-config=wx-config-2.6 ${EXTRAFEATURES} || return 1
+    --with-wx-config=wx-config ${EXTRAFEATURES} || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 





More information about the arch-commits mailing list