Search Criteria
Package Details: mingw-w64-libpng 1.6.37-1
Git Clone URL: | https://aur.archlinux.org/mingw-w64-libpng.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-libpng |
Description: | A collection of routines used to create PNG format graphics (mingw-w64) |
Upstream URL: | http://www.libpng.org/pub/png/libpng.html |
Licenses: | |
Submitter: | ekpyron |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 23 |
Popularity: | 0.000165 |
First Submitted: | 2012-03-22 22:58 |
Last Updated: | 2019-10-23 17:19 |
Dependencies (2)
Required by (40)
- mingw-w64-cairo
- mingw-w64-cairo-bootstrap
- mingw-w64-cximage
- mingw-w64-dlib
- mingw-w64-fltk
- mingw-w64-gdal
- mingw-w64-gdk-pixbuf2
- mingw-w64-gl2ps
- mingw-w64-graphicsmagick (make)
- mingw-w64-graphicsmagick (optional)
- mingw-w64-gst-plugins-base
- mingw-w64-gst-plugins-base-git
- mingw-w64-gst-plugins-good (optional)
- mingw-w64-gst-plugins-good-git (optional)
- mingw-w64-irrlicht
- mingw-w64-libharu
- mingw-w64-libheif
- mingw-w64-libkate
- mingw-w64-libsquish
- mingw-w64-libsquish-fixed-tables
- mingw-w64-libwebp
- mingw-w64-opencv
- mingw-w64-openimageio
- mingw-w64-openjpeg
- mingw-w64-openjpeg2
- mingw-w64-pixman (make)
- mingw-w64-qrencode
- mingw-w64-qt4
- mingw-w64-qt5-base
- mingw-w64-qt5-base-angle
- mingw-w64-qt5-base-dynamic
- mingw-w64-qt5-base-static
- mingw-w64-qt5-webkit
- mingw-w64-qt6-base
- mingw-w64-qt6-base-static
- mingw-w64-sdl2_image
- mingw-w64-vtk
- mingw-w64-vtk-git
- mingw-w64-wxmsw
- mingw-w64-wxmsw3.1
Latest Comments
1 2 3 Next › Last »
drakkan commented on 2019-09-07 17:27
Can you please fix the PKGBUILD replacing
with:
as suggested before? thanks
donotdont commented on 2019-07-06 11:10
i click download file on "Download snapshot" and run this commands:
makepkg -Acs
to fix error: extract file "src/libpng-1.6.37-apng.patch.gz" -> "libpng-1.6.37-apng.patch"
for me it's working.
luntik2012 commented on 2019-05-31 11:47
worked for me
pingplug commented on 2019-05-26 01:22
makepkg
did not extract patch any more...gamezelda commented on 2019-05-23 19:07
Hello, the build (both yay and manual) is failing for me due to the 'patch' command in prepare() not finding the uncompressed patch file.
Not sure why the patch is not actually uncompressed, because I know makepkg uncompresses sources in some cases.
Anyway, I fixed the build by replacing the 'patch' command in prepare with:
xantares commented on 2014-11-14 14:03
and with regular packages archlinux sets its own flags too, hence the 'buildflags' option, as they're not compatible with mingw
ekpyron commented on 2014-11-14 13:09
Well, I do understand the flags - basically they are all about hardening security and as such are actually reasonable - I was just wondering where they were coming from and why one would set them automatically instead of letting users set them as they like, but I suppose Fedora is a reasonable reference, yes, so I'll start using them for my packages as well, thanks.
xantares commented on 2014-11-14 13:03
I don't know the significance of all "-g -O2" is obvious, FORTIFY_SOURCE adds security to basic libc function against overflow etc, ...
Basically it's the ones of Fedora, and it's doesn't seem unreasonable flags.
xan.
ekpyron commented on 2014-11-14 12:02
Although you put them there yourself... I'd still like to know what's the reasoning behind using these flags and especially why it makes sense to force users to set these flags...
ekpyron commented on 2014-11-14 11:48
OK, they are suggested in the MinGW package guidelines... well I suppose it can't hurt...