mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
intel-gmmlib: 20.3.3 -> 20.4.1 (#110596)
And add myself as maintainer because we need a new one since 76bab4e9a7
(and I already maintain intel-media-driver which depends on gmmlib).
This commit is contained in:
parent
ef9cd0712e
commit
74358114aa
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "intel-gmmlib";
|
pname = "intel-gmmlib";
|
||||||
version = "20.3.3";
|
version = "20.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "gmmlib";
|
repo = "gmmlib";
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "1diq1gqpfv5bawvag6bzwnd3ilhacwmwx3bl67abjvbb0m3jw4lk";
|
sha256 = "0qb0wpinfv8lg1pq1pxkl6v0kd8ax86m8zxzm6zjx91alsch1mi6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -19,6 +19,12 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/intel/gmmlib";
|
homepage = "https://github.com/intel/gmmlib";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
description = "Intel Graphics Memory Management Library";
|
description = "Intel Graphics Memory Management Library";
|
||||||
|
longDescription = ''
|
||||||
|
The Intel(R) Graphics Memory Management Library provides device specific
|
||||||
|
and buffer management for the Intel(R) Graphics Compute Runtime for
|
||||||
|
OpenCL(TM) and the Intel(R) Media Driver for VAAPI.
|
||||||
|
'';
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
maintainers = with maintainers; [ primeos ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user