gdk-pixbuf: rebuild against libpng-1.5.
This commit is contained in:
parent
a004883eba
commit
a0e432f7ad
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gdk-pixbuf-devel'.
|
||||
#
|
||||
depends="perl>=0 libpng-devel shared-mime-info"
|
||||
depends="perl ibpng-devel>=1.5.10 shared-mime-info"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="
|
||||
${pkgname} is An image loading library for GTK+.
|
||||
|
|
|
@ -3,10 +3,10 @@ libglib-2.0.so.0
|
|||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgio-2.0.so.0
|
||||
libpng14.so.14
|
||||
libm.so.6
|
||||
libgobject-2.0.so.0
|
||||
librt.so.1
|
||||
libjpeg.so.8
|
||||
libtiff.so.5
|
||||
libX11.so.6
|
||||
libpng15.so.15
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'gdk-pixbuf'.
|
||||
pkgname=gdk-pixbuf
|
||||
version=2.26.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
subpackages="$pkgname-devel"
|
||||
configure_args="--without-libjasper --with-included-loaders=png --with-x11"
|
||||
makedepends="perl pkg-config glib-devel libpng-devel jpeg-devel tiff-devel libX11-devel gobject-introspection"
|
||||
makedepends="perl pkg-config glib-devel libpng-devel>=1.5.10 jpeg-devel tiff-devel libX11-devel gobject-introspection"
|
||||
triggers="gtk-pixbuf-loaders"
|
||||
revision=1
|
||||
short_desc="An Image loading library for The GTK+ toolkit (v2)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gtk.org/"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba
|
||||
long_desc="
|
||||
This package contains an image loading library for the GTK+ toolkit v2."
|
||||
|
|
Loading…
Reference in New Issue