[SCM] libva packaging branch, master, updated. upstream/1.0.1-24-g6af056e

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Jun 16 23:36:05 UTC 2010


The following commit has been merged in the master branch:
commit 98681f0308af891c7963e7e22f624c278976cd81
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Wed Jun 16 19:33:19 2010 -0400

    Add new packages for new libraries.

diff --git a/debian/control b/debian/control
index acdc6fd..bdff59c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 7.0.50),
                libxext-dev,
                libxfixes-dev,
                libx11-dev,
+               libgl1-mesa-dev | libgl-dev,
 Standards-Version: 3.8.4
 Section: libs
 Homepage: http://www.freedesktop.org/wiki/Software/vaapi
@@ -67,6 +68,36 @@ Description: Video Acceleration (VA) API for Linux -- X11 runtime
  .
  This package provides the libva-x11 library.
 
+Package: libva-glx-1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Video Acceleration (VA) API for Linux -- GLX 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-glx library.
+
+Package: libva-tpi-1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Video Acceleration (VA) API for Linux -- TPI 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-tpi library.
+
 Package: i965-va-driver
 Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Provides: va-driver
diff --git a/debian/libva-dev.install b/debian/libva-dev.install
index b85f02d..a88d8e8 100644
--- a/debian/libva-dev.install
+++ b/debian/libva-dev.install
@@ -1,4 +1,6 @@
 usr/include
 usr/lib/libva.so
 usr/lib/libva-x11.so
+usr/lib/libva-glx.so
+usr/lib/libva-tpi.so
 usr/lib/pkgconfig
diff --git a/debian/libva-glx-1.install b/debian/libva-glx-1.install
new file mode 100644
index 0000000..a9c55a5
--- /dev/null
+++ b/debian/libva-glx-1.install
@@ -0,0 +1 @@
+usr/lib/libva-glx.so.*
diff --git a/debian/libva-tpi-1.install b/debian/libva-tpi-1.install
new file mode 100644
index 0000000..c9c7c17
--- /dev/null
+++ b/debian/libva-tpi-1.install
@@ -0,0 +1 @@
+usr/lib/libva-tpi.so.*

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list