diff options
Diffstat (limited to 'dev-libs/DirectFB-extra')
-rw-r--r-- | dev-libs/DirectFB-extra/ChangeLog | 11 | ||||
-rw-r--r-- | dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild | 43 | ||||
-rw-r--r-- | dev-libs/DirectFB-extra/files/digest-DirectFB-extra-0.9.16 | 1 |
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-libs/DirectFB-extra/ChangeLog b/dev-libs/DirectFB-extra/ChangeLog new file mode 100644 index 000000000000..4b0f99c316be --- /dev/null +++ b/dev-libs/DirectFB-extra/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-libs/DirectFB-extra +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog,v 1.1 2003/02/02 10:23:22 seemant Exp $ + +*DirectFB-extra-0.9.16 (02 Feb 2003) + + 02 Feb 2003; Seemant Kulleen <seemant@gentoo.org> + DirectFB-extra-0.9.16.ebuild files/digest-DirectFB-extra-0.9.16 : + + Initial import of extra video/image/font providers and drivers for + DirectFB. The versions will track the DirectFB versions diff --git a/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild b/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild new file mode 100644 index 000000000000..fa7f1442f822 --- /dev/null +++ b/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild @@ -0,0 +1,43 @@ +# 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.1 2003/02/02 10:23:22 seemant 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" +KEYWORDS="~x86 ~ppc ~sparc" + +DEPEND="=dev-libs/DirectFB-${PV}* + quicktime? ( media-libs/openquicktime ) + 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 + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/dev-libs/DirectFB-extra/files/digest-DirectFB-extra-0.9.16 b/dev-libs/DirectFB-extra/files/digest-DirectFB-extra-0.9.16 new file mode 100644 index 000000000000..9c66b628b98c --- /dev/null +++ b/dev-libs/DirectFB-extra/files/digest-DirectFB-extra-0.9.16 @@ -0,0 +1 @@ +MD5 e5084d213dfd309987d139f816930340 DirectFB-extra-0.9.16.tar.gz 202151 |