Install this version:
emerge -a =sci-libs/libricohcamerasdk-2.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/libricohcamerasdk-2.2.0
Or alternatively:
emerge --autounmask-write -a =sci-libs/libricohcamerasdk-2.2.0
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake udev
DESCRIPTION="RICOH Camera USB SDK for C++"
HOMEPAGE="http://indilib.org"
if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/indilib/indi-3rdparty.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
S="${EGIT_CHECKOUT_DIR}/${PN}"
else
SRC_URI="https://github.com/indilib/indi-3rdparty/archive/v${PV}.tar.gz -> indilib-3rdparty-${PV}.tar.gz"
KEYWORDS="-* ~amd64 ~arm ~x86"
S="${WORKDIR}/indi-3rdparty-${PV}/${PN}"
fi
LICENSE="RICOH"
SLOT="0/1"
DEPEND="
virtual/udev
"
RDEPEND="${DEPEND}"
pkg_postinst() {
udev_reload
}
pkg_postrm() {
udev_reload
}
virtual/udev
virtual/udev
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | indilib-3rdparty-2.2.0.tar.gz | 302363812 bytes | https://github.com/indilib/indi-3rdparty/archive/v2.2.0.tar.gz |