mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
763 B
BlitzBasic
22 lines
763 B
BlitzBasic
DESCRIPTION = "libde265 is an open source implementation of the h.265 \
|
|
video codec. It is written from scratch and has a plain C API to enable a \
|
|
simple integration into other software."
|
|
HOMEPAGE = "http://www.libde265.org/"
|
|
SECTION = "libs/multimedia"
|
|
|
|
LICENSE = "LGPL-3.0-only & MIT"
|
|
LICENSE_FLAGS = "commercial"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=695b556799abb2435c97a113cdca512f"
|
|
|
|
SRC_URI = "git://github.com/strukturag/libde265.git;branch=master;protocol=https"
|
|
SRCREV = "17bb8d9fcea62db8cdeb0fc7ef8d15dbd19a22e4"
|
|
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
PACKAGECONFIG ?= "libsdl"
|
|
PACKAGECONFIG[libsdl] = "-DENABLE_SDL=ON,-DENABLE_SDL=OFF,virtual/libsdl2"
|
|
|
|
FILES:${PN} += "${libdir}/libde265.so"
|
|
FILES:${PN}-dev = "${includedir} ${libdir}/cmake ${libdir}/pkgconfig"
|