libpng: update to 1.4.8.
This commit is contained in:
parent
400a056c8e
commit
3dc4625357
3 changed files with 10 additions and 1621 deletions
File diff suppressed because it is too large
Load diff
BIN
srcpkgs/libpng/patches/libpng-1.4.7-apng.patch.gz
Normal file
BIN
srcpkgs/libpng/patches/libpng-1.4.7-apng.patch.gz
Normal file
Binary file not shown.
|
@ -1,11 +1,14 @@
|
|||
# Template build file for 'libpng'.
|
||||
pkgname=libpng
|
||||
version=1.4.5
|
||||
version=1.4.8
|
||||
patch_args="-Np1"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Library for manipulating PNG images"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=10ec58b9bb11dc829beb8f59fea52f3c10d7e89c81921ae9121f14d18ddce90a
|
||||
homepage="http://www.libpng.org/pub/png/libpng.html"
|
||||
license="zlib"
|
||||
checksum=a6df2b0da085706c8b3aa871224d83f97c2905ec2791838c5440239675deeda0
|
||||
long_desc="
|
||||
Libpng was written as a companion to the PNG specification, as a
|
||||
way to reduce the amount of time and effort it takes to support
|
||||
|
@ -20,3 +23,8 @@ subpackages="$pkgname-devel"
|
|||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency build zlib-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue