Re: [proaudio] jost 0.4.5 ebuild |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] jost 0.4.5 ebuild
- From: "kRAkEn/gORe" <kunitoki@xxxxxxxxx>
- Date: Fri, 29 Feb 2008 17:52:30 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=vQuQc4HLmyP9FvcHa/CYfVTikjjH1ljtEEhPTfy6pBA=; b=ftMPq9vu76kJ/RNbQEzY+4VQWSuuiFo+PS/FgvOz13+BpBCASCcEKfxKmrRQ5thHdcSLQp9E4Cj2BTGyYtxjPefXkt2mRIBpP4KXe/tRxcPRiAkCwP+bad+8ChG34o9BhdfbKmQuo5m+IbL9J/kULuRQnRIAS2lCDBuhmwk+Ako=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=lKn6b+fAgbNymbRSHyxeRtPxopUznc+9D0nDKA2LJNYlBpIgjwcvvGiMIeU4TJhgOJOHqUjTbXNLYdwRwSJynUe6MBLpbvd8GLxgYOOcyS+86yrfk9K32ngPG/ugmRTQfcJVrLuLdhEX/04n3QBkYWXhReSke8xz3AOBFzKtmUc=
ok, there is a new 0.4.6.
you can do like this:
./compile_libs Release
- include paths : /usr/lib /usr/X86WHATEVER/lib
- compilation build: no -m32 appended
./compile_jost Release
- include paths : /usr/lib /usr/X86WHATEVER/lib
- compilation build: no -m32 appended
- compilation of jostbridge (should not compile here but it's not a problem): no -m32 appended
or
./compile_libs Release32
- include paths : /usr/lib32 /usr/X86WHATEVER/lib32
- compilation build: -m32 appended
../compile_jost Release32
- include paths : /usr/lib32 /usr/X86WHATEVER/lib32
- compilation build: -m32 appended
- compilation of jostbridge: no -m32 appended
no more sed on library path for 32 compilation as it is done by default changing Release to Release32. also fixed those little path errors (vst path, compile_jost not executable).
let me know if you need more infos
Attachment:
jost-0.4.6.ebuild
Description: Binary data