bitmeter: drop (#448342)

This commit is contained in:
Yohann Boniface
2025-10-03 21:55:22 +00:00
committed by GitHub
2 changed files with 1 additions and 44 deletions
-44
View File
@@ -1,44 +0,0 @@
{
lib,
stdenv,
autoreconfHook,
fetchurl,
libjack2,
gtk2,
pkg-config,
}:
stdenv.mkDerivation rec {
pname = "bitmeter";
version = "1.2";
src = fetchurl {
url = "https://devel.tlrmx.org/audio/source/${pname}-${version}.tar.gz";
sha256 = "09ck2gxqky701dc1p0ip61rrn16v0pdc7ih2hc2sd63zcw53g2a7";
};
nativeBuildInputs = [
autoreconfHook
pkg-config
];
buildInputs = [
libjack2
gtk2
];
patches = [
(fetchurl {
url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-sound/bitmeter/files/bitmeter-1.2-fix-build-system.patch?id=dec60bb6900d6ebdaaa6aa1dcb845b30b739f9b5";
sha256 = "021mz6933iw7mpk6b9cbjr8naj6smbq1hwqjszlyx72qbwrrid7k";
})
];
meta = with lib; {
homepage = "http://devel.tlrmx.org/audio/bitmeter/";
description = "Also known as jack bitscope. Useful to detect denormals";
license = licenses.gpl2;
maintainers = [ maintainers.magnetophon ];
platforms = platforms.linux;
mainProgram = "bitmeter";
};
}
+1
View File
@@ -527,6 +527,7 @@ mapAliases {
bitcoind-unlimited = throw "bitcoind-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15
bird = throw "The bird alias was ambiguous and has been removed for the time being. Please explicitly choose bird2 or bird3."; # Added 2025-01-11
bisq-desktop = throw "bisq-desktop has been removed because OpenJFX 11 was removed"; # Added 2024-11-17
bitmeter = throw "bitmeter has been removed because it relies on gtk2 and upstream is abandoned since 2006"; # Aded 2025-10-03
bitwarden = bitwarden-desktop; # Added 2024-02-25
blender-with-packages =
args: