Install this version:
emerge -a =media-libs/rockchip-mali-jellyfin-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/rockchip-mali-jellyfin-9999
Or alternatively:
emerge --autounmask-write -a =media-libs/rockchip-mali-jellyfin-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 meson
DESCRIPTION="Rockchip Userspace Mali GPU Driver (jellyfin fork)"
HOMEPAGE="https://github.com/tsukumijima/libmali-rockchip"
EGIT_REPO_URI="https://github.com/tsukumijima/libmali-rockchip"
LICENSE="ARM-MALI-EULA"
SLOT="0"
KEYWORDS=""
DEPEND="
x11-libs/libdrm
"
RDEPEND="${DEPEND}"
# TODO Allow useflags for different gpus and platforms
# for now I'm sticking with the default.
pkg_pretend() {
if [ ${EGIT_CLONE_TYPE} != "shallow" ]; then
ewarn
ewarn "This git repo is rather large."
ewarn "consider setting 'EGIT_CLONE_TYPE' to 'shallow' in your package.env"
ewarn
fi
}
src_configure() {
local emesonargs=(
-Dvendor-package=true
)
meson_src_configure
}
x11-libs/libdrm
x11-libs/libdrm