# HG changeset patch # User Hans-G?nter Theisgen # Date 1584780924 -3600 # Node ID 6563992d0700febb86a70c3953d7927e71166f9e # Parent 4b36ab6df5c7879734a56655677c8e11f5301cb9 updated mupen64plus (2.5 -> 2.5.9) diff -r 4b36ab6df5c7 -r 6563992d0700 mupen64plus/receipt --- a/mupen64plus/receipt Fri Mar 20 17:40:15 2020 +0100 +++ b/mupen64plus/receipt Sat Mar 21 09:55:24 2020 +0100 @@ -1,26 +1,30 @@ # SliTaz package receipt. PACKAGE="mupen64plus" -VERSION="2.5" +VERSION="2.5.9" CATEGORY="games" +TAGS="emulator nintendo64" SHORT_DESC="Nintendo64 Emulator" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" +WEB_SITE="http://www.mupen64plus.org/" + TARBALL="$PACKAGE-bundle-src-$VERSION.tar.gz" -WEB_SITE="http://www.mupen64plus.org/" WGET_URL="https://github.com/mupen64plus/mupen64plus-core/releases/download/$VERSION/$TARBALL" -TAGS="emulator nintendo64" -DEPENDS="bzlib freetype libboost-filesystem libglu-mesa libsamplerate libsdl \ -speex" -BUILD_DEPENDS="gtk+-dev libboost-filesystem-dev libglu-mesa libglu-mesa-dev \ -libsamplerate-dev libsdl-dev libsdl-ttf-dev mesa-dev speex-dev yasm zlib-dev" +DEPENDS="bzlib freetype libboost-filesystem libglu-mesa libsamplerate libsdl2 + speex" +BUILD_DEPENDS="gtk+-dev libboost-filesystem-dev libglu-mesa libglu-mesa-dev + libsamplerate-dev libsdl2-dev libsdl-ttf-dev mesa-dev nasm speex-dev + yasm zlib-dev" # Rules to configure and make the package. compile_rules() { find $src -name Makefile | xargs sed -i 's|uname -m|echo i486|' - export PREFIX=/usr DESTDIR=$install + export PREFIX=/usr + export DESTDIR=$install + ./m64p_build.sh && ./m64p_install.sh } @@ -28,7 +32,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs - rm -r $fs/usr/include + cp -a $install/* $fs + rm -r $fs/usr/include find $fs -name '*.so*' -exec chmod a+x \{\} \; }