Hi! We haven't had any chance to test Rawstudio on PowerPC in a long while, so we might have some work ahead of us. If you have a bit of time & patience we might work through most of them :)
So - does it actually work? I have some serious doubts about how well the RawSpeed decoder works on Big Endian systems (even though the fix might be quite easy). > /usr/share/rawstudio/plugins/resample.so: undefined symbol: > ResizeV_SSE2 Committed fix. > > /usr/share/rawstudio/plugins/colorspace_transform.so: > undefined symbol: transform8_srgb_sse2 Committed fix. > also, i had to make a minor change to plugins/dcp/dcp-sse2.c > to get rawstudio to build after compilation got stuck with > an error: > > ../../plugins/dcp/dcp-sse2.c:926:13: error: static > declaration of ‘calc_hsm_constants’ follows non-static > declaration Comitted fix. > > simply changing from static void to void, was enough to > complete the build.. > > i'm running an old g4/powerpc on archlinux.. > > thanks for your help. And thank you for helping :) > dmotd > > _______________________________________________ > Rawstudio-dev mailing list > [email protected] > http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev > Regards, Klaus Post http://www.klauspost.com _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
