summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-01-22 04:58:03 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-01-22 04:58:03 +0000
commitb6fa949e03e4ed587bcee7fbaab48a24341b4984 (patch)
tree29de62cdd3cc70aace35a71c3f7c2d61d39982c1 /media-sound/aumix
parent=dev-java/libgconf-java-2.12.1 ~x86$ (diff)
downloadgentoo-2-b6fa949e03e4ed587bcee7fbaab48a24341b4984.tar.gz
gentoo-2-b6fa949e03e4ed587bcee7fbaab48a24341b4984.tar.bz2
gentoo-2-b6fa949e03e4ed587bcee7fbaab48a24341b4984.zip
Removed gtk2 use flag, bug 106560.
(Portage version: 2.0.54)
Diffstat (limited to 'media-sound/aumix')
-rw-r--r--media-sound/aumix/ChangeLog10
-rw-r--r--media-sound/aumix/Manifest14
-rw-r--r--media-sound/aumix/aumix-2.8-r3.ebuild70
-rw-r--r--media-sound/aumix/files/digest-aumix-2.8-r31
4 files changed, 82 insertions, 13 deletions
diff --git a/media-sound/aumix/ChangeLog b/media-sound/aumix/ChangeLog
index 4e35f60913cb..0a0a8974fae1 100644
--- a/media-sound/aumix/ChangeLog
+++ b/media-sound/aumix/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/aumix
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/ChangeLog,v 1.49 2005/07/07 19:36:39 eradicator Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/ChangeLog,v 1.50 2006/01/22 04:58:03 matsuu Exp $
+
+*aumix-2.8-r3 (22 Jan 2006)
+
+ 22 Jan 2006; MATSUU Takuto <matsuu@gentoo.org> +aumix-2.8-r3.ebuild:
+ Removed gtk2 use flag, bug 106560.
+ Clean up ebuild.
07 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org> files/aumix.rc6:
Updated init script to work with sparc audio. Closes bug #84412 thanks to
diff --git a/media-sound/aumix/Manifest b/media-sound/aumix/Manifest
index fd212ea12782..962250da7330 100644
--- a/media-sound/aumix/Manifest
+++ b/media-sound/aumix/Manifest
@@ -1,8 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 cb709e469cc3b60af59e1a8ffa21a8b8 ChangeLog 5981
+MD5 e9118b52afdfc984d04b0c1f6b53be65 ChangeLog 6138
MD5 92391e16e18a77102b7975e5dc1ce49d aumix-2.8-r2.ebuild 1848
+MD5 f7ef465e10373afb70fc2830a5153323 aumix-2.8-r3.ebuild 1675
MD5 00da88dc336799f1385f518dd005dd5a files/aumix-2.8-close-dialogs.patch 613
MD5 a685fd4f0649bfb0c7fd4860eda0caa7 files/aumix-2.8-nls.patch 829
MD5 6c8d691beb495257d8309e58c127acd2 files/aumix-2.8-nohome.patch 529
@@ -10,11 +8,5 @@ MD5 221509621be1606c1a61dfc8fcd4991e files/aumix-2.8-save_load.patch 1331
MD5 f39abfbf49ff4a33e109eeb14a4325c2 files/aumix.desktop 124
MD5 1ddf032a74e8441c64775370c1b446bd files/aumix.rc6 1155
MD5 857a1fe260905ab09b7befd877affafd files/digest-aumix-2.8-r2 62
+MD5 857a1fe260905ab09b7befd877affafd files/digest-aumix-2.8-r3 62
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDcO0BOpjtAl+gMRURAuO9AJ4x63qBZb6NmvMZw5yeUVSsNgcm7QCgnqc+
-1gmltxYQc41LjbdOBpeW5Bw=
-=Iver
------END PGP SIGNATURE-----
diff --git a/media-sound/aumix/aumix-2.8-r3.ebuild b/media-sound/aumix/aumix-2.8-r3.ebuild
new file mode 100644
index 000000000000..94c932d1f0b9
--- /dev/null
+++ b/media-sound/aumix/aumix-2.8-r3.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8-r3.ebuild,v 1.1 2006/01/22 04:58:03 matsuu Exp $
+
+inherit eutils
+
+DESCRIPTION="Aumix volume/mixer control program"
+HOMEPAGE="http://jpj.net/~trevor/aumix.html"
+SRC_URI="http://jpj.net/~trevor/aumix/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gpm gtk nls"
+
+#alsa support is broken in 2.8 alsa? ( >=media-libs/alsa-lib-0.9.0_rc1 )
+RDEPEND=">=sys-libs/ncurses-5.2
+ gpm? ( >=sys-libs/gpm-1.19.3 )
+ gtk? ( >=x11-libs/gtk+-2.0.0 )"
+
+DEPEND="${RDEPEND}
+ >=sys-apps/portage-2.0.51
+ sys-apps/findutils
+ nls? ( sys-devel/gettext )"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-nohome.patch
+ epatch "${FILESDIR}"/${P}-close-dialogs.patch
+ epatch "${FILESDIR}"/${P}-save_load.patch
+ epatch "${FILESDIR}"/${P}-nls.patch
+
+ # Prevent auto* from rerunning... bug #70379
+ touch aclocal.m4
+ find . -name Makefile.in -exec touch {} \;
+ find . -name stamp-h.in -exec touch {} \;
+ touch configure
+}
+
+src_compile() {
+ local myconf="--without-gtk1"
+
+ # use_with borks becasue of bad configure script.
+ if ! use gtk; then
+ myconf="${myconf} --without-gtk"
+ fi
+
+ if ! use gpm; then
+ myconf="${myconf} --without-gpm"
+ fi
+
+ econf \
+ `use_enable nls` \
+ ${myconf} || die
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+
+ dodoc AUTHORS BUGS ChangeLog NEWS README TODO
+
+ newinitd "${FILESDIR}"/aumix.rc6 aumix
+
+ if use gtk; then
+ doicon data/aumix.xpm
+ make_desktop_entry aumix Aumix aumix.xpm
+ fi
+}
diff --git a/media-sound/aumix/files/digest-aumix-2.8-r3 b/media-sound/aumix/files/digest-aumix-2.8-r3
new file mode 100644
index 000000000000..12537fa60981
--- /dev/null
+++ b/media-sound/aumix/files/digest-aumix-2.8-r3
@@ -0,0 +1 @@
+MD5 dc3fc7209752207c23e7c94ab886b340 aumix-2.8.tar.bz2 157503