alsa-ucm-conf: init at 1.2.2

This commit is contained in:
Rostislav Benes 2020-03-22 18:32:59 +01:00
parent 4daf8ba17b
commit 4acda90e5a
3 changed files with 44 additions and 0 deletions

View file

@ -6305,6 +6305,12 @@
fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";
}];
};
roastiek = {
email = "r.dee.b.b@gmail.com";
github = "roastiek";
githubId = 422802;
name = "Rostislav Beneš";
};
rob = {
email = "rob.vermaas@gmail.com";
github = "rbvermaa";

View file

@ -0,0 +1,36 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "alsa-ucm-conf-${version}";
version = "1.2.2";
src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "0364fgzdm2qrsqvgqri25gzscbma7yqlv31wz8b1z9c5phlxkgvy";
};
dontBuild = true;
installPhase = ''
runHook preInstall
mkdir -p $out/share/alsa
cp -r ucm ucm2 $out/share/alsa
runHook postInstall
'';
meta = with stdenv.lib; {
homepage = http://www.alsa-project.org/;
description = "ALSA Use Case Manager configuration";
longDescription = ''
The Advanced Linux Sound Architecture (ALSA) provides audio and
MIDI functionality to the Linux-based operating system.
'';
license = licenses.bsd3;
maintainers = [ maintainers.roastiek ];
platforms = platforms.linux;
};
}

View file

@ -16251,6 +16251,8 @@ in
alsaOss = callPackage ../os-specific/linux/alsa-oss { };
alsaTools = callPackage ../os-specific/linux/alsa-tools { };
alsa-ucm-conf = callPackage ../os-specific/linux/alsa-ucm-conf { };
inherit (callPackage ../misc/arm-trusted-firmware {})
buildArmTrustedFirmware
armTrustedFirmwareTools