media-libs/bcmatroska2 - 5.4.118 (nest)

Search

Install

Install this version:

emerge -a =media-libs/bcmatroska2-5.4.118

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-libs/bcmatroska2-5.4.118

Or alternatively:

emerge --autounmask-write -a =media-libs/bcmatroska2-5.4.118

Package Information

Description:
Matroska media container support
Homepage:
https://gitlab.linphone.org/BC/public/bcmatroska2
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
5.4.118 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 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.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="net-libs/bctoolbox:="

src_configure() {
	local mycmakeargs=(
		-DCMAKE_SHARED_LINKER_FLAGS="${LDFLAGS} -z muldefs"
		-DCONFIG_DEBUG_LEAKS="$(usex debug)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-libs/bcmatroska2 | euse -E <flag> -p media-libs/bcmatroska2 | euse -D <flag> -p media-libs/bcmatroska2

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

net-libs/bctoolbox:=

Manifest for 5.4.118

Type File Size Source URLs
DIST bcmatroska2-5.4.118.tar.bz2 790782 bytes https://gitlab.linphone.org/BC/public/bcmatroska2/-/archive/5.4.118/bcmatroska2-5.4.118.tar.bz2