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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: intel-media-driver
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-libva,
cmake,
libigdgmm-dev (>= 20.3.3),
libva-dev (>= 2.8),
libx11-dev,
pkg-config,
Standards-Version: 4.5.1
Homepage: https://github.com/intel/media-driver
Vcs-Browser: https://salsa.debian.org/multimedia-team/intel-media-driver
Vcs-Git: https://salsa.debian.org/multimedia-team/intel-media-driver.git
Rules-Requires-Root: no
Package: intel-media-va-driver
Architecture: amd64 i386 x32
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Provides:
va-driver
Description: VAAPI driver for the Intel GEN8+ Graphics family
The VA-API (Video Acceleration API) enables hardware accelerated video
decode/encode at various entry-points (VLD, IDCT, Motion Compensation
etc.) for the prevailing coding standards today (MPEG-2, MPEG-4
ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface
to fully expose the video decode capabilities in today's GPUs.
.
This package contains the video decode and encode driver backend for
the Intel HD Graphics of the Intel Core processor family. The supported
platforms include:
* Broadwell
* Skylake
* Broxton
* Apollo Lake
* Kaby Lake
* Coffee Lake
* Whiskey Lake
* Cannon Lake
* Ice Lake
.
Only a limited set of encoders is available via this driver: JPEG
(Skylake and newer), AVC (Boxton and newer), HEVC and VP9 (Ice Lake and
newer). Media shaders are only available on Ice Lake and newer.
Package: libigfxcmrt7
Section: libs
Architecture: amd64 i386 x32
Multi-Arch: same
Depends:
intel-media-va-driver (= ${binary:Version}) | intel-media-va-driver-non-free (>= ${source:Upstream-Version}),
${misc:Depends},
${shlibs:Depends}
Description: Intel C for Media Runtime -- shared library
cmrtlib is a runtime library needed when user wants to execute their
own GPU kernels on render engine. It calls iHD media driver to load
the kernels and allocate the resources. It provides a set of APIs for
user to call directly from application.
.
This package includes the shared library.
Package: libigfxcmrt-dev
Section: libdevel
Architecture: amd64 i386 x32
Multi-Arch: same
Depends:
libigfxcmrt7 (= ${binary:Version}),
${misc:Depends},
Description: Intel C for Media Runtime -- development files
cmrtlib is a runtime library needed when user wants to execute their
own GPU kernels on render engine. It calls iHD media driver to load
the kernels and allocate the resources. It provides a set of APIs for
user to call directly from application.
.
This package includes files for development.
|