diff options
| -rw-r--r-- | meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb b/meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb new file mode 100644 index 0000000000..21ae596e05 --- /dev/null +++ b/meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "H.265/HEVC video encoder" | ||
| 2 | DESCRIPTION = "A free software library and application for encoding video streams into the H.265/HEVC format." | ||
| 3 | HOMEPAGE = "http://www.videolan.org/developers/x265.html" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LICENSE_FLAGS = "commercial" | ||
| 7 | LIC_FILES_CHKSUM = "file://../COPYING;md5=c9e0427bc58f129f99728c62d4ad4091" | ||
| 8 | |||
| 9 | DEPENDS = "nasm-native gnutls zlib libpcre" | ||
| 10 | |||
| 11 | SRC_URI = "http://ftp.videolan.org/pub/videolan/x265/x265_${PV}.tar.gz" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/x265_${PV}/source" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "94808045a34d88a857e5eaf3f68f4bca" | ||
| 16 | SRC_URI[sha256sum] = "fb9badcf92364fd3567f8b5aa0e5e952aeea7a39a2b864387cec31e3b58cbbcc" | ||
| 17 | |||
| 18 | inherit lib_package pkgconfig cmake | ||
| 19 | |||
| 20 | AS[unexport] = "1" | ||
| 21 | |||
| 22 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | ||
