From 8e1dbf22e385c77976e3d64ce3f3025346129c1d Mon Sep 17 00:00:00 2001 From: kwyxz Date: Sat, 2 May 2020 23:19:49 -0700 Subject: [PATCH] bump to 0.8.3 ~ 42c1acd (#4939) --- ...309.recipe => melonds_libretro-0.8.3_20190911.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename games-emulation/melonds_libretro/{melonds_libretro-0.6b_20180309.recipe => melonds_libretro-0.8.3_20190911.recipe} (82%) diff --git a/games-emulation/melonds_libretro/melonds_libretro-0.6b_20180309.recipe b/games-emulation/melonds_libretro/melonds_libretro-0.8.3_20190911.recipe similarity index 82% rename from games-emulation/melonds_libretro/melonds_libretro-0.6b_20180309.recipe rename to games-emulation/melonds_libretro/melonds_libretro-0.8.3_20190911.recipe index 79b365341..c3cdeeacb 100644 --- a/games-emulation/melonds_libretro/melonds_libretro-0.6b_20180309.recipe +++ b/games-emulation/melonds_libretro/melonds_libretro-0.8.3_20190911.recipe @@ -3,12 +3,12 @@ DESCRIPTION="MelonDS is a Nintendo DS emulator with emphasis on performance. \ It is attempting to do things 'right and fast' according to its original \ author. This is the libretro core based of MelonDS." HOMEPAGE="http://melonds.kuribo64.net/" -COPYRIGHT="2016-2018 StapleButter, the libretro team" +COPYRIGHT="2016-2019 StapleButter, the libretro team" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="154197dbcc60a4bc456ae527e80c1d60c070a7a4" +srcGitRev="42c1acd5c47dcda17288dcb64ea4adb8e13b8732" SOURCE_URI="https://github.com/libretro/melonDS/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="cd35e6759b2f61df6923f994989c2bea139663b6fbcd1adc7305a09889e8f44e" +CHECKSUM_SHA256="a21581bfdc122cfe740750f8049eb514cb82a8c2a0127a4488d7b7a08f61b0a3" SOURCE_FILENAME="melonds-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="melonDS-$srcGitRev" ADDITIONAL_FILES="melonds_libretro.info.in" @@ -27,6 +27,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel + devel:libGL$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix @@ -36,7 +37,7 @@ BUILD_PREREQUIRES=" BUILD() { sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \ - $portDir/additional-files/melonds_libretro.info.in \ + ${portDir}/additional-files/melonds_libretro.info.in \ > melonds_libretro.info make $jobArgs }