wok rev 21291

updated libsdl-mixer and libsdl-mixer-dev (1.2.11 -> 1.2.12)
author Hans-G?nter Theisgen
date Tue Apr 16 17:37:23 2019 +0100 (2019-04-16)
parents 087c88e4ce10
children 724b6c79f813
files libsdl-mixer-dev/receipt libsdl-mixer/receipt
line diff
     1.1 --- a/libsdl-mixer-dev/receipt	Tue Apr 16 17:32:45 2019 +0100
     1.2 +++ b/libsdl-mixer-dev/receipt	Tue Apr 16 17:37:23 2019 +0100
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl-mixer-dev"
     1.7 -VERSION="1.2.11"
     1.8 +VERSION="1.2.12"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files of a multichannel sample and music mixer."
    1.11  MAINTAINER="chadi.elahmad@gmail.com"
    1.12  LICENSE="LGPL2.1"
    1.13  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    1.14 +
    1.15 +SOURCE="SDL_mixer"
    1.16  WANTED="libsdl-mixer"
    1.17 -SOURCE="SDL_mixer"
    1.18 +DEPENDS="libmad-dev libogg-dev libsdl-dev libsdl-mixer libvorbis-dev"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="libsdl-mixer libsdl-dev libmad-dev libvorbis-dev libogg-dev "
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 +
    1.29  	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.30  	cp -a $install/usr/include $fs/usr
    1.31  }
    1.32 -
     2.1 --- a/libsdl-mixer/receipt	Tue Apr 16 17:32:45 2019 +0100
     2.2 +++ b/libsdl-mixer/receipt	Tue Apr 16 17:37:23 2019 +0100
     2.3 @@ -2,28 +2,31 @@
     2.4  
     2.5  PACKAGE="libsdl-mixer"
     2.6  SOURCE="SDL_mixer"
     2.7 -VERSION="1.2.11"
     2.8 +VERSION="1.2.12"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A multichannel sample and music mixer."
    2.11  MAINTAINER="chadi.elahmad@gmail.com"
    2.12  LICENSE="LGPL2.1"
    2.13 +WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    2.14 +
    2.15  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.16 -WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    2.17  WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
    2.18 -HOST_ARCH="i486 arm"
    2.19  
    2.20  DEPENDS="libsdl libmad libvorbis libogg"
    2.21 -BUILD_DEPENDS="libsdl libsdl-dev libmad-dev libvorbis-dev libogg-dev \
    2.22 -alsa-lib-dev"
    2.23 +BUILD_DEPENDS="alsa-lib-dev libmad-dev libogg-dev libsdl libsdl-dev \
    2.24 +	libvorbis-dev"
    2.25 +
    2.26 +HOST_ARCH="i486 arm"
    2.27  
    2.28  # Rules to configure and make the package.
    2.29  compile_rules()
    2.30  {
    2.31 -	./configure \
    2.32 -		--prefix=/usr \
    2.33 -		--enable-music-mp3-mad \
    2.34 +	./configure			\
    2.35 +		--prefix=/usr		\
    2.36 +		--enable-music-mp3-mad	\
    2.37  		$CONFIGURE_ARGS &&
    2.38 -	make && make install
    2.39 +	make -j 1 &&
    2.40 +	make install
    2.41  }
    2.42  
    2.43  # Rules to gen a SliTaz package suitable for Tazpkg.