mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +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 {
|
||||
pname = "intel-gmmlib";
|
||||
version = "20.3.3";
|
||||
version = "20.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "intel";
|
||||
repo = "gmmlib";
|
||||
rev = "${pname}-${version}";
|
||||
sha256 = "1diq1gqpfv5bawvag6bzwnd3ilhacwmwx3bl67abjvbb0m3jw4lk";
|
||||
sha256 = "0qb0wpinfv8lg1pq1pxkl6v0kd8ax86m8zxzm6zjx91alsch1mi6";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
@ -19,6 +19,12 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/intel/gmmlib";
|
||||
license = licenses.mit;
|
||||
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" ];
|
||||
maintainers = with maintainers; [ primeos ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue