wok rev 7194
Disabled upnp in vlc. This cause the new libupnp causes vlc to not compile.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Nov 09 03:18:42 2010 +0000 (2010-11-09) |
parents | 8f653336c581 |
children | 610afdf7196c 11146001e21c |
files | vlc/receipt |
line diff
1.1 --- a/vlc/receipt Tue Nov 09 02:24:36 2010 +0000 1.2 +++ b/vlc/receipt Tue Nov 09 03:18:42 2010 +0000 1.3 @@ -7,10 +7,10 @@ 1.4 MAINTAINER="jozee@slitaz.org" 1.5 DEPENDS="libvlc libmad libxml2 ffmpeg libdvdread libcddb libproxy taglib \ 1.6 libQtCore libQtGui alsa-lib hal dbus \ 1.7 -fribidi speex libraw1394 libmodplug flac libavc1394 libupnp \ 1.8 +fribidi speex libraw1394 libmodplug flac libavc1394 \ 1.9 libmpeg2 libnotify libsdl-image libvorbis mesa libglu-mesa sysfsutils xorg-libXv faad2 glibc-locale" 1.10 BUILD_DEPENDS="libmad libmad-dev libxml2 libxml2-dev ffmpeg-dev libavc1394 libavc1394-dev libdvdread libdvdread-dev libcddb libcddb-dev taglib taglib-dev libproxy-dev Qt4-dev \ 1.11 - hal-dev dbus-dev alsa-lib-dev libgcrypt-dev libupnp libupnp-dev libproxy expat expat-dev xorg-dev-proto zlib zlib-dev \ 1.12 + hal-dev dbus-dev alsa-lib-dev libgcrypt-dev libproxy expat expat-dev xorg-dev-proto zlib zlib-dev \ 1.13 fribidi fribidi-dev speex speex-dev libraw1394 libraw1394-dev libmodplug libmodplug-dev flac flac-dev \ 1.14 libmpeg2 libmpeg2-dev libogg libogg-dev faad2 faad2-dev glibc-locale util-linux-ng-uuid-dev libsdl-image libsdl-image-dev xorg-libXv-dev pkg-config libxcb-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 @@ -38,7 +38,7 @@ 1.17 --enable-alsa --enable-taglib --enable-ogg --enable-faad \ 1.18 --disable-lua --disable-live555 --disable-shout \ 1.19 --disable-dvdnav --disable-fluidsynth --disable-a52 \ 1.20 - --disable-smb --disable-gnomevfs --disable-glx \ 1.21 + --disable-smb --disable-gnomevfs --disable-glx --disable-upnp \ 1.22 $CONFIGURE_ARGS && 1.23 make && 1.24 make DESTDIR=$PWD/_pkg install