[SCM] libva/master: Disable EGL.
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Sep 24 21:07:55 UTC 2017
The following commit has been merged in the master branch:
commit 6640c12470e6085dd24d223a7a7703f9ac0abea9
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Sep 24 20:09:06 2017 +0200
Disable EGL.
va-egl will be removed in libva 2.0. As it is currently not used by
anything in the archive, let's already drop it now.
diff --git a/debian/control b/debian/control
index 09efd2f..9e03bc5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Uploaders:
Build-Depends:
debhelper (>= 10),
libdrm-dev,
- libegl1-mesa-dev,
libgl1-mesa-dev | libgl-dev,
libwayland-dev (>= 1.0.0) [linux-any],
libx11-dev,
@@ -28,7 +27,6 @@ Architecture: any
Multi-Arch: same
Depends:
libva-drm1 (= ${binary:Version}),
- libva-egl1 (= ${binary:Version}),
libva-glx1 (= ${binary:Version}),
libva-tpi1 (= ${binary:Version}),
libva-wayland1 (= ${binary:Version}) [linux-any],
@@ -137,25 +135,6 @@ Description: Video Acceleration (VA) API for Linux -- TPI runtime
.
This package provides the libva-tpi library.
-Package: libva-egl1
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
-Description: Video Acceleration (VA) API for Linux -- EGL 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-egl library.
-
Package: libva-drm1
Architecture: any
Multi-Arch: same
diff --git a/debian/libva-egl1.install b/debian/libva-egl1.install
deleted file mode 100644
index d253ecb..0000000
--- a/debian/libva-egl1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libva-egl.so.*
diff --git a/debian/libva-egl1.symbols b/debian/libva-egl1.symbols
deleted file mode 100644
index ddbba04..0000000
--- a/debian/libva-egl1.symbols
+++ /dev/null
@@ -1,3 +0,0 @@
-libva-egl.so.1 libva-egl1 #MINVER#
-* Build-Depends-Package: libva-dev
- vaGetEGLClientBufferFromSurface at Base 1.0.12
diff --git a/debian/rules b/debian/rules
index 6b7faa1..f76ad42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@ include /usr/share/dpkg/pkg-info.mk
include /usr/share/dpkg/architecture.mk
confflags = --enable-va-messaging
+confflags += --disable-egl
ifeq (,$(findstring linux,$(DEB_HOST_ARCH_OS)))
# wayland is only available on linux-any
confflags += --disable-wayland
--
libva packaging
More information about the pkg-multimedia-commits
mailing list