wok rev 21303

updated libsdl2-image, libsdl2-image-dev, libsdl2-mixer and libsdl2-mixer-dev-dev (2.0.0 -> 2.0.4)
author Hans-G?nter Theisgen
date Thu Apr 18 14:42:22 2019 +0100 (2019-04-18)
parents be1594cae466
children 591d89fd6b00
files libsdl2-image-dev/receipt libsdl2-image/receipt libsdl2-mixer-dev/receipt libsdl2-mixer/receipt
line diff
     1.1 --- a/libsdl2-image-dev/receipt	Thu Apr 18 12:08:43 2019 +0200
     1.2 +++ b/libsdl2-image-dev/receipt	Thu Apr 18 14:42:22 2019 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl2-image-dev"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.0.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files of an image file loading library."
    1.11  MAINTAINER="tcg.thegamer@gmail.com"
    1.12  LICENSE="LGPL2.1"
    1.13  WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    1.14 +
    1.15 +SOURCE="SDL2_image"
    1.16  WANTED="libsdl2-image"
    1.17 -SOURCE="SDL2_image"
    1.18 +DEPENDS="jpeg-dev libpng-dev libsdl2-dev libsdl2-image pkg-config zlib-dev"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="libsdl2-image libsdl2-dev libpng-dev jpeg-dev zlib-dev pkg-config"
    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 -	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 +
    1.31 +	cp -a $install/usr/lib/*.a	$fs/usr/lib
    1.32 +	cp -a $install/usr/include	$fs/usr
    1.33  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.34  }
     2.1 --- a/libsdl2-image/receipt	Thu Apr 18 12:08:43 2019 +0200
     2.2 +++ b/libsdl2-image/receipt	Thu Apr 18 14:42:22 2019 +0100
     2.3 @@ -1,26 +1,29 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libsdl2-image"
     2.7 -SOURCE="SDL2_image"
     2.8 -VERSION="2.0.0"
     2.9 +VERSION="2.0.4"
    2.10  CATEGORY="development"
    2.11  SHORT_DESC="An image file loading library."
    2.12  MAINTAINER="tcg.thegamer@gmail.com"
    2.13  LICENSE="LGPL2.1"
    2.14 +WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    2.15 +
    2.16 +SOURCE="SDL2_image"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.18 -WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    2.19  WGET_URL="http://www.libsdl.org/projects/SDL_image/release/$TARBALL"
    2.20 +
    2.21 +DEPENDS="jpeg libpng libsdl2 tiff zlib"
    2.22 +BUILD_DEPENDS="jpeg-dev libpng-dev libsdl2-dev tiff-dev zlib-dev"
    2.23 +
    2.24  HOST_ARCH="i486 arm"
    2.25  
    2.26 -DEPENDS="libsdl2 libpng jpeg zlib tiff"
    2.27 -BUILD_DEPENDS="libsdl2-dev libpng-dev jpeg-dev zlib-dev tiff-dev"
    2.28 -
    2.29  # Rules to configure and make the package.
    2.30  compile_rules()
    2.31  {
    2.32  	./configure $CONFIGURE_ARGS \
    2.33  		LIBS=" -lz " &&
    2.34 -	make && make install
    2.35 +	make -j 1 &&
    2.36 +	make install
    2.37  }
    2.38  
    2.39  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/libsdl2-mixer-dev/receipt	Thu Apr 18 12:08:43 2019 +0200
     3.2 +++ b/libsdl2-mixer-dev/receipt	Thu Apr 18 14:42:22 2019 +0100
     3.3 @@ -1,22 +1,24 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libsdl2-mixer-dev"
     3.7 -VERSION="2.0.0"
     3.8 +VERSION="2.0.4"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Development files of a multichannel sample and music mixer."
    3.11  MAINTAINER="tcg.thegamer@gmail.com"
    3.12  LICENSE="LGPL2.1"
    3.13  WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    3.14 +
    3.15 +SOURCE="SDL2_mixer"
    3.16  WANTED="libsdl2-mixer"
    3.17 -SOURCE="SDL2_mixer"
    3.18 +DEPENDS="libsdl2-mixer libsdl2-dev libmad-dev libvorbis-dev libogg-dev "
    3.19 +
    3.20  HOST_ARCH="i486 arm"
    3.21  
    3.22 -DEPENDS="libsdl2-mixer libsdl2-dev libmad-dev libvorbis-dev libogg-dev "
    3.23 -
    3.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.25  genpkg_rules()
    3.26  {
    3.27  	mkdir -p $fs/usr/lib
    3.28 +
    3.29  	cp -a $install/usr/lib/*.a $fs/usr/lib
    3.30  	cp -a $install/usr/include $fs/usr
    3.31  }
     4.1 --- a/libsdl2-mixer/receipt	Thu Apr 18 12:08:43 2019 +0200
     4.2 +++ b/libsdl2-mixer/receipt	Thu Apr 18 14:42:22 2019 +0100
     4.3 @@ -1,28 +1,31 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="libsdl2-mixer"
     4.7 -SOURCE="SDL2_mixer"
     4.8 -VERSION="2.0.0"
     4.9 +VERSION="2.0.4"
    4.10  CATEGORY="development"
    4.11  SHORT_DESC="A multichannel sample and music mixer."
    4.12  MAINTAINER="tcg.thegamer@gmail.com"
    4.13  LICENSE="LGPL2.1"
    4.14 +WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    4.15 +
    4.16 +SOURCE="SDL2_mixer"
    4.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    4.18 -WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    4.19  WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
    4.20 +
    4.21 +DEPENDS="libmad libogg libsdl2 libvorbis"
    4.22 +BUILD_DEPENDS="libmad-dev libogg-dev libsdl2 libsdl2-dev libvorbis-dev"
    4.23 +
    4.24  HOST_ARCH="i486 arm"
    4.25  
    4.26 -DEPENDS="libsdl2 libmad libvorbis libogg"
    4.27 -BUILD_DEPENDS="libsdl2 libsdl2-dev libmad-dev libvorbis-dev libogg-dev "
    4.28 -
    4.29  # Rules to configure and make the package.
    4.30  compile_rules()
    4.31  {
    4.32 -	./configure \
    4.33 -		--prefix=/usr \
    4.34 -		--enable-music-mp3-mad \
    4.35 +	./configure			\
    4.36 +		--prefix=/usr		\
    4.37 +		--enable-music-mp3-mad	\
    4.38  		$CONFIGURE_ARGS &&
    4.39 -	make && make install
    4.40 +	make -j 1 &&
    4.41 +	make install
    4.42  }
    4.43  
    4.44  # Rules to gen a SliTaz package suitable for Tazpkg.