diff --git a/media-libs/bcmatroska2/Manifest b/media-libs/bcmatroska2/Manifest new file mode 100644 index 0000000..ecd8c30 --- /dev/null +++ b/media-libs/bcmatroska2/Manifest @@ -0,0 +1 @@ +DIST bcmatroska2-0.23.tar.gz 931013 BLAKE2B 08aa149fd1c8985afae188d6e1cb4593ce878b29b4c2a370c74eae03c512ec3476ec664b105fcbd6c0d4211885887692fd809638e4604318e024b6072743fe20 SHA512 a0924403b34030e2e2d14542ba9b574b0ad4a0bfe460f9cf9e042797881c77b420c5d2bc60bed4f13e5594c3db7aa31fb7663f8a893b62d6fc3a82c1d6548202 diff --git a/media-libs/bcmatroska2/bcmatroska2-0.23.ebuild b/media-libs/bcmatroska2/bcmatroska2-0.23.ebuild new file mode 100644 index 0000000..72045b4 --- /dev/null +++ b/media-libs/bcmatroska2/bcmatroska2-0.23.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Matroska media container support" +HOMEPAGE="https://gitlab.linphone.org/BC/public/bcmatroska2" +SRC_URI="https://gitlab.linphone.org/BC/public/${PN}/-/archive/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="static-libs" + +src_configure() { + local mycmakeargs=( + -DENABLE_STATIC="$(usex static-libs)" + ) + + cmake_src_configure +} diff --git a/media-libs/bcmatroska2/metadata.xml b/media-libs/bcmatroska2/metadata.xml new file mode 100644 index 0000000..73d4d91 --- /dev/null +++ b/media-libs/bcmatroska2/metadata.xml @@ -0,0 +1,16 @@ + + + + + spiderx@spiderx.dp.ua + Vladimir Pavljuchenkov + + + proxy-maint@gentoo.org + Proxy Maintainers + + + This library provides support for Matroska files (.mkv and .mka), + a media container format for Belledonne Communications. + +