Package Details: libpng12 1.2.59-2

Git Clone URL: https://aur.archlinux.org/libpng12.git (read-only, click to copy)
Package Base: libpng12
Description: A collection of routines used to create PNG format graphics files
Upstream URL: http://www.libpng.org/pub/png/libpng.html
Licenses: custom
Submitter: City-busz
Maintainer: jmsq
Last Packager: City-busz
Votes: 14
Popularity: 3.58
First Submitted: 2025-10-28 10:25 (UTC)
Last Updated: 2025-10-28 10:25 (UTC)

Latest Comments

vishwaksen-1 commented on 2026-01-23 05:36 (UTC)

From 383e92c786a156d553e91032056a90e74d077565 Mon Sep 17 00:00:00 2001
From: vishwaksen-1 <newtonlucky35@gmail.com>
Date: Fri, 23 Jan 2026 10:51:06 +0530
Subject: [PATCH] Add lib32-gcc-libs to depends

---
 PKGBUILD | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index c4a1437..b9c5ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,9 @@ pkgdesc='A collection of routines used to create PNG format graphics files'
 arch=('x86_64')
 url='http://www.libpng.org/pub/png/libpng.html'
 license=('custom')
-depends=('lib32-glibc' 'lib32-zlib')
+depends=('lib32-glibc'
+         'lib32-zlib'
+         'lib32-gcc-libs')
 makedepends=('gcc-multilib')
 source=("https://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz"{,.asc}
         "https://sourceforge.net/projects/libpng-apng/files/libpng12/${pkgver}/libpng-${pkgver}-apng.patch.gz")
-- 
2.52.0

Patch adds missing lib32-gcc-libs dependency as discussed above.

Revnoplex commented on 2025-11-09 05:37 (UTC)

If you're here trying to install after icaclient and gtk2 dependencies got moved to the aur, the PGP key for this package is F54984BFA16C640F. Import it with:

gpg --recv-keys F54984BFA16C640F