media-sound/aumix - 2.9.1 (gentoo)

Search

Install

Install this version:

emerge -a =media-sound/aumix-2.9.1

Package Information

Description:
Aumix volume/mixer control program
Homepage:
http://jpj.net/~trevor/aumix.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.9.1 8 ~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools desktop

DESCRIPTION="Aumix volume/mixer control program"
HOMEPAGE="http://jpj.net/~trevor/aumix.html"
SRC_URI="http://jpj.net/~trevor/aumix/releases/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86"
IUSE="gpm gtk nls"

RDEPEND="sys-libs/ncurses:0=
	gpm? ( sys-libs/gpm )
	gtk? ( x11-libs/gtk+:2 )
	nls? ( virtual/libintl )"
DEPEND="${RDEPEND}"
BDEPEND="
	virtual/pkgconfig
	nls? ( sys-devel/gettext )
"

PATCHES=(
	"${FILESDIR}"/${P}-tinfo.patch #578722
	"${FILESDIR}"/${P}-fno-common.patch
	"${FILESDIR}"/${P}-gcc14-build-fix.patch
)

src_prepare() {
	default
	eautoreconf #578722
}

src_configure() {
	local myeconfargs=(
		$(use_enable nls)
		$(usex gtk '' --without-gtk)
		$(usex gpm '' --without-gpm)
		--without-sysmouse #921162
	)

	econf "${myeconfargs[@]}"
}

src_install() {
	default

	newinitd "${FILESDIR}"/aumix.rc6 aumix

	if use gtk; then
		doicon data/aumix.xpm
		make_desktop_entry aumix Aumix
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-sound/aumix | euse -E <flag> -p media-sound/aumix | euse -D <flag> -p media-sound/aumix

Global/Standard Flags

gpm
gtk
nls

Inherited Eclasses

Dependencies

DEPEND

sys-libs/ncurses:0=
	gpm? ( sys-libs/gpm )
	gtk? ( x11-libs/gtk+:2 )
	nls? ( virtual/libintl )

RDEPEND

sys-libs/ncurses:0=
	gpm? ( sys-libs/gpm )
	gtk? ( x11-libs/gtk+:2 )
	nls? ( virtual/libintl )

BDEPEND

	virtual/pkgconfig
	nls? ( sys-devel/gettext )

Manifest for 2.9.1

Type File Size Source URLs
DIST aumix-2.9.1.tar.bz2 231622 bytes http://jpj.net/~trevor/aumix/releases/aumix-2.9.1.tar.bz2