mac: drop same package as monkeysAudio

This commit is contained in:
jopejoe1
2024-12-01 17:40:50 +02:00
committed by Doron Behar
parent ddeb99747d
commit 71ec67dcc7
3 changed files with 3 additions and 38 deletions
@@ -19,7 +19,7 @@
withSox ? true, sox,
withOpus ? true, opusTools,
withTwolame ? false, twolame,
withApe ? false, mac,
withApe ? false, monkeysAudio,
withWavpack ? false, wavpack
}:
@@ -35,7 +35,7 @@ let runtimeDeps = []
++ lib.optional withSox sox
++ lib.optional withOpus opusTools
++ lib.optional withTwolame twolame
++ lib.optional withApe mac
++ lib.optional withApe monkeysAudio
++ lib.optional withWavpack wavpack
++ lib.optional withUnfreeAac faac
++ lib.optionals withMidi [ fluidsynth timidity ]
-36
View File
@@ -1,36 +0,0 @@
{ lib, stdenv, fetchurl, fetchpatch, yasm }:
stdenv.mkDerivation rec {
pname = "mac";
version = "4.11-u4-b5-s7";
src = fetchurl {
url = "https://www.deb-multimedia.org/pool/main/m/monkeys-audio/monkeys-audio_${version}.orig.tar.gz";
sha256 = "16i96cw5r3xbsivjigqp15vv32wa38k86mxq11qx1pzmpryqpqkk";
};
patches = [
(fetchpatch {
name = "mac-4.11.4.5.7-gcc6.patch";
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-sound/mac/files/mac-4.11.4.5.7-gcc6.patch?id=1bd4e0e30e4d8a8862217d7067323851b34c7fe4";
sha256 = "093b8m8p8s6dmc62fc8vb4hlmjc2ncb4rdgc82g0a8gg6w5kcj8x";
})
(fetchpatch {
name = "mac-4.11.4.5.7-output.patch";
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-sound/mac/files/mac-4.11.4.5.7-output.patch?id=1bd4e0e30e4d8a8862217d7067323851b34c7fe4";
sha256 = "0njmwj6d9jqi4pz4fax02w37gk22vda0grszrs2nn97zzmjl36zk";
})
];
CXXFLAGS = "-DSHNTOOL";
nativeBuildInputs = [ yasm ];
meta = with lib; {
description = "APE codec and decompressor";
homepage = "https://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php";
license = licenses.unfreeRedistributable;
platforms = [ "x86_64-linux" ];
maintainers = [ ];
};
}
+1
View File
@@ -772,6 +772,7 @@ mapAliases {
### M ###
ma1sd = throw "ma1sd was dropped as it is unmaintained"; # Added 2024-07-10
mac = monkeysAudio; # Added 2024-11-30
MACS2 = macs2; # Added 2023-06-12
mailctl = throw "mailctl has been renamed to oama"; # Added 2024-08-19
mailman-rss = throw "The mailman-rss package was dropped since it was unmaintained."; # Added 2024-06-21