# ChangeLog for media-sound/ncmpc
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.20 2006/09/10 18:02:33 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ChangeLog,v 1.21 2006/10/29 22:49:09 ticho Exp $
+
+ 29 Oct 2006; Andrej Kacian <ticho@gentoo.org> ncmpc-0.11.0.ebuild,
+ ncmpc-0.11.1.ebuild, ncmpc-0.11.1-r1.ebuild:
+ Added pkgconfig to DEPEND to solve bug #153354 by "Evil Compile Person"
+ <bugs at dev.gentooexperimental.org>.
10 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
ncmpc-0.11.1-r1.ebuild:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.0.ebuild,v 1.6 2006/03/08 17:50:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.0.ebuild,v 1.7 2006/10/29 22:49:09 ticho Exp $
IUSE=""
RDEPEND="sys-libs/ncurses
dev-libs/popt
>=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make install DESTDIR=${D} docdir=/usr/share/doc/${PF} \
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild,v 1.8 2006/09/10 18:02:33 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1-r1.ebuild,v 1.9 2006/10/29 22:49:09 ticho Exp $
DESCRIPTION="A ncurses client for the Music Player Daemon (MPD)"
HOMEPAGE="http://www.musicpd.org/?page=ncmpc"
RDEPEND="sys-libs/ncurses
dev-libs/popt
>=dev-libs/glib-2.4"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
pkg_setup() {
use search-screen && einfo "Please note that the search-screen is experimental"
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1.ebuild,v 1.6 2006/03/08 17:50:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpc/ncmpc-0.11.1.ebuild,v 1.7 2006/10/29 22:49:09 ticho Exp $
IUSE=""
RDEPEND="sys-libs/ncurses
dev-libs/popt
>=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make install DESTDIR=${D} docdir=/usr/share/doc/${PF} \