2012-11-21 11:12:43 -06:00
|
|
|
# Description: An image loading library for GTK+
|
|
|
|
# URL: http://www.gtk.org/
|
2013-02-01 19:09:37 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2014-07-10 15:41:22 +10:00
|
|
|
# Depends on: gdk-pixbuf glib-32 libpng-32 libtiff-32 xorg-libx11-32
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=gdk-pixbuf-32
|
2015-12-20 19:51:36 +11:00
|
|
|
version=2.32.3
|
2013-11-16 00:33:09 +11:00
|
|
|
release=1
|
2013-10-09 20:34:41 +11:00
|
|
|
source=(http://download.gnome.org/sources/gdk-pixbuf/${version%.*}/gdk-pixbuf-$version.tar.xz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd gdk-pixbuf-$version
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--mandir=/usr/man \
|
|
|
|
--libdir=/usr/lib32 \
|
|
|
|
--without-libjasper \
|
|
|
|
--disable-nls \
|
|
|
|
--with-x11
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2013-10-09 20:34:41 +11:00
|
|
|
mv $PKG/usr/bin/gdk-pixbuf-query-loaders $PKG/usr/bin/gdk-pixbuf-query-loaders-32
|
|
|
|
rm $PKG/usr/bin/{gdk-pixbuf-pixdata,gdk-pixbuf-csource}
|
|
|
|
rm -r $PKG/usr/{include,man} $PKG/usr/share/gtk-doc
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|