media-plugins/alsa-plugin-rsound - 9999 (booboo)

Search

Install

Install this version:

emerge -a =media-plugins/alsa-plugin-rsound-9999

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

autounmask =media-plugins/alsa-plugin-rsound-9999

Or alternatively:

emerge --autounmask-write -a =media-plugins/alsa-plugin-rsound-9999

Package Information

Description:
RSound plugin for ALSA
Homepage:
http://themaister.net/rsound.html
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7
inherit autotools git-r3

DESCRIPTION="RSound plugin for ALSA"
HOMEPAGE="http://themaister.net/rsound.html"
SRC_URI=""
EGIT_REPO_URI="https://github.com/Themaister/alsa-plugins-rsound.git"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
SRC_URI=""

IUSE=""

RDEPEND="
	media-libs/alsa-lib
	media-sound/rsound:=
"
DEPEND="${RDEPEND}"

src_prepare() {
	default
	eautoreconf
}

src_compile() {
	cd "${S}/rsound"
	emake
}

src_install() {
	cd "${S}/rsound"
	emake DESTDIR="$D" install
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/alsa-lib
	media-sound/rsound:=

RDEPEND

	media-libs/alsa-lib
	media-sound/rsound:=