diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2014-03-03 17:47:31 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2014-03-03 20:16:07 +0100 |
commit | 53bb4371dfab2fb5c0b77415ea685608598fa229 (patch) | |
tree | 8083b13ccd864452c45071f95f4b1133bbcc3581 /debian/control | |
parent | 5182b12170ad020edd131ab46cd3493d36516a96 (diff) | |
download | mesa-53bb4371dfab2fb5c0b77415ea685608598fa229.tar.gz |
Enable building drivers for libvdpau1
Based on patches from
Maarten Lankhorst <maarten.lankhorst@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 16ca5cff64..c63e630f63 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libxfixes-dev, libxdamage-dev, libxext-dev, + libvdpau-dev [linux-any kfreebsd-any], autoconf, automake, libtool, @@ -750,4 +751,40 @@ Description: Mesa Off-screen rendering extension -- development files . For more information on OSmesa see the libosmesa6 package. +Package: mesa-vdpau-drivers +Section: libs +Architecture: linux-any kfreebsd-any +Depends: + libvdpau1, + ${shlibs:Depends}, + ${misc:Depends}, +Enhances: + libvdpau1, +Provides: + vdpau-driver, +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Description: Mesa VDPAU video acceleration drivers + These libraries provide the Video Decode and Presentation API for Unix. + They provide accelerated video playback (incl. H.264) and video + post-processing for the supported graphics cards. + . + This package enables support for VDPAU for some gallium drivers. + +Package: mesa-vdpau-drivers-dbg +Section: debug +Priority: extra +Architecture: linux-any kfreebsd-any +Depends: + libvdpau1-mesa-drivers (= ${binary:Version}), + ${misc:Depends}, +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Description: Debugging symbols for the Mesa VDPAU video acceleration drivers + These libraries provide the Video Decode and Presentation API for Unix. + They provide accelerated video playback (incl. H.264) and video + post-processing for the supported graphics cards. + . + This package contains the debugging symbols for the VDPAU drivers. + # vim: tw=0 |