Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 97 deletions.
32 changes: 11 additions & 21 deletions graphics/shotwell/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
PORTNAME= shotwell
PORTVERSION= 0.30.18
PORTREVISION= 3
PORTVERSION= 0.32.6
CATEGORIES= graphics gnome
MASTER_SITES= GNOME

PATCH_SITES= https://gitlab.gnome.org/GNOME/shotwell/-/commit/
PATCHFILES= cd82759231e5ece2fa0dea40397c9051d15fd5c2.diff:-p1

MAINTAINER= cmt@FreeBSD.org
COMMENT= Open source photo manager for GNOME
WWW= https://wiki.gnome.org/Apps/Shotwell
Expand All @@ -19,32 +15,27 @@ 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 \
libgdata.so:devel/libgdata \
libgee-0.8.so:devel/libgee \
libsoup-2.4.so:devel/libsoup \
libexiv2.so:graphics/exiv2 \
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 \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
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 shebangfix sqlite tar:xz vala:build xorg
ninja pkgconfig python:build sqlite tar:xz vala:build xorg
CPE_VENDOR= gnome
USE_GNOME= cairo dconf gtk30
USE_GNOME= cairo gtk30
USE_LDCONFIG= yes
USE_XORG= x11

SHEBANG_FILES= build-aux/meson/postinstall.py
python_OLD_CMD= "/usr/bin/env python3"
python_CMD= ${SETENV} ${PYTHON_VERSION}

MESON_ARGS= -Dudev=false -Dextra-plugins=true -Dinstall-apport-hook=false \
-Dpublishers=facebook,flickr,gallery3,picasa,piwigo,rajce,tumblr,yandex,youtube
MESON_ARGS= -Dudev=false \
-Dpublishers=flickr,gallery3,googlephotos,piwigo,tumblr,youtube
PORTSCOUT= limitw:1,even
MAKE_JOBS_UNSAFE= yes

Expand All @@ -53,10 +44,9 @@ OPTIONS_SUB= yes

FACED_DESC= Face Detection

FACED_CONFIGURE_ON= -Dface-detection=true
FACED_CONFIGURE_OFF= -Dface-detection=false
FACED_LIB_DEPENDS= libopencv_core.so:graphics/opencv \
libopencv_photo.so:graphics/opencv
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}

Expand Down
8 changes: 3 additions & 5 deletions graphics/shotwell/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
TIMESTAMP = 1680351062
SHA256 (shotwell-0.30.18.tar.xz) = a8c04a3c5cee0506fa103dde58ced15f03c6478f59958419d2a5f80761f14135
SIZE (shotwell-0.30.18.tar.xz) = 6542864
SHA256 (cd82759231e5ece2fa0dea40397c9051d15fd5c2.diff) = bbbfcf2d2d9f11dd4254d8eafa1cf5591ba78c3ce46f0655d2c3da2b47474895
SIZE (cd82759231e5ece2fa0dea40397c9051d15fd5c2.diff) = 1569
TIMESTAMP = 1715196920
SHA256 (shotwell-0.32.6.tar.xz) = 7597a4ffac91e18cd8144b12f2d08313a3f405bb368243a7326826f7d92a70b6
SIZE (shotwell-0.32.6.tar.xz) = 35324512

This file was deleted.

12 changes: 0 additions & 12 deletions graphics/shotwell/files/patch-src_dialogs_ExportDialog.vala

This file was deleted.

0 comments on commit 54f51b3

Please sign in to comment.