Install this version:
emerge -a =media-plugins/deadbeef-archive-reader-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/deadbeef-archive-reader-9999
Or alternatively:
emerge --autounmask-write -a =media-plugins/deadbeef-archive-reader-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="DeaDBeeF plugin for playing directly from RAR, 7z and Gzip archive files"
HOMEPAGE="https://github.com/carlosanunes/deadbeef_vfs_archive_reader"
EGIT_REPO_URI="https://github.com/carlosanunes/deadbeef_vfs_archive_reader"
LICENSE="LGPL-2.1"
SLOT="0"
DEPEND_COMMON="media-sound/deadbeef"
RDEPEND="
${DEPEND_COMMON}
"
DEPEND="
${DEPEND_COMMON}
"
S=${WORKDIR}/${P}/src
#PATCHES=(
# "${FILESDIR}"/fix-blargg_ok-declaration.patch
#)
src_prepare() {
./configure
default
}
src_compile() {
emake
}
src_install() {
insinto /usr/$(get_libdir)/deadbeef
doins ddb_archive_reader.so
}
media-sound/deadbeef
media-sound/deadbeef