OSDN Git Service

Merge pull request #13 from seanvk/remove-test
[android-x86/hardware-intel-common-libva.git] / debian.upstream / control.in
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 @USE_X11_TRUE@               libx11-dev, libxext-dev, libxfixes-dev,
10 @USE_GLX_TRUE@               libgl-dev,
11 @USE_WAYLAND_TRUE@               libwayland-dev (>= @WAYLAND_API_VERSION@),
12                libtool,
13                pkg-config
14 Standards-Version: 3.7.2
15 Section: libs
16
17 Package: libva-dev
18 Section: libdevel
19 Architecture: any
20 Depends: libdrm-dev (>= @LIBDRM_VERSION@),
21 @USE_DRM_TRUE@         libva-drm@LIBVA_MAJOR_VERSION@,
22 @USE_X11_TRUE@         libva-x11-@LIBVA_MAJOR_VERSION@ (= ${binary:Version}), libx11-dev,
23 @USE_GLX_TRUE@         libva-glx@LIBVA_MAJOR_VERSION@ (= ${binary:Version}), libgl-dev,
24 @USE_EGL_TRUE@         libva-egl@LIBVA_MAJOR_VERSION@ (= ${binary:Version}),
25 @USE_WAYLAND_TRUE@         libva-wayland@LIBVA_MAJOR_VERSION@ (= ${binary:Version}), libwayland-dev (>= @WAYLAND_API_VERSION@),
26          libva@LIBVA_MAJOR_VERSION@ (= ${binary:Version}),
27          pkg-config
28 Description: Video Acceleration (VA) API for Linux -- development files
29  The libva library implements the Video Acceleration (VA) API for Linux.
30  The library loads a hardware dependendent driver.
31  .
32  This package provides the development environment for libva.
33
34 Package: libva@LIBVA_MAJOR_VERSION@
35 Section: libs
36 Architecture: any
37 Depends: ${shlibs:Depends}
38 Description: Video Acceleration (VA) API for Linux -- Core runtime
39  The libva library implements the Video Acceleration (VA) API for Linux.
40  The library loads a hardware dependendent driver.
41  .
42  This package contains the Core runtime library.
43
44 @USE_DRM_TRUE@Package: libva-drm@LIBVA_MAJOR_VERSION@
45 @USE_DRM_TRUE@Section: libs
46 @USE_DRM_TRUE@Architecture: any
47 @USE_DRM_TRUE@Depends: ${shlibs:Depends}
48 @USE_DRM_TRUE@Description: Video Acceleration (VA) API for Linux -- DRM runtime
49 @USE_DRM_TRUE@ The libva library implements the Video Acceleration (VA) API for Linux.
50 @USE_DRM_TRUE@ The library loads a hardware dependendent driver.
51 @USE_DRM_TRUE@ .
52 @USE_DRM_TRUE@ This package contains the VA/DRM runtime library.
53
54 @USE_X11_TRUE@Package: libva-x11-@LIBVA_MAJOR_VERSION@
55 @USE_X11_TRUE@Section: libs
56 @USE_X11_TRUE@Architecture: any
57 @USE_X11_TRUE@Depends: ${shlibs:Depends}
58 @USE_X11_TRUE@Description: Video Acceleration (VA) API for Linux -- X11 runtime
59 @USE_X11_TRUE@ The libva library implements the Video Acceleration (VA) API for Linux.
60 @USE_X11_TRUE@ The library loads a hardware dependendent driver.
61 @USE_X11_TRUE@ .
62 @USE_X11_TRUE@ This package contains the VA/X11 runtime library.
63
64 @USE_GLX_TRUE@Package: libva-glx@LIBVA_MAJOR_VERSION@
65 @USE_GLX_TRUE@Section: libs
66 @USE_GLX_TRUE@Architecture: any
67 @USE_GLX_TRUE@Depends: ${shlibs:Depends}
68 @USE_GLX_TRUE@Description: Video Acceleration (VA) API for Linux -- GLX runtime
69 @USE_GLX_TRUE@ The libva library implements the Video Acceleration (VA) API for Linux.
70 @USE_GLX_TRUE@ The library loads a hardware dependendent driver.
71 @USE_GLX_TRUE@ .
72 @USE_GLX_TRUE@ This package contains the VA/GLX runtime library.
73
74 @USE_EGL_TRUE@Package: libva-egl@LIBVA_MAJOR_VERSION@
75 @USE_EGL_TRUE@Section: libs
76 @USE_EGL_TRUE@Architecture: any
77 @USE_EGL_TRUE@Depends: ${shlibs:Depends}
78 @USE_EGL_TRUE@Description: Video Acceleration (VA) API for Linux -- EGL runtime
79 @USE_EGL_TRUE@ The libva library implements the Video Acceleration (VA) API for Linux.
80 @USE_EGL_TRUE@ The library loads a hardware dependendent driver.
81 @USE_EGL_TRUE@ .
82 @USE_EGL_TRUE@ This package contains the VA/EGL runtime library.
83
84 @USE_WAYLAND_TRUE@Package: libva-wayland@LIBVA_MAJOR_VERSION@
85 @USE_WAYLAND_TRUE@Section: libs
86 @USE_WAYLAND_TRUE@Architecture: any
87 @USE_WAYLAND_TRUE@Depends: ${shlibs:Depends}
88 @USE_WAYLAND_TRUE@Description: Video Acceleration (VA) API for Linux -- Wayland runtime
89 @USE_WAYLAND_TRUE@ The libva library implements the Video Acceleration (VA) API for Linux.
90 @USE_WAYLAND_TRUE@ The library loads a hardware dependendent driver.
91 @USE_WAYLAND_TRUE@ .
92 @USE_WAYLAND_TRUE@ This package contains the VA/Wayland runtime library.
93
94 Package: libva@LIBVA_MAJOR_VERSION@-dbg
95 Section: libdevel
96 Architecture: any
97 Depends: libva@LIBVA_MAJOR_VERSION@ (= ${Source-Version})
98 Description: Video Acceleration (VA) API for Linux -- runtime
99  The libva library implements the Video Acceleration (VA) API for Linux.
100  The library loads a hardware dependendent driver.
101  .
102  This package contains the debug info files.