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