Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5362 serge 1
Source: libva
2
Priority: extra
3
Maintainer: Gwenole Beauchesne 
4
Build-Depends: automake,
5
               autotools-dev,
6
               cdbs,
7
               debhelper (>= 5),
8
               libdrm-dev (>= 2.4),
9
               libx11-dev, libxext-dev, libxfixes-dev,
10
               libgl-dev,
11
               libwayland-dev (>= 1.0.0),
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 (>= 2.4),
21
         libva-drm1,
22
         libva-x11-1 (= ${binary:Version}), libx11-dev,
23
         libva-glx1 (= ${binary:Version}), libgl-dev,
24
#         libva-egl1 (= ${binary:Version}),
25
         libva-wayland1 (= ${binary:Version}), libwayland-dev (>= 1.0.0),
26
         libva1 (= ${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: libva1
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
Package: libva-drm1
45
Section: libs
46
Architecture: any
47
Depends: ${shlibs:Depends}
48
Description: Video Acceleration (VA) API for Linux -- DRM 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 VA/DRM runtime library.
53
 
54
Package: libva-x11-1
55
Section: libs
56
Architecture: any
57
Depends: ${shlibs:Depends}
58
Description: Video Acceleration (VA) API for Linux -- X11 runtime
59
 The libva library implements the Video Acceleration (VA) API for Linux.
60
 The library loads a hardware dependendent driver.
61
 .
62
 This package contains the VA/X11 runtime library.
63
 
64
Package: libva-glx1
65
Section: libs
66
Architecture: any
67
Depends: ${shlibs:Depends}
68
Description: Video Acceleration (VA) API for Linux -- GLX runtime
69
 The libva library implements the Video Acceleration (VA) API for Linux.
70
 The library loads a hardware dependendent driver.
71
 .
72
 This package contains the VA/GLX runtime library.
73
 
74
#Package: libva-egl1
75
#Section: libs
76
#Architecture: any
77
#Depends: ${shlibs:Depends}
78
#Description: Video Acceleration (VA) API for Linux -- EGL runtime
79
# The libva library implements the Video Acceleration (VA) API for Linux.
80
# The library loads a hardware dependendent driver.
81
# .
82
# This package contains the VA/EGL runtime library.
83
 
84
Package: libva-wayland1
85
Section: libs
86
Architecture: any
87
Depends: ${shlibs:Depends}
88
Description: Video Acceleration (VA) API for Linux -- Wayland runtime
89
 The libva library implements the Video Acceleration (VA) API for Linux.
90
 The library loads a hardware dependendent driver.
91
 .
92
 This package contains the VA/Wayland runtime library.
93
 
94
Package: libva1-dbg
95
Section: libdevel
96
Architecture: any
97
Depends: libva1 (= ${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.
103
 
104
Package: vainfo
105
Architecture: any
106
Depends: libva1 (= ${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.
110
 .
111
 This package contains the `vainfo' program.