Install this version:
emerge -a =media-plugins/vapoursynth-ffmpegsource-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/vapoursynth-ffmpegsource-9999
Or alternatively:
emerge --autounmask-write -a =media-plugins/vapoursynth-ffmpegsource-9999
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit multilib
DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access"
HOMEPAGE="https://github.com/FFMS/ffms2"
if [[ ${PV} == *9999* ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
RDEPEND="
=media-libs/ffmpegsource-${PV}
media-libs/vapoursynth
"
DEPEND="${RDEPEND}
"
S="${WORKDIR}"
src_install() {
dosym ${EPREFIX}/usr/$(get_libdir)/libffms2.so /usr/$(get_libdir)/vapoursynth/libffms2.so || die
}
=media-libs/ffmpegsource-9999 media-libs/vapoursynth
=media-libs/ffmpegsource-9999 media-libs/vapoursynth