# HG changeset patch # User Christopher Rogers # Date 1289272722 0 # Node ID b3c35b65bf1008abe5b844ef68c55fb5ae9feda9 # Parent 8f653336c5819edc72477ddf4910a67aabe73ce8 Disabled upnp in vlc. This cause the new libupnp causes vlc to not compile. diff -r 8f653336c581 -r b3c35b65bf10 vlc/receipt --- a/vlc/receipt Tue Nov 09 02:24:36 2010 +0000 +++ b/vlc/receipt Tue Nov 09 03:18:42 2010 +0000 @@ -7,10 +7,10 @@ MAINTAINER="jozee@slitaz.org" DEPENDS="libvlc libmad libxml2 ffmpeg libdvdread libcddb libproxy taglib \ libQtCore libQtGui alsa-lib hal dbus \ -fribidi speex libraw1394 libmodplug flac libavc1394 libupnp \ +fribidi speex libraw1394 libmodplug flac libavc1394 \ libmpeg2 libnotify libsdl-image libvorbis mesa libglu-mesa sysfsutils xorg-libXv faad2 glibc-locale" 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 \ - hal-dev dbus-dev alsa-lib-dev libgcrypt-dev libupnp libupnp-dev libproxy expat expat-dev xorg-dev-proto zlib zlib-dev \ + hal-dev dbus-dev alsa-lib-dev libgcrypt-dev libproxy expat expat-dev xorg-dev-proto zlib zlib-dev \ fribidi fribidi-dev speex speex-dev libraw1394 libraw1394-dev libmodplug libmodplug-dev flac flac-dev \ 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" TARBALL="$PACKAGE-$VERSION.tar.bz2" @@ -38,7 +38,7 @@ --enable-alsa --enable-taglib --enable-ogg --enable-faad \ --disable-lua --disable-live555 --disable-shout \ --disable-dvdnav --disable-fluidsynth --disable-a52 \ - --disable-smb --disable-gnomevfs --disable-glx \ + --disable-smb --disable-gnomevfs --disable-glx --disable-upnp \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install