summaryrefslogtreecommitdiff
path: root/audio/mac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mac')
-rw-r--r--audio/mac/Makefile2
-rw-r--r--audio/mac/distinfo6
-rw-r--r--audio/mac/files/patch-CMakeLists.txt13
-rw-r--r--audio/mac/files/patch-Source_Console_Console.cpp6
-rw-r--r--audio/mac/pkg-plist4
5 files changed, 21 insertions, 10 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile
index 60709e9c62c5..ab83ee650f67 100644
--- a/audio/mac/Makefile
+++ b/audio/mac/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mac
-PORTVERSION= 11.22
+PORTVERSION= 11.42
CATEGORIES= audio
MASTER_SITES= https://www.monkeysaudio.com/files/
DISTNAME= ${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK
diff --git a/audio/mac/distinfo b/audio/mac/distinfo
index 58715fd6e68d..a91d96606b58 100644
--- a/audio/mac/distinfo
+++ b/audio/mac/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754102062
-SHA256 (MAC_1122_SDK.zip) = 32dbfa43f5fb3004a3aa8ee4391957056e847fbea641e6802ee431a471b0cfee
-SIZE (MAC_1122_SDK.zip) = 1700421
+TIMESTAMP = 1757127314
+SHA256 (MAC_1142_SDK.zip) = 36477de1a4312fa5f4541613e233f113636f06592c0f394a6594ec4ccf0b226d
+SIZE (MAC_1142_SDK.zip) = 1707973
diff --git a/audio/mac/files/patch-CMakeLists.txt b/audio/mac/files/patch-CMakeLists.txt
index 405846035bfc..2c65e85200bd 100644
--- a/audio/mac/files/patch-CMakeLists.txt
+++ b/audio/mac/files/patch-CMakeLists.txt
@@ -1,7 +1,9 @@
Version 11.00 added multi-threading support, but we need to link to -lpthread
to resolve symbols.
---- CMakeLists.txt.orig 2025-04-25 04:13:46 UTC
+Fix typo in MAC_SHARED_HEADERS.
+
+--- CMakeLists.txt.orig 2025-09-05 10:46:54 UTC
+++ CMakeLists.txt
@@ -6,6 +6,8 @@ option(BUILD_UTIL "Build the mac command line tool" ON
option(BUILD_SHARED "Build libMAC as a shared library" ON)
@@ -12,6 +14,15 @@ to resolve symbols.
#
# Determine interface version
#
+@@ -92,7 +94,7 @@ set(MAC_SHARED_HEADERS
+ Source/Shared/CRC.h
+ Source/Shared/GlobalFunctions.h
+ Source/Shared/ID3Genres.h
+- Source/Shared/IAPEIOO.h
++ Source/Shared/IAPEIO.h
+ Source/Shared/MACDll.h
+ Source/Shared/MemoryIO.h
+ Source/Shared/MFCGlobals.h
@@ -229,6 +231,7 @@ if(BUILD_SHARED)
if(BUILD_SHARED)
add_library(MAC SHARED $<TARGET_OBJECTS:shared> $<TARGET_OBJECTS:objects>)
diff --git a/audio/mac/files/patch-Source_Console_Console.cpp b/audio/mac/files/patch-Source_Console_Console.cpp
index 72ce55e11dc4..0033ecb30d5a 100644
--- a/audio/mac/files/patch-Source_Console_Console.cpp
+++ b/audio/mac/files/patch-Source_Console_Console.cpp
@@ -1,8 +1,8 @@
Unixify built-in help.
---- Source/Console/Console.cpp.orig 2025-05-07 22:12:54 UTC
+--- Source/Console/Console.cpp.orig 2025-08-15 06:11:17 UTC
+++ Source/Console/Console.cpp
-@@ -136,7 +136,7 @@ static void DisplayProperUsage(FILE * pFile)
+@@ -135,7 +135,7 @@ static void DisplayProperUsage(FILE * pFile)
**************************************************************************************************/
static void DisplayProperUsage(FILE * pFile)
{
@@ -11,7 +11,7 @@ Unixify built-in help.
fwprintf(pFile, L"Modes:\n");
fwprintf(pFile, L" Compress (fast): '-c1000'\n");
-@@ -156,18 +156,18 @@ static void DisplayProperUsage(FILE * pFile)
+@@ -155,18 +155,18 @@ static void DisplayProperUsage(FILE * pFile)
fwprintf(pFile, L" Set the number of threads when compressing or decompressing: -threads=#'\n\n");
fwprintf(pFile, L"Examples:\n");
diff --git a/audio/mac/pkg-plist b/audio/mac/pkg-plist
index 3107453423b6..f6d49421e696 100644
--- a/audio/mac/pkg-plist
+++ b/audio/mac/pkg-plist
@@ -2,7 +2,7 @@ bin/mac
include/MAC/APETag.h
include/MAC/All.h
include/MAC/CharacterHelper.h
-include/MAC/IO.h
+include/MAC/IAPEIO.h
include/MAC/MACDll.h
include/MAC/MACLib.h
include/MAC/NoWindows.h
@@ -11,4 +11,4 @@ include/MAC/Version.h
include/MAC/Warnings.h
include/MAC/WindowsEnvironment.h
lib/libMAC.so
-lib/libMAC.so.13
+lib/libMAC.so.14