[arch-commits] CVS update of extra/multimedia/vlc (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri Aug 31 08:31:27 UTC 2007


    Date: Friday, August 31, 2007 @ 04:31:27
  Author: jgc
    Path: /home/cvs-extra/extra/multimedia/vlc

Modified: PKGBUILD (1.52 -> 1.53)

upgpkg: vlc 0.8.6c-3
Rebuild once more. this time with wxgtk 2.6, as 2.8.4 is not working completely fine with VLC and it is not supported by VLC either


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


Index: extra/multimedia/vlc/PKGBUILD
diff -u extra/multimedia/vlc/PKGBUILD:1.52 extra/multimedia/vlc/PKGBUILD:1.53
--- extra/multimedia/vlc/PKGBUILD:1.52	Wed Aug 22 18:07:47 2007
+++ extra/multimedia/vlc/PKGBUILD	Fri Aug 31 04:31:27 2007
@@ -4,10 +4,10 @@
 
 pkgname=vlc
 pkgver=0.8.6c
-pkgrel=2
+pkgrel=3
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 depends=('libmad>=0.15.1b-2' 'libmpeg2>=0.4.0b-3' 'ffmpeg>=20070131'
-         'wxgtk>=2.8.0.1' 'hal>=0.5.8.1-2' 'libid3tag>=0.15.1b-2' 'bash>=3.1'
+         'wxgtk-2.6>=2.6.4' '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')
@@ -19,15 +19,12 @@
              'libnotify' 'libmodplug')
 install=${pkgname}.install
 source=(http://download.videolan.org/pub/videolan/vlc/${pkgver}/${pkgname}-${pkgver}.tar.bz2
-        wx-2.8.patch
         vlc.desktop)
 md5sums=('c207f931f768e4dcde4bfaffdbf378cd'
-         'a09e87a659b96e5b403c733620b988be'
          '48038dfc1096c38e99b687ecc30ff621')
 
 build() {
   cd $startdir/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/wx-2.8.patch || return 1
   sed -i -e 's:#include <vlc\/vlc.h>:#include <vlc/vlc.h> \n #include <locale.h>: ' src/misc/charset.c
   sed -i -e 's:/truetype/freefont/FreeSerifBold.ttf:/TTF/VeraBd.ttf:' modules/misc/freetype.c
 
@@ -39,7 +36,8 @@
     --enable-alsa --enable-skins2 --enable-livedotcom --enable-dvb --enable-theora \
     --enable-dmo --with-livedotcom-tree=/usr/lib/live-media \
     --with-ffmpeg-faac --with-ffmpeg-vorbis --with-ffmpeg-dts \
-    --with-ffmpeg-ogg --with-ffmpeg-theora --enable-v4l ${EXTRAFEATURES}
+    --with-ffmpeg-ogg --with-ffmpeg-theora --enable-v4l \
+    --with-wx-config=wx-config-2.6 ${EXTRAFEATURES}
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 




More information about the arch-commits mailing list