From 3f51f61efe93c104ba7996f54f381c6c1a5e6546 Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Fri, 22 Jul 2016 16:16:21 -0700 Subject: gstreamer-vaapi: Update to upstream version 1.8.2 With the 1.8.x series gstreamer-vaapi got integrated into the maintainership of the greater GStreamer project. Also this upstreaming introduced a policy change in the source base where gstreamer-vaapi versions are now tested only with the GStreamer version with the same number (as opposed to the past pre-upstream source base which had a policy of supporting a range of GStreamer versions). So care should be taken to keep the gstreamer-vaapi build configuration in sync with the gstreamer build configuration. Signed-off-by: Scott D Phillips Signed-off-by: Tom Zanussi --- common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc') diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc index 7a298902..6dea9cfc 100644 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc +++ b/common/recipes-multimedia/gstreamer/gstreamer-vaapi.inc @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" DEPENDS = "libva" -SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${REALPN}/${REALPN}-${PV}.tar.bz2 \ +SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz \ " S = "${WORKDIR}/${REALPN}-${PV}" @@ -20,8 +20,6 @@ inherit autotools pkgconfig gtk-doc PACKAGES =+ "${PN}-tests" -EXTRA_OECONF += "--disable-builtin-libvpx" - PACKAGECONFIG ??= "drm \ ${@bb.utils.contains("DISTRO_FEATURES", "opengl x11", "glx", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "", d)} \ -- cgit v1.2.3-54-g00ecf