Package Details: libpng-git 1.6.40.r0.gf135775ad-1

Git Clone URL: https://aur.archlinux.org/libpng-git.git (read-only, click to copy)
Package Base: libpng-git
Description: The official PNG reference library
Upstream URL: http://www.libpng.org/pub/png/libpng.html
Licenses: custom
Conflicts: libpng
Provides: libpng, libpng16.so
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 1
Popularity: 0.000000
First Submitted: 2017-08-21 06:08 (UTC)
Last Updated: 2023-07-02 07:11 (UTC)

Required by (1264)

Sources (1)

Latest Comments

Dylan14 commented on 2021-04-25 03:12 (UTC) (edited on 2021-04-25 03:12 (UTC) by Dylan14)

Two things: Running the PKGBUILD file as is yields an error:

 ERROR: running autoreconf on an initialized system

This is solved when the ./autogen.sh line is removed from the build() function.

I would also recommend changing

 git describe --long --tags | sed 's/^libpng-//;s/master-//;s/signed-//;s/\([^-]*-g\)/r\1/;s/-/./g'

to

 git describe --long --tags | sed 's/^libpng-//;s/master-//;s/signed-//;s/\([^-]*-g\)/r\1/;s/-/./g' | cut -c 2-

This will remove the v which appears on the 1.6.37 branch.

shoober420 commented on 2021-01-05 05:38 (UTC)

Thank you for this package.