From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@cvs.gentoo.org
Subject: Re: [gentoo-dev] sawfish-0.38.ebuild
Date: Mon Jul 9 07:59:02 2001 [thread overview]
Message-ID: <3B49A62A.979F6D50@gentoo.org> (raw)
In-Reply-To: 20010708173019.E7526@cvs.gentoo.org
Daniel Robbins wrote:
>
> On Sun, Jul 08, 2001 at 09:00:15PM +0200, Achim Gottinger wrote:
>
> > you must define the order in the ebuild.
> > example:
> >
> > if [ "`use media/gdkpix`" ] ; then
> > myconf="--with-gdkpixbuf"
> > else
> > myconf="--without-gdkpixbuf"
> > if [ "`use gdkpixbuf`" ] ; then
> > myconf="--with-imlib"
> > fi
> > fi
> >
> > try ./configure .... $myconf
> >
> > bye achim~
>
> I have no idea what you mean by this, Achim.
well I have a typo in that example it should be `use media/gdkpixbuf`.
you can have both in use (gdkpixbuf and imlib) but normaly only one can
be used.
gdkpixbuf is the newer feature richer lib so in that example i first
check if we
have gdkpixbuf in use. if not I test if imlib is in use.
--- snip ------------
>gnome(libs,core) media(imlib,gdkpixbuf)
will this preserve order? as in, if I say "imlib,gdkpixbuf" will it
use imlib over gdkpixbuf where it can, and gdkpixbuf elsewhere?
---- snap ------------
USE="media(imlib,gdkpixbuf)" defines both and does not care about in
which order they are defined
to test if you have media(imlib) i think we should use / instead of ()
like
`use media/imlib`
I don't think we need any other extra functionality in portage to take
care about the order of vars in USE.
bye achim~
>
> Best Regards,
>
> --
> Daniel Robbins <drobbins@gentoo.org>
> President/CEO http://www.gentoo.org
> Gentoo Technologies, Inc.
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
next prev parent reply other threads:[~2001-07-09 13:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-04 15:10 [gentoo-dev] sawfish-0.38.ebuild Ben Luckham
2001-07-05 4:04 ` Mikael Hallendal
2001-07-07 8:26 ` Achim Gottinger
2001-07-07 17:17 ` Mikael Hallendal
2001-07-07 19:37 ` Achim Gottinger
2001-07-08 13:42 ` Terje Kvernes
2001-07-08 14:20 ` Achim Gottinger
2001-07-08 17:31 ` Daniel Robbins
2001-07-09 7:59 ` Achim Gottinger [this message]
2001-07-09 8:41 ` Terje Kvernes
2001-07-09 10:11 ` Daniel Robbins
2001-07-09 13:46 ` Terje Kvernes
2001-07-09 10:20 ` Achim Gottinger
2001-07-09 10:02 ` Daniel Robbins
2001-07-08 17:28 ` Daniel Robbins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B49A62A.979F6D50@gentoo.org \
--to=agottinger@t-online.de \
--cc=gentoo-dev@cvs.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox