diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-16 01:06:43 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-16 01:06:43 +0000 |
commit | dd2f335c716585b99bd96c42af55ff7424abc5d7 (patch) | |
tree | b3413a1bb6f7556121281423cafe6824d19783bc /media-video | |
parent | typo fix (diff) | |
download | gentoo-2-dd2f335c716585b99bd96c42af55ff7424abc5d7.tar.gz gentoo-2-dd2f335c716585b99bd96c42af55ff7424abc5d7.tar.bz2 gentoo-2-dd2f335c716585b99bd96c42af55ff7424abc5d7.zip |
recode added to DEPEND
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/xawtv/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/xawtv/xawtv-3.81.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-video/xawtv/ChangeLog b/media-video/xawtv/ChangeLog index 325d671b542d..5b0f83965c5b 100644 --- a/media-video/xawtv/ChangeLog +++ b/media-video/xawtv/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for media-video/xawtv # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/ChangeLog,v 1.13 2002/12/15 21:18:06 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/ChangeLog,v 1.14 2002/12/16 01:06:43 seemant Exp $ *xawtv-3.81 (12 Dec 2002) + 15 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xawtv-3.81.ebuild : + + Added app-text/recode for the MoTV portion of this (which is compiled only + if "motif" in USE). Closes bug #12214 by rajiv@gentoo.org (Rajiv Manglani) + 15 Dec 2002; Rajiv Manglani <rajiv@gentoo.org> xawtv-3.81.ebuild : added ~ppc keyword. diff --git a/media-video/xawtv/xawtv-3.81.ebuild b/media-video/xawtv/xawtv-3.81.ebuild index b283b11f9178..6960d5575259 100644 --- a/media-video/xawtv/xawtv-3.81.ebuild +++ b/media-video/xawtv/xawtv-3.81.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.81.ebuild,v 1.3 2002/12/15 21:18:06 rajiv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.81.ebuild,v 1.4 2002/12/16 01:06:43 seemant Exp $ IUSE="aalib motif alsa opengl nls" @@ -24,7 +24,8 @@ DEPEND=">=sys-libs/ncurses-5.1 sys-apps/supersed alsa? ( media-libs/alsa-lib ) aalib? ( media-libs/aalib ) - motif? ( x11-libs/openmotif ) + motif? ( x11-libs/openmotif + app-text/recode ) opengl? ( virtual/opengl ) quicktime? ( media-libs/libquicktime )" @@ -71,7 +72,7 @@ src_compile() { --enable-zvbi \ ${myconf} || die - emake || make || die + make || die cd ${MY_FONT} make || die |