mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
alsa upgraded to 1.0.25
svn path=/nixpkgs/trunk/; revision=33777
This commit is contained in:
parent
9b5ca91497
commit
100b95e57e
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "alsa-lib-1.0.23";
|
||||
name = "alsa-lib-1.0.25";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.alsa-project.org/pub/lib/${name}.tar.bz2";
|
||||
sha256 = "08zl1yvva6xsdl9pghbvyjdrzwkyll8hc606my1i6jjypb58w8xl";
|
||||
sha256 = "1rl6wa06d1jiqnrshyqh5qb1lwg6dh8m1ilyaink21j1y1f806js";
|
||||
};
|
||||
|
||||
configureFlags = "--disable-xmlto";
|
||||
|
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, lib, pkgconfig, alsaLib, pulseaudio ? null, jackaudio ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "alsa-plugins-1.0.23";
|
||||
name = "alsa-plugins-1.0.25";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.alsa-project.org/pub/plugins/${name}.tar.bz2";
|
||||
sha256 = "10ri5dpmhk028r0qvajswh2xl40kjd600h7hykq03vrkmn8jf6sw";
|
||||
sha256 = "1assar5k8zb2srqdcph6a54daqfymlyygdm5fcs6isaydpyp9qx0";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
@ -1,17 +1,17 @@
|
||||
{stdenv, fetchurl, alsaLib, gettext, ncurses}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "alsa-utils-1.0.23";
|
||||
name = "alsa-utils-1.0.25";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.alsa-project.org/pub/utils/${name}.tar.bz2";
|
||||
sha256 = "1c7pl5k3d60wacnha8zfn2dixz7hiiaxvijis4559y15bs8mxl5p";
|
||||
sha256 = "0b1hbdq1bdkbz72zdfy5cgp75jqpysb0mqb0n9wy5gsbccpnlrrf";
|
||||
};
|
||||
|
||||
buildInputs = [ alsaLib ncurses ];
|
||||
buildNativeInputs = [ gettext ];
|
||||
|
||||
configureFlags = "--disable-xmlto";
|
||||
configureFlags = "--disable-xmlto --with-udev-rules-dir=$(out)/lib/udev/rules.d";
|
||||
|
||||
meta = {
|
||||
description = "ALSA, the Advanced Linux Sound Architecture utils";
|
||||
|
Loading…
Reference in New Issue
Block a user