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: OBATA Akio <obata%lins.jp@localhost>
- Date: Tue, 13 Sep 2005 21:43:37 +0900 See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 1.0 FORGED_RCVD_HELO Received: contains a forged HELO 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_AT BODY: Text interparsed with @ 0.0 SF_CHICKENPOX_APOSTROPHE BODY: Text interparsed with ' -0.0 AWL AWL: From: address is in the auto white-list
In message <20050913115938.GK10964%dmath5.geometrie.tuwien.ac.at@localhost>
"Re: CVS commit: wip/xmms2"
"Thomas Klausner <thomasklausner%users.sourceforge.net@localhost>" wrote:
> On Tue, Sep 13, 2005 at 11:58:53AM +0000, Leonard Schmidt wrote:
> > I know, but where? During linking, -Wl,-R/usr/pkg/lib appears several
> > times, but I still have to set the LD_LIBRARY_PATH. I have tried
> > various things in the SConstruct and xmmsenv.py file, but it still
> > does not work.
>
> It seems to affect the plugins, see:
> gcc -shared -o src/plugins/flac/libxmms_flac.so src/plugins/flac/flac.os
> -lFLAC
> gcc -shared -o src/plugins/mad/libxmms_mad.so src/plugins/mad/mad.os
> src/plugins/mad/id3.os src/plugins/mad/xing.os -lmad
> gcc -shared -o src/plugins/vorbis/libxmms_vorbisfile.so
> src/plugins/vorbis/vorbisfile.os -lvorbisfile
>
> I don't speak scons, but my guess would be either in SConstruct
> oder in src/plugins/*/Plugins.
add
env.pkgconfig("mad")
to
src/plugins/mad/Plugins
and
env.pkgconfig("vorbisfile")
to
src/plugins/voribis/Plugins
???
-------------------------------------------------------
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