Install this version:
emerge -a =media-video/ffms2-5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/ffms2-5.0
Or alternatively:
emerge --autounmask-write -a =media-video/ffms2-5.0
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="An FFmpeg based library and VapourSynth plugin for easy frame accurate access"
HOMEPAGE="https://github.com/FFMS/ffms2"
SRC_URI="https://github.com/FFMS/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="media-video/ffmpeg virtual/zlib"
RDEPEND="${DEPEND}"
src_prepare () {
mkdir -p src/config || die
eautoreconf
default
}
src_configure() {
econf "$(use_enable debug)"
}
src_install () {
default
keepdir "/usr/$(get_libdir)/vapoursynth/"
dosym -r "/usr/$(get_libdir)/libffms2.so" "/usr/$(get_libdir)/vapoursynth/libffms2.so"
rm "${D}/usr/$(get_libdir)/"*.la || die
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p media-video/ffms2 |
euse -E <flag> -p media-video/ffms2 |
euse -D <flag> -p media-video/ffms2
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ffms2-5.0.tar.gz | 167985 bytes | https://github.com/FFMS/ffms2/archive/refs/tags/5.0.tar.gz |