summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2024-04-13 09:44:14 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-04-13 09:44:14 +0200
commit0a3b4a9f5c357066180d11b809a50901fd0b6f5b (patch)
treeb1dfd8fa075c216e5f5c84e52913358f12dd9bf0 /media-sound/mac
parentmedia-sound/guitarix: dropped obsolete 0.44.1 (diff)
downloadgentoo-0a3b4a9f5c357066180d11b809a50901fd0b6f5b.tar.gz
gentoo-0a3b4a9f5c357066180d11b809a50901fd0b6f5b.tar.bz2
gentoo-0a3b4a9f5c357066180d11b809a50901fd0b6f5b.zip
media-sound/mac: dropped obsolete 10.46
Bug: https://bugs.gentoo.org/928925 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/mac')
-rw-r--r--media-sound/mac/Manifest1
-rw-r--r--media-sound/mac/files/mac-10.43-output.patch39
-rw-r--r--media-sound/mac/mac-10.46.ebuild44
3 files changed, 0 insertions, 84 deletions
diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 15c9b76e685e..a5ae4d1aeaf5 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,4 +1,3 @@
-DIST mac-10.46.zip 1662242 BLAKE2B be81f7f9bec10eea43a8888eb51288c1a6ca312860535d88346d8ab42e66d9268d3503e073becd998671c408aa83e2b93ec74acb86b650c8883c0b3cd03ea828 SHA512 0391a52925c903bb4849fbaf963b31c65fd34bcd0d3071b9b25b99bbb95febd12cdf09119ec73e129fdfbc51a163b824c6b084ca4917f871692b0529c7a33a10
DIST mac-10.53.zip 1665239 BLAKE2B 70b7a12eb873ec648ceb97f23bcac6ec79a6626e61de7535b549f7fd718121e5f835f64c64f3e29914e1ceb2ee2897e03a09a7d7a050810082c67ba76e740c3f SHA512 3d9323d8440c11553838e89ee4cd695fee790ef4af888daa1be1a63a4eec8db807a940f20c52b56cd069d06899305930173efab196c0932b238060bff7dc025a
DIST mac-10.60.zip 1665093 BLAKE2B cd669d941b3b41f368a8d7e6d0241e5963f6b64f5d4c67a5d1150300f9c9fcf9b603813e726bf8f5c45b2d0f4e1f1d833569a9572cde11cf53740d0fe4146145 SHA512 a5c1cf14a7abb2c2844cebd6d2d77651f91fb0bba2413adc8a0752e68be15d51f2c8d9ae3802aefd6ff7233fad0304db971d450ac71d28866835b3e25a1e95f3
DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0 SHA512 7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0
diff --git a/media-sound/mac/files/mac-10.43-output.patch b/media-sound/mac/files/mac-10.43-output.patch
deleted file mode 100644
index a0ce2600cdee..000000000000
--- a/media-sound/mac/files/mac-10.43-output.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -Naur mac-10.43_orig/Source/Console/Console.cpp mac-10.43/Source/Console/Console.cpp
---- mac-10.43_orig/Source/Console/Console.cpp 2024-01-13 08:57:22.320394985 +0100
-+++ mac-10.43/Source/Console/Console.cpp 2024-01-13 08:58:05.133394123 +0100
-@@ -68,7 +68,7 @@
- **************************************************************************************************/
- static void DisplayProperUsage(FILE * pFile)
- {
-- fwprintf(pFile, L"Proper Usage: [EXE] [Input File] [Output File] [Mode]\n\n");
-+ fwprintf(pFile, L"Proper Usage: [mac] [Input File] [Output File] [Mode]\n\n");
-
- fwprintf(pFile, L"Modes: \n");
- fwprintf(pFile, L" Compress (fast): '-c1000'\n");
-@@ -85,16 +85,16 @@
- fwprintf(pFile, L" Convert to ID3v1 (needed by some players, etc.): '-L'\n\n");
-
- fwprintf(pFile, L"Examples:\n");
-- fwprintf(pFile, L" Compress: mac.exe \"Metallica - One.wav\" \"Metallica - One.ape\" -c2000\n");
-- fwprintf(pFile, L" Compress: mac.exe \"Metallica - One.wav\" \"Metallica - One.ape\" -c2000 -t \"Artist=Metallica|Album=Black|Name=One\"\n");
-- fwprintf(pFile, L" Compress: mac.exe \"Metallica - One.wav\" auto -c2000\n");
-- fwprintf(pFile, L" Transcode from pipe: ffmpeg.exe -i \"Metallica - One.flac\" -f wav - | mac.exe - \"Metallica - One.ape\" -c2000\n");
-- fwprintf(pFile, L" Decompress: mac.exe \"Metallica - One.ape\" \"Metallica - One.wav\" -d\n");
-- fwprintf(pFile, L" Decompress: mac.exe \"Metallica - One.ape\" auto -d\n");
-- fwprintf(pFile, L" Verify: mac.exe \"Metallica - One.ape\" -v\n");
-- fwprintf(pFile, L" Full Verify: mac.exe \"Metallica - One.ape\" -V\n");
-- fwprintf(pFile, L" Tag: mac.exe \"Metallica - One.ape\" -t \"Artist=Metallica|Album=Black|Name=One|Comment=\\\"This is in quotes\\\"\"\n");
-- fwprintf(pFile, L" Remove tag: mac.exe \"Metallica - One.ape\" -r\n");
-+ fwprintf(pFile, L" Compress: mac \"Metallica - One.wav\" \"Metallica - One.ape\" -c2000\n");
-+ fwprintf(pFile, L" Compress: mac \"Metallica - One.wav\" \"Metallica - One.ape\" -c2000 -t \"Artist=Metallica|Album=Black|Name=One\"\n");
-+ fwprintf(pFile, L" Compress: mac \"Metallica - One.wav\" auto -c2000\n");
-+ fwprintf(pFile, L" Transcode from pipe: ffmpeg -i \"Metallica - One.flac\" -f wav - | mac - \"Metallica - One.ape\" -c2000\n");
-+ fwprintf(pFile, L" Decompress: mac \"Metallica - One.ape\" \"Metallica - One.wav\" -d\n");
-+ fwprintf(pFile, L" Decompress: mac \"Metallica - One.ape\" auto -d\n");
-+ fwprintf(pFile, L" Verify: mac \"Metallica - One.ape\" -v\n");
-+ fwprintf(pFile, L" Full Verify: mac \"Metallica - One.ape\" -V\n");
-+ fwprintf(pFile, L" Tag: mac \"Metallica - One.ape\" -t \"Artist=Metallica|Album=Black|Name=One|Comment=\\\"This is in quotes\\\"\"\n");
-+ fwprintf(pFile, L" Remove tag: mac \"Metallica - One.ape\" -r\n");
- fwprintf(pFile, L" (note: int filenames must be put inside of quotations)\n");
- }
-
diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
deleted file mode 100644
index 13bf6f9d8ef3..000000000000
--- a/media-sound/mac/mac-10.46.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="https://www.monkeysaudio.com"
-SRC_URI="https://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
-
-BDEPEND="app-arch/unzip"
-
-src_unpack() {
- mkdir -p "${S}" || die
- cd "${S}" || die
- default
-}
-
-CMAKE_BUILD_TYPE=Release
-
-PATCHES=(
- "${FILESDIR}/${PN}-10.18-linux.patch"
- "${FILESDIR}/${PN}-10.43-output.patch"
-)
-
-src_configure() {
- # -Werror=strict-aliasing
- # https://bugs.gentoo.org/927060
- #
- # Upstream contact method is via email. I sent an email detailing the issue
- # and got a fast response with a fix. "I'm hoping to do a build soon with a
- # new open source certificate. I can sure include this."
- #
- # Do not trust with LTO either
- append-flags -fno-strict-aliasing
- filter-lto
-
- cmake_src_configure
-}