summaryrefslogtreecommitdiff
blob: d39738cd79ea29f6b4403f9251b3848290b760ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/epsilon/epsilon-0.3.0.007.ebuild,v 1.2 2007/01/04 06:08:38 vapier Exp $

inherit enlightenment

DESCRIPTION="nice thumbnail generator"

DEPEND=">=media-libs/imlib2-1.2.0
	>=media-libs/libpng-1.2.0
	>=media-libs/edje-0.5.0
	>=x11-libs/evas-0.9.9
	>=x11-libs/ecore-0.9.9
	>=media-libs/epeg-0.9.0
	dev-lang/perl"
	
src_unpack() {
	enlightenment_src_unpack

	# Header patch to fix a conflicting definition
	cd "${S}"
	epatch "${FILESDIR}/${P}-header-fix.diff"
}