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).
master
Michael Weiss 2021-01-23 14:59:50 +01:00 committed by GitHub
parent ef9cd0712e
commit 74358114aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -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 ];
};
}