wok-current diff libsdl-mixer/receipt @ rev 22258
updated xorg-xeyes (1.1.1 -> 1.1.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 17:28:45 2019 +0100 (2019-11-12) |
parents | 6037f37a1c85 |
children | ede1d184d5c5 |
line diff
1.1 --- a/libsdl-mixer/receipt Wed Nov 11 16:03:26 2015 +0200 1.2 +++ b/libsdl-mixer/receipt Tue Nov 12 17:28:45 2019 +0100 1.3 @@ -2,28 +2,31 @@ 1.4 1.5 PACKAGE="libsdl-mixer" 1.6 SOURCE="SDL_mixer" 1.7 -VERSION="1.2.11" 1.8 +VERSION="1.2.12" 1.9 CATEGORY="development" 1.10 SHORT_DESC="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 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" 1.17 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL" 1.18 -HOST_ARCH="i486 arm" 1.19 1.20 DEPENDS="libsdl libmad libvorbis libogg" 1.21 -BUILD_DEPENDS="libsdl libsdl-dev libmad-dev libvorbis-dev libogg-dev \ 1.22 -alsa-lib-dev" 1.23 +BUILD_DEPENDS="alsa-lib-dev libmad-dev libogg-dev libsdl libsdl-dev \ 1.24 + libvorbis-dev" 1.25 + 1.26 +HOST_ARCH="i486 arm" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - ./configure \ 1.32 - --prefix=/usr \ 1.33 - --enable-music-mp3-mad \ 1.34 + ./configure \ 1.35 + --prefix=/usr \ 1.36 + --enable-music-mp3-mad \ 1.37 $CONFIGURE_ARGS && 1.38 - make && make install 1.39 + make -j 1 && 1.40 + make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg.