Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [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 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 7 | LICENSE = "LGPL-3.0-only & MIT" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 8 | LICENSE_FLAGS = "commercial" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=695b556799abb2435c97a113cdca512f" |
| 10 | |
| 11 | SRC_URI = "https://github.com/strukturag/libde265/releases/download/v${PV}/${BPN}-${PV}.tar.gz" |
| 12 | SRC_URI[sha256sum] = "e3f277d8903408615a5cc34718b391b83c97c646faea4f41da93bac5ee08a87f" |
| 13 | |
| 14 | EXTRA_OECONF = "--disable-sherlock265 --disable-dec265" |
| 15 | |
| 16 | inherit autotools-brokensep pkgconfig |
| 17 | |
| 18 | PACKAGES =+ "${PN}-tools" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 19 | FILES:${PN}-tools = "${bindir}/*" |