Brad Smith

Results 70 issues of Brad Smith

I have run into a project that has an embedded copy of minizip 1.x. It tries to use an external copy if found but fails to build with minizip 4.x....

help wanted
compatibility

This is on OpenBSD. I think src/opengl/meson.build should be able to detect the gl.pc pkg-config file and find the header path it should be pulling in which is /usr/X11R6/include. ```...

This has been build tested against FFmpeg 4.4 and 6.0.

ppsspp 1.14.4 does not build with FFmpeg 6.0 ``` /home/brad/tmp/ffmpeg-ports/ports/pobj/ppsspp-1.14.4/ppsspp-1.14.4/Core/AVIDump.cpp:148:10: error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers codec = avcodec_find_encoder(s_codec_context->codec_id); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```

After https://github.com/strukturag/libde265/commit/510abe6bea3d75473589992c227a474564c0a77d the package-config file field ```Libs.private:``` no longer properly lista the libpthread or libm libraries.

// TODO: we _ought_ to be able to support 64-bit atomics on 32-bit sparcv9, // but it hasn't been implemented in the backend yet. https://github.com/llvm/llvm-project/pull/81655

backend:Sparc

As of commit 99214a413cb2846767cbf85d1392e74b4b77cc47 Fixes a build issue with NetBSD. https://github.com/kimwalisch/libpopcnt/commit/bace6590afc6cc7b509a7a814213898e0d7f2dd1

I noticed when updating QEMU that Meson was utilizing libstdc++ when building with Clang. OpenBSD and FreeBSD use libc++. Pretty odd assumption for Clang.

bug

Trying to update from OpenSubDiv 3.5.0 to 3.6.0 it is now failing to build. ``` FAILED: opensubdiv/osd/CMakeFiles/osd_gpu_obj.dir/cpuGLVertexBuffer.cpp.o /home/ports/pobj/opensubdiv-3.6.0/bin/c++ -DGLFW_VERSION_3 -DOPENSUBDIV_HAS_GLSL_COMPUTE -DOPENSUBDIV_HAS_GLSL_TRANSFORM_FEEDBACK -DOPENSUBDIV_HAS_OPENGL -DOPENSUBDIV_VERSION_STRING=\"3.6.0\" -DOSD_USES_INTERNAL_GLAPILOADER -I/home/ports/pobj/opensubdiv-3.6.0/OpenSubdiv-3_6_0/opensubdiv -I/home/ports/pobj/opensubdiv-3.6.0/OpenSubdiv-3_6_0/glLoader -I/home/ports/pobj/opensubdiv-3.6.0/build-amd64/opensubdiv/osd -O2 -pipe -DNDEBUG...