summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-mkv/libmatroska/libmatroska_1.7.1.bb
blob: 164783a34f3f4b60ca8aea38c4484ac57ccf882e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "C++ library to parse and create Matroska files(.mkv and .mka)"
HOMEPAGE = "https://github.com/Matroska-Org/libmatroska"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"

DEPENDS = "libebml"

SRC_URI = "git://github.com/Matroska-Org/libmatroska.git;branch=v1.x;protocol=https \
        file://0001-allow-build-with-cmake-4.patch"

SRCREV = "f5315fddda2d434e47035c038549a808d8b8eac7"


inherit pkgconfig cmake

#Static library enabled by default. It has been added in case you want to use it dynamically.
#EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"