Package Details: qoiconv-git r346.b0b926e-3

Git Clone URL: https://aur.archlinux.org/qoi-git.git (read-only, click to copy)
Package Base: qoi-git
Description: The 'Quite OK Image' format for fast, lossless image compression - PNG<>QOI conversion utility
Upstream URL: https://qoiformat.org/
Licenses: MIT
Conflicts: qoiconv
Provides: qoiconv
Submitter: lbatalha
Maintainer: lbatalha
Last Packager: lbatalha
Votes: 5
Popularity: 0.000173
First Submitted: 2021-11-25 16:48 (UTC)
Last Updated: 2025-01-12 00:36 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

lbatalha commented on 2022-11-16 21:40 (UTC)

I have updated the PKGBUILD to unpin the commit hash.

Also changed the build to use the Makefile.

amstan commented on 2022-10-24 23:22 (UTC) (edited on 2022-10-24 23:24 (UTC) by amstan)

Not that there's been any meaningful updates upstream, but in the spirit of the -git name we should consider unpinning the git hash and just take the latest version.

Compare

==> Updated version: qoi-git r274.b8d77df-1

vs: warning: qoiconv-git-r192.09d144f-2 is up to date -- reinstalling

At that point we should also consider making use of the new Makefile targets.

Con for this: you get all the pointless qoi/Readme.md "here's another qoi implementation" causing everyone's aur packages to get rebuilt.

lbatalha commented on 2022-04-05 09:03 (UTC)

I have added libpng as a makedepend for the whole metapackage since a depend inside a package is not installed at build time, as well as removed the sed lines fixing STB and replacing them by gcc -I linking as per @amstan Also bumped the git commit but I dont think there are any functional changes.

lbatalha commented on 2022-04-05 08:29 (UTC)

@Martchus it has always depended on libpng, and I have had the depends there since the start https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=qoi-git#n55 Will look into why its breaking now for some reason

Martchus commented on 2022-04-04 22:31 (UTC)

Looks like it requires libpng (at least as makedepends and as depends of qoibench-git):

==> Starting build()...
qoibench.c:36:10: fatal error: png.h: No such file or directory
   36 | #include <png.h>
      |          ^~~~~~~
compilation terminated.
==> ERROR: A failure occurred in build().

lbatalha commented on 2022-04-03 18:06 (UTC)

@amstan thanks, I will test that instead of the sed when I next update the package

amstan commented on 2022-04-03 05:24 (UTC)

I suggest you use "-I /usr/include/stb/" on the gcc invocation instead, it's a little cleaner.