# ChangeLog for media-sound/gstreamripper
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gstreamripper/ChangeLog,v 1.10 2005/06/12 15:06:26 dertobi123 Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gstreamripper/ChangeLog,v 1.11 2006/10/28 01:41:12 flameeyes Exp $
+
+ 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ gstreamripper-0.2.ebuild:
+ Add missing pkgconfig dependency, thanks to Patrick Lauer in bug #153092.
12 Jun 2005; Tobias Scherbaum <dertobi123@gentoo.org>
gstreamripper-0.2.ebuild:
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gstreamripper/gstreamripper-0.2.ebuild,v 1.10 2005/06/12 15:06:26 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gstreamripper/gstreamripper-0.2.ebuild,v 1.11 2006/10/28 01:41:12 flameeyes Exp $
IUSE=""
SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
-DEPEND=">=x11-libs/gtk+-2.4
+RDEPEND=">=x11-libs/gtk+-2.4
>=media-sound/streamripper-1.60.5"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
src_install() {
make DESTDIR="${D}" install || die