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
|
Source: libvpl
Section: libs
Priority: optional
Maintainer: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libva-dev,
pkgconf,
Standards-Version: 4.7.0
Homepage: https://github.com/intel/libvpl
Vcs-Browser: https://salsa.debian.org/debian/libvpl
Vcs-Git: https://salsa.debian.org/debian/libvpl.git
Rules-Requires-Root: no
Package: libvpl2
Architecture: amd64 x32
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Intel Video Processing Library -- shared library
Intel Video Processing Library (Intel VPL) provides access to hardware
accelerated video decode, encode, and processing capabilities on Intel
GPUs to support AI visual inference, media delivery, cloud gaming, and virtual
desktop infrastructure use cases.
.
This repository contains the following components:
.
- Copies of the Intel® VPL API header files
- Intel VPL Dispatcher
- Examples demonstrating API usage
.
This package includes the dispatcher library.
Package: libvpl-dev
Architecture: amd64 x32
Depends:
libvpl2 (= ${binary:Version}),
${misc:Depends},
Description: Intel Video Processing Library -- development files
Intel Video Processing Library (Intel VPL) provides access to hardware
accelerated video decode, encode, and processing capabilities on Intel
GPUs to support AI visual inference, media delivery, cloud gaming, and virtual
desktop infrastructure use cases.
.
This repository contains the following components:
.
- Copies of the Intel® VPL API header files
- Intel VPL Dispatcher
- Examples demonstrating API usage
.
This package includes header files and examples for development.
Package: libvpl-examples
Architecture: amd64 x32
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libvpl-dev (<< 1:2.14.0-1)
Replaces: libvpl-dev (<< 1:2.14.0-1)
Description: Intel Video Processing Library -- example binaries
Intel Video Processing Library (Intel VPL) provides access to hardware
accelerated video decode, encode, and processing capabilities on Intel
GPUs to support AI visual inference, media delivery, cloud gaming, and virtual
desktop infrastructure use cases.
.
This repository contains the following components:
.
- Copies of the Intel® VPL API header files
- Intel VPL Dispatcher
- Examples demonstrating API usage
.
This package includes example binaries.
|