diff --git a/games-emulation/dolphin/dolphin-5.0.13178.recipe b/games-emulation/dolphin/dolphin-5.0.13178.recipe index fa7d204d7..cfb156383 100644 --- a/games-emulation/dolphin/dolphin-5.0.13178.recipe +++ b/games-emulation/dolphin/dolphin-5.0.13178.recipe @@ -6,7 +6,7 @@ turbo speed, networked multiplayer, and even more!" HOMEPAGE="https://dolphin-emu.org/" COPYRIGHT="2020 Dolphin Emulator Project" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" gitRevision="a34823df61df65168aa40ef5e82e44defd4a0138" SOURCE_URI="https://github.com/dolphin-emu/dolphin/archive/$gitRevision.tar.gz" CHECKSUM_SHA256="f2fcdcd26e8156b15adc0bc031fdaae3ff29bee59f46376ad57d7165b3c1f0c9" @@ -15,46 +15,47 @@ PATCHES="dolphin-$portVersion.patchset" ADDITIONAL_FILES="dolphin.rdef.in" ARCHITECTURES="!x86_gcc2 !x86 ?x86_64" -SECONDARY_ARCHITECTURES="?x86" PROVIDES=" - dolphin$secondaryArchSuffix = $portVersion + dolphin = $portVersion app:Dolphin = $portVersion " REQUIRES=" - haiku$secondaryArchSuffix - lib:libbz2$secondaryArchSuffix - lib:libcurl$secondaryArchSuffix - lib:libGL$secondaryArchSuffix - lib:liblzma$secondaryArchSuffix - lib:libpng16$secondaryArchSuffix - lib:libQt5Core$secondaryArchSuffix - lib:libQt5Widgets$secondaryArchSuffix - lib:libsdl_1.2$secondaryArchSuffix - lib:libusb_1.0$secondaryArchSuffix - lib:libz$secondaryArchSuffix + haiku + lib:libbz2 + lib:libcurl + lib:libGL + lib:liblzma + lib:libopenal + lib:libpng16 + lib:libQt5Core + lib:libQt5Widgets + lib:libsdl_1.2 + lib:libusb_1.0 + lib:libz " BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libbz2$secondaryArchSuffix - devel:libcurl$secondaryArchSuffix - devel:libGL$secondaryArchSuffix - devel:liblzma$secondaryArchSuffix - devel:libpng16$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix - devel:libQt5Widgets$secondaryArchSuffix - devel:libsdl_1.2$secondaryArchSuffix - devel:libusb_1.0$secondaryArchSuffix - devel:libz$secondaryArchSuffix + haiku_devel + devel:libbz2 + devel:libcurl + devel:libGL + devel:liblzma + devel:libopenal + devel:libpng16 + devel:libQt5Core + devel:libQt5Widgets + devel:libsdl_1.2 + devel:libusb_1.0 + devel:libz " BUILD_PREREQUIRES=" cmd:cmake - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:lrelease$secondaryArchSuffix >= 5 + cmd:gcc + cmd:ld + cmd:lrelease >= 5 cmd:ninja - cmd:pkg_config$secondaryArchSuffix + cmd:pkg_config " BUILD()