# 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ò <flameeyes@gentoo.org> 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 <jokey@gentoo.org> radiomixer-1.0.ebuild:
Removing the qmake call as it is done by upstreams configure now
-# 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
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 )"
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"
# 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ò <flameeyes@gentoo.org> 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)
-# 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"
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