diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-06 11:48:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-06 11:48:54 +0000 |
commit | 8c5c767936659c85277cffe3065e26f57ff9e1c4 (patch) | |
tree | aa2f5cf53335413c08a3abf5707e93af81b149a2 /media-video/oxine | |
parent | old (diff) | |
download | gentoo-2-8c5c767936659c85277cffe3065e26f57ff9e1c4.tar.gz gentoo-2-8c5c767936659c85277cffe3065e26f57ff9e1c4.tar.bz2 gentoo-2-8c5c767936659c85277cffe3065e26f57ff9e1c4.zip |
Remove USE="hal" wrt #313389.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'media-video/oxine')
-rw-r--r-- | media-video/oxine/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/oxine/oxine-0.7.1-r1.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-video/oxine/ChangeLog b/media-video/oxine/ChangeLog index c55fb5718cae..9951785a8ff0 100644 --- a/media-video/oxine/ChangeLog +++ b/media-video/oxine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/oxine -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/ChangeLog,v 1.36 2008/09/20 21:31:01 beandog Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/ChangeLog,v 1.37 2010/11/06 11:48:54 ssuominen Exp $ + + 06 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> oxine-0.7.1-r1.ebuild: + Remove USE="hal" wrt #313389. *oxine-0.7.1-r1 (20 Sep 2008) diff --git a/media-video/oxine/oxine-0.7.1-r1.ebuild b/media-video/oxine/oxine-0.7.1-r1.ebuild index 3728fd41a72e..d1e238d67285 100644 --- a/media-video/oxine/oxine-0.7.1-r1.ebuild +++ b/media-video/oxine/oxine-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.7.1-r1.ebuild,v 1.1 2008/09/20 21:31:01 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/oxine/oxine-0.7.1-r1.ebuild,v 1.2 2010/11/06 11:48:54 ssuominen Exp $ WANT_AUTOMAKE="1.9" inherit eutils autotools @@ -11,12 +11,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 ppc ~ppc64 x86" SLOT="0" -IUSE="X curl debug dvb exif hal joystick jpeg lirc nls png v4l" +IUSE="X curl debug dvb exif joystick jpeg lirc nls png v4l" COMMON_DEPEND="media-libs/xine-lib dev-libs/libcdio curl? ( net-misc/curl ) - hal? ( sys-apps/hal ) joystick? ( media-libs/libjsw ) jpeg? ( media-gfx/imagemagick media-libs/netpbm @@ -98,7 +97,7 @@ src_compile() { $( use_enable debug ) \ $( use_enable dvb ) \ $( use_enable exif ) \ - $( use_enable hal ) \ + --disable-hal \ $( use_enable joystick ) \ $( use_enable lirc ) \ $( use_enable nls ) \ |