media-plugins/deadbeef-vfs-rar - 9999 (stuff)

Search

Install

Install this version:

emerge -a =media-plugins/deadbeef-vfs-rar-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-plugins/deadbeef-vfs-rar-9999

Or alternatively:

emerge --autounmask-write -a =media-plugins/deadbeef-vfs-rar-9999

Package Information

Description:
VFS plugin for DeaDBeeF: play audio from RAR archives
Homepage:
https://github.com/DeaDBeeF-Player/vfs_rar
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3

DESCRIPTION="VFS plugin for DeaDBeeF: play audio from RAR archives"
HOMEPAGE="https://github.com/DeaDBeeF-Player/vfs_rar"
EGIT_REPO_URI="https://github.com/DeaDBeeF-Player/vfs_rar.git"
EGIT_SUBMODULES=( '*' )

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""

DEPEND="media-sound/deadbeef"
RDEPEND="${DEPEND}"

src_install() {
	exeinto /usr/$(get_libdir)/deadbeef
	doexe vfs_rar.so
}

Inherited Eclasses

Dependencies

DEPEND

media-sound/deadbeef

RDEPEND

media-sound/deadbeef