On Wed, December 2, 2020 10:25, Dimitri Karamazov wrote:
> On Wed, December 2, 2020 05:53, Dimitri Karamazov wrote:
>
>> Information for inst:opencollada-1.6.68
>>
>>
>>
>> Comment:
>> stream based reader and writer library for COLLADA files
>>
>> Description:
>> OpenCOLLADA is a reader and writer library for the COLLADA format, an open,
>> royalty-free standard for exchanging 3D asset information between applications, digital content creation tools and libraries.
>>
>> Maintainer: Dimitri Karamazov <deserter666@danwin1210.me>
>>
>>
>>
>> WWW: https://github.com/KhronosGroup/OpenCOLLADA
>>
>>
>>
>> Any comments/OK's?
>>
> Fixed location of cmake files and libraries to ${LOCALBASE}/lib/cmake and ${LOCALBASE}/lib
> respectively.
>
> Build tested on amd64
>
>
> regards, Dimitri
I'm running into a bit of a problem. When I force libraries to reside in ${LOCALBASE}/lib
they conflict the base libraries for e.g. the libzlib.so in this port is picked up instead
of libz.so in the base system. How do tackle this?
Also keeping the default locations ${LOCALBASE}/lib/opencollada bugs me out, it gives me a
ld.so: blender: can't load library 'libUTF.so.0.0' when installing. How do I deal with
that in ports?
No comments:
Post a Comment