diff options
Diffstat (limited to 'media-video/cxfe/cxfe-0.9.1.ebuild')
-rw-r--r-- | media-video/cxfe/cxfe-0.9.1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/media-video/cxfe/cxfe-0.9.1.ebuild b/media-video/cxfe/cxfe-0.9.1.ebuild index f24547cb4ea9..153bd5cabf7c 100644 --- a/media-video/cxfe/cxfe-0.9.1.ebuild +++ b/media-video/cxfe/cxfe-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cxfe/cxfe-0.9.1.ebuild,v 1.1 2004/11/28 15:51:03 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cxfe/cxfe-0.9.1.ebuild,v 1.2 2005/01/13 03:17:28 arj Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.rtwnetwork.com/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" IUSE="lirc" DEPEND=">=media-libs/xine-lib-1_rc1 @@ -22,6 +22,10 @@ DEPEND=">=media-libs/xine-lib-1_rc1 src_unpack() { unpack ${A} mv cxfe ${P} + cd ${P} + epatch ${FILESDIR}/gcc-2.95-fix.patch + epatch ${FILESDIR}/max-osd-fix.patch + epatch ${FILESDIR}/xv-default.patch } src_install() { |