# HG changeset patch # User Hans-G?nter Theisgen # Date 1555432643 -3600 # Node ID a57602119b79fd698d4ab8ae860b8f1ef4d267a2 # Parent 087c88e4ce10110c83fbf89ce678ab5c45985884 updated libsdl-mixer and libsdl-mixer-dev (1.2.11 -> 1.2.12) diff -r 087c88e4ce10 -r a57602119b79 libsdl-mixer-dev/receipt --- a/libsdl-mixer-dev/receipt Tue Apr 16 17:32:45 2019 +0100 +++ b/libsdl-mixer-dev/receipt Tue Apr 16 17:37:23 2019 +0100 @@ -1,23 +1,24 @@ # SliTaz package receipt. PACKAGE="libsdl-mixer-dev" -VERSION="1.2.11" +VERSION="1.2.12" CATEGORY="development" SHORT_DESC="Development files of a multichannel sample and music mixer." MAINTAINER="chadi.elahmad@gmail.com" LICENSE="LGPL2.1" WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" + +SOURCE="SDL_mixer" WANTED="libsdl-mixer" -SOURCE="SDL_mixer" +DEPENDS="libmad-dev libogg-dev libsdl-dev libsdl-mixer libvorbis-dev" + HOST_ARCH="i486 arm" -DEPENDS="libsdl-mixer libsdl-dev libmad-dev libvorbis-dev libogg-dev " - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.a $fs/usr/lib cp -a $install/usr/include $fs/usr } - diff -r 087c88e4ce10 -r a57602119b79 libsdl-mixer/receipt --- a/libsdl-mixer/receipt Tue Apr 16 17:32:45 2019 +0100 +++ b/libsdl-mixer/receipt Tue Apr 16 17:37:23 2019 +0100 @@ -2,28 +2,31 @@ PACKAGE="libsdl-mixer" SOURCE="SDL_mixer" -VERSION="1.2.11" +VERSION="1.2.12" CATEGORY="development" SHORT_DESC="A multichannel sample and music mixer." MAINTAINER="chadi.elahmad@gmail.com" LICENSE="LGPL2.1" +WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" + TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="libsdl libmad libvorbis libogg" -BUILD_DEPENDS="libsdl libsdl-dev libmad-dev libvorbis-dev libogg-dev \ -alsa-lib-dev" +BUILD_DEPENDS="alsa-lib-dev libmad-dev libogg-dev libsdl libsdl-dev \ + libvorbis-dev" + +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - --enable-music-mp3-mad \ + ./configure \ + --prefix=/usr \ + --enable-music-mp3-mad \ $CONFIGURE_ARGS && - make && make install + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.