diff options
author | 2007-01-05 20:55:13 +0000 | |
---|---|---|
committer | 2007-01-05 20:55:13 +0000 | |
commit | efdf32a4c210e0f98b451b6dbdda2440daccd2b1 (patch) | |
tree | efd831c5a95dd99d3bbe37d3b766a57f7f6ced4f /media-sound | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-efdf32a4c210e0f98b451b6dbdda2440daccd2b1.tar.gz gentoo-2-efdf32a4c210e0f98b451b6dbdda2440daccd2b1.tar.bz2 gentoo-2-efdf32a4c210e0f98b451b6dbdda2440daccd2b1.zip |
Adding libogg and libvorbis missing deps, bug #159722, thanks to Steven De Bock <steven_debock@yahoo.com>
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/djplay/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/djplay/djplay-0.3.0.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/djplay/ChangeLog b/media-sound/djplay/ChangeLog index 485c259ffa16..022acd459fe6 100644 --- a/media-sound/djplay/ChangeLog +++ b/media-sound/djplay/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/djplay -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/ChangeLog,v 1.4 2006/10/17 20:34:40 aballier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/ChangeLog,v 1.5 2007/01/05 20:55:13 aballier Exp $ + + 05 Jan 2007; Alexis Ballier <aballier@gentoo.org> djplay-0.3.0.ebuild: + Adding libogg and libvorbis missing deps, bug #159722, thanks to Steven De + Bock <steven_debock@yahoo.com> 17 Oct 2006; Alexis Ballier <aballier@gentoo.org> djplay-0.3.0.ebuild: Adding glib-1.2 dependency, bug #147768 diff --git a/media-sound/djplay/djplay-0.3.0.ebuild b/media-sound/djplay/djplay-0.3.0.ebuild index 1bf1cab7c33f..ecf92f2a41cc 100644 --- a/media-sound/djplay/djplay-0.3.0.ebuild +++ b/media-sound/djplay/djplay-0.3.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/djplay/djplay-0.3.0.ebuild,v 1.4 2006/10/17 20:34:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/djplay/djplay-0.3.0.ebuild,v 1.5 2007/01/05 20:55:13 aballier Exp $ IUSE="" @@ -25,7 +25,9 @@ DEPEND="media-libs/alsa-lib dev-libs/libxml2 media-plugins/tap-plugins media-plugins/swh-plugins - media-sound/jack-audio-connection-kit" + media-sound/jack-audio-connection-kit + media-libs/libogg + media-libs/libvorbis" src_unpack() { unpack ${A} |