control 1.07 KB
Newer Older
root's avatar
root committed
1 2 3 4 5 6 7 8
Source: libva
Priority: extra
Maintainer: Waldo Bastian <waldo.bastian@intel.com>
Build-Depends: debhelper (>= 5),
               autotools-dev,
               libdrm-dev (>= 2.3.0),
               mesa-common-dev,
               x11proto-gl-dev,
root's avatar
root committed
9 10
               x11proto-xext-dev,
               libxext-dev,
root's avatar
root committed
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
               pkg-config
Standards-Version: 3.7.2
Section: libs

Package: libva-dev
Section: libdevel
Architecture: any
Depends: libva1 (= ${binary:Version}),
         libdrm-dev (>= 2.3.0),
         pkg-config
Description: Video Acceleration (VA) API for Linux -- development files
 The libva library implements the Video Acceleration (VA) API for Linux.
 The library loads a hardware dependendent driver.
 .
 This package provides the development environment for libva.

Package: libva1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libdrm2 (>= 2.3.0)
Description: Video Acceleration (VA) API for Linux -- runtime
 The libva library implements the Video Acceleration (VA) API for Linux.
 The library loads a hardware dependendent driver.