Portage is a package management system used by Gentoo Linux
# ChangeLog for media-sound/gamix
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gamix/ChangeLog,v 1.29 2008/04/14 12:50:40 drac Exp $
14 Apr 2008; Samuli Suominen
Use emake instead of make and fix reversed depends for bug 217278.
28 Oct 2006; Diego Pettenò
gamix-1.99_p14-r2.ebuild:
Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153096.
06 Sep 2006; Luis Medinas
Remove older version.
04 Sep 2006; Bryan Østergaard
gamix-1.99_p14-r2.ebuild:
Stable on ia64.
04 Sep 2006; Saleem Abdulrasool
gamix-1.99_p14-r2.ebuild:
stable on x86 (bug #145429)
29 Aug 2006; Markus Rothe
Stable on ppc64; bug #145447
29 Aug 2006; Tobias Scherbaum
gamix-1.99_p14-r2.ebuild:
ppc stable, bug #145429
29 Aug 2006; Bryan Østergaard
gamix-1.99_p14-r2.ebuild:
Stable on Alpha, bug 145429.
29 Aug 2006; Luis Medinas
Stable on amd64 see bug #145429.
07 Nov 2005; Diego Pettenò
gamix-1.99_p14-r1.ebuild:
Don't install COPYING, ABOUT-NLS and INSTALL files.
*gamix-1.99_p14-r2 (23 Oct 2005)
23 Oct 2005; MATSUU Takuto
Removed gtk2 use flag, Bug 106560.
14 Sep 2005; Aron Griffis
Mark 1.99_p14-r1 stable on alpha
24 Aug 2005; Aron Griffis
stable on ia64
16 Dec 2004; Markus Rothe
Stable on ppc64
01 Nov 2004; Markus Rothe
Marked ~ppc64; bug #64631
14 Sep 2004; Jeremy Huddleston
gamix-1.99_p14-r1.ebuild:
Stable amd64.
26 Mar 2004; Jeremy Huddleston
gamix-1.99_p14-r1.ebuild:
Stable x86.
24 Mar 2004; Michael Sterrett
gamix-1.99_p14-r1.ebuild:
don't use deprecated ? : use syntax
14 Mar 2004; Jeremy Huddleston
gamix-1.99_p14-r1.ebuild:
readonly bug fix for bug #44712.
29 Feb 2004; Jeremy Huddleston
gamix-1.99_p13-r1.ebuild, gamix-1.99_p14-r1.ebuild, metadata.xml:
Removing ~mips because it can't satisfy DEPEND.
17 Feb 2004; Ciaran McCreesh
gamix-1.99_p14-r1.ebuild:
Changing to -sparc as we don't have ALSA support
*gamix-1.99_p13-r1 (04 Dec 2003)
*gamix-1.99_p14-r1 (04 Dec 2003)
04 Dec 2003; Seemant Kulleen
gamix-1.99_p14-r1.ebuild:
fixed dependency information. This sorts out virtual/alsa and the gtk/gtk2 use
flag situation. Spider opened bug #34564, but Jonathan Kraut
*gamix-1.99_p14 (20 Sep 2003)
20 Sep 2003; jje
Version bump.
Submitted by: Jonathan Kraut
*gamix-1.99_p13 (19 May 2002)
26 Jan 2003; Jon Nall
added ~ppc
08 Aug 2002; Seemant Kulleen
nls bloat reduction.
19 May 2002; Ryan Phillips
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST gamix-1.99.p14.tar.gz 484433 RMD160 3afa13807a23e43c7d0fc0646ae1790a92202147 SHA1 0515a2f549fc45160dfbea50911bc6b13f76e673 SHA256 ada2ce247777ff60b6d47a07ea30d48603dd48b1327163cea8edb33be7a163ff
EBUILD gamix-1.99_p14-r2.ebuild 816 RMD160 044437b9ccf01749b979ff7fe7069fb054407777 SHA1 f575858aec3e59e49fa42952b4e7a0b39a51a5d5 SHA256 9a4b1eba5f17644f8d348c10934e02c00284c4e89d264d92ec1e7c639b798f6f
MISC ChangeLog 3935 RMD160 c3f9cc98fc8c41962da87b18d3b7b758148f015d SHA1 f9668721f7ce2af38f6d04d20654ab9ed83e451d SHA256 320bce00313936488aaa105b6781cc15001b77f134fa5ae86463c70856083fb5
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gamix/gamix-1.99_p14-r2.ebuild,v 1.10 2008/04/14 12:50:40 drac Exp $
MY_P=${P/_p/.p}
DESCRIPTION="GTK ALSA audio mixer"
HOMEPAGE="http://www1.tcnet.ne.jp/fmurata/linux/down"
SRC_URI="http://www1.tcnet.ne.jp/fmurata/linux/down/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 -sparc x86"
IUSE="nls"
RDEPEND="media-libs/alsa-lib
>=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${MY_P}
src_compile() {
econf $(use_enable nls) --with-gtk-target=-2.0
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS NEWS README README.euc TODO
}