libpng: update to 1.5.0. SONAME bump!

This commit is contained in:
Juan RP 2012-06-06 00:09:11 +02:00
parent c97afcd90d
commit a004883eba
5 changed files with 7 additions and 10 deletions

View file

@ -107,6 +107,7 @@ libX11.so.6 libX11-1.2_1
libexpat.so.1 expat-2.0.0_1 libexpat.so.1 expat-2.0.0_1
libjpeg.so.8 jpeg-8_1 libjpeg.so.8 jpeg-8_1
libpng14.so.14 libpng-1.4.2_1 libpng14.so.14 libpng-1.4.2_1
libpng15.so.15 libpng-1.5.10_1
libXrender.so.1 libXrender-0.9.4_1 libXrender.so.1 libXrender-0.9.4_1
libXrandr.so.2 libXrandr-1.3.0_1 libXrandr.so.2 libXrandr-1.3.0_1
libGLU.so.1 libGLU-7.11_1 libGLU.so.1 libGLU-7.11_1

View file

@ -1,18 +1,15 @@
# Template file for 'libpng-devel'. # Template file for 'libpng-devel'.
# #
depends="zlib-devel libpng>=1.4.9" depends="zlib-devel libpng>=$version"
short_desc="${sourcepkg} development files" short_desc="${sourcepkg} development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/bin usr vmove usr/bin usr
vmove usr/include usr vmove usr/include usr
vmove "usr/lib/*.a" usr/lib vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib vmove usr/lib/pkgconfig usr/lib
vmove usr/share/man/man3 usr/share/man vmove usr/share/man/man3 usr/share/man
rm -f ${SRCPKGDESTDIR}/usr/lib/*.la
} }

Binary file not shown.

View file

@ -1,16 +1,17 @@
# Template build file for 'libpng'. # Template build file for 'libpng'.
pkgname=libpng pkgname=libpng
version=1.4.9 version=1.5.10
revision=2 revision=1
patch_args="-Np1" patch_args="-Np1"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel" makedepends="zlib-devel"
subpackages="$pkgname-devel"
short_desc="Library for manipulating PNG images" short_desc="Library for manipulating PNG images"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.libpng.org/pub/png/libpng.html" homepage="http://www.libpng.org/pub/png/libpng.html"
license="zlib" license="zlib"
checksum=a4210ef5947f969fb01e66f40052824d9dadd84fc67c528abc30b5ba81b2b4dc distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=4d044852d3fbe5c0fad51f80f3f9bd519a6d5e1997079b165aa2292bd706cd5d
long_desc=" long_desc="
Libpng was written as a companion to the PNG specification, as a 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 way to reduce the amount of time and effort it takes to support
@ -21,8 +22,6 @@ long_desc="
keeping the code easy to understand. Currently, this library keeping the code easy to understand. Currently, this library
only supports C. Support for other languages is being considered." only supports C. Support for other languages is being considered."
subpackages="$pkgname-devel"
post_install() { post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname} vinstall LICENSE 644 usr/share/licenses/${pkgname}
} }