diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-02 16:19:05 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-02 16:19:05 +0200 |
commit | 354d38dceeb36433b7bdad8b571716b1c0d81f9a (patch) | |
tree | f0588721ac7c7d76f3e703fac62466e2d642a9ef /dev-libs/libebml | |
parent | sci-libs/hdf5: Stabilize 1.14.3-r1 amd64, #923536 (diff) | |
download | gentoo-354d38dceeb36433b7bdad8b571716b1c0d81f9a.tar.gz gentoo-354d38dceeb36433b7bdad8b571716b1c0d81f9a.tar.bz2 gentoo-354d38dceeb36433b7bdad8b571716b1c0d81f9a.zip |
dev-libs/libebml: add 1.4.5
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libebml')
-rw-r--r-- | dev-libs/libebml/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libebml/libebml-1.4.5.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest index c95e4195b4cf..37734bdd9b13 100644 --- a/dev-libs/libebml/Manifest +++ b/dev-libs/libebml/Manifest @@ -1 +1,2 @@ DIST libebml-1.4.4.tar.xz 64116 BLAKE2B 641cf6b63b4c8c4fab9e746bdf11d35024d5250f4a493d491ffc27441d9e453e58dfce028f865b8b4f200ccf58562d94b07b1593a4d53995ceb6fb2eb37bce1b SHA512 24f2bf51cd71f583bdd3bb33dbf20b5adeb8e96345de3abf3014f3ae1b0610c1bd04b802f26b4a1a26f884a696d6accf784bed1510f12538a6664cbd9ae51d6d +DIST libebml-1.4.5.tar.xz 64408 BLAKE2B 9e2689cde143b4bcb425617fda45a3b128e3656bf67e59ee960ea6d849c834b57d110d45d6ae6dcf4f6281fb834cadb8d3269331feb4e6bc7579d189718cc087 SHA512 6ee2afd538de8b028a1acd4a0f00a8aa230deac297573d868683e96f22fa4953858d3a1d8ab414ac27757f35699e6149f0aaef6eb4d235baa79226d8f36ccb5c diff --git a/dev-libs/libebml/libebml-1.4.5.ebuild b/dev-libs/libebml/libebml-1.4.5.ebuild new file mode 100644 index 000000000000..7c2f857b9463 --- /dev/null +++ b/dev-libs/libebml/libebml-1.4.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Extensible binary format library (kinda like XML)" +HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/" +SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0/5" # subslot = soname major version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" |