diff --git a/games-emulation/es-de/es_de-3.2.0.recipe b/games-emulation/es-de/es_de-3.2.0.recipe index 205767b09..9317b248e 100644 --- a/games-emulation/es-de/es_de-3.2.0.recipe +++ b/games-emulation/es-de/es_de-3.2.0.recipe @@ -5,7 +5,7 @@ of emulators and game engines." HOMEPAGE="https://es-de.org" COPYRIGHT="2024-2025 Northwestern Software AB" LICENSE="MIT" -REVISION="1" +REVISION="2" srcGitRev="d77f3fbc97bd67d5c9f6834cb2e0ebd4b325a393" SOURCE_URI="https://gitlab.com/es-de/emulationstation-de/-/archive/$srcGitRev/emulationstation-de-$srcGitRev.tar.gz" CHECKSUM_SHA256="c3ae30b5e56ea3dea6be552dca127923a6d6d09dad25e6b3f352ad184f0dd76b" @@ -17,78 +17,78 @@ ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" PROVIDES=" - es_de = $portVersion - app:es_de = $portVersion - " + es_de$secondaryArchSuffix = $portVersion + app:es_de = $portVersion + " REQUIRES=" - haiku$secondaryArchSuffix - lib:libGL$secondaryArchSuffix - lib:libavcodec$secondaryArchSuffix - lib:libavformat$secondaryArchSuffix - lib:libavutil$secondaryArchSuffix - lib:libcurl$secondaryArchSuffix - lib:libfreeimage$secondaryArchSuffix - lib:libfreetype$secondaryArchSuffix - lib:libharfbuzz$secondaryArchSuffix - lib:libgit2$secondaryArchSuffix - lib:libicuuc$secondaryArchSuffix - lib:libintl$secondaryArchSuffix - lib:libpoppler$secondaryArchSuffix - lib:libpugixml$secondaryArchSuffix - lib:libSDL2_2.0$secondaryArchSuffix - " + haiku$secondaryArchSuffix + lib:libGL$secondaryArchSuffix + lib:libavcodec$secondaryArchSuffix + lib:libavformat$secondaryArchSuffix + lib:libavutil$secondaryArchSuffix + lib:libcurl$secondaryArchSuffix + lib:libfreeimage$secondaryArchSuffix + lib:libfreetype$secondaryArchSuffix + lib:libharfbuzz$secondaryArchSuffix + lib:libgit2$secondaryArchSuffix + lib:libicuuc$secondaryArchSuffix + lib:libintl$secondaryArchSuffix + lib:libpoppler$secondaryArchSuffix + lib:libpugixml$secondaryArchSuffix + lib:libSDL2_2.0$secondaryArchSuffix + " BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libGL$secondaryArchSuffix - devel:libavcodec$secondaryArchSuffix - devel:libavformat$secondaryArchSuffix - devel:libavutil$secondaryArchSuffix - devel:libcurl$secondaryArchSuffix - devel:libfreeimage$secondaryArchSuffix - devel:libfreetype$secondaryArchSuffix - devel:libharfbuzz$secondaryArchSuffix - devel:libgit2$secondaryArchSuffix >= 1.5 - devel:libicuuc$secondaryArchSuffix - devel:libintl$secondaryArchSuffix - devel:libpoppler$secondaryArchSuffix - devel:libpugixml$secondaryArchSuffix - devel:libSDL2_2.0$secondaryArchSuffix - " + haiku${secondaryArchSuffix}_devel + devel:libGL$secondaryArchSuffix + devel:libavcodec$secondaryArchSuffix >= 60 + devel:libavformat$secondaryArchSuffix >= 60 + devel:libavutil$secondaryArchSuffix >= 58 + devel:libcurl$secondaryArchSuffix + devel:libfreeimage$secondaryArchSuffix + devel:libfreetype$secondaryArchSuffix + devel:libharfbuzz$secondaryArchSuffix + devel:libgit2$secondaryArchSuffix >= 1.8 + devel:libicuuc$secondaryArchSuffix >= 74 + devel:libintl$secondaryArchSuffix + devel:libpoppler$secondaryArchSuffix >= 144 + devel:libpugixml$secondaryArchSuffix + devel:libSDL2_2.0$secondaryArchSuffix + " BUILD_PREREQUIRES=" - cmd:cmake - cmd:g++$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:make - cmd:msgfmt$secondaryArchSuffix - cmd:pkg_config$secondaryArchSuffix - " + cmd:cmake + cmd:g++$secondaryArchSuffix + cmd:ld$secondaryArchSuffix + cmd:make + cmd:msgfmt$secondaryArchSuffix + cmd:pkg_config$secondaryArchSuffix + " BUILD() { - cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release . - make $jobArgs + cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release . + make $jobArgs } INSTALL() { - make install + make install - local APP_SIGNATURE="application/x-vnd.ES-DE" - local MAJOR="`echo "$portVersion" | cut -d. -f1`" - local MIDDLE="`echo "$portVersion" | cut -d. -f2`" - local MINOR="`echo "$portVersion" | cut -d. -f3`" - sed \ - -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ - -e "s|@MAJOR@|$MAJOR|" \ - -e "s|@MIDDLE@|$MIDDLE|" \ - -e "s|@MINOR@|$MINOR|" \ - $portDir/additional-files/es-de.rdef.in > es-de.rdef + local APP_SIGNATURE="application/x-vnd.ES-DE" + local MAJOR="`echo "$portVersion" | cut -d. -f1`" + local MIDDLE="`echo "$portVersion" | cut -d. -f2`" + local MINOR="`echo "$portVersion" | cut -d. -f3`" + sed \ + -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ + -e "s|@MAJOR@|$MAJOR|" \ + -e "s|@MIDDLE@|$MIDDLE|" \ + -e "s|@MINOR@|$MINOR|" \ + $portDir/additional-files/es-de.rdef.in > es-de.rdef - addResourcesToBinaries es-de.rdef \ - "$appsDir"/es-de + addResourcesToBinaries es-de.rdef \ + "$appsDir"/es-de - addAppDeskbarSymlink "$appsDir"/es-de "ES-DE" + addAppDeskbarSymlink "$appsDir"/es-de "ES-DE" }