Index: third_party/libva/debian.upstream/control.in |
diff --git a/third_party/libva/debian.upstream/control.in b/third_party/libva/debian.upstream/control.in |
new file mode 100644 |
index 0000000000000000000000000000000000000000..78de060b8b1965265e0ce805f42b8476028d1381 |
--- /dev/null |
+++ b/third_party/libva/debian.upstream/control.in |
@@ -0,0 +1,61 @@ |
+Source: libva |
+Priority: extra |
+Maintainer: Gwenole Beauchesne <gwenole.beauchesne@intel.com> |
+Build-Depends: automake, |
+ autotools-dev, |
+ cdbs, |
+ debhelper (>= 5), |
+ libdrm-dev (>= @LIBDRM_VERSION@), |
+ libgl-dev, |
+ libtool, |
+ libxext-dev, |
+ libxfixes-dev, |
+ pkg-config, |
+ x11proto-xext-dev |
+Standards-Version: 3.7.2 |
+Section: libs |
+ |
+Package: libva-dev |
+Section: libdevel |
+Architecture: any |
+Depends: libva1 (= ${binary:Version}), |
+ libdrm-dev (>= @LIBDRM_VERSION@), |
+ libgl-dev, |
+ pkg-config |
+Conflicts: libva-0.29-dev |
+Replaces: libva-0.29-dev |
+Description: Video Acceleration (VA) API for Linux -- development files |
+ The libva library implements the Video Acceleration (VA) API for Linux. |
+ The library loads a hardware dependendent driver. |
+ . |
+ This package provides the development environment for libva. |
+ |
+Package: libva1 |
+Section: libs |
+Architecture: any |
+Depends: ${shlibs:Depends} |
+Conflicts: libva-0.29-0 |
+Replaces: libva-0.29-0 |
+Provides: libva-0.29-0 |
+Description: Video Acceleration (VA) API for Linux -- runtime |
+ The libva library implements the Video Acceleration (VA) API for Linux. |
+ The library loads a hardware dependendent driver. |
+ |
+Package: libva1-dbg |
+Section: libdevel |
+Architecture: any |
+Depends: libva1 (= ${Source-Version}) |
+Description: Video Acceleration (VA) API for Linux -- runtime |
+ The libva library implements the Video Acceleration (VA) API for Linux. |
+ The library loads a hardware dependendent driver. |
+ . |
+ This package contains the debug files. |
+ |
+Package: vainfo |
+Architecture: any |
+Depends: libva1 (= ${Source-Version}) |
+Description: Video Acceleration (VA) API for Linux -- info program |
+ The libva library implements the Video Acceleration (VA) API for Linux. |
+ The library loads a hardware dependendent driver. |
+ . |
+ This package contains the `vainfo' program. |