Files
meta-musicians/recipes-musicians/libmp4v2/libmp4v2_git.bb
Andreas Müller e55aae0802 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:35:27 +01:00

15 lines
488 B
BlitzBasic

SUMMARY = "The MP4v2 library provides an API to create and modify mp4 files"
HOMEPAGE = "https://github.com/sergiomb2/libmp4v2/wiki"
LICENSE = "MPL-1.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb3014b036b6d2151d944aef6a84c36f"
inherit autotools pkgconfig
SRC_URI = " \
git://github.com/sergiomb2/${BPN}.git;protocol=https;branch=master \
file://0001-Fix-build-with-gcc10.patch \
"
SRCREV = "855e9674232808ff3be7191b697dfb56917db21f"
S = "${WORKDIR}/git"
PV = "2.1.0+git${SRCPV}"