[SCM] libva/master: debian/: new libva-drm package added
mfv-guest at users.alioth.debian.org
mfv-guest at users.alioth.debian.org
Wed Jan 16 14:18:25 UTC 2013
The following commit has been merged in the master branch:
commit 4c7f7dde8690b73eaabed8a2d1dbb534d6e999fd
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date: Wed Jan 16 15:15:03 2013 +0100
debian/: new libva-drm package added
diff --git a/debian/control b/debian/control
index c1c929a..08a1acf 100644
--- a/debian/control
+++ b/debian/control
@@ -142,6 +142,25 @@ Description: Video Acceleration (VA) API for Linux -- EGL runtime
.
This package provides the libva-egl library.
+Package: libva-drm1
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Video Acceleration (VA) API for Linux -- DRM runtime
+ Video Acceleration API (VA API) is a library ("libVA") and API specification
+ which enables and provides access to graphics hardware (GPU) acceleration for
+ video processing on Linux and UNIX based operating systems. Accelerated
+ processing includes video decoding, video encoding, subpicture blending and
+ rendering. The specification was originally designed by Intel for its GMA
+ (Graphics Media Accelerator) series of GPU hardware, the API is however not
+ limited to GPUs or Intel specific hardware, as other hardware and manufacturers
+ can also freely use this API for hardware accelerated video decoding.
+ .
+ This package provides the libva-drm library.
+
Package: vainfo
Section: utils
Architecture: any
diff --git a/debian/libva-dev.install b/debian/libva-dev.install
index f4a5982..5d65203 100644
--- a/debian/libva-dev.install
+++ b/debian/libva-dev.install
@@ -1,4 +1,5 @@
usr/include
+usr/lib/*/libva-drm.so
usr/lib/*/libva-egl.so
usr/lib/*/libva-glx.so
usr/lib/*/libva-tpi.so
diff --git a/debian/libva-drm1.install b/debian/libva-drm1.install
new file mode 100644
index 0000000..9bd802f
--- /dev/null
+++ b/debian/libva-drm1.install
@@ -0,0 +1 @@
+usr/lib/*/libva-drm.so.*
--
libva packaging
More information about the pkg-multimedia-commits
mailing list