1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: intel-gmmlib
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Sebastian Ramacher <sramacher@debian.org>,
Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
libspdlog-dev
Standards-Version: 4.6.2
Homepage: https://github.com/intel/gmmlib
Vcs-Browser: https://salsa.debian.org/multimedia-team/intel-gmmlib
Vcs-Git: https://salsa.debian.org/multimedia-team/intel-gmmlib.git
Rules-Requires-Root: no
Package: libigdgmm12
Architecture: amd64 i386 x32
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Intel Graphics Memory Management Library -- shared library
The Intel Graphics Memory Management Library provides device specific
and buffer management for the Intel Graphics Compute Runtime for
OpenCL and the Intel Media Driver for VAAPI.
.
This library is only useful for Broadwell and newer CPUs.
.
This package includes the shared library.
Package: libigdgmm-dev
Section: libdevel
Architecture: amd64 i386 x32
Multi-Arch: same
Depends:
libigdgmm12 (= ${binary:Version}),
${misc:Depends}
Description: Intel Graphics Memory Management Library -- development files
The Intel Graphics Memory Management Library provides device specific
and buffer management for the Intel Graphics Compute Runtime for
OpenCL and the Intel Media Driver for VAAPI.
.
This library is only useful for Broadwell and newer CPUs.
.
This package includes files for development.
|