pkgsrc-wip/xfce4-tumbler/Makefile
Guillaume Lasmayous a6d57071da Import xfce4-tumbler-0.1.23 as wip/xfce4-tumbler.
Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on
http://live.gnome.org/ThumbnailerSpec written in an object-oriented
fashion using GLib and GObject. Its modular architecture makes it very
flexible and useful in many situations. It provides plugin interfaces
for extending the URI schemes and MIME types for which thumbnails can be
generated as well as for replacing the storage backend that is used to
store the thumbnails on disk. Tumbler's functionality can also be
extended via specialized thumbnailer services implemented in accordance
to the thumbnail management D-Bus specification.
2012-02-19 20:10:18 +00:00

28 lines
751 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/02/19 20:10:18 guigui2 Exp $
#
.include "../../wip/xfce48/Makefile.common"
DISTNAME= tumbler-0.1.23
PKGNAME= xfce4-${DISTNAME}
CATEGORIES= multimedia
MASTER_SITES= http://archive.xfce.org/src/xfce/tumbler/0.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://www.xfce.org/
COMMENT= D-Bus thumbnailing service
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool
PKGCONFIG_OVERRIDE+= tumbler/tumbler-1.pc.in
.include "../../devel/libgsf/buildlink3.mk"
.include "../../multimedia/ffmpegthumbnailer/buildlink3.mk"
.include "../../print/poppler-glib/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"