# HG changeset patch # User Pascal Bellard # Date 1522064123 -7200 # Node ID 0a5b410586a209d42fba002e742e355861710166 # Parent 18143f296fc8e96713a0a1192c97bc3b2f2592d6 moc, mypaint: update bdeps diff -r 18143f296fc8 -r 0a5b410586a2 lzma/receipt --- a/lzma/receipt Mon Mar 26 12:13:10 2018 +0200 +++ b/lzma/receipt Mon Mar 26 13:35:23 2018 +0200 @@ -33,7 +33,8 @@ make -f makefile.gcc lzma 2>/dev/null make -f makefile.gcc liblz.so.1.0.0 && - make -f makefile.gcc lzma + make -f makefile.gcc lzma && + ln -s $src $install } genpkg_rules() { diff -r 18143f296fc8 -r 0a5b410586a2 moc/receipt --- a/moc/receipt Mon Mar 26 12:13:10 2018 +0200 +++ b/moc/receipt Mon Mar 26 13:35:23 2018 +0200 @@ -14,7 +14,7 @@ libsamplerate libsndfile libltdl ffmpeg ncurses db" BUILD_DEPENDS="libvorbis-dev libogg-dev libmad-dev libid3tag-dev flac-dev db-dev \ curl-dev libsamplerate-dev alsa-lib-dev ncurses-dev libsndfile-dev libsamplerate \ -libtool" +libtool libmagic-dev" # Handle cross compilation case "$ARCH" in diff -r 18143f296fc8 -r 0a5b410586a2 mypaint/receipt --- a/mypaint/receipt Mon Mar 26 12:13:10 2018 +0200 +++ b/mypaint/receipt Mon Mar 26 13:35:23 2018 +0200 @@ -11,12 +11,12 @@ WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" DEPENDS="pygtk python-numpy protobuf-python" -BUILD_DEPENDS="$DEPENDS pygtk-dev protobuf-dev python-dev scons swig" +BUILD_DEPENDS="$DEPENDS pygtk-dev protobuf-dev python-dev scons swig \ +gettext-tools" # Rules to configure and make the package. compile_rules() { - cd $src scons scons prefix=$DESTDIR/usr install }