package/gst1-vaapi: bump version to 1.18.0 and convert to meson

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2020-09-16 21:49:30 +02:00 committed by Thomas Petazzoni
parent 60b4e7a533
commit 3f98c491e8
2 changed files with 15 additions and 12 deletions

View file

@ -1,3 +1,3 @@
# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.16.2.tar.xz.sha256sum
sha256 191de7b0ab64a85dd0875c990721e7be95518f60e2a9106beca162004ed7c601 gstreamer-vaapi-1.16.2.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.18.0.tar.xz.sha256sum
sha256 c6efeb8c736f75bb1b53ab18413c60c4321300e7aee66641bcc07d59c2fe9e31 gstreamer-vaapi-1.18.0.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB

View file

@ -4,7 +4,7 @@
#
################################################################################
GST1_VAAPI_VERSION = 1.16.2
GST1_VAAPI_VERSION = 1.18.0
GST1_VAAPI_SITE = https://gstreamer.freedesktop.org/src/gstreamer-vaapi
GST1_VAAPI_SOURCE = gstreamer-vaapi-$(GST1_VAAPI_VERSION).tar.xz
GST1_VAAPI_LICENSE = LGPL-2.1+
@ -18,16 +18,19 @@ GST1_VAAPI_DEPENDENCIES += \
libdrm
GST1_VAAPI_CONF_OPTS += \
--disable-x11 \
--disable-glx \
--disable-wayland \
--disable-egl \
--disable-gtk-doc-html
-Dwith_drm=yes \
-Dwith_x11=no \
-Dwith_glx=no \
-Dwith_wayland=no \
-Dwith_egl=no \
-Dexamples=disabled \
-Dtest=disabled \
-Ddoc=disabled
ifeq ($(BR2_PACKAGE_GST1_VAAPI_ENCODERS),y)
GST1_VAAPI_CONF_OPTS += --enable-encoders
GST1_VAAPI_CONF_OPTS += -Dwith_encoders=yes
else
GST1_VAAPI_CONF_OPTS += --disable-encoders
GST1_VAAPI_CONF_OPTS += -Dwith_encoders=no
endif
$(eval $(autotools-package))
$(eval $(meson-package))