media-libs/svt-vp9 - 0.3.0 (guru)

Search

Install

Install this version:

emerge -a =media-libs/svt-vp9-0.3.0

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

autounmask =media-libs/svt-vp9-0.3.0

Or alternatively:

emerge --autounmask-write -a =media-libs/svt-vp9-0.3.0

Package Information

Description:
Scalable Video Technology for VP9 (SVT-VP9 Encoder)
Homepage:
https://github.com/OpenVisualCloud/SVT-VP9
License:
BSD-2-with-patent

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 ~arm64 0/1
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic cmake

DESCRIPTION="Scalable Video Technology for VP9 (SVT-VP9 Encoder)"
HOMEPAGE="https://github.com/OpenVisualCloud/SVT-VP9"

if [ ${PV} = "9999" ]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/OpenVisualCloud/SVT-VP9.git"
else
	SRC_URI="https://github.com/OpenVisualCloud/SVT-VP9/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
	KEYWORDS="~amd64 ~arm64"
	S="${WORKDIR}/SVT-VP9-${PV}"
fi

LICENSE="BSD-2-with-patent"
SLOT="0/1"

BDEPEND="dev-lang/nasm"

src_prepare() {
	append-ldflags -Wl,-z,noexecstack
	cmake_src_prepare
}

Inherited Eclasses

Dependencies

BDEPEND

dev-lang/nasm

Manifest for 0.3.0

Type File Size Source URLs
DIST svt-vp9-0.3.0.gh.tar.gz 1009838 bytes https://github.com/OpenVisualCloud/SVT-VP9/archive/v0.3.0.tar.gz