summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-11-12 16:13:55 +0300
committerKhem Raj <raj.khem@gmail.com>2023-11-12 12:18:47 -0800
commit7d1a0cd654ecaa68e27e09666744901e21b775a9 (patch)
tree7c2f554eee3cbf87bc2a6a7d81256d9eabcbe4fc /meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb
parentf3d3bc7620427dc1d47daab52a81593509cf2737 (diff)
downloadmeta-openembedded-7d1a0cd654ecaa68e27e09666744901e21b775a9.tar.gz
libebml: upgrade 1.3.0 -> 1.4.4
Changelog: https://github.com/Matroska-Org/libebml/blob/master/NEWS.md Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb')
-rw-r--r--meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb b/meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb
new file mode 100644
index 0000000000..fe6436b148
--- /dev/null
+++ b/meta-multimedia/recipes-mkv/libebml/libebml_1.4.4.bb
@@ -0,0 +1,15 @@
1SUMMARY = "C++ library to parse EBML files"
2HOMEPAGE = "https://github.com/Matroska-Org/libebml"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI = "git://github.com/Matroska-Org/libebml.git;branch=v1.x;protocol=https"
7SRCREV = "8330b222fec992b295c8b2149cf70f9ff648ce4a"
8
9S = "${WORKDIR}/git"
10
11inherit pkgconfig cmake dos2unix
12
13#Static library enabled by default. It has been added in case you want to use it dynamically.
14#EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
15