medo, bump version (#9253)

This commit is contained in:
Schrijvers Luc
2023-08-20 06:45:06 +00:00
committed by GitHub
parent b2add815de
commit 6b86810194
2 changed files with 10 additions and 10 deletions

View File

@@ -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
"

View File

@@ -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?= <zmizsei@extrowerk.com>
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
# <pe-src>
--
2.30.0
2.37.3