From d993571e2ee444d08f4e9e90d493ee37338657e3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Apr 2024 12:04:20 +0100 Subject: gentoo auto-resync : 13:04:2024 - 12:04:19 --- media-sound/mac/mac-10.46.ebuild | 44 ---------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 media-sound/mac/mac-10.46.ebuild (limited to 'media-sound/mac/mac-10.46.ebuild') 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 -} -- cgit v1.2.3