# HG changeset patch # User Pascal Bellard # Date 1563972714 -7200 # Node ID 3be8209f2bdf99af71268cd571c90f73a112e4a4 # Parent 8296cfe551a135f4ead6f0cad431e131a7208163 voxelands: update bdeps diff -r 8296cfe551a1 -r 3be8209f2bdf openal/receipt --- a/openal/receipt Wed Jul 24 10:34:11 2019 +0200 +++ b/openal/receipt Wed Jul 24 14:51:54 2019 +0200 @@ -34,7 +34,8 @@ { case " $(. $1/etc/rcS.conf; echo $LOAD_MODULES) " in *\ snd-pcm-oss\ *) ;; - *) sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf - modprobe snd-pcm-oss;; + *) [ -s $1/etc/rcS.conf && + ]sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf + [ "$1" ] || modprobe snd-pcm-oss;; esac } diff -r 8296cfe551a1 -r 3be8209f2bdf voxelands/receipt --- a/voxelands/receipt Wed Jul 24 10:34:11 2019 +0200 +++ b/voxelands/receipt Wed Jul 24 14:51:54 2019 +0200 @@ -12,11 +12,11 @@ WGET_URL="https://gitlab.com/$PACKAGE/$PACKAGE/-/archive/$VERSION/$PACKAGE-$VERSION.tar.gz --no-check-certificate" DEPENDS="curl irrlicht jpeg libglu-mesa libpng libspatialindex libssl \ - libvorbis luajit mesa openal sqlite" + libvorbis luajit mesa openal sqlite gcc83-lib-base" BUILD_DEPENDS="curl-dev freetype-dev gcc83 irrlicht-dev jpeg-dev \ libglu-mesa-dev libogg-dev libpng-dev libspatialindex-dev \ libvorbis-dev luajit-dev mesa-dev openal-dev sqlite-dev \ - xorg-libXxf86vm-dev" + xorg-libXxf86vm-dev cmake" # Rules to configure and make the package. compile_rules()