[Buildroot] [PATCH 1/1] gst1-vaapi: new package

Peter Korsgaard peter at korsgaard.com
Thu Dec 15 21:08:00 UTC 2016


>>>>> "Jesper" == Jesper Bækdahl <jbb at gamblify.com> writes:

 > Signed-off-by: Jesper Bækdahl <jbb at gamblify.com>

Thanks for the patch. Besides the feedback Thomas already provided:

> +################################################################################
 > +#
 > +# gst1-vaapi
 > +#
 > +################################################################################
 > +
 > +GST1_VAAPI_VERSION = 1.10.2
 > +GST1_VAAPI_SOURCE = gstreamer-vaapi-$(GST1_VAAPI_VERSION).tar.xz
 > +GST1_VAAPI_SITE = https://gstreamer.freedesktop.org/src/gstreamer-vaapi
 > +GST1_VAAPI_DEPENDENCIES = gstreamer1 gst1-plugins-base gst1-plugins-bad libva libdrm
 > +GST1_VAAPI_LICENSE = GPLv2+
 > +GST1_VAAPI_LICENSE_FILES = COPYING

That is not correct. The tarball doesn't even have a COPYING file. It
should be:

GST1_VAAPI_LICENSE = LGPLv2.1+
GST1_VAAPI_LICENSE_FILES = COPYING.LIB

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list