[arch-commits] Commit in vlc/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Oct 8 11:36:07 UTC 2008
Date: Wednesday, October 8, 2008 @ 07:36:06
Author: giovanni
Revision: 14562
upgpkg: vlc 0.9.4-2
Fixed a typo in configure option and added a dep
Modified:
vlc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-08 11:29:43 UTC (rev 14561)
+++ PKGBUILD 2008-10-08 11:36:06 UTC (rev 14562)
@@ -4,7 +4,7 @@
pkgname=vlc
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -14,7 +14,7 @@
'libmatroska' 'zvbi' 'libdvdread' 'libmpcdec' \
'libdca' 'libxml2' 'lirc-utils' 'libcddb' 'libraw1394' \
'smbclient' 'taglib' 'libmodplug' 'avahi' \
- 'sdl_image' 'speex' 'libnotify' 'lua' 'qt')
+ 'sdl_image' 'libshout' 'libnotify' 'lua' 'qt')
makedepends=('pkgconfig' 'live-media>=2008.09.02')
options=('!libtool')
source=(http://download.videolan.org/pub/videolan/vlc/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
@@ -34,7 +34,7 @@
--with-ffmpeg-theora --enable-v4l --enable-theora \
--enable-flac --enable-snapshot --enable-hal --enable-dbus \
--enable-ogg --enable-dbus-control --enable-shared \
- --enable-nls --enable-lirc --enable--shout \
+ --enable-nls --enable-lirc --enable-shout \
--enable-debug --program-suffix= \
--with-dv-raw1394=/usr/include/libraw1394 ${EXTRAFEATURES} || return 1
make || return 1
More information about the arch-commits
mailing list