darix

Results 178 comments of darix

the package currently lives in basically my staging ground. I just wanted to have an OIIO 3 package in the works for when we need it. so now is the...

we have a super minimal build env (only buildrequires are installed on top) and no network connection during the build. so in doubt i forgot to buildrequires. dont worry. I...

so. I added a BuildRequires for google-droid-fonts which reduced some failures. we are down to: ``` [ 172s] 1 - cmake-consumer (Failed) [ 172s] 3 - docs-examples-cpp (Failed) [ 172s]...

our libheif in the normal distro does not support h256. there is a community package that adds the codec support for this library. but with us linking libheif into each...

> and that should package up all your output for those failed tests and other breadcrumbs I'd need to see if they just need new ref images. I think the...

FTR also did cleanup the test filters in 2.5.18. with the `disabled_tests 'heif|ptex-broken|jpeg-ultrahdr-broken'` only cmake-consumer and docs-examples-cpp are failing. attaching that as well: [failure-2.5.18.tar.gz](https://github.com/user-attachments/files/18630908/failure-2.5.18.tar.gz) https://build.opensuse.org/package/live_build_log/home:darix:branches:graphics/OpenImageIO/openSUSE_Tumbleweed/x86_64

even if i would let it install the fonts they wont be in the final directory when the testsuite is running. the files get installed with `DESTDIR=~abuild/rpmbuild/BUILDROOT/somepackagespecificpath` in the 2.5.x...

``` ./bin/oiiotool --echo '{getattribute(font_dir_list)}'` /usr/share/fonts;/usr/share/fonts/truetype;/home/abuild/rpmbuild/BUILD/OpenImageIO-3.0.3.0/build fc-list /usr/share/fonts/truetype/DroidNaskh-Bold.ttf: Droid Arabic Naskh:style=Bold /usr/share/fonts/truetype/DroidNaskh-Regular.ttf: Droid Arabic Naskh:style=Regular /usr/share/fonts/truetype/DroidSansFallbackFull.ttf: Droid Sans Fallback:style=Regular /usr/share/fonts/truetype/DroidSansFallback.ttf: Droid Sans Fallback:style=Regular /usr/share/fonts/truetype/DroidSansThai.ttf: Droid Sans Thai:style=Regular /usr/share/fonts/truetype/DroidNaskh-Regular-SystemUI.ttf: Droid Naskh Shift...

ok with setting `OPENIMAGEIO_FONT` to `/home/abuild/fonts` the testsuite failures get reduced to cmake-consumer and docs-examples-cpp I think the main difference might be: `DroidSerif.ttf` our package has ``` /usr/share/fonts/truetype/DroidSerif-BoldItalic.ttf: Droid Serif:style=Bold...