Install this version:
emerge -a =media-radio/aptdec-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-radio/aptdec-9999
Or alternatively:
emerge --autounmask-write -a =media-radio/aptdec-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 cmake
DESCRIPTION="NOAA APT satellite imagery decoder"
HOMEPAGE="https://github.com/Xerbo/aptdec"
SRC_URI=""
EGIT_REPO_URI="https://github.com/Xerbo/aptdec"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
DEPEND="
media-libs/libpng
media-libs/libsndfile"
RDEPEND="${DEPEND}"
src_prepare() {
# https://github.com/Xerbo/aptdec/issues/22
sed -i -e 's#DESTINATION lib#DESTINATION ${CMAKE_INSTALL_LIBDIR}#' CMakeLists.txt || die
cmake_src_prepare
}
media-libs/libpng media-libs/libsndfile
media-libs/libpng media-libs/libsndfile