Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96076 - New ebuild: enthrall - Video grabber from screen
Summary: New ebuild: enthrall - Video grabber from screen
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-06-14 07:23 UTC by Bertrand Jacquin
Modified: 2005-10-12 17:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
media-video/enthrall-9999.ebuild (enthrall-9999.ebuild,560 bytes, text/plain)
2005-06-14 07:24 UTC, Bertrand Jacquin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bertrand Jacquin 2005-06-14 07:23:15 UTC
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.
Comment 1 Bertrand Jacquin 2005-06-14 07:24:43 UTC
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
 }
Comment 2 Bertrand Jacquin 2005-06-16 15:53:30 UTC
This bug can be assign to vapier ;)
Comment 3 SpanKY gentoo-dev 2005-10-12 17:05:47 UTC
re-open when it's more mature