Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "C++ library to parse and create Matroska files(.mkv and .mka)" |
| 2 | HOMEPAGE = "https://github.com/Matroska-Org/libmatroska" |
| 3 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
| 6 | DEPENDS = "libebml" |
| 7 | |
| 8 | SRC_URI = "git://github.com/Matroska-Org/libmatroska.git;branch=v1.x;protocol=https" |
| 9 | SRCREV = "f5315fddda2d434e47035c038549a808d8b8eac7" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit pkgconfig cmake |
| 14 | |
| 15 | #Static library enabled by default. It has been added in case you want to use it dynamically. |
| 16 | #EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" |