1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/shotwell/Makefile

56 lines
1.5 KiB
Makefile

PORTNAME= shotwell
PORTVERSION= 0.32.6
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
MAINTAINER= cmt@FreeBSD.org
COMMENT= Open source photo manager for GNOME
WWW= https://wiki.gnome.org/Apps/Shotwell
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libportal.so:deskutils/libportal \
libportal-gtk3.so:deskutils/libportal-gtk3 \
libgio-2.0.so:devel/glib20 \
libjson-glib-1.0.so:devel/json-glib \
libgee-0.8.so:devel/libgee \
libsoup-3.0.so:devel/libsoup3 \
libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 \
libgexiv2.so:graphics/gexiv2 \
libexif.so:graphics/libexif \
libgphoto2.so:graphics/libgphoto2 \
libraw.so:graphics/libraw \
libwebp.so:graphics/webp \
libgcr-ui-3.so:security/gcr \
libsecret-1.so:security/libsecret \
libxml2.so:textproc/libxml2
USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome gstreamer meson \
ninja pkgconfig python:build sqlite tar:xz vala:build xorg
CPE_VENDOR= gnome
USE_GNOME= cairo gtk30
USE_LDCONFIG= yes
USE_XORG= x11
MESON_ARGS= -Dudev=false \
-Dpublishers=flickr,gallery3,googlephotos,piwigo,tumblr,youtube
PORTSCOUT= limitw:1,even
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= FACED
OPTIONS_SUB= yes
FACED_DESC= Face Detection
FACED_CONFIGURE_ON= -Dface_detection=true
FACED_CONFIGURE_OFF= -Dface_detection=false -Dface_detection_helper=true
FACED_LIB_DEPENDS= libopencv_core.so:graphics/opencv
PLIST_SUB= DISTVERSION=${DISTVERSION}
GLIB_SCHEMAS= org.yorba.shotwell.gschema.xml org.yorba.shotwell-extras.gschema.xml
.include <bsd.port.mk>