# HG changeset patch # User Pascal Bellard # Date 1407850637 -7200 # Node ID 5f05e3985675b104088705808bcf49f6f0209df5 # Parent 154c29d2a3ac7ea6a5f23cdaee8b60d393b0acec pulseaudio: update bdeps diff -r 154c29d2a3ac -r 5f05e3985675 pulseaudio/receipt --- a/pulseaudio/receipt Tue Aug 12 13:57:50 2014 +0200 +++ b/pulseaudio/receipt Tue Aug 12 15:37:17 2014 +0200 @@ -10,9 +10,10 @@ WEB_SITE="http://www.pulseaudio.org/" WGET_URL="http://www.freedesktop.org/software/pulseaudio/releases/$TARBALL" -DEPENDS="libcap libjson-c libsndfile flac libvorbis" +DEPENDS="libcap libjson-c libsndfile flac libvorbis dbus" BUILD_DEPENDS="pkg-config libtool automake autoconf intltool m4 libcap-dev \ -libjson-c-dev libsndfile-dev flac-dev libvorbis-dev" +libjson-c-dev libsndfile-dev flac-dev libvorbis-dev util-linux-uuid-dev \ +dbus-dev speex-dev udev-dev libsamplerate-dev alsa-lib-dev" # Rules to configure and make the package. compile_rules() @@ -22,7 +23,7 @@ --sysconfdir=/etc \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make -j 1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.