# HG changeset patch # User Pascal Bellard # Date 1509898620 -3600 # Node ID d5f9530836a4e6c1767b7ff08bc8d26eafaa9f52 # Parent 0f73d1ab267c8e05fda2e952f6d8230714d46399 luufs, lxpolkit, mcrypt: update bdeps diff -r 0f73d1ab267c -r d5f9530836a4 luufs/receipt --- a/luufs/receipt Sun Nov 05 17:29:21 2017 +0200 +++ b/luufs/receipt Sun Nov 05 17:17:00 2017 +0100 @@ -12,7 +12,7 @@ WGET_URL="$WEB_SITE/archive/$GITHASH.zip" DEPENDS="fuse" -BUILD_DEPENDS="fuse-dev" +BUILD_DEPENDS="fuse-dev zlib-dev" # Rules to configure and make the package. compile_rules() diff -r 0f73d1ab267c -r d5f9530836a4 lxpolkit/receipt --- a/lxpolkit/receipt Sun Nov 05 17:29:21 2017 +0200 +++ b/lxpolkit/receipt Sun Nov 05 17:17:00 2017 +0100 @@ -12,7 +12,7 @@ TAGS="LXDE" DEPENDS="gtk+ polkit" -BUILD_DEPENDS="gtk+-dev polkit-dev" +BUILD_DEPENDS="gtk+-dev polkit-dev intltool" # Rules to configure and make the package. compile_rules() diff -r 0f73d1ab267c -r d5f9530836a4 mcrypt/receipt --- a/mcrypt/receipt Sun Nov 05 17:29:21 2017 +0200 +++ b/mcrypt/receipt Sun Nov 05 17:17:00 2017 +0100 @@ -11,12 +11,11 @@ WGET_URL="http://downloads.sourceforge.net/project/mcrypt/MCrypt/$VERSION/$TARBALL" DEPENDS="zlib mhash libmcrypt" -BUILD_DEPENDS="libmcrypt-dev libmcrypt-dev mhash-dev" +BUILD_DEPENDS="libmcrypt-dev libmcrypt-dev mhash-dev zlib-dev" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr $CONFIGURE_ARGS 2>&1 | grep -v libtoolT && make && diff -r 0f73d1ab267c -r d5f9530836a4 opencv/receipt --- a/opencv/receipt Sun Nov 05 17:29:21 2017 +0200 +++ b/opencv/receipt Sun Nov 05 17:17:00 2017 +0100 @@ -36,7 +36,7 @@ opencv-dev) CAT="development|Open source computer vision library development files" DEPENDS="opencv pkg-config" - cp -a $install/usr/lib/*a $fs/usr/lib + #cp -a $install/usr/lib/*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/include $fs/usr ;;