3 Maintainer: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
4 Build-Depends: automake,
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@),
14 Standards-Version: 3.7.2
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}),
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.
32 This package provides the development environment for libva.
34 Package: libva@LIBVA_MAJOR_VERSION@
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.
42 This package contains the Core runtime library.
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.
52 @USE_DRM_TRUE@ This package contains the VA/DRM runtime library.
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.
62 @USE_X11_TRUE@ This package contains the VA/X11 runtime library.
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.
72 @USE_GLX_TRUE@ This package contains the VA/GLX runtime library.
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.
82 @USE_EGL_TRUE@ This package contains the VA/EGL runtime library.
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.
92 @USE_WAYLAND_TRUE@ This package contains the VA/Wayland runtime library.
94 Package: libva@LIBVA_MAJOR_VERSION@-dbg
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.
102 This package contains the debug info files.
106 Depends: libva@LIBVA_MAJOR_VERSION@ (= ${Source-Version})
107 Description: Video Acceleration (VA) API for Linux -- info program
108 The libva library implements the Video Acceleration (VA) API for Linux.
109 The library loads a hardware dependendent driver.
111 This package contains the `vainfo' program.