media-libs/bcmatroska2: New package from nest
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
eb0a8cbdb9
commit
9d1bb996c4
1
media-libs/bcmatroska2/Manifest
Normal file
1
media-libs/bcmatroska2/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST bcmatroska2-0.23.tar.gz 931013 BLAKE2B 08aa149fd1c8985afae188d6e1cb4593ce878b29b4c2a370c74eae03c512ec3476ec664b105fcbd6c0d4211885887692fd809638e4604318e024b6072743fe20 SHA512 a0924403b34030e2e2d14542ba9b574b0ad4a0bfe460f9cf9e042797881c77b420c5d2bc60bed4f13e5594c3db7aa31fb7663f8a893b62d6fc3a82c1d6548202
|
23
media-libs/bcmatroska2/bcmatroska2-0.23.ebuild
Normal file
23
media-libs/bcmatroska2/bcmatroska2-0.23.ebuild
Normal file
|
@ -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
|
||||||
|
}
|
16
media-libs/bcmatroska2/metadata.xml
Normal file
16
media-libs/bcmatroska2/metadata.xml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>spiderx@spiderx.dp.ua</email>
|
||||||
|
<name>Vladimir Pavljuchenkov</name>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>proxy-maint@gentoo.org</email>
|
||||||
|
<name>Proxy Maintainers</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="en">
|
||||||
|
This library provides support for Matroska files (.mkv and .mka),
|
||||||
|
a media container format for Belledonne Communications.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue