Ryan Carsten Schmidt

Results 415 issues of Ryan Carsten Schmidt

The `check_version` function in autogen.sh does not work correctly. It checks the version numbers using simple string comparison: https://github.com/carlobaldassi/gimp-lqr-plugin/blob/ae0ecb4959b73aec5be7d4b3d559bbf55a81c804/autogen.sh#L31-L39 Version numbers cannot be compared in that manner. The consequence is...

Fixes build failure due to implicit declaration of `math_init`: ``` main.c:84:5: error: implicit declaration of function 'math_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ``` as reported here: https://trac.macports.org/ticket/70701

git placeholders are not expanded in the [libqb-2.0.8.tar.xz](https://github.com/ClusterLabs/libqb/releases/download/v2.0.8/libqb-2.0.8.tar.xz) and [libqb-2.0.8.tar.gz](https://github.com/ClusterLabs/libqb/releases/download/v2.0.8/libqb-2.0.8.tar.gz) release tarballs, suggesting that they were not created by `git archive`. For example, if I use the automatically-generated [v2.0.8.tar.gz](https://github.com/ClusterLabs/libqb/archive/refs/tags/v2.0.8.tar.gz) tarball...

There are no tags in this repository and no indication of which commit one should use to get a particular version of a particular tool. sid, for example, appears to...

Please try compiling with a modern compiler (I used clang 19) and see if the warnings can be fixed. I see pointer type mismatches, dangling elses, unused variables, and more.

umem 1.0.1 does not build with Apple clang 16 from Xcode 16 on macOS 15. The error is: ``` vmem_sbrk.c:137:14: error: incompatible pointer to integer conversion assigning to 'int' from...

The most recent version of the patches in this repo are for 3.3.0 so I cannot submit pull requests to fix the problems introduced in the 3.4.0 version of the...

Could Aseprite support opening HEIC files? This is the file format used by iPhones to save photos, for example. Support for opening HEIC images in Aseprite would eliminate the step...

feature
medium priority
persistence

Please sort port contents alphabetically.