openbsd-ports/graphics/shotwell/Makefile

66 lines
1.8 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2012/09/01 14:36:57 ajacoutot Exp $
# needs to allocate 512M
VMEM_WARNING = Yes
COMMENT = digital photo organizer
2012-08-28 03:37:38 -04:00
DISTNAME = shotwell-0.12.3
REVISION = 1
CATEGORIES = graphics
MASTER_SITES = http://yorba.org/download/shotwell/stable/
HOMEPAGE = http://yorba.org/shotwell/
2011-09-12 14:22:19 -04:00
EXTRACT_SUFX = .tar.bz2
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-12 14:22:19 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += cairo-gobject drm exif exiv2 expat fontconfig freetype
WANTLIB += gdk-3 gdk_pixbuf-2.0 gee gexiv2 gio-2.0 glib-2.0 gmodule-2.0
2011-09-12 14:22:19 -04:00
WANTLIB += gobject-2.0 gphoto2 gphoto2_port gstbase-0.10 gstpbutils-0.10
WANTLIB += gstreamer-0.10 gthread-2.0 gtk-3 javascriptcoregtk-3.0
WANTLIB += lcms2 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs raw rest-0.7 soup-2.4
WANTLIB += sqlite3 stdc++ unique-3.0 usb webkitgtk-3.0 xcb xcb-render
WANTLIB += xcb-shm xml2 z
2011-09-12 11:50:04 -04:00
2012-08-28 03:37:38 -04:00
MODULES = devel/dconf \
devel/gettext \
x11/gnome
2011-09-20 16:51:51 -04:00
MODGNOME_TOOLS= yelp
MODGNOME_DESKTOP_FILE = yes
2011-12-03 15:30:09 -05:00
RUN_DEPENDS += x11/gnome/librsvg \
x11/gtk+2,-guic
BUILD_DEPENDS = lang/vala>=0.16.0
LIB_DEPENDS = graphics/libgexiv2>=0.4.1 \
graphics/libraw>=0.14.5 \
www/webkit,gtk3>=1.6.1v0 \
devel/libunique3 \
devel/libgee06 \
graphics/libgphoto2 \
net/librest
NO_REGRESS = Yes
2012-08-28 03:37:38 -04:00
# beware: configure is an horrible homemade shell script
CONFIGURE_STYLE = simple
2011-09-12 14:22:19 -04:00
CONFIGURE_ARGS = --disable-schemas-compile \
--disable-desktop-update \
--disable-icon-update
MODGCONF2_SCHEMAS_DIR = shotwell
pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile \
${WRKSRC}/plugins/Makefile.plugin.mk
.include <bsd.port.mk>