mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
mac, bump to 11.91 (#13597)
This commit is contained in:
@@ -3,12 +3,13 @@ DESCRIPTION="Monkey's Audio is a lossless audio format. This package provides \
|
||||
the mac command line utility for compressing and decompressing Monkey's Audio \
|
||||
files."
|
||||
HOMEPAGE="https://www.monkeysaudio.com/"
|
||||
COPYRIGHT="2000-2023 Matthew T. Ashland"
|
||||
COPYRIGHT="2000-2026 Matthew T. Ashland"
|
||||
LICENSE="Monkey's Audio SDK and Source Code License Agreement"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.monkeysaudio.com/files/MAC_${portVersion/./}_SDK.zip"
|
||||
CHECKSUM_SHA256="54a99ff50b589d4afdb0e38aa86dba2c6a9fe1a086330209ecd563f09e46fd66"
|
||||
CHECKSUM_SHA256="77a17f2a19342d8f165fbf627ce55f8f0d6bf82b6bc7732b002ad419d7dda75d"
|
||||
SOURCE_DIR=""
|
||||
PATCHES="mac-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -20,7 +21,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="9"
|
||||
libVersion="14"
|
||||
|
||||
PROVIDES="
|
||||
mac$secondaryArchSuffix = $portVersion
|
||||
@@ -75,3 +76,8 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
"$developDir"
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
ctest --test-dir build --output-on-failure
|
||||
}
|
||||
22
media-sound/mac/patches/mac-11.91.patchset
Normal file
22
media-sound/mac/patches/mac-11.91.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From 38993de8a6c025e029eca5f2be78978f603b6c3a Mon Sep 17 00:00:00 2001
|
||||
From: Luc Schrijvers <begasus@gmail.com>
|
||||
Date: Thu, 8 Jan 2026 09:29:08 +0100
|
||||
Subject: Build fix*
|
||||
|
||||
|
||||
diff --git a/Source/Shared/CPUFeatures.cpp b/Source/Shared/CPUFeatures.cpp
|
||||
index acfca26..c6891e7 100644
|
||||
--- a/Source/Shared/CPUFeatures.cpp
|
||||
+++ b/Source/Shared/CPUFeatures.cpp
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "All.h"
|
||||
#include "CPUFeatures.h"
|
||||
|
||||
-#if defined(PLATFORM_LINUX)
|
||||
+#if defined(PLATFORM_LINUX) && !defined(__HAIKU__)
|
||||
#include <sys/auxv.h>
|
||||
|
||||
#if defined(__arm__)
|
||||
--
|
||||
2.52.0
|
||||
|
||||
Reference in New Issue
Block a user