Search Criteria
Package Details: mingw-w64-brotli 1.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-brotli.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-brotli |
Description: | Brotli compression library (mingw-w64) |
Upstream URL: | https://github.com/google/brotli.git |
Licenses: | MIT |
Submitter: | drakkan |
Maintainer: | Martchus |
Last Packager: | drakkan |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-26 15:35 (UTC) |
Last Updated: | 2024-01-26 14:30 (UTC) |
Dependencies (3)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- mingw-w64-cmakeAUR (llvm-mingw-w64-cmakeAUR) (make)
Latest Comments
Martchus commented on 2024-01-26 14:34 (UTC) (edited on 2024-01-26 14:34 (UTC) by Martchus)
@drakkan Also thanks for updating the AUR package so quickly. (I forgot to mention the problem as I wanted to do further testing with Qt 5 and Qt 6 packages first which is long done now.)
drakkan commented on 2024-01-26 14:28 (UTC)
Thank you @Martchus
Martchus commented on 2024-01-26 14:16 (UTC)
That's true. One now has to do two separate builds and the static libs are now named in-line with the dynamic ones. I created my own version of this PKGBUILD to accommodate these upstream changes: https://github.com/Martchus/PKGBUILDs/blob/master/brotli/mingw-w64/PKGBUILD
I decided to put static libs under
/usr/$_arch/static
(like with the static Qt 6 packages) so CMake modules and possibly other configuration files are distinct. There are still symlinks so this shouldn't make any difference for buildsystems/packages using this library that are unaware of that.Vaporeon commented on 2024-01-26 13:19 (UTC)
The static libs are not provided by this package since 1.1.0 and this breaks static linking.
patlefort commented on 2023-10-16 03:33 (UTC)
Can you please add
.git
at the end of the url? It's causing problem when caching sources becausemingw-w64-libjxl
is also trying to clone it but with a different url and makepkg will complain that it's not a clone of brotli. On that note it might be a bug in makepkg.drakkan commented on 2020-10-08 07:45 (UTC)
Thank you!
Martchus commented on 2020-10-07 20:18 (UTC)
You can find a version with a
sed
command to fix the pkg-config file on my Qt 6 branch: https://github.com/Martchus/PKGBUILDs/blob/qt6/brotli/mingw-w64/PKGBUILDMartchus commented on 2020-10-07 15:24 (UTC)
Thanks for updating. When building Qt 6 I've noticed yet another problem. The pkg-config file has
-R${libdir}
but that flag doesn't work when compiling for Windows. Likely it is the easiest solution to remove the flag using somesed
command.Martchus commented on 2020-10-07 14:25 (UTC)
The make dependency
git
is missing (for git source).