From ad76c65afe13d6a2341045a470a7ceeb9ea70f61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 11 Feb 2007 18:13:43 +0000 Subject: [PATCH] Don't depend on virtual/alsa (those are drivers), depend properly on media-libs/alsa-lib. Package-Manager: portage-2.1.2-r9 --- media-sound/radiomixer/ChangeLog | 8 ++++++-- media-sound/radiomixer/radiomixer-1.0.ebuild | 18 +++++++++--------- media-sound/specimen/ChangeLog | 8 ++++++-- media-sound/specimen/specimen-0.4.5.ebuild | 6 +++--- 4 files changed, 24 insertions(+), 16 deletions(-) diff --git a/media-sound/radiomixer/ChangeLog b/media-sound/radiomixer/ChangeLog index 2684dda749c5..def878c4e261 100644 --- a/media-sound/radiomixer/ChangeLog +++ b/media-sound/radiomixer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/radiomixer -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.4 2006/05/18 12:00:35 jokey Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.5 2007/02/11 18:11:50 flameeyes Exp $ + + 11 Feb 2007; Diego Pettenò radiomixer-1.0.ebuild: + Don't depend on virtual/alsa (those are drivers), depend properly on + media-libs/alsa-lib. 18 May 2006; Markus Ullmann radiomixer-1.0.ebuild: Removing the qmake call as it is done by upstreams configure now diff --git a/media-sound/radiomixer/radiomixer-1.0.ebuild b/media-sound/radiomixer/radiomixer-1.0.ebuild index 7fed39fd0d3f..244ed6fff24f 100644 --- a/media-sound/radiomixer/radiomixer-1.0.ebuild +++ b/media-sound/radiomixer/radiomixer-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.0.ebuild,v 1.2 2006/05/18 12:00:35 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.0.ebuild,v 1.3 2007/02/11 18:11:50 flameeyes Exp $ inherit kde-functions eutils @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="alsa debug hwmixer jack mad songdb vorbis" DEPEND="media-libs/libsamplerate - alsa? ( virtual/alsa ) + alsa? ( media-libs/alsa-lib ) jack? ( media-sound/jack-audio-connection-kit ) mad? ( media-libs/libmad ) vorbis? ( media-libs/libvorbis )" @@ -64,22 +64,22 @@ src_compile() { local myconf if ! use alsa ; then - myconf="--disable-alsa" + myconf="--disable-alsa" fi if use hwmixer ; then - myconf="${myconf} --enable-hwmixer" + myconf="${myconf} --enable-hwmixer" fi if ! use jack ; then - myconf="${myconf} --disable-jackd" + myconf="${myconf} --disable-jackd" fi if ! use mad ; then - myconf="${myconf} --disable-mad" + myconf="${myconf} --disable-mad" fi if use songdb ; then - myconf="${myconf} --enable-songdb" + myconf="${myconf} --enable-songdb" fi if ! use vorbis ; then - myconf="${myconf} --disable-vorbis" + myconf="${myconf} --disable-vorbis" fi if use debug ; then myconf="${myconf} --debug" diff --git a/media-sound/specimen/ChangeLog b/media-sound/specimen/ChangeLog index db342e86a6f5..006907aa6ec0 100644 --- a/media-sound/specimen/ChangeLog +++ b/media-sound/specimen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/specimen -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/ChangeLog,v 1.12 2006/09/13 18:21:45 tove Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/ChangeLog,v 1.13 2007/02/11 18:13:43 flameeyes Exp $ + + 11 Feb 2007; Diego Pettenò specimen-0.4.5.ebuild: + Don't depend on virtual/alsa (those are drivers), depend properly on + media-libs/alsa-lib. *specimen-0.5.1 (06 Aug 2006) diff --git a/media-sound/specimen/specimen-0.4.5.ebuild b/media-sound/specimen/specimen-0.4.5.ebuild index c22878d73220..6247b6b2feef 100644 --- a/media-sound/specimen/specimen-0.4.5.ebuild +++ b/media-sound/specimen/specimen-0.4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/specimen-0.4.5.ebuild,v 1.5 2005/06/12 12:14:14 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/specimen-0.4.5.ebuild,v 1.6 2007/02/11 18:13:43 flameeyes Exp $ DESCRIPTION="A Midi Controllable Audio Sampler" HOMEPAGE="http://www.gazuga.net" @@ -13,7 +13,7 @@ KEYWORDS="-amd64 ~ppc sparc x86" IUSE="ladcca debug" DEPEND="media-sound/jack-audio-connection-kit - virtual/alsa + media-libs/alsa-lib media-libs/libsamplerate media-libs/libsndfile media-libs/phat -- 2.26.2