Install this version:
emerge -a =media-video/flaldf-bin-0.1b
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/flaldf-bin-0.1b
Or alternatively:
emerge --autounmask-write -a =media-video/flaldf-bin-0.1b
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1b | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="GPU accelerated compression to FLAC"
HOMEPAGE="https://github.com/TokugawaHeavyIndustries/FlaLDF"
MY_PN="FlaLDF"
SRC_URI="https://github.com/TokugawaHeavyIndustries/${MY_PN}/releases/download/v${PV:0:3}b/${MY_PN}-v${PV:0:3}-2-linux-x64.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"
src_install() {
dobin "${MY_PN,,}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | flaldf-bin-0.1b.tar.gz | 8420206 bytes | https://github.com/TokugawaHeavyIndustries/FlaLDF/releases/download/v0.1b/FlaLDF-v0.1-2-linux-x64.tar.gz |