public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mac/
Date: Wed, 20 Mar 2024 06:26:44 +0000 (UTC)	[thread overview]
Message-ID: <1710915417.e6f256e450c45f4cfa7a93924d96f2de291de378.sam@gentoo> (raw)

commit:     e6f256e450c45f4cfa7a93924d96f2de291de378
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 19 19:21:29 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 06:16:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f256e4

media-sound/mac: add 10.60

Contains upstream fix for LTO / strict-aliasing.

Bug: https://bugs.gentoo.org/927060
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/mac/Manifest         |  1 +
 media-sound/mac/mac-10.60.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 40b49bec69ea..15c9b76e685e 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,3 +1,4 @@
 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/mac-10.60.ebuild b/media-sound/mac/mac-10.60.ebuild
new file mode 100644
index 000000000000..380980f7afc3
--- /dev/null
+++ b/media-sound/mac/mac-10.60.ebuild
@@ -0,0 +1,29 @@
+# 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"
+)


             reply	other threads:[~2024-03-20  6:26 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-20  6:26 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 21:50 [gentoo-commits] repo/gentoo:master commit in: media-sound/mac/ Jakov Smolić
2024-10-05 14:30 Arthur Zamarin
2024-10-05 10:10 Sam James
2024-09-22 11:10 Daniel Pielmeier
2024-07-30  9:49 Miroslav Šulc
2024-07-29 10:38 Sam James
2024-07-29  9:40 Sam James
2024-07-29  9:40 Sam James
2024-07-29  9:40 Sam James
2024-07-29  8:42 Arthur Zamarin
2024-06-27 19:15 Daniel Pielmeier
2024-06-27 19:14 Daniel Pielmeier
2024-06-27  9:49 Sam James
2024-06-27  9:49 Sam James
2024-06-27  9:49 Sam James
2024-06-27  9:49 Sam James
2024-06-27  9:49 Sam James
2024-06-03 18:05 Daniel Pielmeier
2024-05-29 11:47 Sam James
2024-05-29  6:26 Jakov Smolić
2024-05-27 15:47 Daniel Pielmeier
2024-05-01 12:38 Daniel Pielmeier
2024-04-28  8:22 Daniel Pielmeier
2024-04-13  8:50 Daniel Pielmeier
2024-04-13  8:49 Daniel Pielmeier
2024-04-09 22:46 Sam James
2024-04-09 15:54 Arthur Zamarin
2024-04-09 15:54 Arthur Zamarin
2024-04-08 14:46 Sam James
2024-04-08 14:46 Sam James
2024-03-20  6:26 Sam James
2024-03-20  6:26 Sam James
2024-03-18  5:31 Sam James
2024-03-08 13:58 Daniel Pielmeier
2024-03-05 18:00 Daniel Pielmeier
2024-03-03 23:02 Sam James
2024-03-02 22:07 Sam James
2024-02-26 21:24 Sam James
2024-02-26 18:29 Jakov Smolić
2024-02-26 18:29 Jakov Smolić
2024-02-24 11:22 Daniel Pielmeier
2024-01-23  9:53 Miroslav Šulc
2024-01-23  6:14 Sam James
2024-01-12  8:17 Arthur Zamarin
2024-01-11  9:38 Sam James
2024-01-10 10:20 Arthur Zamarin
2024-01-10 10:20 Arthur Zamarin
2023-12-08 17:52 Daniel Pielmeier
2023-12-08 17:50 Daniel Pielmeier
2023-12-08 17:46 Daniel Pielmeier
2023-12-08 17:45 Daniel Pielmeier
2023-11-15 16:18 Daniel Pielmeier
2023-11-14 10:46 Miroslav Šulc
2023-11-13 20:24 Arthur Zamarin
2023-11-13 20:24 Arthur Zamarin
2023-11-13 19:53 Sam James
2023-11-13 19:53 Sam James
2023-11-13 19:53 Sam James
2023-11-13 16:43 Daniel Pielmeier
2023-11-01 12:23 Arthur Zamarin
2023-10-31 18:53 Sam James
2023-10-31 12:31 Sam James
2023-10-31 12:25 Sam James
2023-10-31 12:25 Sam James
2023-10-14  7:47 Daniel Pielmeier
2023-09-30 11:47 Daniel Pielmeier
2023-04-20 10:36 WANG Xuerui
2022-12-07 13:52 David Seifert
2021-09-26 22:16 Marek Szuba
2021-03-26 17:13 Sam James
2019-05-03  8:44 Pacho Ramos
2019-05-02 22:08 Mikle Kolyada
2019-04-12  7:06 Sergei Trofimovich
2019-04-01 19:58 Thomas Deutschmann
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 13:26 Daniel Pielmeier
2019-03-24 10:01 Agostino Sarubbo
2017-11-18 12:08 Daniel Pielmeier
2017-10-04  8:13 Sergei Trofimovich
2017-10-02 13:24 Sergei Trofimovich
2017-09-30  5:57 Michael Palimaka
2017-09-27 20:37 Daniel Pielmeier
2015-10-05  5:26 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710915417.e6f256e450c45f4cfa7a93924d96f2de291de378.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox