Install this version:
emerge -a =media-plugins/vapoursynth-minsrp-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/vapoursynth-minsrp-9999
Or alternatively:
emerge --autounmask-write -a =media-plugins/vapoursynth-minsrp-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="simple blurring/sharpening filter for vaporsynth"
HOMEPAGE="http://forum.doom9.org/showthread.php?t=173328"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/IFeelBloated/minsrp.git"
KEYWORDS=""
else
inherit vcs-snapshot
SRC_URI="https://github.com/IFeelBloated/minsrp/archive/r${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE=""
SLOT="0"
IUSE="doc"
RDEPEND+="
media-libs/vapoursynth
"
DEPEND="${RDEPEND}
"
S="${WORKDIR}/${P}/build/unix"
PATCHES=( "${FILESDIR}/${P}-memalign.patch"
"${FILESDIR}/${P}-missingInclude.patch" )
src_prepare() {
cd "${WORKDIR}/${P}"
eapply_user
default
cd ${S}
./autogen.sh
}
src_configure() {
econf --libdir="${EPREFIX}/usr/$(get_libdir)/vapoursynth/"
}
src_install() {
use doc && DOCS=( "${WORKDIR}/${P}/README.md" )
default
}
Manage flags for this package:
euse -i <flag> -p media-plugins/vapoursynth-minsrp |
euse -E <flag> -p media-plugins/vapoursynth-minsrp |
euse -D <flag> -p media-plugins/vapoursynth-minsrp
media-libs/vapoursynth
media-libs/vapoursynth