diff --git a/haiku-apps/medo/medo-1.0.0~beta1.4.recipe b/haiku-apps/medo/medo-1.0.0~beta1.5.recipe similarity index 92% rename from haiku-apps/medo/medo-1.0.0~beta1.4.recipe rename to haiku-apps/medo/medo-1.0.0~beta1.5.recipe index 72ea8c9a5..838e01357 100644 --- a/haiku-apps/medo/medo-1.0.0~beta1.4.recipe +++ b/haiku-apps/medo/medo-1.0.0~beta1.5.recipe @@ -32,11 +32,11 @@ Changelog for Beta1-4.2 HOMEPAGE="https://github.com/smallstepforman/Medo" COPYRIGHT="2019-2021 Zen Yes Pty Ltd" LICENSE="MIT" -REVISION="2" -SOURCE_URI="https://github.com/smallstepforman/Medo/archive/R1.0.0-Beta1-4.2.tar.gz" -CHECKSUM_SHA256="e209714fe963e49c6011b9001376a172d34983f464d825bec5a0c5ee8438ed72" -SOURCE_DIR="Medo-R1.0.0-Beta1-4.2" -PATCHES="medo-1.0.0~beta1.2.patchset" +REVISION="1" +SOURCE_URI="https://github.com/smallstepforman/Medo/archive/R1.0.0-Beta1-5.tar.gz" +CHECKSUM_SHA256="c84128a1b7d24596a367e16ad76519ca560dec33ea5d9e6e3e9b22d04c2ad210" +SOURCE_DIR="Medo-R1.0.0-Beta1-5" +PATCHES="medo-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="?x86" @@ -58,7 +58,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libavformat$secondaryArchSuffix + devel:libavformat$secondaryArchSuffix >= 58.29.100 devel:libfreetype$secondaryArchSuffix devel:libGL$secondaryArchSuffix " diff --git a/haiku-apps/medo/patches/medo-1.0.0~beta1.2.patchset b/haiku-apps/medo/patches/medo-1.0.0~beta1.5.patchset similarity index 79% rename from haiku-apps/medo/patches/medo-1.0.0~beta1.2.patchset rename to haiku-apps/medo/patches/medo-1.0.0~beta1.5.patchset index ff23f9421..59d806be8 100644 --- a/haiku-apps/medo/patches/medo-1.0.0~beta1.2.patchset +++ b/haiku-apps/medo/patches/medo-1.0.0~beta1.5.patchset @@ -1,11 +1,11 @@ -From 072700ee6e40d3095777ce78a9f303b4f046f353 Mon Sep 17 00:00:00 2001 +From 438c4e3f93a0cbe58e9d84d361eee9f676831671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Thu, 18 Feb 2021 17:47:26 +0100 Subject: x86 build fix diff --git a/Jamfile b/Jamfile -index 0ef01c3..53bbae0 100644 +index e3677d1..14a258b 100644 --- a/Jamfile +++ b/Jamfile @@ -10,7 +10,7 @@ else @@ -14,9 +14,9 @@ index 0ef01c3..53bbae0 100644 C++FLAGS += -I. -IYarra -I/boot/system/develop/headers/private/interface ; -C++FLAGS += -I/boot/system/develop/headers/freetype2 ; +C++FLAGS += -I/boot/system/develop/headers/freetype2 -I/boot/system/develop/headers/x86/freetype2 ; + C++FLAGS += -Wno-interference-size ; # Source files needed to build Medo - # -- -2.30.0 +2.37.3