mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 11:57:14 +08:00
libpng: 1.4.1 -> 1.4.4
This commit is contained in:
parent
4055859a93
commit
7c7a9e31bd
@ -4,7 +4,7 @@
|
||||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
pkgname=libpng
|
||||
pkgver=1.4.1
|
||||
pkgver=1.4.4
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of routines used to create PNG format graphics files"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -13,11 +13,9 @@ license=('custom')
|
||||
depends=('zlib')
|
||||
options=('!libtool')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"
|
||||
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz"
|
||||
'libpng14-enable-read-dither.patch')
|
||||
md5sums=('d4cb0236cce9ce8ff49a22994a01f9e0'
|
||||
'cdf7cde368a4e0de8d5400a99a79957f'
|
||||
'd4696db4af61b175b705f51aeb9c8d7e')
|
||||
"http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${pkgver}-apng.patch.gz")
|
||||
md5sums=('0342d1cedb9b9a80294dd1b1e2ec9ae9'
|
||||
'd5cd185e7da764a10ff9046d42449259')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
@ -25,20 +23,18 @@ build() {
|
||||
# Add animated PNG (apng) support
|
||||
# see http://sourceforge.net/projects/libpng-apng/
|
||||
patch -p1 -i "${srcdir}/libpng-${pkgver}-apng.patch" || return 1
|
||||
# Enabling read dither support - needed for xfig and transfig
|
||||
patch -p1 -i "${srcdir}/libpng14-enable-read-dither.patch" || return 1
|
||||
|
||||
libtoolize --force --copy || return 1
|
||||
aclocal || return 1
|
||||
autoconf || return 1
|
||||
automake --add-missing || return 1
|
||||
#libtoolize --force --copy || return 1
|
||||
#aclocal || return 1
|
||||
#autoconf || return 1
|
||||
#automake --add-missing || return 1
|
||||
|
||||
./configure --prefix=/usr || return 1
|
||||
make ECHO=echo || return 1
|
||||
make ECHO=echo DESTDIR="${pkgdir}" install || return 1
|
||||
|
||||
cd contrib/pngminus
|
||||
make ECHO=echo PNGLIB="-L${pkgdir}/usr/lib -lpng" -f makefile.std png2pnm pnm2png
|
||||
make PNGLIB="-L${pkgdir}/usr/lib -lpng" -f makefile.std png2pnm pnm2png
|
||||
install -m755 png2pnm pnm2png "${pkgdir}/usr/bin/"
|
||||
install -D -m644 ../../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user