# HG changeset patch # User Pascal Bellard # Date 1601566726 0 # Node ID 55e41ff9f4ed070e5851ec4f7dc798f798a9807c # Parent c391bff2e44c2eb5dd2c215b58ef8bef340387fd Add caprice32 (again) diff -r c391bff2e44c -r 55e41ff9f4ed caprice32/receipt --- a/caprice32/receipt Thu Oct 01 15:31:33 2020 +0000 +++ b/caprice32/receipt Thu Oct 01 15:38:46 2020 +0000 @@ -12,7 +12,7 @@ TAGS="emulator amstrad" DEPENDS="libsdl freetype zlib libpng gcc83-lib-base" -BUILD_DEPENDS="gcc83 libsdl-dev freetype-dev zlib-dev libpng-dev" +BUILD_DEPENDS="gcc83 libsdl-dev freetype-dev zlib-dev libpng-dev mesa-dev" # Rules to configure and make the package. compile_rules() diff -r c391bff2e44c -r 55e41ff9f4ed hashcat/receipt --- a/hashcat/receipt Thu Oct 01 15:31:33 2020 +0000 +++ b/hashcat/receipt Thu Oct 01 15:38:46 2020 +0000 @@ -10,6 +10,8 @@ WEB_SITE="https://hashcat.net/hashcat/" WGET_URL="https://hashcat.net/files/$TARBALL" +BUILD_DEPENDS="findutils" + current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r c391bff2e44c -r 55e41ff9f4ed libsdl-dev/receipt --- a/libsdl-dev/receipt Thu Oct 01 15:31:33 2020 +0000 +++ b/libsdl-dev/receipt Thu Oct 01 15:38:46 2020 +0000 @@ -11,7 +11,7 @@ SOURCE="SDL" WANTED="libsdl" -DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev libsdl pkg-config" +DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev mesa-dev libsdl pkg-config" HOST_ARCH="i486 arm"