blob: 3c9f8994918170e25324038fca7234d217e0770f [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001DESCRIPTION = "libde265 is an open source implementation of the h.265 \
2video codec. It is written from scratch and has a plain C API to enable a \
3simple integration into other software."
4HOMEPAGE = "http://www.libde265.org/"
5SECTION = "libs/multimedia"
6
7LICENSE = "LGPL-3.0-only & MIT"
8LICENSE_FLAGS = "commercial"
9LIC_FILES_CHKSUM = "file://COPYING;md5=695b556799abb2435c97a113cdca512f"
10
11SRC_URI = "git://github.com/strukturag/libde265.git;branch=master;protocol=https"
12SRCREV = "a267c84707ab264928fa9b86de2ee749c48c318c"
13
14S = "${WORKDIR}/git"
15
16EXTRA_OECONF = "--disable-sherlock265 --disable-dec265"
17
18inherit autotools-brokensep pkgconfig
19
20PACKAGES =+ "${PN}-tools"
21FILES:${PN}-tools = "${bindir}/*"