wok rev 23624

speech-dispatcher: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 15 11:01:43 2020 +0000 (2020-04-15)
parents d443265acbc1
children b8224321a8c3
files ftp-proxy/receipt speech-dispatcher/receipt
line diff
     1.1 --- a/ftp-proxy/receipt	Tue Apr 14 16:56:01 2020 +0000
     1.2 +++ b/ftp-proxy/receipt	Wed Apr 15 11:01:43 2020 +0000
     1.3 @@ -18,9 +18,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS &&
     1.9 -	make && make INST_ROOT=$DESTDIR install
    1.10 +	make -j 1 && make -j 1 INST_ROOT=$DESTDIR install
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/speech-dispatcher/receipt	Tue Apr 14 16:56:01 2020 +0000
     2.2 +++ b/speech-dispatcher/receipt	Wed Apr 15 11:01:43 2020 +0000
     2.3 @@ -12,8 +12,9 @@
     2.4  WGET_URL="https://github.com/brailcom/speechd/archive/$VERSION.tar.gz"
     2.5  
     2.6  DEPENDS="alsa-lib dotconf espeak glib  python"
     2.7 -BUILD_DEPENDS="alsa-lib-dev autoconf dotconf-dev espeak-dev glib-dev \
     2.8 -	libsndfile-dev pkg-config python-dev texinfo"
     2.9 +BUILD_DEPENDS="alsa-lib-dev libtool dotconf-dev espeak-dev glib-dev \
    2.10 +	libvorbis-dev flac-dev libsndfile-dev pkg-config python-dev texinfo"
    2.11 +SUGGESTED="libvorbis flac"
    2.12  
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()