diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-09 18:11:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-09 18:11:48 +0000 |
commit | 321a10bc377b9d96507fbab2c566ef80cc5df81f (patch) | |
tree | 0a26d79d57d5a1d0d6c13461cefe78ccc47a71a6 /media-sound | |
parent | validate metadata.xml (diff) | |
download | gentoo-2-321a10bc377b9d96507fbab2c566ef80cc5df81f.tar.gz gentoo-2-321a10bc377b9d96507fbab2c566ef80cc5df81f.tar.bz2 gentoo-2-321a10bc377b9d96507fbab2c566ef80cc5df81f.zip |
gtk/gtk2 issue
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/aumix/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/aumix/Manifest | 6 | ||||
-rw-r--r-- | media-sound/aumix/aumix-2.7-r4.ebuild | 5 | ||||
-rw-r--r-- | media-sound/aumix/aumix-2.8.ebuild | 8 |
4 files changed, 16 insertions, 9 deletions
diff --git a/media-sound/aumix/ChangeLog b/media-sound/aumix/ChangeLog index 8d64865a8342..5fa2b8571e35 100644 --- a/media-sound/aumix/ChangeLog +++ b/media-sound/aumix/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for media-sound/aumix # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/ChangeLog,v 1.13 2003/11/04 08:34:17 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/ChangeLog,v 1.14 2003/12/09 18:11:41 seemant Exp $ + 09 Dec 2003; Seemant Kulleen <seemant@gentoo.org> aumix-2.7-r4.ebuild, + aumix-2.8.ebuild: + fix gtk/gtk2 issue so that it compiles gtk1 interface if -gtk in USE. Thanks + to: Will Richey <w-gentoo@mulm.org> in bug #35444 18 May 2003; Seemant Kulleen <seemant@gentoo.org> files/aumix.rc6: Added support for OSS detection in the initscript. Thanks to: Jarkko diff --git a/media-sound/aumix/Manifest b/media-sound/aumix/Manifest index cff1984cdd7b..802b7ec94661 100644 --- a/media-sound/aumix/Manifest +++ b/media-sound/aumix/Manifest @@ -1,6 +1,6 @@ -MD5 00b5728e56e775849e252324b9a2b528 aumix-2.8.ebuild 1348 -MD5 fc33692e4bfbcff6091220debf8893e2 aumix-2.7-r4.ebuild 1243 -MD5 5423798b2f35c94021cff9333d4913fd ChangeLog 1938 +MD5 7c1c9afc287f2f6feaaddebdb040744e aumix-2.8.ebuild 1403 +MD5 03e1a9b692a176cc3444407b37cae47c aumix-2.7-r4.ebuild 1243 +MD5 ce493d833a9ff144e87349687d018761 ChangeLog 2164 MD5 857a1fe260905ab09b7befd877affafd files/digest-aumix-2.8 62 MD5 f39abfbf49ff4a33e109eeb14a4325c2 files/aumix.desktop 124 MD5 a5a819c8a63eb3433b5532ba487a888a files/aumix.rc6 1138 diff --git a/media-sound/aumix/aumix-2.7-r4.ebuild b/media-sound/aumix/aumix-2.7-r4.ebuild index 254cde0cfc76..29db127b1cd8 100644 --- a/media-sound/aumix/aumix-2.7-r4.ebuild +++ b/media-sound/aumix/aumix-2.7-r4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.7-r4.ebuild,v 1.18 2003/09/07 00:06:04 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.7-r4.ebuild,v 1.19 2003/12/09 18:11:41 seemant Exp $ + +IUSE="gpm nls gtk gnome alsa" DESCRIPTION="Aumix volume/mixer control program." SRC_URI="http://jpj.net/~trevor/aumix/${P}.tar.gz" @@ -9,7 +11,6 @@ HOMEPAGE="http://jpj.net/~trevor/aumix/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa" -IUSE="gpm nls gtk gnome alsa" DEPEND=">=sys-libs/ncurses-5.2 gpm? ( >=sys-libs/gpm-1.19.3 ) diff --git a/media-sound/aumix/aumix-2.8.ebuild b/media-sound/aumix/aumix-2.8.ebuild index 100e7e7c1b78..aa63a07a9615 100644 --- a/media-sound/aumix/aumix-2.8.ebuild +++ b/media-sound/aumix/aumix-2.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8.ebuild,v 1.7 2003/11/24 07:25:36 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8.ebuild,v 1.8 2003/12/09 18:11:41 seemant Exp $ -IUSE="gpm nls gtk gnome alsa gtk2" +IUSE="alsa gtk gtk2 gnome gpm nls" DESCRIPTION="Aumix volume/mixer control program." SRC_URI="http://jpj.net/~trevor/aumix/${P}.tar.bz2" @@ -25,7 +25,9 @@ src_compile() { local myconf if use gtk; then - use gtk2 && myconf="${myconf} --without-gtk1" + use gtk2 \ + && myconf="${myconf} --without-gtk1" \ + || myconf="${myconf} --without-gtk with-gtk1" else myconf="${myconf} --without-gtk --without-gtk1"; fi |