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
|
Source: onevpl
Section: libs
Priority: optional
Maintainer: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libdrm-dev,
libva-dev,
libwayland-dev,
libx11-dev,
libx11-xcb-dev,
libxcb1-dev,
libxcb-dri3-dev,
libxcb-present-dev,
pkg-config,
wayland-protocols,
Standards-Version: 4.6.0
Homepage: https://github.com/oneapi-src/oneVPL
Vcs-Browser: https://salsa.debian.org/debian/onevpl
Vcs-Git: https://salsa.debian.org/debian/onevpl.git
Rules-Requires-Root: no
Package: libvpl2
Architecture: amd64 x32
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: oneAPI Video Processing Library -- shared library
The oneAPI Video Processing Library (oneVPL) provides a single video processing
API for encode, decode, and video processing that works across a wide range of
accelerators.
.
This repository contains the following components of oneVPL:
.
- Copies of the oneVPL Specification API header files
- oneVPL dispatcher
- Examples demonstrating API usage
- oneVPL command line tools
.
This project is part of the larger oneAPI project.
.
This package includes the dispatcher library
Package: libvpl-dev
Architecture: amd64 x32
Depends:
libvpl2 (= ${binary:Version}),
${misc:Depends},
Description: oneAPI Video Processing Library -- development files
The oneAPI Video Processing Library (oneVPL) provides a single video processing
API for encode, decode, and video processing that works across a wide range of
accelerators.
.
This repository contains the following components of oneVPL:
.
- Copies of the oneVPL Specification API header files
- oneVPL dispatcher
- Examples demonstrating API usage
- oneVPL command line tools
.
This project is part of the larger oneAPI project.
.
This package includes header files and examples for development.
Package: onevpl-tools
Architecture: amd64 x32
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: oneAPI Video Processing Library -- command line tools
The oneAPI Video Processing Library (oneVPL) provides a single video processing
API for encode, decode, and video processing that works across a wide range of
accelerators.
.
This repository contains the following components of oneVPL:
.
- Copies of the oneVPL Specification API header files
- oneVPL dispatcher
- Examples demonstrating API usage
- oneVPL command line tools
.
This project is part of the larger oneAPI project.
.
This package includes the command line tools.
|