summaryrefslogtreecommitdiff
path: root/debian.upstream/control.in
blob: 08b102915dbb61c6198381302a51f9d415cf1635 (plain)
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
Source: libva-intel-driver
Section: libs
Priority: optional
Maintainer: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Build-Depends: debhelper (>= 5),
	       cdbs,
	       libdrm-dev (>= @LIBDRM_VERSION@),
	       libva-dev (>= @LIBVA_PACKAGE_VERSION@)
Standards-Version: 3.7.2

Package: libva-intel-driver
Section: libs
Architecture: any
Depends: libva1 (>= @LIBVA_PACKAGE_VERSION@),
	 ${shlibs:Depends}, ${misc:Depends}
Description: VA driver for Intel G45 & HD Graphics family
 Video decode & encode driver for Intel G45 chipsets and Intel HD
 Graphics for Intel Core processor family.

Package: libva-intel-driver-dbg
Section: libdevel
Architecture: any
Depends: libva-intel-driver (= ${Source-Version})
Description: VA driver for Intel G45 & HD Graphics family (debug symbols)
 Video decode & encode driver for Intel G45 chipsets and Intel HD
 Graphics for Intel Core processor family.
 .
 This package contains the debug files.