Search Criteria
Package Base Details: libjpeg-xl-git
Git Clone URL: | https://aur.archlinux.org/libjpeg-xl-git.git (read-only, click to copy) |
---|---|
Keywords: | jpegxl jxl libjpegxl |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 5 |
Popularity: | 0.71 |
First Submitted: | 2020-02-01 14:20 |
Last Updated: | 2021-02-07 15:29 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
dbermond commented on 2020-05-06 22:31
@andrius4669 It's better to use all submodules that are explicitly declared by upstream. Package is now fixed.
andrius4669 commented on 2020-05-06 20:58
Well, actually, mingw-std-threads is not actually being used or even referenced at all if MINGW is not defined. So fix what is not exactly cleanest but works for me well is:
dbermond commented on 2020-05-06 20:47
I've identified what's happening. It seems that the commit referenced by submodule mingw-std-threads was moved. Maybe it was on the git master branch but now it's not on master branch anymore and not on any branch currently. I'll push a fix.
My git sources on $SRCDEST were still pointing to that old state, so I could not reproduce the issue.
andrius4669 commented on 2020-05-06 20:16
Non-makepkg based git submodule update:
There is clearly something different about mingw-std-threads repo compared to others.. but I have no idea how to get it working yet.
andrius4669 commented on 2020-05-06 19:57
can confirm. same issue with both pikaur and pure makepkg
RubenKelevra commented on 2020-05-06 13:42
@dbermond
I already did choose the cleanBuild option on yay.
I also tried to download the files from aur and use makepkg, which also fails.
Sure that your package just builds fine because you have something cached? Because I cannot build it on multiple machines...
dbermond commented on 2020-05-01 18:18
@RubenKelevra Package is building fine. I have no problems with the git submodule mingw-std-threads.
Try to delete any possible old sources of mingw-std-threads from your $SRCDEST directory (and/or from the directory where PKGBUILD is placed), and also make sure that you're using plain makepkg with the cleanbuild option.
RubenKelevra commented on 2020-04-30 15:11
@dbermond
that's great news,
but sadly the package won't build anymore :(
dbermond commented on 2020-04-22 01:38
Quoting from upstream Readme: "JPEG XL no longer requires a particular CPU. The software chooses and uses the best available instruction set for the current CPU".
So there is no need to worry about sse4.1 and avx2 instruction sets anymore.
dbermond commented on 2020-04-22 01:38
@RubenKelevra Fixed. Working fine now.