pkgsrc-WIP-discuss archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: wip/xmms2
- To: pkgsrc-wip-discuss%lists.sourceforge.net@localhost
- Subject: Re: CVS commit: wip/xmms2
- From: Thomas Klausner <thomasklausner%users.sourceforge.net@localhost>
- Date: Tue, 13 Sep 2005 18:01:32 +0200 See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 0.0 SF_CHICKENPOX_PARATHESES_OPEN BODY: Text interparsed with ( 0.0 SF_CHICKENPOX_PERIOD BODY: Text interparsed with . 0.0 SF_CHICKENPOX_SLASH BODY: Text interparsed with / 0.0 SF_CHICKENPOX_MINUS BODY: Text interparsed with - 0.0 SF_CHICKENPOX_UNDERSCORE BODY: Text interparsed with _ 0.0 SF_CHICKENPOX_EQUAL BODY: Text interparsed with = 0.0 SF_CHICKENPOX_AT BODY: Text interparsed with @ 0.0 SF_CHICKENPOX_APOSTROPHE BODY: Text interparsed with ' 0.3 AWL AWL: From: address is in the auto white-list
On Tue, Sep 13, 2005 at 05:18:59PM +0000, Leonard Schmidt wrote:
> > Btw, don't forget adding PKGCONFIG_OVERRIDE lines for the
> > .pc files.
>
> Actually, there is only one .pc file (xmms2.pc.in). The other .pc
> files get created by SConstruct:
>
> #### Generate pc files.
>
> pc_files = [{"name": "xmms2-plugin", "lib":""},
> {"name":"xmms2-client", "lib":"-lxmmsclient"},
> {"name":"xmms2-client-glib", "lib":"-lxmmsclient-glib"},
> {"name":"xmms2-client-ecore", "lib":"-lxmmsclient-ecore"}]
>
> for p in pc_files:
> d = subst_dict.copy()
> d["%NAME%"] = p["name"]
> d["%LIB%"] = p["lib"]
> pc = base_env.SubstInFile(p["name"]+".pc", "xmms2.pc.in", SUBST_DICT=d)
> base_env.Install("$PKGCONFIGDIR", p["name"]+".pc")
Ok. The installed files should have the -Wl,-R in them, though,
so the easiest way is probably to set PKGCONFIG_OVERRIDE_STAGE
to post-build (and list the .pc files in the PKGCONFIG_OVERRIDE
variable).
Thomas
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss
Home |
Main Index |
Thread Index |
Old Index