summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-13 21:27:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-13 21:27:30 +0000
commit273aec1a4a613848533aa4d253b8d3715b903862 (patch)
tree1626a5f1687cc6fc20c4ddbd42bcebbdff6fb8b1 /media-video/oxine/oxine-0.6.3-r1.ebuild
parentremove unused version (diff)
downloadhistorical-273aec1a4a613848533aa4d253b8d3715b903862.tar.gz
historical-273aec1a4a613848533aa4d253b8d3715b903862.tar.bz2
historical-273aec1a4a613848533aa4d253b8d3715b903862.zip
pkgconfig is only a build dep, bug #217278
Package-Manager: portage-2.1.5_rc3
Diffstat (limited to 'media-video/oxine/oxine-0.6.3-r1.ebuild')
-rw-r--r--media-video/oxine/oxine-0.6.3-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-video/oxine/oxine-0.6.3-r1.ebuild b/media-video/oxine/oxine-0.6.3-r1.ebuild
index 1452e6859b16..89c619a12ab6 100644
--- a/media-video/oxine/oxine-0.6.3-r1.ebuild
+++ b/media-video/oxine/oxine-0.6.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.6.3-r1.ebuild,v 1.7 2008/04/10 17:01:06 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.6.3-r1.ebuild,v 1.8 2008/04/13 21:27:30 aballier Exp $
WANT_AUTOMAKE="1.9"
inherit eutils autotools
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ppc ~ppc64 x86"
SLOT="0"
IUSE="X curl debug dvb jpeg nls png polling lirc v4l input_devices_joystick"
-DEPEND="media-libs/xine-lib
+RDEPEND="media-libs/xine-lib
curl? ( net-misc/curl )
input_devices_joystick? ( media-libs/libjsw )
jpeg? ( media-gfx/imagemagick
@@ -29,7 +29,9 @@ DEPEND="media-libs/xine-lib
media-libs/netpbm
media-video/mjpegtools )
X? ( x11-libs/libXext x11-libs/libX11 )
- virtual/eject
+ virtual/eject"
+
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {