~misterc/libva/Trunk

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Austin Yuan
  • Date: 2009-06-13 01:17:46 UTC
  • Revision ID: git-v1:527643827e6589645df6fe2232c2d397f9fe76e9
Fix the issue that all files are moved into a sub-directory libva.

Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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