1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: libxvmc
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
dpkg-dev (>= 1.16.1),
debhelper-compat (= 12),
libx11-dev (>= 2:1.6),
libxext-dev (>= 1:0.99.1),
x11proto-dev,
libxv-dev (>= 1:0.99.1),
xutils-dev (>= 1:7.5+4),
pkg-config,
quilt,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxvmc.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxvmc
Package: libxvmc1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
Description: X11 Video extension library
libXvMC provides an X Window System client interface to the
XVideo-MotionCompensation extension to the X protocol.
.
The XVideo-MotionCompensation extension allows for further accelerated drawing
of videos. Video data may be sent at earlier stages of the decoding pipeline
than raw YUV data. At the moment, driver support for XvMC is poor to
non-existent.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXvMC
Package: libxvmc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
libxvmc1 (= ${binary:Version}),
libx11-dev (>= 2:1.0.0-1),
libxext-dev (>= 1:1.0.0-2),
x11proto-dev,
libxv-dev
Replaces: x11proto-dev (<< 2019.2-1)
Breaks: x11proto-dev (<< 2019.2-1)
Description: X11 Video extension library (development headers)
libXvMC provides an X Window System client interface to the
XVideo-MotionCompensation extension to the X protocol.
.
The XVideo-MotionCompensation extension allows for further accelerated drawing
of videos. Video data may be sent at earlier stages of the decoding pipeline
than raw YUV data. At the moment, driver support for XvMC is poor to
non-existent.
.
This package contains the development headers for the library found in
libxvmc1. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXvMC
|