Install this version:
emerge -a =media-video/zvbi2raw-20150529
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/zvbi2raw-20150529
Or alternatively:
emerge --autounmask-write -a =media-video/zvbi2raw-20150529
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20150529 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A quick-and-dirty tool for capturing VBI data using libzvbi."
HOMEPAGE="https://github.com/codeman38/zvbi2raw"
SHA="765156d3c54cafd26d696f81cfa78fc12023a7bf"
SRC_URI="https://github.com/codeman38/zvbi2raw/archive/${SHA}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${SHA}"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="media-libs/zvbi"
RDEPEND="${DEPEND}"
src_compile() {
emake
}
src_install() {
dobin "${PN}"
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | zvbi2raw-20150529.tar.gz | 2889 bytes | https://github.com/codeman38/zvbi2raw/archive/765156d3c54cafd26d696f81cfa78fc12023a7bf.tar.gz |