wok diff speech-dispatcher/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 4b5dff92b4ba
children 5ea0ce1cecc0
line diff
     1.1 --- a/speech-dispatcher/receipt	Tue Oct 08 15:17:05 2019 +0100
     1.2 +++ b/speech-dispatcher/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -12,8 +12,9 @@
     1.4  WGET_URL="https://github.com/brailcom/speechd/archive/$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="alsa-lib dotconf espeak glib  python"
     1.7 -BUILD_DEPENDS="alsa-lib-dev autoconf dotconf-dev espeak-dev glib-dev \
     1.8 -	libsndfile-dev pkg-config python-dev texinfo"
     1.9 +BUILD_DEPENDS="alsa-lib-dev libtool dotconf-dev espeak-dev glib-dev \
    1.10 +	libvorbis-dev flac-dev libsndfile-dev pkg-config python-dev texinfo"
    1.11 +SUGGESTED="libvorbis flac"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()