media-sound/mmix - 0.3 (gentoo)

Search

Install

Install this version:

emerge -a =media-sound/mmix-0.3

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

autounmask =media-sound/mmix-0.3

Or alternatively:

emerge --autounmask-write -a =media-sound/mmix-0.3

Package Information

Description:
Soundcard mixer for the OSS driver
Homepage:
https://www.mcmilk.de/projects/mmix/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.3 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit toolchain-funcs

DESCRIPTION="Soundcard mixer for the OSS driver"
HOMEPAGE="https://www.mcmilk.de/projects/mmix/"
SRC_URI="https://www.mcmilk.de/projects/${PN}/dl/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# media-sound/mmix and dev-lang/mmix both install 'mmix' binary, bug #426874
RDEPEND=""
DEPEND="virtual/os-headers"

src_prepare() {
	default
	sed -i -e '/strip/d' Makefile || die
}

src_compile() {
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall" LDFLAGS="${LDFLAGS}"
}

src_install() {
	dobin ${PN}
	doman doc/${PN}.1
	dodoc doc/{AUTHORS,CHANGES,FAQ,README}
}

Inherited Eclasses

Dependencies

DEPEND

virtual/os-headers

Manifest for 0.3

Type File Size Source URLs
DIST mmix-0.3.tar.bz2 23628 bytes https://www.mcmilk.de/projects/mmix/dl/mmix-0.3.tar.bz2