wok-next rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents 18143f296fc8
children c6072d05ef86
files lzma/receipt moc/receipt mypaint/receipt
line diff
     1.1 --- a/lzma/receipt	Mon Mar 26 12:13:10 2018 +0200
     1.2 +++ b/lzma/receipt	Mon Mar 26 13:35:23 2018 +0200
     1.3 @@ -33,7 +33,8 @@
     1.4  
     1.5  	make -f makefile.gcc lzma 2>/dev/null
     1.6  	make -f makefile.gcc liblz.so.1.0.0 &&
     1.7 -	make -f makefile.gcc lzma
     1.8 +	make -f makefile.gcc lzma &&
     1.9 +	ln -s $src $install
    1.10  }
    1.11  
    1.12  genpkg_rules() {
     2.1 --- a/moc/receipt	Mon Mar 26 12:13:10 2018 +0200
     2.2 +++ b/moc/receipt	Mon Mar 26 13:35:23 2018 +0200
     2.3 @@ -14,7 +14,7 @@
     2.4  libsamplerate libsndfile libltdl ffmpeg ncurses db"
     2.5  BUILD_DEPENDS="libvorbis-dev libogg-dev libmad-dev libid3tag-dev flac-dev db-dev \
     2.6  curl-dev libsamplerate-dev alsa-lib-dev ncurses-dev libsndfile-dev libsamplerate \
     2.7 -libtool"
     2.8 +libtool libmagic-dev"
     2.9  
    2.10  # Handle cross compilation
    2.11  case "$ARCH" in
     3.1 --- a/mypaint/receipt	Mon Mar 26 12:13:10 2018 +0200
     3.2 +++ b/mypaint/receipt	Mon Mar 26 13:35:23 2018 +0200
     3.3 @@ -11,12 +11,12 @@
     3.4  WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
     3.5  
     3.6  DEPENDS="pygtk python-numpy protobuf-python"
     3.7 -BUILD_DEPENDS="$DEPENDS pygtk-dev protobuf-dev python-dev scons swig"
     3.8 +BUILD_DEPENDS="$DEPENDS pygtk-dev protobuf-dev python-dev scons swig \
     3.9 +gettext-tools"
    3.10  
    3.11  # Rules to configure and make the package.
    3.12  compile_rules()
    3.13  {
    3.14 -	cd $src
    3.15  	scons
    3.16  	scons prefix=$DESTDIR/usr install
    3.17  }