gdk-pixbuf was integrated into gtk2 a while ago, but was split out again now. gdk-pixbuf2 can coexist with gdk-pixbuf1. This pkg conflicts with the current gtk2 pkg, but since it will be low in the dependency tree once deployed it would be good to see bulk build results before gtk2 is updated to 2.22 which will require it.
31 lines
893 B
Makefile
31 lines
893 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/11/02 15:17:29 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gdk-pixbuf-2.22.0
|
|
PKGNAME= gdk-pixbuf2-2.22.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/2.22/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.22/
|
|
COMMENT= Image loaders for gtk2
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFLICTS+= gtk2+<2.22
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in
|
|
PKGCONFIG_OVERRIDE+= gdk-pixbuf-2.0.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|