On Sun, Jun 3, 2012 at 6:43 PM, Mick <michaelkintz...@gmail.com> wrote:
> On Sunday 03 Jun 2012 13:57:04 Fredric Johansson wrote:
>> On Sun, Jun 3, 2012 at 11:00 AM, Mick <michaelkintz...@gmail.com> wrote:
>> > On Sunday 03 Jun 2012 03:23:22 P Purkayastha wrote:
>> >> On 06/03/2012 07:47 AM, Carsten Haitzler (The Rasterman) wrote:
>> >> > On Sat, 2 Jun 2012 13:21:23 +0100 Mick<michaelkintz...@gmail.com>
>  said:
>> >> >> On Friday 01 Jun 2012 15:23:38 Jeff Hoogland wrote:
>> >> >>> evas_generic_loaders did the trick.
>> >> >>
>> >> >> Hmm ... how do I do this in Gentoo?
>> >> >>
>> >> >> Do I have to edit the ebuild?  I can see this in
>> >> >> /var/lib/layman/enlightenment/media-libs/evas/evas-9999.ebuild
>> >> >>
>> >> >>   --enable-image-loader-generic \
>> >> >>
>> >> >> but nothing about evas_generic_loaders.
>> >>
>> >> Use the attached ebuild. Call it media-libs/evas_generic_loaders-9999 I
>> >> assume you know how to make a local portage overlay :)
>> >
>> > Thanks, but the existing evas ebuild I mention above already contains the
>> > RDEPEND">=dev-libs/eina-9999" you specify.
>> > --
>> > Regards,
>> > Mick
>>
>> You are supposed to save the ebuild as evas_generic_loaders-9999.ebuild .
>> I have attached another ebuild which adds the deps for the different
>> loaders (based on what configure.ac says).
>>
>> //Fredric
>
> Ahhh! I see.  Will do, thanks.
>
> Your attachment did not arrive.  :(
> --
> Regards,
> Mick

Should be correctly attached now, bad mime-type last time

//Fredric
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit enlightenment

DESCRIPTION="Generic loaders for evas"
HOMEPAGE="http://www.enlightenment.org/pages/evas.html";

IUSE="gstreamer raw +svg spectre poppler"

DEPEND=">=dev-libs/eina-9999
        poppler? ( app-text/poppler )
        spectre? ( app-text/libspectre )
        gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base )
        raw? ( media-libs/libraw )
        svg? ( gnome-base/librsvg x11-libs/cairo )
        "
RDEPEND=${DEPEND}

src_configure() {
## Not implemented in the source yet
#       export MY_ECONF="
#               $(use_enable spectre spectre)
#               $(use_enable raw raw)
#               $(use_enable svg svg)
#       "
        enlightenment_src_configure
}
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to