File: control

package info (click to toggle)
vdpau-video 0.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 760 kB
  • ctags: 1,205
  • sloc: ansic: 10,339; makefile: 132; sh: 2
file content (34 lines) | stat: -rw-r--r-- 1,239 bytes parent folder | download | duplicates (2)
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: vdpau-video
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 pkg-config,
 libva-dev (>= 1.5~pre1),
 libvdpau-dev (>= 0.7-2),
 libx11-dev,
 libgl1-mesa-dev | libgl-dev,
Standards-Version: 3.9.8
Homepage: http://freedesktop.org/wiki/Software/vaapi/
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/vdpau-video.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/vdpau-video.git

Package: vdpau-va-driver
Multi-Arch: same
Architecture: any
Provides: va-driver
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Enhances: libva1
Description: VDPAU-based backend for VA API
 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/VMW3). It provides an interface
 to fully expose the video decode capabilities in today's GPUs.
 .
 This package contains the VDPAU-based backend driver for use with the VA API
 library.