diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2024-06-03 20:04:34 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2024-06-03 20:04:34 +0200 |
commit | e5bf047d9cd3f4800b9cefed31043c5004fa2dcd (patch) | |
tree | 28b89fa54438ccf93053c939a889d4bc47e89db2 /media-sound | |
parent | sys-kernel/installkernel: add 39 (diff) | |
download | gentoo-e5bf047d9cd3f4800b9cefed31043c5004fa2dcd.tar.gz gentoo-e5bf047d9cd3f4800b9cefed31043c5004fa2dcd.tar.bz2 gentoo-e5bf047d9cd3f4800b9cefed31043c5004fa2dcd.zip |
media-sound/mac: drop 10.53
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mac/Manifest | 1 | ||||
-rw-r--r-- | media-sound/mac/mac-10.53.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest index 13f855bbf856..9e745a9acbdc 100644 --- a/media-sound/mac/Manifest +++ b/media-sound/mac/Manifest @@ -1,4 +1,3 @@ -DIST mac-10.53.zip 1665239 BLAKE2B 70b7a12eb873ec648ceb97f23bcac6ec79a6626e61de7535b549f7fd718121e5f835f64c64f3e29914e1ceb2ee2897e03a09a7d7a050810082c67ba76e740c3f SHA512 3d9323d8440c11553838e89ee4cd695fee790ef4af888daa1be1a63a4eec8db807a940f20c52b56cd069d06899305930173efab196c0932b238060bff7dc025a DIST mac-10.71.zip 1673369 BLAKE2B 99a96eed196b80cdc3fb1df3101d28122e41b9f182efe9a84b6321cc6dc5c1d66373f61064ddf434c35dedb48261c1feebaed4820fb3bc261df1fd340850bd86 SHA512 40d7b56e9d8eeff6854bcb34ce87ad63d1923a42adb59248d12fb42104016e39dc3a315953f1eb884c7ed9b79c8eb9b43aa2d75b891d42fb7bcebfca13e30ec3 DIST mac-10.73.zip 1669361 BLAKE2B 6bbdf8574ece5252a6654e89b65db24f9a4b3f510c144369667d1ad34dfe370e56bf7c2fb98af7bf6ad19138d61dbef1b811d37dbc49b338aded06803bcdce36 SHA512 fcc464a78765768490e37f69f173460c76e39ccaaf1ff5f47f30381d21f3353a81f943cd8805d63b0661ee1b99ff181c52886079872d31781d73e830c6a91095 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0 SHA512 7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0 diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild deleted file mode 100644 index 1eb6fd8c4351..000000000000 --- a/media-sound/mac/mac-10.53.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.52-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 -} |