File: control

package info (click to toggle)
libva-utils 2.12.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,932 kB
  • sloc: ansic: 46,557; cpp: 14,852; sh: 4,166; makefile: 361
file content (34 lines) | stat: -rw-r--r-- 1,347 bytes parent folder | download
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
Source: libva-utils
Section: utils
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libva-dev (>= 2.6),
 libwayland-dev (>= 1.0.0) [linux-any],
 libx11-dev,
 pkg-config
Standards-Version: 4.6.0
Homepage: https://github.com/intel/libva-utils
Vcs-Git: https://salsa.debian.org/multimedia-team/libva-utils.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libva-utils
Rules-Requires-Root: no

Package: vainfo
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Video Acceleration (VA) API for Linux -- info program
 Video Acceleration API (VA API) is a library ("libVA") and API specification
 which enables and provides access to graphics hardware (GPU) acceleration for
 video processing on Linux and UNIX based operating systems. Accelerated
 processing includes video decoding, video encoding, subpicture blending and
 rendering. The specification was originally designed by Intel for its GMA
 (Graphics Media Accelerator) series of GPU hardware, the API is however not
 limited to GPUs or Intel specific hardware, as other hardware and manufacturers
 can also freely use this API for hardware accelerated video decoding.
 .
 This package provides the vainfo program.