wok-stable rev 9842
vlc: Add dbus-dev to build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 15 14:23:05 2011 +0000 (2011-05-15) |
parents | d9ece80135d3 |
children | 1cbcb9c1afb9 |
files | vlc/receipt |
line diff
1.1 --- a/vlc/receipt Sun May 15 14:19:43 2011 +0000 1.2 +++ b/vlc/receipt Sun May 15 14:23:05 2011 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 libglu-mesa sysfsutils zvbi libass xorg-libXv faad2 glibc-locale" 1.5 BUILD_DEPENDS="libmtp-dev librsvg-dev Qt4-dev libgcrypt-dev expat \ 1.6 expat-dev xorg-dev-proto zlib zlib-dev libogg libogg-dev \ 1.7 -util-linux-ng-uuid-dev pkg-config libxcb-dev" 1.8 +util-linux-ng-uuid-dev pkg-config libxcb-dev dbus-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 # Use --enable-ffmpeg to build against shared ffmpeg 1.12 @@ -39,10 +39,9 @@ 1.13 --enable-alsa --enable-taglib --enable-ogg --enable-faad \ 1.14 --disable-lua --disable-live555 --disable-shout \ 1.15 --disable-dvdnav --disable-fluidsynth --disable-a52 \ 1.16 - --disable-smb --disable-gnomevfs --disable-glx --disable-upnp \ 1.17 - $CONFIGURE_ARGS && 1.18 + --disable-smb --disable-gnomevfs --disable-glx --disable-upnp && 1.19 make && 1.20 - make DESTDIR=$PWD/_pkg install 1.21 + make install 1.22 } 1.23 1.24 # Rules to gen a SliTaz package suitable for Tazpkg.