[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-06-03 Thread Daniel Pielmeier
commit: e5bf047d9cd3f4800b9cefed31043c5004fa2dcd
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Jun  3 18:04:34 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Jun  3 18:04:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bf047d

media-sound/mac: drop 10.53

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 -
 media-sound/mac/mac-10.53.ebuild | 44 
 2 files changed, 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-05-29 Thread Sam James
commit: 05bdd2618ebf6043898aac1f08ba88d4f4becd49
Author: Sam James  gentoo  org>
AuthorDate: Wed May 29 11:45:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 29 11:45:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bdd261

media-sound/mac: Stabilize 10.71 amd64, #933034

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.71.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.71.ebuild b/media-sound/mac/mac-10.71.ebuild
index 9c99ce79d168..abc593097c30 100644
--- a/media-sound/mac/mac-10.71.ebuild
+++ b/media-sound/mac/mac-10.71.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-05-29 Thread Jakov Smolić
commit: 799106f819360ff9b8a97f612bfc8390c26bde70
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 29 06:26:07 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 29 06:26:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=799106f8

media-sound/mac: Stabilize 10.71 x86, #933034

Signed-off-by: Jakov Smolić  gentoo.org>

 media-sound/mac/mac-10.71.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.71.ebuild b/media-sound/mac/mac-10.71.ebuild
index 2832db7bc733..9c99ce79d168 100644
--- a/media-sound/mac/mac-10.71.ebuild
+++ b/media-sound/mac/mac-10.71.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~loong ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-05-27 Thread Daniel Pielmeier
commit: 5abd862bacf1151e1e0783a86dd5538e40fd3df3
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon May 27 15:45:21 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon May 27 15:45:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5abd862b

media-sound/mac: add 10.73

Signed-off-by: Daniel Pielmeier  gentoo.org>

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

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 85598328a405..13f855bbf856 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,3 +1,4 @@
 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.73.ebuild b/media-sound/mac/mac-10.73.ebuild
new file mode 100644
index ..9ceccbd8f31e
--- /dev/null
+++ b/media-sound/mac/mac-10.73.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE=Release
+inherit cmake
+
+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"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-10.18-linux.patch"
+   "${FILESDIR}/${PN}-10.52-output.patch"
+)
+
+src_unpack() {
+   mkdir -p "${S}" || die
+   cd "${S}" || die
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-05-01 Thread Daniel Pielmeier
commit: a7c404e4ca51bcd6a9cfd5ff0d378493f86ad450
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed May  1 12:38:35 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed May  1 12:38:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c404e4

media-sound/mac: drop 10.61

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 -
 media-sound/mac/mac-10.61.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index e550a4857884..85598328a405 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.61.zip 1664642 BLAKE2B 
530a1b994c48d9b50e3e0d69ba3391aa6e37e32f8c425377dc0f2e09debd78784d4681ce840a76d19c9d3a1d27c55c3340c2b3d61c934f2b0154a44d9e0d1acf
 SHA512 
1183abe3c2428e0604b80e8b4c65ea0e6ec004516e9d4767c6921e1fbc2e43e3b0565749f0420f170365991542545fc5800b503e780d9a3ee794cf0a960982f2
 DIST mac-10.71.zip 1673369 BLAKE2B 
99a96eed196b80cdc3fb1df3101d28122e41b9f182efe9a84b6321cc6dc5c1d66373f61064ddf434c35dedb48261c1feebaed4820fb3bc261df1fd340850bd86
 SHA512 
40d7b56e9d8eeff6854bcb34ce87ad63d1923a42adb59248d12fb42104016e39dc3a315953f1eb884c7ed9b79c8eb9b43aa2d75b891d42fb7bcebfca13e30ec3
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.61.ebuild b/media-sound/mac/mac-10.61.ebuild
deleted file mode 100644
index 9ceccbd8f31e..
--- a/media-sound/mac/mac-10.61.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_BUILD_TYPE=Release
-inherit cmake
-
-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"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-10.18-linux.patch"
-   "${FILESDIR}/${PN}-10.52-output.patch"
-)
-
-src_unpack() {
-   mkdir -p "${S}" || die
-   cd "${S}" || die
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-04-28 Thread Daniel Pielmeier
commit: 82c8c19c526d079287d4ca39d0a95197ebd51c61
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Apr 28 08:21:46 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Apr 28 08:21:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c8c19c

media-sound/mac: add 10.71

Signed-off-by: Daniel Pielmeier  gentoo.org>

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

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 358423796458..e550a4857884 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,3 +1,4 @@
 DIST mac-10.53.zip 1665239 BLAKE2B 
70b7a12eb873ec648ceb97f23bcac6ec79a6626e61de7535b549f7fd718121e5f835f64c64f3e29914e1ceb2ee2897e03a09a7d7a050810082c67ba76e740c3f
 SHA512 
3d9323d8440c11553838e89ee4cd695fee790ef4af888daa1be1a63a4eec8db807a940f20c52b56cd069d06899305930173efab196c0932b238060bff7dc025a
 DIST mac-10.61.zip 1664642 BLAKE2B 
530a1b994c48d9b50e3e0d69ba3391aa6e37e32f8c425377dc0f2e09debd78784d4681ce840a76d19c9d3a1d27c55c3340c2b3d61c934f2b0154a44d9e0d1acf
 SHA512 
1183abe3c2428e0604b80e8b4c65ea0e6ec004516e9d4767c6921e1fbc2e43e3b0565749f0420f170365991542545fc5800b503e780d9a3ee794cf0a960982f2
+DIST mac-10.71.zip 1673369 BLAKE2B 
99a96eed196b80cdc3fb1df3101d28122e41b9f182efe9a84b6321cc6dc5c1d66373f61064ddf434c35dedb48261c1feebaed4820fb3bc261df1fd340850bd86
 SHA512 
40d7b56e9d8eeff6854bcb34ce87ad63d1923a42adb59248d12fb42104016e39dc3a315953f1eb884c7ed9b79c8eb9b43aa2d75b891d42fb7bcebfca13e30ec3
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.71.ebuild b/media-sound/mac/mac-10.71.ebuild
new file mode 100644
index ..9ceccbd8f31e
--- /dev/null
+++ b/media-sound/mac/mac-10.71.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE=Release
+inherit cmake
+
+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"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-10.18-linux.patch"
+   "${FILESDIR}/${PN}-10.52-output.patch"
+)
+
+src_unpack() {
+   mkdir -p "${S}" || die
+   cd "${S}" || die
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-04-13 Thread Daniel Pielmeier
commit: 27eebee0223b71bd5f9864294b00ca4aa8f39c11
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Apr 13 08:50:29 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Apr 13 08:50:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eebee0

media-sound/mac: drop 10.60

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 -
 media-sound/mac/mac-10.60.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 11f655e0a9c7..358423796458 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.60.zip 1665093 BLAKE2B 
cd669d941b3b41f368a8d7e6d0241e5963f6b64f5d4c67a5d1150300f9c9fcf9b603813e726bf8f5c45b2d0f4e1f1d833569a9572cde11cf53740d0fe4146145
 SHA512 
a5c1cf14a7abb2c2844cebd6d2d77651f91fb0bba2413adc8a0752e68be15d51f2c8d9ae3802aefd6ff7233fad0304db971d450ac71d28866835b3e25a1e95f3
 DIST mac-10.61.zip 1664642 BLAKE2B 
530a1b994c48d9b50e3e0d69ba3391aa6e37e32f8c425377dc0f2e09debd78784d4681ce840a76d19c9d3a1d27c55c3340c2b3d61c934f2b0154a44d9e0d1acf
 SHA512 
1183abe3c2428e0604b80e8b4c65ea0e6ec004516e9d4767c6921e1fbc2e43e3b0565749f0420f170365991542545fc5800b503e780d9a3ee794cf0a960982f2
 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
deleted file mode 100644
index 9ceccbd8f31e..
--- a/media-sound/mac/mac-10.60.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_BUILD_TYPE=Release
-inherit cmake
-
-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"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-10.18-linux.patch"
-   "${FILESDIR}/${PN}-10.52-output.patch"
-)
-
-src_unpack() {
-   mkdir -p "${S}" || die
-   cd "${S}" || die
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-04-13 Thread Daniel Pielmeier
commit: d332b19b8002194fe84480bd729b9c5fd9345984
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Apr 13 08:48:46 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Apr 13 08:48:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d332b19b

media-sound/mac: add 10.61

Signed-off-by: Daniel Pielmeier  gentoo.org>

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

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index a5ae4d1aeaf5..11f655e0a9c7 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,3 +1,4 @@
 DIST mac-10.53.zip 1665239 BLAKE2B 
70b7a12eb873ec648ceb97f23bcac6ec79a6626e61de7535b549f7fd718121e5f835f64c64f3e29914e1ceb2ee2897e03a09a7d7a050810082c67ba76e740c3f
 SHA512 
3d9323d8440c11553838e89ee4cd695fee790ef4af888daa1be1a63a4eec8db807a940f20c52b56cd069d06899305930173efab196c0932b238060bff7dc025a
 DIST mac-10.60.zip 1665093 BLAKE2B 
cd669d941b3b41f368a8d7e6d0241e5963f6b64f5d4c67a5d1150300f9c9fcf9b603813e726bf8f5c45b2d0f4e1f1d833569a9572cde11cf53740d0fe4146145
 SHA512 
a5c1cf14a7abb2c2844cebd6d2d77651f91fb0bba2413adc8a0752e68be15d51f2c8d9ae3802aefd6ff7233fad0304db971d450ac71d28866835b3e25a1e95f3
+DIST mac-10.61.zip 1664642 BLAKE2B 
530a1b994c48d9b50e3e0d69ba3391aa6e37e32f8c425377dc0f2e09debd78784d4681ce840a76d19c9d3a1d27c55c3340c2b3d61c934f2b0154a44d9e0d1acf
 SHA512 
1183abe3c2428e0604b80e8b4c65ea0e6ec004516e9d4767c6921e1fbc2e43e3b0565749f0420f170365991542545fc5800b503e780d9a3ee794cf0a960982f2
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.61.ebuild b/media-sound/mac/mac-10.61.ebuild
new file mode 100644
index ..9ceccbd8f31e
--- /dev/null
+++ b/media-sound/mac/mac-10.61.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE=Release
+inherit cmake
+
+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"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-10.18-linux.patch"
+   "${FILESDIR}/${PN}-10.52-output.patch"
+)
+
+src_unpack() {
+   mkdir -p "${S}" || die
+   cd "${S}" || die
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/files/, media-sound/mac/

2024-04-13 Thread Miroslav Šulc
commit: 0a3b4a9f5c357066180d11b809a50901fd0b6f5b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Apr 13 07:44:14 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Apr 13 07:44:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3b4a9f

media-sound/mac: dropped obsolete 10.46

Bug: https://bugs.gentoo.org/928925
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/mac/Manifest |  1 -
 media-sound/mac/files/mac-10.43-output.patch | 39 
 media-sound/mac/mac-10.46.ebuild | 44 
 3 files changed, 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 
be81f7f9bec10eea43aeb51288c1a6ca312860535d88346d8ab42e66d9268d3503e073becd998671c408aa83e2b93ec74acb86b650c8883c0b3cd03ea828
 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..
--- 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");
-+

[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-04-09 Thread Sam James
commit: 51e0c01334bbba5affbf5534239a6a26fa442420
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  9 22:45:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  9 22:45:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e0c013

media-sound/mac: Stabilize 10.53 ppc, #928925

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index 7c52eb41c645..1eb6fd8c4351 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-04-09 Thread Arthur Zamarin
commit: 7d20e43f9df48fbc85eb185db8320b3ee6485788
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 15:54:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 15:54:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d20e43f

media-sound/mac: Stabilize 10.53 amd64, #928925

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/mac/mac-10.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index c5ee9d8a6767..2ae1839a5e17 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-04-09 Thread Arthur Zamarin
commit: b089e1e3923b5d73fdd99d5e052c379340d0b34a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr  9 15:54:37 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 15:54:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b089e1e3

media-sound/mac: Stabilize 10.53 x86, #928925

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/mac/mac-10.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index 2ae1839a5e17..7c52eb41c645 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-04-08 Thread Sam James
commit: 71f6c7e5840cbaba8d581d5273d2bc7ae4d2516e
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  8 14:46:40 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  8 14:46:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f6c7e5

media-sound/mac: Stabilize 10.53 sparc, #928925

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index 74c128c6dd94..0a2e6bbc8728 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-04-08 Thread Sam James
commit: dc47a4f39e1bd60ed645277618ff5180700280b5
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  8 14:46:41 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  8 14:46:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc47a4f3

media-sound/mac: Stabilize 10.53 ppc64, #928925

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index 0a2e6bbc8728..c5ee9d8a6767 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-03-20 Thread Sam James
commit: 3deb3e175ea5f93c8255828cef336c1fdd18a612
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 20 06:20:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 20 06:20:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3deb3e17

media-sound/mac: drop unused flag-o-matic from 10.60

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.60.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.60.ebuild b/media-sound/mac/mac-10.60.ebuild
index 380980f7afc3..4315a96dd755 100644
--- a/media-sound/mac/mac-10.60.ebuild
+++ b/media-sound/mac/mac-10.60.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake
 
 DESCRIPTION="Monkey's Audio Codecs"
 HOMEPAGE="https://www.monkeysaudio.com;



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-03-20 Thread Sam James
commit: a33a6a060a9b2481b5eb766580a74136cf0310f1
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 20 06:21:24 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 20 06:21:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33a6a06

media-sound/mac: fix variable order

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.60.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/media-sound/mac/mac-10.60.ebuild b/media-sound/mac/mac-10.60.ebuild
index 4315a96dd755..9ceccbd8f31e 100644
--- a/media-sound/mac/mac-10.60.ebuild
+++ b/media-sound/mac/mac-10.60.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+CMAKE_BUILD_TYPE=Release
 inherit cmake
 
 DESCRIPTION="Monkey's Audio Codecs"
@@ -15,15 +16,13 @@ KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 
 BDEPEND="app-arch/unzip"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-10.18-linux.patch"
+   "${FILESDIR}/${PN}-10.52-output.patch"
+)
+
 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"
-)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-03-20 Thread Sam James
commit: e6f256e450c45f4cfa7a93924d96f2de291de378
Author: Eli Schwartz  gmail  com>
AuthorDate: Tue Mar 19 19:21:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 20 06:16:57 2024 +
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  gmail.com>
Signed-off-by: Sam James  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 
be81f7f9bec10eea43aeb51288c1a6ca312860535d88346d8ab42e66d9268d3503e073becd998671c408aa83e2b93ec74acb86b650c8883c0b3cd03ea828
 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 ..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"
+)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-03-17 Thread Sam James
commit: bf144807494b6c07da7396f695ad9e61b849a1d1
Author: Eli Schwartz  gmail  com>
AuthorDate: Sun Mar 17 19:32:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 18 05:29:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf144807

media-sound/mac: mark as LTO-unsafe, strict-aliasing unsafe

Pending an update to 10.56 which will switch to a memcpy access and will
come "soon". Already committed to svn.

Closes: https://bugs.gentoo.org/927060
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.46.ebuild | 17 -
 media-sound/mac/mac-10.53.ebuild | 17 -
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
index 3f3e26502daf..13bf6f9d8ef3 100644
--- a/media-sound/mac/mac-10.46.ebuild
+++ b/media-sound/mac/mac-10.46.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="Monkey's Audio Codecs"
 HOMEPAGE="https://www.monkeysaudio.com;
@@ -27,3 +27,18 @@ 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
+}

diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index 4315a96dd755..74c128c6dd94 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake flag-o-matic
 
 DESCRIPTION="Monkey's Audio Codecs"
 HOMEPAGE="https://www.monkeysaudio.com;
@@ -27,3 +27,18 @@ 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
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-03-08 Thread Daniel Pielmeier
commit: f4499953c21bc721dbdc99f27b042d0126dc1ed6
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Mar  8 13:58:03 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Mar  8 13:58:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4499953

media-sound/mac: destabilize 10.53 for ~amd64, ~ppc64, ~x86

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/mac-10.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.53.ebuild b/media-sound/mac/mac-10.53.ebuild
index 97a4d965ee6d..4315a96dd755 100644
--- a/media-sound/mac/mac-10.53.ebuild
+++ b/media-sound/mac/mac-10.53.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/files/, media-sound/mac/

2024-03-08 Thread Daniel Pielmeier
commit: 0620c2da9ad82a9a76e5a464e1d8cc8a39223b11
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Mar  8 13:55:48 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Mar  8 13:55:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0620c2da

media-sound/mac: add 10.53

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 +
 media-sound/mac/files/mac-10.52-output.patch | 39 
 media-sound/mac/mac-10.53.ebuild | 29 +
 3 files changed, 69 insertions(+)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index a25a465a92ac..40b49bec69ea 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,2 +1,3 @@
 DIST mac-10.46.zip 1662242 BLAKE2B 
be81f7f9bec10eea43aeb51288c1a6ca312860535d88346d8ab42e66d9268d3503e073becd998671c408aa83e2b93ec74acb86b650c8883c0b3cd03ea828
 SHA512 
0391a52925c903bb4849fbaf963b31c65fd34bcd0d3071b9b25b99bbb95febd12cdf09119ec73e129fdfbc51a163b824c6b084ca4917f871692b0529c7a33a10
+DIST mac-10.53.zip 1665239 BLAKE2B 
70b7a12eb873ec648ceb97f23bcac6ec79a6626e61de7535b549f7fd718121e5f835f64c64f3e29914e1ceb2ee2897e03a09a7d7a050810082c67ba76e740c3f
 SHA512 
3d9323d8440c11553838e89ee4cd695fee790ef4af888daa1be1a63a4eec8db807a940f20c52b56cd069d06899305930173efab196c0932b238060bff7dc025a
 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.52-output.patch 
b/media-sound/mac/files/mac-10.52-output.patch
new file mode 100644
index ..8ad2e3d47ef9
--- /dev/null
+++ b/media-sound/mac/files/mac-10.52-output.patch
@@ -0,0 +1,39 @@
+diff -Naur mac-10.52_orig/Source/Console/Console.cpp 
mac-10.52/Source/Console/Console.cpp
+--- mac-10.52_orig/Source/Console/Console.cpp  2024-03-05 19:05:13.958352435 
+0100
 mac-10.52/Source/Console/Console.cpp   2024-03-05 19:06:50.968831483 
+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");
+ }
+ 
+ 

[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/files/

2024-03-05 Thread Daniel Pielmeier
commit: 270fa8bebcc55e33f1951c597f768283891824ac
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Tue Mar  5 18:02:49 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Tue Mar  5 18:02:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270fa8be

media-sound/mac: Remove unused file

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/files/mac-10.18-output.patch | 37 
 1 file changed, 37 deletions(-)

diff --git a/media-sound/mac/files/mac-10.18-output.patch 
b/media-sound/mac/files/mac-10.18-output.patch
deleted file mode 100644
index f790842a93f8..
--- a/media-sound/mac/files/mac-10.18-output.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -Naur mac-10.18_orig/Source/Console/Console.cpp 
mac-10.18/Source/Console/Console.cpp
 mac-10.18_orig/Source/Console/Console.cpp  2023-08-14 19:06:29.480902250 
+0200
-+++ mac-10.18/Source/Console/Console.cpp   2023-08-14 19:07:11.613901402 
+0200
-@@ -67,7 +67,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");
-@@ -83,15 +83,15 @@
- fwprintf(pFile, L"Remove Tag: '-r'\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"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"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");
- }
- 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-03-05 Thread Daniel Pielmeier
commit: b71d1ddd8df75c63a695340e5bc7d8793a6411b8
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Tue Mar  5 17:59:35 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Tue Mar  5 18:00:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71d1ddd

media-sound/mac: drop 10.29, 10.45

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  2 --
 media-sound/mac/mac-10.29.ebuild | 31 ---
 media-sound/mac/mac-10.45.ebuild | 29 -
 3 files changed, 62 deletions(-)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 1eee0d0a423d..a25a465a92ac 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,4 +1,2 @@
-DIST mac-10.29.zip 1657175 BLAKE2B 
a5d9375af98d5422ca7e0f19e1b5372e8f00bf91bd5fead51a211efe4b304db20a8c5429a17d84db8a37b7898490c147115a363937ab9b970d3077c6c21be506
 SHA512 
c49cb3d11493cd7f6632ffb4c284e9333a9682d255863d46835b1b4bee2f50798b8d70a61b2a36ba9cb13836533addfcb644c2470613a38a33ddfac4acafd84d
-DIST mac-10.45.zip 1661327 BLAKE2B 
cb9b7f703da500638d608ecbd0c4edd3971d474369946d5b9a6a61f104d9bae549f9868b09b07b99d02f81854ad807634a69d6198ab68cd10e4c6014711af8c3
 SHA512 
08eb214901343ff171e661b1c3452b533399c698088feefb571003ecdc4477b958c39c75031a6bbd0957a3abee3d09fa912b1390437bd7d7ba2160d729107e21
 DIST mac-10.46.zip 1662242 BLAKE2B 
be81f7f9bec10eea43aeb51288c1a6ca312860535d88346d8ab42e66d9268d3503e073becd998671c408aa83e2b93ec74acb86b650c8883c0b3cd03ea828
 SHA512 
0391a52925c903bb4849fbaf963b31c65fd34bcd0d3071b9b25b99bbb95febd12cdf09119ec73e129fdfbc51a163b824c6b084ca4917f871692b0529c7a33a10
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
deleted file mode 100644
index 61f36590f083..
--- a/media-sound/mac/mac-10.29.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-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"
-
-RDEPEND=""
-DEPEND=""
-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.18-output.patch"
-)

diff --git a/media-sound/mac/mac-10.45.ebuild b/media-sound/mac/mac-10.45.ebuild
deleted file mode 100644
index 7309b993f84b..
--- a/media-sound/mac/mac-10.45.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-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"
-)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-03-03 Thread Sam James
commit: 200fe223cba7c590a026486c04c56891979c532a
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  3 23:01:43 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  3 23:01:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200fe223

media-sound/mac: Stabilize 10.46 sparc, #925544

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
index 539155096dbc..3f3e26502daf 100644
--- a/media-sound/mac/mac-10.46.ebuild
+++ b/media-sound/mac/mac-10.46.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-03-02 Thread Sam James
commit: a6f1640de481d2fe46fa66fe36e30a238c1e3286
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  2 22:07:19 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  2 22:07:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f1640d

media-sound/mac: Stabilize 10.46 ppc, #925544

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
index b81fda2719c4..539155096dbc 100644
--- a/media-sound/mac/mac-10.46.ebuild
+++ b/media-sound/mac/mac-10.46.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-02-26 Thread Sam James
commit: 4ec4ee89475f8589adb29ec4bdf9fa9902a7f372
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 26 21:24:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 26 21:24:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec4ee89

media-sound/mac: stabilize 10.46 for ppc64

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
index 8a7bfd91cd6a..b81fda2719c4 100644
--- a/media-sound/mac/mac-10.46.ebuild
+++ b/media-sound/mac/mac-10.46.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv ~sparc x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-02-26 Thread Jakov Smolić
commit: eb597ca004114201aafca67e45fb7c21286aaa49
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Feb 26 18:28:53 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Feb 26 18:28:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb597ca0

media-sound/mac: Stabilize 10.46 x86, #925544

Signed-off-by: Jakov Smolić  gentoo.org>

 media-sound/mac/mac-10.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
index 204a60b30ffa..8a7bfd91cd6a 100644
--- a/media-sound/mac/mac-10.46.ebuild
+++ b/media-sound/mac/mac-10.46.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-02-26 Thread Jakov Smolić
commit: ee324b5fad2ff9be23be7e73f3bae8bd7daaf30b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Feb 26 18:28:52 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Feb 26 18:28:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee324b5f

media-sound/mac: Stabilize 10.46 amd64, #925544

Signed-off-by: Jakov Smolić  gentoo.org>

 media-sound/mac/mac-10.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
index 7309b993f84b..204a60b30ffa 100644
--- a/media-sound/mac/mac-10.46.ebuild
+++ b/media-sound/mac/mac-10.46.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-02-24 Thread Daniel Pielmeier
commit: cf965ea230e7918ffe10a1f399fea7561bbe1b53
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Feb 24 11:20:04 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Feb 24 11:22:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf965ea2

media-sound/mac: add 10.46

Signed-off-by: Daniel Pielmeier  gentoo.org>

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

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index a7183a56768f..1eee0d0a423d 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,3 +1,4 @@
 DIST mac-10.29.zip 1657175 BLAKE2B 
a5d9375af98d5422ca7e0f19e1b5372e8f00bf91bd5fead51a211efe4b304db20a8c5429a17d84db8a37b7898490c147115a363937ab9b970d3077c6c21be506
 SHA512 
c49cb3d11493cd7f6632ffb4c284e9333a9682d255863d46835b1b4bee2f50798b8d70a61b2a36ba9cb13836533addfcb644c2470613a38a33ddfac4acafd84d
 DIST mac-10.45.zip 1661327 BLAKE2B 
cb9b7f703da500638d608ecbd0c4edd3971d474369946d5b9a6a61f104d9bae549f9868b09b07b99d02f81854ad807634a69d6198ab68cd10e4c6014711af8c3
 SHA512 
08eb214901343ff171e661b1c3452b533399c698088feefb571003ecdc4477b958c39c75031a6bbd0957a3abee3d09fa912b1390437bd7d7ba2160d729107e21
+DIST mac-10.46.zip 1662242 BLAKE2B 
be81f7f9bec10eea43aeb51288c1a6ca312860535d88346d8ab42e66d9268d3503e073becd998671c408aa83e2b93ec74acb86b650c8883c0b3cd03ea828
 SHA512 
0391a52925c903bb4849fbaf963b31c65fd34bcd0d3071b9b25b99bbb95febd12cdf09119ec73e129fdfbc51a163b824c6b084ca4917f871692b0529c7a33a10
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.46.ebuild b/media-sound/mac/mac-10.46.ebuild
new file mode 100644
index ..7309b993f84b
--- /dev/null
+++ b/media-sound/mac/mac-10.46.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
+
+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"
+)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/files/, media-sound/mac/

2024-01-27 Thread Daniel Pielmeier
commit: 72fb5ed38d40a504c6465767b5cf8e1657a616c1
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Jan 27 09:12:11 2024 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Jan 27 09:12:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fb5ed3

media-sound/mac: add 10.45

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 +
 media-sound/mac/files/mac-10.43-output.patch | 39 
 media-sound/mac/mac-10.45.ebuild | 29 +
 3 files changed, 69 insertions(+)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 66f7930675e1..a7183a56768f 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,2 +1,3 @@
 DIST mac-10.29.zip 1657175 BLAKE2B 
a5d9375af98d5422ca7e0f19e1b5372e8f00bf91bd5fead51a211efe4b304db20a8c5429a17d84db8a37b7898490c147115a363937ab9b970d3077c6c21be506
 SHA512 
c49cb3d11493cd7f6632ffb4c284e9333a9682d255863d46835b1b4bee2f50798b8d70a61b2a36ba9cb13836533addfcb644c2470613a38a33ddfac4acafd84d
+DIST mac-10.45.zip 1661327 BLAKE2B 
cb9b7f703da500638d608ecbd0c4edd3971d474369946d5b9a6a61f104d9bae549f9868b09b07b99d02f81854ad807634a69d6198ab68cd10e4c6014711af8c3
 SHA512 
08eb214901343ff171e661b1c3452b533399c698088feefb571003ecdc4477b958c39c75031a6bbd0957a3abee3d09fa912b1390437bd7d7ba2160d729107e21
 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
new file mode 100644
index ..a0ce2600cdee
--- /dev/null
+++ b/media-sound/mac/files/mac-10.43-output.patch
@@ -0,0 +1,39 @@
+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 

[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-01-23 Thread Miroslav Šulc
commit: cb83551599ea8e96dbc2423111a27b14f58fb482
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Jan 23 09:53:41 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jan 23 09:53:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb835515

media-sound/mac: dropped obsolete 10.26

Bug: https://bugs.gentoo.org/921696
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/mac/Manifest |  1 -
 media-sound/mac/mac-10.26.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 97a883f5953e..66f7930675e1 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,3 +1,2 @@
-DIST mac-10.26.zip 1654362 BLAKE2B 
81dfd72016ed95cdd182e30558ba31af3ac305acbf3b167984a5eff7183d91ac0d6aa9069462a9e1a96867bfc883bd1278a696894bdd408328e4c548b1b499bd
 SHA512 
b8a9153a3b2ee51fb18a971d89be5daf3ae417491d5e6a7f034ae54e14d53ff9b879d045c4a9fc2608945b274326e66ace52a80c59b65016e8021cc1368c66be
 DIST mac-10.29.zip 1657175 BLAKE2B 
a5d9375af98d5422ca7e0f19e1b5372e8f00bf91bd5fead51a211efe4b304db20a8c5429a17d84db8a37b7898490c147115a363937ab9b970d3077c6c21be506
 SHA512 
c49cb3d11493cd7f6632ffb4c284e9333a9682d255863d46835b1b4bee2f50798b8d70a61b2a36ba9cb13836533addfcb644c2470613a38a33ddfac4acafd84d
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.26.ebuild b/media-sound/mac/mac-10.26.ebuild
deleted file mode 100644
index 0a410340c429..
--- a/media-sound/mac/mac-10.26.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="https://www.monkeysaudio.com;
-SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
-
-RDEPEND=""
-DEPEND=""
-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.18-output.patch"
-)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-01-22 Thread Sam James
commit: b3a4e339e0926d4c704868c63d7cfa00379a6460
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 23 06:13:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 23 06:13:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a4e339

media-sound/mac: Stabilize 10.29 ppc, #921696

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
index 7d1b6bd2278d..61f36590f083 100644
--- a/media-sound/mac/mac-10.29.ebuild
+++ b/media-sound/mac/mac-10.29.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-01-12 Thread Arthur Zamarin
commit: c22b035cce90a08fcc23a493a23f3fcf764ca18f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 12 08:17:39 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 12 08:17:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22b035c

media-sound/mac: Stabilize 10.29 x86, #921696

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/mac/mac-10.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
index 56d49c82a4fa..7d1b6bd2278d 100644
--- a/media-sound/mac/mac-10.29.ebuild
+++ b/media-sound/mac/mac-10.29.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-01-11 Thread Sam James
commit: 2f390a5a5d1c11744531fca8b737a38162a6306d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 11 09:36:45 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 11 09:36:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f390a5a

media-sound/mac: Stabilize 10.29 amd64, #921696

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
index f1973a63baf2..56d49c82a4fa 100644
--- a/media-sound/mac/mac-10.29.ebuild
+++ b/media-sound/mac/mac-10.29.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-01-10 Thread Arthur Zamarin
commit: 3eaf86d55825288b6fe8002f0ccdcc45a01fbc61
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 10 10:20:18 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 10 10:20:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaf86d5

media-sound/mac: Stabilize 10.29 ppc64, #921696

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/mac/mac-10.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
index e3e2c9308be9..f1973a63baf2 100644
--- a/media-sound/mac/mac-10.29.ebuild
+++ b/media-sound/mac/mac-10.29.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2024-01-10 Thread Arthur Zamarin
commit: 2ae42737e42bee337c219346fc036d49cc35c440
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan 10 10:20:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan 10 10:20:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae42737

media-sound/mac: Stabilize 10.29 sparc, #921696

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/mac/mac-10.29.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
index fd5f2c4047d4..e3e2c9308be9 100644
--- a/media-sound/mac/mac-10.29.ebuild
+++ b/media-sound/mac/mac-10.29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-12-08 Thread Daniel Pielmeier
commit: ca097bf4e4b35f22871bff43b6117943dd128afe
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Dec  8 17:51:49 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Dec  8 17:51:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca097bf4

media-sound/mac: drop 10.25

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 -
 media-sound/mac/mac-10.25.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 93f879328157..97a883f5953e 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,4 +1,3 @@
-DIST mac-10.25.zip 1654085 BLAKE2B 
c4e32bb1af2ecf893931075e0a91ae11fc25e1e911150e40746b50aed9bb7eacfac6cac61f9c65329c497262a7965ce59cb2a179087b60b17185949c61c2df8a
 SHA512 
34ae8ad1d27d79cebf680b7e99954028dea197165414cec507459b868739ae1e43e810553ead095dcbe91e696bb8d5c8b7677780efa13aff5a61011594ebecb7
 DIST mac-10.26.zip 1654362 BLAKE2B 
81dfd72016ed95cdd182e30558ba31af3ac305acbf3b167984a5eff7183d91ac0d6aa9069462a9e1a96867bfc883bd1278a696894bdd408328e4c548b1b499bd
 SHA512 
b8a9153a3b2ee51fb18a971d89be5daf3ae417491d5e6a7f034ae54e14d53ff9b879d045c4a9fc2608945b274326e66ace52a80c59b65016e8021cc1368c66be
 DIST mac-10.29.zip 1657175 BLAKE2B 
a5d9375af98d5422ca7e0f19e1b5372e8f00bf91bd5fead51a211efe4b304db20a8c5429a17d84db8a37b7898490c147115a363937ab9b970d3077c6c21be506
 SHA512 
c49cb3d11493cd7f6632ffb4c284e9333a9682d255863d46835b1b4bee2f50798b8d70a61b2a36ba9cb13836533addfcb644c2470613a38a33ddfac4acafd84d
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
deleted file mode 100644
index 0a410340c429..
--- a/media-sound/mac/mac-10.25.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="https://www.monkeysaudio.com;
-SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
-
-RDEPEND=""
-DEPEND=""
-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.18-output.patch"
-)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-12-08 Thread Daniel Pielmeier
commit: 7312b7846d09c3c52fd047ad64bb2c794318b30e
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Dec  8 17:49:47 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Dec  8 17:49:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7312b784

media-sound/mac: update SRC_URI

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/mac-10.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
index 57c1a668c196..fd5f2c4047d4 100644
--- a/media-sound/mac/mac-10.29.ebuild
+++ b/media-sound/mac/mac-10.29.ebuild
@@ -7,7 +7,7 @@ inherit cmake
 
 DESCRIPTION="Monkey's Audio Codecs"
 HOMEPAGE="https://www.monkeysaudio.com;
-SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
+SRC_URI="https://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
 
 LICENSE="BSD"
 SLOT="0/10"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-12-08 Thread Daniel Pielmeier
commit: 57f8dcfc8f728ed6a174292d32fe26b9693cf35c
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Dec  8 17:46:28 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Dec  8 17:46:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f8dcfc

media-sound/mac: destabilize 10.29

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/mac-10.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
index 0a410340c429..57c1a668c196 100644
--- a/media-sound/mac/mac-10.29.ebuild
+++ b/media-sound/mac/mac-10.29.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="BSD"
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-12-08 Thread Daniel Pielmeier
commit: 99d24a041f36e89204cbe13e8d824046e3145a07
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Fri Dec  8 17:45:18 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Fri Dec  8 17:45:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d24a04

media-sound/mac: add 10.29

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 +
 media-sound/mac/mac-10.29.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 927fbe789913..93f879328157 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,3 +1,4 @@
 DIST mac-10.25.zip 1654085 BLAKE2B 
c4e32bb1af2ecf893931075e0a91ae11fc25e1e911150e40746b50aed9bb7eacfac6cac61f9c65329c497262a7965ce59cb2a179087b60b17185949c61c2df8a
 SHA512 
34ae8ad1d27d79cebf680b7e99954028dea197165414cec507459b868739ae1e43e810553ead095dcbe91e696bb8d5c8b7677780efa13aff5a61011594ebecb7
 DIST mac-10.26.zip 1654362 BLAKE2B 
81dfd72016ed95cdd182e30558ba31af3ac305acbf3b167984a5eff7183d91ac0d6aa9069462a9e1a96867bfc883bd1278a696894bdd408328e4c548b1b499bd
 SHA512 
b8a9153a3b2ee51fb18a971d89be5daf3ae417491d5e6a7f034ae54e14d53ff9b879d045c4a9fc2608945b274326e66ace52a80c59b65016e8021cc1368c66be
+DIST mac-10.29.zip 1657175 BLAKE2B 
a5d9375af98d5422ca7e0f19e1b5372e8f00bf91bd5fead51a211efe4b304db20a8c5429a17d84db8a37b7898490c147115a363937ab9b970d3077c6c21be506
 SHA512 
c49cb3d11493cd7f6632ffb4c284e9333a9682d255863d46835b1b4bee2f50798b8d70a61b2a36ba9cb13836533addfcb644c2470613a38a33ddfac4acafd84d
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.29.ebuild b/media-sound/mac/mac-10.29.ebuild
new file mode 100644
index ..0a410340c429
--- /dev/null
+++ b/media-sound/mac/mac-10.29.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Monkey's Audio Codecs"
+HOMEPAGE="https://www.monkeysaudio.com;
+SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
+
+LICENSE="BSD"
+SLOT="0/10"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
+
+RDEPEND=""
+DEPEND=""
+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.18-output.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-15 Thread Daniel Pielmeier
commit: 2eb457a6c6e7182a751989e3bcd8ff25351c5108
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Nov 15 16:18:05 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Nov 15 16:18:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb457a6

media-sound/mac: add 10.26

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 +
 media-sound/mac/mac-10.26.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 5e0eb430d4d5..927fbe789913 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,2 +1,3 @@
 DIST mac-10.25.zip 1654085 BLAKE2B 
c4e32bb1af2ecf893931075e0a91ae11fc25e1e911150e40746b50aed9bb7eacfac6cac61f9c65329c497262a7965ce59cb2a179087b60b17185949c61c2df8a
 SHA512 
34ae8ad1d27d79cebf680b7e99954028dea197165414cec507459b868739ae1e43e810553ead095dcbe91e696bb8d5c8b7677780efa13aff5a61011594ebecb7
+DIST mac-10.26.zip 1654362 BLAKE2B 
81dfd72016ed95cdd182e30558ba31af3ac305acbf3b167984a5eff7183d91ac0d6aa9069462a9e1a96867bfc883bd1278a696894bdd408328e4c548b1b499bd
 SHA512 
b8a9153a3b2ee51fb18a971d89be5daf3ae417491d5e6a7f034ae54e14d53ff9b879d045c4a9fc2608945b274326e66ace52a80c59b65016e8021cc1368c66be
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.26.ebuild b/media-sound/mac/mac-10.26.ebuild
new file mode 100644
index ..0a410340c429
--- /dev/null
+++ b/media-sound/mac/mac-10.26.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Monkey's Audio Codecs"
+HOMEPAGE="https://www.monkeysaudio.com;
+SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
+
+LICENSE="BSD"
+SLOT="0/10"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
+
+RDEPEND=""
+DEPEND=""
+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.18-output.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-14 Thread Miroslav Šulc
commit: a00f3f5d0d58cbae629ce4646a3c59df2c803898
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Nov 14 10:46:13 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Nov 14 10:46:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00f3f5d

media-sound/mac: dropped obsolete 10.24

Bug: https://bugs.gentoo.org/917286
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/mac/Manifest |  1 -
 media-sound/mac/mac-10.24.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 10c2396a9691..5e0eb430d4d5 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,3 +1,2 @@
-DIST mac-10.24.zip 1653617 BLAKE2B 
4b22b29cbdaa8d715d985231feafdc4c5a3e85e623b2954bcdfaa3cc868502be8c6aa809264bc3b9d3b096bfa2b34fe22724ec5a072c3c93242834790d08aea7
 SHA512 
e6e88d14b2bc2b33425fc653e1771709f3cddfbed5441090eab32009365e8770aef52e0a4229ca189180d59b928f4f899302fde9f9b8ac7bfbc5fb15533b26c4
 DIST mac-10.25.zip 1654085 BLAKE2B 
c4e32bb1af2ecf893931075e0a91ae11fc25e1e911150e40746b50aed9bb7eacfac6cac61f9c65329c497262a7965ce59cb2a179087b60b17185949c61c2df8a
 SHA512 
34ae8ad1d27d79cebf680b7e99954028dea197165414cec507459b868739ae1e43e810553ead095dcbe91e696bb8d5c8b7677780efa13aff5a61011594ebecb7
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
deleted file mode 100644
index 0a410340c429..
--- a/media-sound/mac/mac-10.24.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="https://www.monkeysaudio.com;
-SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
-
-RDEPEND=""
-DEPEND=""
-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.18-output.patch"
-)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-13 Thread Arthur Zamarin
commit: e09575362a9055493e5eb5dee51fe80eb2f0d4b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 13 20:24:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 13 20:24:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0957536

media-sound/mac: Stabilize 10.25 ppc, #917286

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/mac/mac-10.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
index 5419cddce77a..0a410340c429 100644
--- a/media-sound/mac/mac-10.25.ebuild
+++ b/media-sound/mac/mac-10.25.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="BSD"
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-13 Thread Arthur Zamarin
commit: 07c452b02bc289cf550a63149ebb151a7264dca9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 13 20:24:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 13 20:24:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c452b0

media-sound/mac: Stabilize 10.25 x86, #917286

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/mac/mac-10.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
index 7b6e94ae6799..5419cddce77a 100644
--- a/media-sound/mac/mac-10.25.ebuild
+++ b/media-sound/mac/mac-10.25.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="BSD"
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-13 Thread Sam James
commit: 658d5a2af4247eb605df59d942274c0c72de8e39
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 13 19:52:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 13 19:52:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658d5a2a

media-sound/mac: Stabilize 10.25 amd64, #917286

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
index 66f4a1a7bd87..7b6e94ae6799 100644
--- a/media-sound/mac/mac-10.25.ebuild
+++ b/media-sound/mac/mac-10.25.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="BSD"
 SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-13 Thread Sam James
commit: 209ce4e65110ec2df12c41a91e4a0d83959eed42
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 13 17:41:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 13 19:51:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209ce4e6

media-sound/mac: Stabilize 10.25 sparc, #917286

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
index 57c1a668c196..113a3d8f36bb 100644
--- a/media-sound/mac/mac-10.25.ebuild
+++ b/media-sound/mac/mac-10.25.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="BSD"
 SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-13 Thread Sam James
commit: 4dc2306b4199ecbebe8067688327d1f0b4eb550f
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 13 17:41:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 13 19:51:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc2306b

media-sound/mac: Stabilize 10.25 ppc64, #917286

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
index 113a3d8f36bb..66f4a1a7bd87 100644
--- a/media-sound/mac/mac-10.25.ebuild
+++ b/media-sound/mac/mac-10.25.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="BSD"
 SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-13 Thread Daniel Pielmeier
commit: 168c693312a5534033609a905a878044300ca83e
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Nov 13 16:42:36 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Nov 13 16:42:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168c6933

media-sound/mac: update LICENSE

Closes: https://bugs.gentoo.org/917225
Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/mac-10.24.ebuild | 2 +-
 media-sound/mac/mac-10.25.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
index 93a3422edc4e..0a410340c429 100644
--- a/media-sound/mac/mac-10.24.ebuild
+++ b/media-sound/mac/mac-10.24.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Monkey's Audio Codecs"
 HOMEPAGE="https://www.monkeysaudio.com;
 SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
 
-LICENSE="mac"
+LICENSE="BSD"
 SLOT="0/10"
 KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
index 4b25756f5a06..57c1a668c196 100644
--- a/media-sound/mac/mac-10.25.ebuild
+++ b/media-sound/mac/mac-10.25.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Monkey's Audio Codecs"
 HOMEPAGE="https://www.monkeysaudio.com;
 SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
 
-LICENSE="mac"
+LICENSE="BSD"
 SLOT="0/10"
 KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-11-01 Thread Arthur Zamarin
commit: 60372e0813c48fe9944a04b978f0021f919d85dd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 12:23:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 12:23:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60372e08

media-sound/mac: Stabilize 10.24 ppc, #916570

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/mac/mac-10.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
index bb17fcd07c2f..93a3422edc4e 100644
--- a/media-sound/mac/mac-10.24.ebuild
+++ b/media-sound/mac/mac-10.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="mac"
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-10-31 Thread Sam James
commit: ea14332a4db7a4ee3293dc692a159cd4e69e7f4c
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 31 18:53:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 31 18:53:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea14332a

media-sound/mac: Stabilize 10.24 amd64, #916570

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
index 5b3b8366d5dc..bb17fcd07c2f 100644
--- a/media-sound/mac/mac-10.24.ebuild
+++ b/media-sound/mac/mac-10.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="mac"
 SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-10-31 Thread Sam James
commit: 2816ede8116f1bfa55738b7eff0792d2b1fd2819
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 31 12:31:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 31 12:31:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2816ede8

media-sound/mac: Stabilize 10.24 x86, #916570

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
index f3ba30d216ed..5b3b8366d5dc 100644
--- a/media-sound/mac/mac-10.24.ebuild
+++ b/media-sound/mac/mac-10.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="mac"
 SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ppc64 ~riscv sparc x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-10-31 Thread Sam James
commit: 0b1f2c0c9346fadec9e27f8cec952d5f09eb5ca6
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 31 12:25:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 31 12:25:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1f2c0c

media-sound/mac: Stabilize 10.24 ppc64, #916570

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
index 3cc2b9601a52..f3ba30d216ed 100644
--- a/media-sound/mac/mac-10.24.ebuild
+++ b/media-sound/mac/mac-10.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="mac"
 SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ppc64 ~riscv sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-10-31 Thread Sam James
commit: 1cc1164de24aa5487f73cd60fa8d2f5ac0a7ea6b
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 31 12:25:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 31 12:25:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc1164d

media-sound/mac: Stabilize 10.24 sparc, #916570

Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-10.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
index 4b25756f5a06..3cc2b9601a52 100644
--- a/media-sound/mac/mac-10.24.ebuild
+++ b/media-sound/mac/mac-10.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> 
${P}.zip"
 
 LICENSE="mac"
 SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
 
 RDEPEND=""
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-10-14 Thread Daniel Pielmeier
commit: a6d2cad85424ca7695f97faddf8dec7ad077f570
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Oct 14 07:47:04 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Oct 14 07:47:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d2cad8

media-sound/mac: add 10.25

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 +
 media-sound/mac/mac-10.25.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 390d25a1a77a..10c2396a9691 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,2 +1,3 @@
 DIST mac-10.24.zip 1653617 BLAKE2B 
4b22b29cbdaa8d715d985231feafdc4c5a3e85e623b2954bcdfaa3cc868502be8c6aa809264bc3b9d3b096bfa2b34fe22724ec5a072c3c93242834790d08aea7
 SHA512 
e6e88d14b2bc2b33425fc653e1771709f3cddfbed5441090eab32009365e8770aef52e0a4229ca189180d59b928f4f899302fde9f9b8ac7bfbc5fb15533b26c4
+DIST mac-10.25.zip 1654085 BLAKE2B 
c4e32bb1af2ecf893931075e0a91ae11fc25e1e911150e40746b50aed9bb7eacfac6cac61f9c65329c497262a7965ce59cb2a179087b60b17185949c61c2df8a
 SHA512 
34ae8ad1d27d79cebf680b7e99954028dea197165414cec507459b868739ae1e43e810553ead095dcbe91e696bb8d5c8b7677780efa13aff5a61011594ebecb7
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.25.ebuild b/media-sound/mac/mac-10.25.ebuild
new file mode 100644
index ..4b25756f5a06
--- /dev/null
+++ b/media-sound/mac/mac-10.25.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Monkey's Audio Codecs"
+HOMEPAGE="https://www.monkeysaudio.com;
+SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
+
+LICENSE="mac"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND=""
+DEPEND=""
+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.18-output.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/files/

2023-09-30 Thread Daniel Pielmeier
commit: e0e8fbe3c6e96c86b95825f3ddb8b89518c89782
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Sep 30 14:46:45 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Sep 30 14:46:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e8fbe3

media-sound/mac/files: Add missing patches

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/files/mac-10.18-linux.patch  | 24 ++
 media-sound/mac/files/mac-10.18-output.patch | 37 
 2 files changed, 61 insertions(+)

diff --git a/media-sound/mac/files/mac-10.18-linux.patch 
b/media-sound/mac/files/mac-10.18-linux.patch
new file mode 100644
index ..0346101f3eb0
--- /dev/null
+++ b/media-sound/mac/files/mac-10.18-linux.patch
@@ -0,0 +1,24 @@
+diff -Naur mac-10.18_orig/Shared/All.h mac-10.18/Shared/All.h
+--- mac-10.18_orig/Shared/All.h2023-08-13 18:59:03.447085864 +0200
 mac-10.18/Shared/All.h 2023-08-13 19:00:20.053081298 +0200
+@@ -11,7 +11,7 @@
+ 
**/
+ #if !defined(PLATFORM_WINDOWS) && !defined(PLATFORM_APPLE) && 
!defined(PLATFORM_LINUX)
+ #pragma message("No platform set for MACLib, defaulting to Windows")
+-#define PLATFORM_WINDOWS
++#define PLATFORM_LINUX
+ #endif
+ 
+ #ifdef PLATFORM_ANDROID
+diff -Naur mac-10.18_orig/Source/Shared/All.h mac-10.18/Source/Shared/All.h
+--- mac-10.18_orig/Source/Shared/All.h 2023-08-13 18:59:03.453085864 +0200
 mac-10.18/Source/Shared/All.h  2023-08-13 19:00:12.732081734 +0200
+@@ -11,7 +11,7 @@
+ 
**/
+ #if !defined(PLATFORM_WINDOWS) && !defined(PLATFORM_APPLE) && 
!defined(PLATFORM_LINUX)
+ #pragma message("No platform set for MACLib, defaulting to Windows")
+-#define PLATFORM_WINDOWS
++#define PLATFORM_LINUX
+ #endif
+ 
+ #ifdef PLATFORM_ANDROID

diff --git a/media-sound/mac/files/mac-10.18-output.patch 
b/media-sound/mac/files/mac-10.18-output.patch
new file mode 100644
index ..f790842a93f8
--- /dev/null
+++ b/media-sound/mac/files/mac-10.18-output.patch
@@ -0,0 +1,37 @@
+diff -Naur mac-10.18_orig/Source/Console/Console.cpp 
mac-10.18/Source/Console/Console.cpp
+--- mac-10.18_orig/Source/Console/Console.cpp  2023-08-14 19:06:29.480902250 
+0200
 mac-10.18/Source/Console/Console.cpp   2023-08-14 19:07:11.613901402 
+0200
+@@ -67,7 +67,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");
+@@ -83,15 +83,15 @@
+ fwprintf(pFile, L"Remove Tag: '-r'\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"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"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 - 

[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-09-30 Thread Daniel Pielmeier
commit: 994bebb99b499ad0aae16848d8e56e6d5c2f9bb5
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Sep 30 11:47:31 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Sep 30 11:47:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994bebb9

media-sound/mac: add 10.24

Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/mac/Manifest |  1 +
 media-sound/mac/mac-10.24.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 9c2c80c10951..390d25a1a77a 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1 +1,2 @@
+DIST mac-10.24.zip 1653617 BLAKE2B 
4b22b29cbdaa8d715d985231feafdc4c5a3e85e623b2954bcdfaa3cc868502be8c6aa809264bc3b9d3b096bfa2b34fe22724ec5a072c3c93242834790d08aea7
 SHA512 
e6e88d14b2bc2b33425fc653e1771709f3cddfbed5441090eab32009365e8770aef52e0a4229ca189180d59b928f4f899302fde9f9b8ac7bfbc5fb15533b26c4
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 BLAKE2B 
28b5a3aadd9dae410c93cfc43c40c07fe207036f27cf60d59d8fa137a0327f90a78746c14930b7d3becb7f5fa69a454a6855aae1553dc74cd5168a9a523bb8f0
 SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0

diff --git a/media-sound/mac/mac-10.24.ebuild b/media-sound/mac/mac-10.24.ebuild
new file mode 100644
index ..4b25756f5a06
--- /dev/null
+++ b/media-sound/mac/mac-10.24.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Monkey's Audio Codecs"
+HOMEPAGE="https://www.monkeysaudio.com;
+SRC_URI="http://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
+
+LICENSE="mac"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND=""
+DEPEND=""
+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.18-output.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2023-04-20 Thread WANG Xuerui
commit: 91cfc10204b0e9dfdd0ec869e47c2b2782f4be25
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Apr 20 08:34:19 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Apr 20 10:35:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91cfc102

media-sound/mac: keyword 4.11.4.5.7-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index 477436996f12..37f6548f510d 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P/_/-}"
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 BDEPEND="cpu_flags_x86_mmx? ( dev-lang/yasm )"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2022-12-07 Thread David Seifert
commit: 0af51a5efeef42680522372b2523702ef4a88892
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec  7 13:51:43 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Dec  7 13:51:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af51a5e

media-sound/mac: remove sys-apps/sed from DEPEND

Signed-off-by: David Seifert  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index aa5c9ee4ee77..477436996f12 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,19 +12,14 @@ MY_P=${MY_PN}_${MY_PV}
 DESCRIPTION="Monkey's Audio Codecs"
 
HOMEPAGE="http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php;
 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz;
+S="${WORKDIR}/${MY_P/_/-}"
 
 LICENSE="mac"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
-RDEPEND=""
-DEPEND="
-   sys-apps/sed
-   cpu_flags_x86_mmx? ( dev-lang/yasm )
-"
-
-S=${WORKDIR}/${MY_P/_/-}
+BDEPEND="cpu_flags_x86_mmx? ( dev-lang/yasm )"
 
 PATCHES=(
"${FILESDIR}"/${P}-output.patch



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2021-09-26 Thread Marek Szuba
commit: 44db8b6964043f35634b90f02645f766b37a431b
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 20:49:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44db8b69

media-sound/mac: keyword 4.11.4.5.7-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index 121c906229b..aa5c9ee4ee7 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2021-03-26 Thread Sam James
commit: 24165fcf3b3d275950c05db60da87c7d06ca3233
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 26 17:12:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 26 17:12:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24165fcf

media-sound/mac: fix build with slibtool

Thanks-to: orbea  riseup.net>
Closes: https://bugs.gentoo.org/778260
Signed-off-by: Sam James  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index 521c7ab667e..121c906229b 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit flag-o-matic
+inherit autotools flag-o-matic
 
 MY_PN=monkeys-audio
 MY_PV=$(ver_cut 1-2)-u$(ver_cut 3)-b$(ver_cut 4)-s$(ver_cut 5)
@@ -39,7 +39,11 @@ RESTRICT="mirror"
 src_prepare() {
default
 
-   sed -i -e 's:-O3::' configure || die
+   sed -i -e 's:-O3::' configure{,.in} || die
+
+   # bug #778260
+   sed -i 's/tag=ASM/tag=NASM/' src/MACLib/Assembly/Makefile.am || die
+   eautoreconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2019-05-03 Thread Pacho Ramos
commit: 36de7e6926d99f22ae779668f47b08c7e40aa707
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri May  3 08:42:02 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri May  3 08:42:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36de7e69

media-sound/mac: Drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7.ebuild | 59 ---
 1 file changed, 59 deletions(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7.ebuild 
b/media-sound/mac/mac-4.11.4.5.7.ebuild
deleted file mode 100644
index a76614813ce..000
--- a/media-sound/mac/mac-4.11.4.5.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic versionator
-
-MY_PN=monkeys-audio
-MY_PV=$(version_format_string '$1.$2-u$3-b$4')
-PATCH=s$(get_version_component_range 5)
-MY_P=${MY_PN}_${MY_PV}-${PATCH}
-
-DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php;
-SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz;
-
-LICENSE="mac"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 x86"
-IUSE="cpu_flags_x86_mmx static-libs"
-
-RDEPEND=""
-DEPEND="sys-apps/sed
-   cpu_flags_x86_mmx? ( dev-lang/yasm )"
-
-S=${WORKDIR}/${MY_P/_/-}
-
-PATCHES=(
-   "${FILESDIR}"/${P}-output.patch
-   "${FILESDIR}"/${P}-gcc6.patch
-)
-
-DOCS=( AUTHORS ChangeLog NEWS TODO README src/History.txt src/Credits.txt 
ChangeLog.shntool )
-
-RESTRICT="mirror"
-
-src_prepare() {
-   default
-
-   sed -i -e 's:-O3::' configure || die
-}
-
-src_configure() {
-   append-cppflags -DSHNTOOL
-   use cpu_flags_x86_mmx && append-ldflags -Wl,-z,noexecstack
-
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable cpu_flags_x86_mmx assembly)
-}
-
-src_install() {
-   default
-
-   insinto /usr/include/${PN}
-   doins src/MACLib/{BitArray,UnBitArrayBase,Prepare}.h #409435
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2019-05-02 Thread Mikle Kolyada
commit: 82102233f12026f70e5a28addf098f745a27900f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  2 22:07:33 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  2 22:07:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82102233

media-sound/mac: alpha stable wrt bug #681430

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index 0f0018a5279..04eb73b5328 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2019-04-12 Thread Sergei Trofimovich
commit: d907f265018549b8300ec7c28b5e47c336d834d6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr 12 05:26:55 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 12 07:06:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d907f265

media-sound/mac: stable 4.11.4.5.7-r1 for sparc, bug #681430

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index 3391de9d788..0f0018a5279 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2019-04-01 Thread Thomas Deutschmann
commit: 89cc8f8385f6253206eab813d42b8e8e45d982cd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr  1 19:47:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr  1 19:57:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cc8f83

media-sound/mac: x86 stable (bug #681430)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index ed8e77da05a..3391de9d788 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2019-03-24 Thread Sergei Trofimovich
commit: d21c56eb8cf6e379673c96fdebb0d84ad3cafe6a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 24 20:16:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 24 20:16:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21c56eb

media-sound/mac: stable 4.11.4.5.7-r1 for ppc64, bug #681430

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index 9c99be5ea4e..ed8e77da05a 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2019-03-24 Thread Sergei Trofimovich
commit: 8642ba8b0be05d5f890d0f6e04f3dab46ef12283
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 24 20:09:34 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 24 20:09:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8642ba8b

media-sound/mac: stable 4.11.4.5.7-r1 for ppc, bug #681430

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index fcaa1e39bba..9c99be5ea4e 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 ~x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2019-03-24 Thread Daniel Pielmeier
commit: dc55d87141878e3c44e4fc191b4274ea15293c69
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Mar 24 13:25:56 2019 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Mar 24 13:25:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc55d871

media-sound/mac: Remove nonexistent homepage.

Signed-off-by: Daniel Pielmeier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +-
 media-sound/mac/mac-4.11.4.5.7.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index 414dfdd7a78..fcaa1e39bba 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -10,7 +10,7 @@ MY_PV=$(ver_cut 1-2)-u$(ver_cut 3)-b$(ver_cut 4)-s$(ver_cut 5)
 MY_P=${MY_PN}_${MY_PV}
 
 DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="http://etree.org/shnutils/shntool/ 
http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php;
+HOMEPAGE="http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php;
 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz;
 
 LICENSE="mac"

diff --git a/media-sound/mac/mac-4.11.4.5.7.ebuild 
b/media-sound/mac/mac-4.11.4.5.7.ebuild
index 1f1674b693b..a76614813ce 100644
--- a/media-sound/mac/mac-4.11.4.5.7.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ PATCH=s$(get_version_component_range 5)
 MY_P=${MY_PN}_${MY_PV}-${PATCH}
 
 DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="http://etree.org/shnutils/shntool/ 
http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php;
+HOMEPAGE="http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php;
 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz;
 
 LICENSE="mac"



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2019-03-24 Thread Agostino Sarubbo
commit: b79dc9b44d881b99470a9d0f30d224db6d87287c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 24 09:59:38 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 24 09:59:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79dc9b4

media-sound/mac: amd64 stable wrt bug #681430

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index aa65b9a5e9e..414dfdd7a78 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/, media-sound/mac/files/

2018-10-07 Thread Daniel Pielmeier
commit: 5584931883b2ea6e78f61557600cd468950d5369
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 15:43:35 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 15:43:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55849318

media-sound/mac: Revision bump to 4.11.4.5.7-r1. Switch to EAPI 7.

Signed-off-by: Daniel Pielmeier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 media-sound/mac/files/mac-4.11.4.5.7-null.patch | 12 +
 media-sound/mac/mac-4.11.4.5.7-r1.ebuild| 61 +
 2 files changed, 73 insertions(+)

diff --git a/media-sound/mac/files/mac-4.11.4.5.7-null.patch 
b/media-sound/mac/files/mac-4.11.4.5.7-null.patch
new file mode 100644
index 000..fa1f3598ea8
--- /dev/null
+++ b/media-sound/mac/files/mac-4.11.4.5.7-null.patch
@@ -0,0 +1,12 @@
+diff -Naur monkeys-audio-4.11-u4-b5-s7_old/src/Console/Console.cpp 
monkeys-audio-4.11-u4-b5-s7/src/Console/Console.cpp
+--- monkeys-audio-4.11-u4-b5-s7_old/src/Console/Console.cpp2017-03-04 
17:52:24.154352673 +0100
 monkeys-audio-4.11-u4-b5-s7/src/Console/Console.cpp2017-03-04 
17:52:31.400352385 +0100
+@@ -51,7 +51,7 @@
+ 
+ _ErrorDesc ErrorList[][2] = {
+   ERROR_EXPLANATION
+-  NULL
++  0
+ };
+ #endif
+ 

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
new file mode 100644
index 000..aa65b9a5e9e
--- /dev/null
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+MY_PN=monkeys-audio
+MY_PV=$(ver_cut 1-2)-u$(ver_cut 3)-b$(ver_cut 4)-s$(ver_cut 5)
+MY_P=${MY_PN}_${MY_PV}
+
+DESCRIPTION="Monkey's Audio Codecs"
+HOMEPAGE="http://etree.org/shnutils/shntool/ 
http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php;
+SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz;
+
+LICENSE="mac"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="cpu_flags_x86_mmx static-libs"
+
+RDEPEND=""
+DEPEND="
+   sys-apps/sed
+   cpu_flags_x86_mmx? ( dev-lang/yasm )
+"
+
+S=${WORKDIR}/${MY_P/_/-}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-output.patch
+   "${FILESDIR}"/${P}-gcc6.patch
+   "${FILESDIR}"/${P}-null.patch
+)
+
+DOCS=( AUTHORS ChangeLog NEWS TODO README src/History.txt src/Credits.txt 
ChangeLog.shntool )
+
+RESTRICT="mirror"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:-O3::' configure || die
+}
+
+src_configure() {
+   append-cppflags -DSHNTOOL
+   use cpu_flags_x86_mmx && append-ldflags -Wl,-z,noexecstack
+
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable cpu_flags_x86_mmx assembly)
+}
+
+src_install() {
+   default
+
+   insinto /usr/include/${PN}
+   doins src/MACLib/{BitArray,UnBitArrayBase,Prepare}.h #409435
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2017-11-18 Thread Daniel Pielmeier
commit: b42d4c7d0df9337f658cddd172d5631b4a4ab9d6
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Nov 18 12:08:54 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Nov 18 12:08:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42d4c7d

media-sound/mac: Remove old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-sound/mac/Manifest |  1 -
 media-sound/mac/mac-3.99.4.5.7-r1.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index be07b3b6d7a..d7ae2d7eb15 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1,2 +1 @@
-DIST mac-3.99-u4-b5-s7.tar.gz 450981 SHA256 
9a735af2c56f05ee06b6e2ff719e902271299adf9e25cd3c9e4b28e8df3e30c5 SHA512 
fa7ca8cec0ba6c0fb78dda6e964b17e9331184fed656a2458d0e3ac12fc375a661adfd36c142ef63111f31c6b63e8c00fe40e7babe84f0cefe5433940be628e0
 WHIRLPOOL 
f4df5bccad06b7313348e9be734e926c1d511a2e3ca40162bc2c6a8cffb38c1455543fd7dc0a2352efa91945ae5546364085bd05888e906eb9e1c49fde7f743d
 DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 SHA256 
73e28b7dbef5dfd07108b85783261a8a8bb1770917bf2877d4ab8f5c3833299a SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0
 WHIRLPOOL 
be9b56a45c8da00d1c6008d6955a7a9d4fd86e4a893a60b6b35ea426af38900493a213944f1a77451eb942a0d7d0c42e4af3d71c889bead2bc82e5d2732fa022

diff --git a/media-sound/mac/mac-3.99.4.5.7-r1.ebuild 
b/media-sound/mac/mac-3.99.4.5.7-r1.ebuild
deleted file mode 100644
index 8c2f12d04d0..000
--- a/media-sound/mac/mac-3.99.4.5.7-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic versionator
-
-MY_PV=$(version_format_string '$1.$2-u$3-b$4')
-PATCH=s$(get_version_component_range 5)
-MY_P=${PN}-${MY_PV}-${PATCH}
-
-DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="http://etree.org/shnutils/shntool/;
-SRC_URI="http://etree.org/shnutils/shntool/support/formats/ape/unix/${MY_PV}-${PATCH}/${MY_P}.tar.gz;
-
-LICENSE="mac"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
-IUSE="cpu_flags_x86_mmx static-libs"
-
-RDEPEND=""
-DEPEND="sys-apps/sed
-   cpu_flags_x86_mmx? ( dev-lang/yasm )"
-
-S=${WORKDIR}/${MY_P}
-
-RESTRICT="mirror"
-
-src_prepare() {
-   sed -i -e 's:-O3::' configure || die
-}
-
-pkg_setup() {
-   append-cppflags -DSHNTOOL
-   use cpu_flags_x86_mmx && append-ldflags -Wl,-z,noexecstack
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable cpu_flags_x86_mmx assembly)
-}
-
-src_install() {
-   default
-
-   insinto /usr/include/${PN}
-   doins src/MACLib/{BitArray,UnBitArrayBase,Prepare}.h #409435
-
-   dodoc ChangeLog.shntool src/*.txt
-   dohtml src/Readme.htm
-
-   prune_libtool_files --all
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/files/

2017-10-16 Thread Patrice Clement
commit: b5deff6256d089f43b17ae555ffa62bf0758950a
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct 13 10:18:10 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 16 10:05:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5deff62

media-sound/mac: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/5938

 media-sound/mac/files/mac-3.99.4.5.7-gcc6.patch | 181 
 1 file changed, 181 deletions(-)

diff --git a/media-sound/mac/files/mac-3.99.4.5.7-gcc6.patch 
b/media-sound/mac/files/mac-3.99.4.5.7-gcc6.patch
deleted file mode 100644
index e22d1c1f539..000
--- a/media-sound/mac/files/mac-3.99.4.5.7-gcc6.patch
+++ /dev/null
@@ -1,181 +0,0 @@
-From: Peter Levine 
 mac-3.99-u4-b5-s7/src/Shared/NoWindows.h.old   2016-09-18 
21:37:56.049105791 -0400
-+++ mac-3.99-u4-b5-s7/src/Shared/NoWindows.h   2016-09-18 21:55:29.666295506 
-0400
-@@ -39,8 +39,8 @@
- typedef const wchar_t * LPCWSTR;
- 
- #define ZeroMemory(POINTER, BYTES) memset(POINTER, 0, BYTES);
--#define max(a,b)(((a) > (b)) ? (a) : (b))
--#define min(a,b)(((a) < (b)) ? (a) : (b))
-+#define max_macro(a,b)(((a) > (b)) ? (a) : (b))
-+#define min_macro(a,b)(((a) < (b)) ? (a) : (b))
- 
- #define __stdcall
- #define CALLBACK
 mac-3.99-u4-b5-s7/src/Shared/CircleBuffer.cpp.old  2016-09-18 
21:43:44.270495095 -0400
-+++ mac-3.99-u4-b5-s7/src/Shared/CircleBuffer.cpp  2016-09-18 
21:44:47.960148731 -0400
-@@ -45,7 +45,7 @@
- 
- if (pBuffer != NULL && nBytes > 0)
- {
--int nHeadBytes = min(m_nEndCap - m_nHead, nBytes);
-+int nHeadBytes = min_macro(m_nEndCap - m_nHead, nBytes);
- int nFrontBytes = nBytes - nHeadBytes;
- 
- memcpy([0], _pBuffer[m_nHead], nHeadBytes);
-@@ -72,7 +72,7 @@
- 
- int CCircleBuffer::RemoveHead(int nBytes)
- {
--nBytes = min(MaxGet(), nBytes);
-+nBytes = min_macro(MaxGet(), nBytes);
- m_nHead += nBytes;
- if (m_nHead >= m_nEndCap)
- m_nHead -= m_nEndCap;
-@@ -81,7 +81,7 @@
- 
- int CCircleBuffer::RemoveTail(int nBytes)
- {
--nBytes = min(MaxGet(), nBytes);
-+nBytes = min_macro(MaxGet(), nBytes);
- m_nTail -= nBytes;
- if (m_nTail < 0)
- m_nTail += m_nEndCap;
 mac-3.99-u4-b5-s7/src/MACLib/APECompress.cpp.old   2016-09-18 
21:48:40.916547811 -0400
-+++ mac-3.99-u4-b5-s7/src/MACLib/APECompress.cpp   2016-09-18 
21:51:43.670733601 -0400
-@@ -117,7 +117,7 @@
- return ERROR_UNDEFINED;
- 
- // calculate how many bytes to copy and add that much to the buffer
--int nBytesToProcess = min(nBytesAvailable, nBytes - nBytesDone);
-+int nBytesToProcess = min_macro(nBytesAvailable, nBytes - nBytesDone);
- memcpy(pBuffer, [nBytesDone], nBytesToProcess);
- 
- // unlock the buffer (fail if not successful)
-@@ -162,7 +162,7 @@
- 
- while ((m_nBufferTail - m_nBufferHead) >= nThreshold)
- {
--int nFrameBytes = min(m_spAPECompressCreate->GetFullFrameBytes(), 
m_nBufferTail - m_nBufferHead);
-+int nFrameBytes = 
min_macro(m_spAPECompressCreate->GetFullFrameBytes(), m_nBufferTail - 
m_nBufferHead);
- 
- if (nFrameBytes == 0)
- break;
 mac-3.99-u4-b5-s7/src/MACLib/APEDecompress.cpp.old 2016-09-18 
21:46:56.962072960 -0400
-+++ mac-3.99-u4-b5-s7/src/MACLib/APEDecompress.cpp 2016-09-18 
22:01:14.402044817 -0400
-@@ -35,8 +35,8 @@
- m_bErrorDecodingCurrentFrame = FALSE;
- 
- // set the "real" start and finish blocks
--m_nStartBlock = (nStartBlock < 0) ? 0 : min(nStartBlock, 
GetInfo(APE_INFO_TOTAL_BLOCKS));
--m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : 
min(nFinishBlock, GetInfo(APE_INFO_TOTAL_BLOCKS));
-+m_nStartBlock = (nStartBlock < 0) ? 0 : min_macro(nStartBlock, 
GetInfo(APE_INFO_TOTAL_BLOCKS));
-+m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : 
min_macro(nFinishBlock, GetInfo(APE_INFO_TOTAL_BLOCKS));
- m_bIsRanged = (m_nStartBlock != 0) || (m_nFinishBlock != 
GetInfo(APE_INFO_TOTAL_BLOCKS));
- }
- 
-@@ -85,7 +85,7 @@
- 
- // cap
- int nBlocksUntilFinish = m_nFinishBlock - m_nCurrentBlock;
--const int nBlocksToRetrieve = min(nBlocks, nBlocksUntilFinish);
-+const int nBlocksToRetrieve = min_macro(nBlocks, nBlocksUntilFinish);
- 
- // get the data
- unsigned char * pOutputBuffer = (unsigned char *) pBuffer;
-@@ -99,7 +99,7 @@
- 
- // analyze how much to remove from the buffer
- const int nFrameBufferBlocks = m_nFrameBufferFinishedBlocks;
--nBlocksThisPass = min(nBlocksLeft, nFrameBufferBlocks);
-+nBlocksThisPass = min_macro(nBlocksLeft, nFrameBufferBlocks);
- 
- // remove as much as possible
- if (nBlocksThisPass > 0)
-@@ -182,7 +182,7 @@
- 
- int nFrameOffsetBlocks 

[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2017-10-04 Thread Sergei Trofimovich
commit: 119287ec0aa4d671b028f01eb36d50edb97ade5f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Oct  4 08:09:01 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Oct  4 08:13:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119287ec

media-sound/mac: stable 4.11.4.5.7 for ppc64, bug #632150

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 media-sound/mac/mac-4.11.4.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7.ebuild 
b/media-sound/mac/mac-4.11.4.5.7.ebuild
index dad5ebe26fe..4e495bf76d5 100644
--- a/media-sound/mac/mac-4.11.4.5.7.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ppc ppc64 x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2017-10-02 Thread Sergei Trofimovich
commit: c690fec125e7e1d9a85ba10bb1b565b950da3918
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct  2 12:41:49 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct  2 13:24:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c690fec1

media-sound/mac: stable 4.11.4.5.7 for ppc, bug #632150

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 media-sound/mac/mac-4.11.4.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7.ebuild 
b/media-sound/mac/mac-4.11.4.5.7.ebuild
index a16295a66e8..dad5ebe26fe 100644
--- a/media-sound/mac/mac-4.11.4.5.7.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2017-09-29 Thread Michael Palimaka
commit: 952ea53db5d162e2a6198d68d62a1eea972d5d10
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep 30 05:57:05 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Sep 30 05:57:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952ea53d

media-sound/mac: stabilise 4.11.4.5.7 for amd64/x86

Bug: https://bugs.gentoo.org/632150
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-sound/mac/mac-4.11.4.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7.ebuild 
b/media-sound/mac/mac-4.11.4.5.7.ebuild
index 8b88eadc1f1..a16295a66e8 100644
--- a/media-sound/mac/mac-4.11.4.5.7.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2017-09-27 Thread Daniel Pielmeier
commit: 8b7c4ee51d55cde8a291b21810290296bb0c9322
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep 27 20:37:20 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep 27 20:37:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7c4ee5

media-sound/mac: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 media-sound/mac/mac-3.99.4.5.7-r2.ebuild | 55 
 1 file changed, 55 deletions(-)

diff --git a/media-sound/mac/mac-3.99.4.5.7-r2.ebuild 
b/media-sound/mac/mac-3.99.4.5.7-r2.ebuild
deleted file mode 100644
index c3ba536f269..000
--- a/media-sound/mac/mac-3.99.4.5.7-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic versionator
-
-MY_PV=$(version_format_string '$1.$2-u$3-b$4')
-PATCH=s$(get_version_component_range 5)
-MY_P=${PN}-${MY_PV}-${PATCH}
-
-DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="http://etree.org/shnutils/shntool/;
-SRC_URI="http://etree.org/shnutils/shntool/support/formats/ape/unix/${MY_PV}-${PATCH}/${MY_P}.tar.gz;
-
-LICENSE="mac"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="cpu_flags_x86_mmx static-libs"
-
-RDEPEND=""
-DEPEND="sys-apps/sed
-   cpu_flags_x86_mmx? ( dev-lang/yasm )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-gcc6.patch )
-
-HTML_DOCS=( src/Readme.htm )
-DOCS=( AUTHORS ChangeLog NEWS TODO README src/History.txt src/Credits.txt 
ChangeLog.shntool )
-
-RESTRICT="mirror"
-
-src_prepare() {
-   default
-   sed -i -e 's:-O3::' configure || die
-}
-
-src_configure() {
-   append-cppflags -DSHNTOOL
-   use cpu_flags_x86_mmx && append-ldflags -Wl,-z,noexecstack
-
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable cpu_flags_x86_mmx assembly)
-}
-
-src_install() {
-   default
-
-   insinto /usr/include/${PN}
-   doins src/MACLib/{BitArray,UnBitArrayBase,Prepare}.h #409435
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/files/, media-sound/mac/

2017-03-04 Thread Daniel Pielmeier
commit: 44c26d5015cc5bcfa96159da02e6a27be7bf5bc3
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Mar  4 18:31:46 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Mar  4 18:32:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c26d50

media-sound/mac: Version bump.

Monkeys Audio 4.11 taken from Debian Multimedia including patches.
Also includes gcc 6 patch from Github pull request #4119 thanks to
Harri Nieminen.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/mac/Manifest  |   1 +
 media-sound/mac/files/mac-4.11.4.5.7-gcc6.patch   | 199 ++
 media-sound/mac/files/mac-4.11.4.5.7-output.patch |  27 +++
 media-sound/mac/mac-4.11.4.5.7.ebuild |  59 +++
 4 files changed, 286 insertions(+)

diff --git a/media-sound/mac/Manifest b/media-sound/mac/Manifest
index 9e3e6d78b52..be07b3b6d7a 100644
--- a/media-sound/mac/Manifest
+++ b/media-sound/mac/Manifest
@@ -1 +1,2 @@
 DIST mac-3.99-u4-b5-s7.tar.gz 450981 SHA256 
9a735af2c56f05ee06b6e2ff719e902271299adf9e25cd3c9e4b28e8df3e30c5 SHA512 
fa7ca8cec0ba6c0fb78dda6e964b17e9331184fed656a2458d0e3ac12fc375a661adfd36c142ef63111f31c6b63e8c00fe40e7babe84f0cefe5433940be628e0
 WHIRLPOOL 
f4df5bccad06b7313348e9be734e926c1d511a2e3ca40162bc2c6a8cffb38c1455543fd7dc0a2352efa91945ae5546364085bd05888e906eb9e1c49fde7f743d
+DIST monkeys-audio_4.11-u4-b5-s7.orig.tar.gz 511190 SHA256 
73e28b7dbef5dfd07108b85783261a8a8bb1770917bf2877d4ab8f5c3833299a SHA512 
7e73b35c86d6007ab2a94a2d8b7449bb4ac505bbba53e40373a279dc83a9cad5f62a51419a6375335576cf325c88ed7d317b0ef3039b8a497100cb74a63c25d0
 WHIRLPOOL 
be9b56a45c8da00d1c6008d6955a7a9d4fd86e4a893a60b6b35ea426af38900493a213944f1a77451eb942a0d7d0c42e4af3d71c889bead2bc82e5d2732fa022

diff --git a/media-sound/mac/files/mac-4.11.4.5.7-gcc6.patch 
b/media-sound/mac/files/mac-4.11.4.5.7-gcc6.patch
new file mode 100644
index 000..60494e4f6e5
--- /dev/null
+++ b/media-sound/mac/files/mac-4.11.4.5.7-gcc6.patch
@@ -0,0 +1,199 @@
+diff -Naur monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APECompress.cpp 
monkeys-audio-4.11-u4-b5-s7/src/MACLib/APECompress.cpp
+--- monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APECompress.cpp 2017-03-04 
17:07:21.952460418 +0100
 monkeys-audio-4.11-u4-b5-s7/src/MACLib/APECompress.cpp 2017-03-04 
17:11:58.607449387 +0100
+@@ -116,7 +116,7 @@
+ return ERROR_UNDEFINED;
+ 
+ // calculate how many bytes to copy and add that much to the buffer
+-int nBytesToProcess = min(nBytesAvailable, nBytes - nBytesDone);
++int nBytesToProcess = min_macro(nBytesAvailable, nBytes - nBytesDone);
+ memcpy(pBuffer, [nBytesDone], nBytesToProcess);
+ 
+ // unlock the buffer (fail if not successful)
+@@ -161,7 +161,7 @@
+ 
+ while ((m_nBufferTail - m_nBufferHead) >= nThreshold)
+ {
+-int nFrameBytes = min(m_spAPECompressCreate->GetFullFrameBytes(), 
m_nBufferTail - m_nBufferHead);
++int nFrameBytes = 
min_macro(m_spAPECompressCreate->GetFullFrameBytes(), m_nBufferTail - 
m_nBufferHead);
+ 
+ if (nFrameBytes == 0)
+ break;
+diff -Naur monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APEDecompress.cpp 
monkeys-audio-4.11-u4-b5-s7/src/MACLib/APEDecompress.cpp
+--- monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APEDecompress.cpp   
2017-03-04 17:07:21.952460418 +0100
 monkeys-audio-4.11-u4-b5-s7/src/MACLib/APEDecompress.cpp   2017-03-04 
17:14:55.455442336 +0100
+@@ -36,8 +36,8 @@
+ m_nErrorDecodingCurrentFrameOutputSilenceBlocks = 0;
+ 
+ // set the "real" start and finish blocks
+-m_nStartBlock = (nStartBlock < 0) ? 0 : min(nStartBlock, 
GetInfo(APE_INFO_TOTAL_BLOCKS));
+-m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : 
min(nFinishBlock, GetInfo(APE_INFO_TOTAL_BLOCKS));
++m_nStartBlock = (nStartBlock < 0) ? 0 : min_macro(nStartBlock, 
GetInfo(APE_INFO_TOTAL_BLOCKS));
++m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : 
min_macro(nFinishBlock, GetInfo(APE_INFO_TOTAL_BLOCKS));
+ m_bIsRanged = (m_nStartBlock != 0) || (m_nFinishBlock != 
GetInfo(APE_INFO_TOTAL_BLOCKS));
+ }
+ 
+@@ -85,7 +85,7 @@
+ 
+ // cap
+ int nBlocksUntilFinish = m_nFinishBlock - m_nCurrentBlock;
+-const int nBlocksToRetrieve = min(nBlocks, nBlocksUntilFinish);
++const int nBlocksToRetrieve = min_macro(nBlocks, nBlocksUntilFinish);
+ 
+ // get the data
+ unsigned char * pOutputBuffer = (unsigned char *) pBuffer;
+@@ -99,7 +99,7 @@
+ 
+ // analyze how much to remove from the buffer
+ const int nFrameBufferBlocks = m_nFrameBufferFinishedBlocks;
+-nBlocksThisPass = min(nBlocksLeft, nFrameBufferBlocks);
++nBlocksThisPass = min_macro(nBlocksLeft, nFrameBufferBlocks);
+ 
+ // remove as much as possible
+ if (nBlocksThisPass > 0)
+@@ 

[gentoo-commits] repo/gentoo:master commit in: media-sound/mac/

2015-10-04 Thread Jeroen Roovers
commit: f899fdea41e87f708f3dd50f71d716e9a334ecaa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct  5 05:24:17 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct  5 05:26:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f899fdea

media-sound/mac: Mark ~ppc64 (bug #554404).

Package-Manager: portage-2.2.22
RepoMan-Options: --ignore-arches

 media-sound/mac/mac-3.99.4.5.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-3.99.4.5.7-r1.ebuild 
b/media-sound/mac/mac-3.99.4.5.7-r1.ebuild
index f0b8f1d..a59da99 100644
--- a/media-sound/mac/mac-3.99.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-3.99.4.5.7-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://etree.org/shnutils/shntool/support/formats/ape/unix/${MY_PV}-${P
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
+KEYWORDS="alpha amd64 ppc ~ppc64 x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""