enthrall is a very small soft with take screenshots from an application (usually 25/s) It use core and imlib2 It a soft from enlightenment CVS and it's work fine (under e17). ebuild is attached for thoses who lives on the edje.
Created attachment 61203 [details] media-video/enthrall-9999.ebuild # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ ECVS_MODULE="misc/enthrall" inherit enlightenment DESCRIPTION="A very small video capture from screen" HOMEPAGE="http://www.enlightenment.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/ecore media-libs/imlib2" S=${S}/src DESTDIR==${D} src_compile() { emake || die "emake failed" } src_install() { dodir /usr/bin DESTDIR=${D} PREFIX=/usr einstall -e || die "einstall failed" dodoc ../AUTHORS ../README }
This bug can be assign to vapier ;)
re-open when it's more mature