media-libs/phat - 0.4.1 (gentoo)

Search

Install

Install this version:

emerge -a =media-libs/phat-0.4.1

Package Information

Description:
PHAT is a collection of GTK+ widgets geared toward pro-audio apps
Homepage:
https://sourceforge.net/projects/phat.berlios/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4.1 8 amd64 ppc ~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

DESCRIPTION="PHAT is a collection of GTK+ widgets geared toward pro-audio apps"
HOMEPAGE="https://sourceforge.net/projects/phat.berlios/"
SRC_URI="https://downloads.sourceforge.net/phat.berlios/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE="debug"

RDEPEND="gnome-base/libgnomecanvas
	x11-libs/gtk+:2
	x11-libs/libX11"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/gtk-doc
	virtual/pkgconfig"

PATCHES=(
	"${FILESDIR}/${P}-underlinking.patch"
	"${FILESDIR}/${P}-libm-underlinking.patch"
)

src_prepare() {
	default

	eautoreconf
}

src_configure() {
	econf $(use_enable debug)
}

src_install() {
	default

	find "${ED}" -name '*.la' -delete || die
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

gnome-base/libgnomecanvas
	x11-libs/gtk+:2
	x11-libs/libX11

RDEPEND

gnome-base/libgnomecanvas
	x11-libs/gtk+:2
	x11-libs/libX11

BDEPEND

dev-util/gtk-doc
	virtual/pkgconfig

Manifest for 0.4.1

Type File Size Source URLs
DIST phat-0.4.1.tar.gz 550910 bytes https://downloads.sourceforge.net/phat.berlios/phat-0.4.1.tar.gz