wok-next diff libsmpeg/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents df20b2110f7e
children d5aab818505e
line diff
     1.1 --- a/libsmpeg/receipt	Wed Jul 11 02:06:34 2018 +0300
     1.2 +++ b/libsmpeg/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.3 @@ -13,12 +13,13 @@
     1.4  BRANCH="$VERSION"
     1.5  WGET_URL="subversion|svn://svn.icculus.org/smpeg/trunk"
     1.6  
     1.7 -BUILD_DEPENDS="libsdl libsdl-dev gtk+-dev autoconf automake m4 subversion tar"
     1.8 -SPLIT="libsmpeg-dev"
     1.9 +BUILD_DEPENDS="libsdl libsdl-dev gtk2-dev autoconf automake m4 subversion tar"
    1.10 +SPLIT="$PACKAGE-dev"
    1.11  
    1.12  compile_rules() {
    1.13  	sed -i 's/ 0-1/(unsigned int)&/g' audio/hufftable.cpp
    1.14  	chmod +x install-sh
    1.15 +
    1.16  	./autogen.sh
    1.17  	./configure \
    1.18  		--disable-gtk-player \