wok rev 17007

pulseaudio: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 15:37:17 2014 +0200 (2014-08-12)
parents 154c29d2a3ac
children e4c774aa89e3
files pulseaudio/receipt
line diff
     1.1 --- a/pulseaudio/receipt	Tue Aug 12 13:57:50 2014 +0200
     1.2 +++ b/pulseaudio/receipt	Tue Aug 12 15:37:17 2014 +0200
     1.3 @@ -10,9 +10,10 @@
     1.4  WEB_SITE="http://www.pulseaudio.org/"
     1.5  WGET_URL="http://www.freedesktop.org/software/pulseaudio/releases/$TARBALL"
     1.6  
     1.7 -DEPENDS="libcap libjson-c libsndfile flac libvorbis"
     1.8 +DEPENDS="libcap libjson-c libsndfile flac libvorbis dbus"
     1.9  BUILD_DEPENDS="pkg-config libtool automake autoconf intltool m4 libcap-dev \
    1.10 -libjson-c-dev libsndfile-dev flac-dev libvorbis-dev"
    1.11 +libjson-c-dev libsndfile-dev flac-dev libvorbis-dev util-linux-uuid-dev \
    1.12 +dbus-dev speex-dev udev-dev libsamplerate-dev alsa-lib-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16 @@ -22,7 +23,7 @@
    1.17  		--sysconfdir=/etc \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20 -	make DESTDIR=$DESTDIR install
    1.21 +	make -j 1 DESTDIR=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.