wok-next diff btanks/receipt @ rev 21286

updated gnuradio (3.7.8 -> 3.8.0.0)
author Hans-G?nter Theisgen
date Sun Dec 08 11:42:09 2019 +0100 (2019-12-08)
parents d5aab818505e
children
line diff
     1.1 --- a/btanks/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/btanks/receipt	Sun Dec 08 11:42:09 2019 +0100
     1.3 @@ -12,8 +12,8 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="expat-dev mesa-dev libsigc++-dev libvorbis libvorbis-dev libogg \
     1.7 -libogg-dev lua5.1-dev openal-dev libsdl-dev libsdl-image-dev libsmpeg-dev scons2 \
     1.8 -chrpath libsmpeg-dev lua5.1 zlib-dev"
     1.9 +libogg-dev lua5.1-dev openal-dev sdl-dev sdl-image-dev smpeg-dev scons2 \
    1.10 +chrpath smpeg-dev lua5.1 zlib-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	sed -i 's/#define *NULL.*/#define NULL 0/g' engine/sl08/sl08.h
    1.14 @@ -56,5 +56,5 @@
    1.15  	touch $SETTINGS
    1.16  	chgrp 100 $SETTINGS
    1.17  	chmod 664 $SETTINGS
    1.18 -	DEPENDS="expat mesa libsigc++ libvorbis lua5.1 openal libsdl libsdl-image libsmpeg"
    1.19 +	DEPENDS="expat mesa libsigc++ libvorbis lua5.1 openal sdl sdl-image smpeg"
    1.20  }