Files
tqma6-yocto-mirror/sources/meta-tq/meta-dumpling/recipes-multimedia/gstreamer/gstreamer1.0-plugin-bayer2rgb-neon.bb

22 lines
671 B
BlitzBasic
Raw Normal View History

SUMMARY = "bayer2rgb gstreamer plugin with neon support"
SECTION = "multimedia"
HOMEPAGE = "https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon.git"
LICENSE = "GPL-3.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
BRANCH = "master"
SRC_URI = "git://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"
SRCREV = "4fe7bba3f0a84db89e1412fefe6adfcdb515761f"
PV = "0.6.1+git"
inherit pkgconfig autotools
DEPENDS += "bayer2rgb-neon gstreamer1.0-plugins-base gstreamer1.0"
FILES:${PN} += "${libdir}/gstreamer-*/*.so"
FILES:${PN}-dbg += "${libdir}/gstreamer-*/.debug"