Peter Kovář

Results 83 comments of Peter Kovář

@efa try nedit-ng

> @1div0 do you know if unicode support for nedit-ng is in active development? I intended to implement it, but recently have no time and motivation for that. So sorry.

//Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=-L/usr/local/cuda -lcudart

ACK, avoid AVIF. JPEG XL is much better.

The issue is caused by difference in the /usr/include/libheif/heif_version.h ``` #include #if __WORDSIZE == 32 # include "heif_version-32.h" #elif __WORDSIZE == 64 # include "heif_version-64.h" #else # error "unexpected value...

An excerpt from the libheif.spec ``` %install %cmake_install # fix multilib issues: Rename the provided file with platform-bits in name. # Create platform independent file inplace of the provided one...

> > Is this something that those distros have done to customize libheif? > > [This](https://src.fedoraproject.org/rpms/libheif/blob/rawhide/f/libheif.spec) (or some other scheme) might be something some distros do to support multilib installs...

@kmilos I can compare and check l8r this week.

Checking the JxlEncoderAllowExpertOptions() now. Will dig deeper tomorrow.