Alan McKinnon wrote:
On Sunday 21 September 2008 22:50:55 Ivan wrote:
Meanwhile, only one other package in vapier's overlay DEPENDs on epeg and
that is epsilon. So you can probably survive without it.
Epsilon no longer depends on Epeg, it's using Evas now.

Thanks for the info, I'll update my build system

Just remove the epeg dependency from the epsilon ebuild, and everything should work fine. At least, it did for me. In fact, to save you the effort, I'll attach the modified ebuild :)

You can also uninstall the old epeg now. It's no longer needed as far as I can tell.

HTH,

Toby
# 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-9999.ebuild,v 1.6 
2007/01/04 06:08:38 vapier Exp $

inherit enlightenment

DESCRIPTION="nice thumbnail generator"

IUSE="xine"

DEPEND=">=media-libs/imlib2-9999
        >=media-libs/libpng-1.2.0
        >=media-libs/edje-9999
        >=x11-libs/evas-9999
        >=x11-libs/ecore-9999
        dev-lang/perl
        xine? ( >=media-libs/xine-lib-1.1.1 )"

src_compile() {
        export MY_ECONF="
                $(use_enable xine thumbnailer-xine) \
        "

        enlightenment_src_compile
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to