wok-current rev 21787
voxelands: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 24 14:51:54 2019 +0200 (2019-07-24) |
parents | 8296cfe551a1 |
children | bc1e57eee4df |
files | openal/receipt voxelands/receipt |
line diff
1.1 --- a/openal/receipt Wed Jul 24 10:34:11 2019 +0200 1.2 +++ b/openal/receipt Wed Jul 24 14:51:54 2019 +0200 1.3 @@ -34,7 +34,8 @@ 1.4 { 1.5 case " $(. $1/etc/rcS.conf; echo $LOAD_MODULES) " in 1.6 *\ snd-pcm-oss\ *) ;; 1.7 - *) sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf 1.8 - modprobe snd-pcm-oss;; 1.9 + *) [ -s $1/etc/rcS.conf && 1.10 + ]sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf 1.11 + [ "$1" ] || modprobe snd-pcm-oss;; 1.12 esac 1.13 }
2.1 --- a/voxelands/receipt Wed Jul 24 10:34:11 2019 +0200 2.2 +++ b/voxelands/receipt Wed Jul 24 14:51:54 2019 +0200 2.3 @@ -12,11 +12,11 @@ 2.4 WGET_URL="https://gitlab.com/$PACKAGE/$PACKAGE/-/archive/$VERSION/$PACKAGE-$VERSION.tar.gz --no-check-certificate" 2.5 2.6 DEPENDS="curl irrlicht jpeg libglu-mesa libpng libspatialindex libssl \ 2.7 - libvorbis luajit mesa openal sqlite" 2.8 + libvorbis luajit mesa openal sqlite gcc83-lib-base" 2.9 BUILD_DEPENDS="curl-dev freetype-dev gcc83 irrlicht-dev jpeg-dev \ 2.10 libglu-mesa-dev libogg-dev libpng-dev libspatialindex-dev \ 2.11 libvorbis-dev luajit-dev mesa-dev openal-dev sqlite-dev \ 2.12 - xorg-libXxf86vm-dev" 2.13 + xorg-libXxf86vm-dev cmake" 2.14 2.15 # Rules to configure and make the package. 2.16 compile_rules()