package/libva: bump version to 1.8.0

Removed patch because libva-utils are no longer part of the libva
package:
https://lists.01.org/pipermail/intel-vaapi-media/2017-March/000015.html

*   Move all utilities and tests to libva-utils

Package libva-utils will be added later.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2017-04-02 10:13:25 +02:00 committed by Thomas Petazzoni
parent 830bc74636
commit 039ad7c38d
3 changed files with 6 additions and 27 deletions

View File

@ -1,17 +0,0 @@
mpeg2vldemo is the only file requiring cxx support. It is not needed for
buildroot, so disable its compilation to avoid depending on cxx.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
diff -uNr libva-1.3.0.org/test/Makefile.am libva-1.3.0/test/Makefile.am
--- libva-1.3.0.org/test/Makefile.am 2014-03-24 05:49:46.000000000 +0100
+++ libva-1.3.0/test/Makefile.am 2014-04-26 18:12:25.644390292 +0200
@@ -20,7 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-SUBDIRS = common decode encode vainfo
+SUBDIRS = common encode vainfo
if USE_X11
SUBDIRS += basic putsurface

View File

@ -1,2 +1,4 @@
# From https://lists.01.org/pipermail/intel-vaapi-media/2017-March/000015.html
sha1 d9468956c301784b6b12c39cafd30ac52e24290b libva-1.8.0.tar.bz2
# Locally computed
sha256 f0f816a725007fbf3c7ed816ff71ba420696bec63ff49045e9b23d9b34ac73c8 libva-1.7.3.tar.gz
sha256 eb92f3dcbe3981df3575348377263b31361113c77b2c3745f23174d1f562d658 libva-1.8.0.tar.bz2

View File

@ -4,11 +4,11 @@
#
################################################################################
LIBVA_VERSION = 1.7.3
LIBVA_SITE = $(call github,01org,libva,libva-$(LIBVA_VERSION))
LIBVA_VERSION = 1.8.0
LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
LIBVA_SITE = https://github.com/01org/libva/releases/download/$(LIBVA_VERSION)
LIBVA_LICENSE = MIT
LIBVA_LICENSE_FILES = COPYING
LIBVA_AUTORECONF = YES
LIBVA_INSTALL_STAGING = YES
LIBVA_DEPENDENCIES = host-pkgconf libdrm
@ -46,10 +46,4 @@ else
LIBVA_CONF_OPTS += --disable-egl
endif
# Autoreconf requires an m4 directory to exist
define LIBVA_PATCH_M4
mkdir -p $(@D)/m4
endef
LIBVA_POST_PATCH_HOOKS += LIBVA_PATCH_M4
$(eval $(autotools-package))