OSDN Git Service

Upload latest libVA library
[android-x86/hardware-intel-common-libva.git] / libva / debian / control
1 Source: libva
2 Priority: extra
3 Maintainer: Waldo Bastian <waldo.bastian@intel.com>
4 Build-Depends: debhelper (>= 5),
5                autotools-dev,
6                libdrm-dev (>= 2.3.0),
7                mesa-common-dev,
8                x11proto-gl-dev,
9                x11proto-xext-dev,
10                libxext-dev,
11                pkg-config
12 Standards-Version: 3.7.2
13 Section: libs
14
15 Package: libva-dev
16 Section: libdevel
17 Architecture: any
18 Depends: libva1 (= ${binary:Version}),
19          libdrm-dev (>= 2.3.0),
20          pkg-config
21 Description: Video Acceleration (VA) API for Linux -- development files
22  The libva library implements the Video Acceleration (VA) API for Linux.
23  The library loads a hardware dependendent driver.
24  .
25  This package provides the development environment for libva.
26
27 Package: libva1
28 Section: libs
29 Architecture: any
30 Depends: libx11-6,
31          libxext6, 
32          libdrm2 (>= 2.3.0)
33 Description: Video Acceleration (VA) API for Linux -- runtime
34  The libva library implements the Video Acceleration (VA) API for Linux.
35  The library loads a hardware dependendent driver.
36