Install this version:
emerge -a =media-libs/hal-flash-0.3.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/hal-flash-0.3.3
Or alternatively:
emerge --autounmask-write -a =media-libs/hal-flash-0.3.3
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit multilib-minimal
DESCRIPTION="A libhal stub for flashplayer/adobecp, forwarding specific API parts to UDisks"
HOMEPAGE="https://github.com/cshorler/hal-flash"
SRC_URI="https://github.com/cshorler/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
dev-libs/glib:2=[${MULTILIB_USEDEP},dbus]
sys-apps/dbus[${MULTILIB_USEDEP}]
"
RDEPEND="
${COMMON_DEPEND}
sys-fs/udisks
"
DEPEND="
${COMMON_DEPEND}
virtual/pkgconfig
"
DOCS="FAQ.txt README"
PATCHES=( "${FILESDIR}"/0001-Make-build-work-outside-of-source-tree.patch )
ECONF_SOURCE="${S}"
src_install() {
multilib-minimal_src_install
find "${D}" -name '*.la' -delete || die
}
dev-libs/glib:2=[,dbus] sys-apps/dbus[] virtual/pkgconfig
dev-libs/glib:2=[,dbus] sys-apps/dbus[] sys-fs/udisks
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hal-flash-0.3.3.tar.gz | 337065 bytes | https://github.com/cshorler/hal-flash/archive/v0.3.3.tar.gz |