diff options
author | 2003-12-08 18:03:43 +0000 | |
---|---|---|
committer | 2003-12-08 18:03:43 +0000 | |
commit | 2f9640416862c66648957bdf9aa01aa1678a7a54 (patch) | |
tree | 5a4c84a7ea60cb1a05307ea3d4d8f07678510eaf /dev-libs | |
parent | more informative einfos (diff) | |
download | historical-2f9640416862c66648957bdf9aa01aa1678a7a54.tar.gz historical-2f9640416862c66648957bdf9aa01aa1678a7a54.tar.bz2 historical-2f9640416862c66648957bdf9aa01aa1678a7a54.zip |
virtual/quicktime
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild b/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild index 0ad4cb4efa79..9af24eb250c1 100644 --- a/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild +++ b/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild @@ -1,40 +1,29 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild,v 1.4 2003/12/08 18:03:43 vapier Exp $ -IUSE="quicktime flash imlib avi" -S=${WORKDIR}/${P} DESCRIPTION="Extra image/video/font providers and graphics/input drivers for DirectFB" HOMEPAGE="http://www.directfb.org/" SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~sparc" +IUSE="quicktime flash imlib avi" DEPEND=">=dev-libs/DirectFB-${PV}* - quicktime? ( media-libs/openquicktime ) + quicktime? ( virtual/quicktime ) flash? ( media-libs/libflash ) imlib? ( media-libs/imlib2 )" # avi? ( media-video/avifile )" - src_compile() { - - local myconf - - use flash \ - && myconf="${myconf} --enable-flash" \ - || myconf="${myconf} --disable-flash" - -# use avi \ -# && myconf="${myconf} --enable-avifile" \ -# || myconf="${myconf} --disable-avifile" - - myconf="${myconf} --disable-avifile" - - econf ${myconf} || die +# `use_enable avi avifile` \ + econf \ + `use_enable flash` \ + --disable-avifile \ + || die emake || die } |