Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Side by Side Diff: third_party/libva/debian.upstream/control.in

Issue 10375035: Add libva to chromium third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Source: libva
2 Priority: extra
3 Maintainer: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
4 Build-Depends: automake,
5 autotools-dev,
6 cdbs,
7 debhelper (>= 5),
8 libdrm-dev (>= @LIBDRM_VERSION@),
9 libgl-dev,
10 libtool,
11 libxext-dev,
12 libxfixes-dev,
13 pkg-config,
14 x11proto-xext-dev
15 Standards-Version: 3.7.2
16 Section: libs
17
18 Package: libva-dev
19 Section: libdevel
20 Architecture: any
21 Depends: libva1 (= ${binary:Version}),
22 libdrm-dev (>= @LIBDRM_VERSION@),
23 libgl-dev,
24 pkg-config
25 Conflicts: libva-0.29-dev
26 Replaces: libva-0.29-dev
27 Description: Video Acceleration (VA) API for Linux -- development files
28 The libva library implements the Video Acceleration (VA) API for Linux.
29 The library loads a hardware dependendent driver.
30 .
31 This package provides the development environment for libva.
32
33 Package: libva1
34 Section: libs
35 Architecture: any
36 Depends: ${shlibs:Depends}
37 Conflicts: libva-0.29-0
38 Replaces: libva-0.29-0
39 Provides: libva-0.29-0
40 Description: Video Acceleration (VA) API for Linux -- runtime
41 The libva library implements the Video Acceleration (VA) API for Linux.
42 The library loads a hardware dependendent driver.
43
44 Package: libva1-dbg
45 Section: libdevel
46 Architecture: any
47 Depends: libva1 (= ${Source-Version})
48 Description: Video Acceleration (VA) API for Linux -- runtime
49 The libva library implements the Video Acceleration (VA) API for Linux.
50 The library loads a hardware dependendent driver.
51 .
52 This package contains the debug files.
53
54 Package: vainfo
55 Architecture: any
56 Depends: libva1 (= ${Source-Version})
57 Description: Video Acceleration (VA) API for Linux -- info program
58 The libva library implements the Video Acceleration (VA) API for Linux.
59 The library loads a hardware dependendent driver.
60 .
61 This package contains the `vainfo' program.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698