25 lines
894 B
Text
25 lines
894 B
Text
# Template build file for 'gdk-pixbuf'.
|
|
pkgname=gdk-pixbuf
|
|
version=2.26.1
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--without-libjasper --with-included-loaders=png --with-x11"
|
|
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"
|
|
checksum=a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba
|
|
long_desc="
|
|
This package contains an image loading library for the GTK+ toolkit v2."
|
|
|
|
triggers="gtk-pixbuf-loaders"
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build perl ">=0"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build glib-devel
|
|
Add_dependency build libpng-devel
|
|
Add_dependency build jpeg-devel
|
|
Add_dependency build tiff-devel
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build gobject-introspection
|