wok diff libsdl2-mixer/receipt @ rev 23134

Up cryptsetup (2.3.1), mtp-tools (1.1.17)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 14 14:56:00 2020 +0100 (2020-03-14)
parents 5a199adea305
children ede1d184d5c5
line diff
     1.1 --- a/libsdl2-mixer/receipt	Wed Sep 10 10:52:43 2014 +0200
     1.2 +++ b/libsdl2-mixer/receipt	Sat Mar 14 14:56:00 2020 +0100
     1.3 @@ -1,28 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsdl2-mixer"
     1.7 -SOURCE="SDL2_mixer"
     1.8 -VERSION="2.0.0"
     1.9 +VERSION="2.0.4"
    1.10  CATEGORY="development"
    1.11  SHORT_DESC="A multichannel sample and music mixer."
    1.12  MAINTAINER="tcg.thegamer@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    1.15 +
    1.16 +SOURCE="SDL2_mixer"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
    1.19  WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
    1.20 +
    1.21 +DEPENDS="libmad libogg libsdl2 libvorbis"
    1.22 +BUILD_DEPENDS="libmad-dev libogg-dev libsdl2 libsdl2-dev libvorbis-dev"
    1.23 +
    1.24  HOST_ARCH="i486 arm"
    1.25  
    1.26 -DEPENDS="libsdl2 libmad libvorbis libogg"
    1.27 -BUILD_DEPENDS="libsdl2 libsdl2-dev libmad-dev libvorbis-dev libogg-dev "
    1.28 -
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	./configure \
    1.33 -		--prefix=/usr \
    1.34 -		--enable-music-mp3-mad \
    1.35 +	./configure			\
    1.36 +		--prefix=/usr		\
    1.37 +		--enable-music-mp3-mad	\
    1.38  		$CONFIGURE_ARGS &&
    1.39 -	make && make install
    1.40 +	make -j 1 &&
    1.41 +	make install
    1.42  }
    1.43  
    1.44  # Rules to gen a SliTaz package suitable for Tazpkg.