author | Eric Bélanger
<eric@archlinux.org> 2008-07-20 05:23:14 UTC |
committer | Eric Bélanger
<eric@archlinux.org> 2008-07-20 05:23:14 UTC |
parent | ab7415ddb3dc63ca92002740543955b5a252433e |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 1ab6b09..a24e15f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,17 +4,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' @@ -68,7 +68,7 @@ build() { --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