svn commit: r562397 - head/graphics/eog
Dima Panov
fluffy at FreeBSD.org
Sat Jan 23 15:29:16 UTC 2021
Author: fluffy
Date: Sat Jan 23 15:29:15 2021
New Revision: 562397
URL: https://svnweb.freebsd.org/changeset/ports/562397
Log:
graphics/eog: Update to 3.38.1
make libexif dependency mandatory - consumers now wants to have eog-exif-util.h exist
PR: 251769 (based on)
With hat: desktop
Modified:
head/graphics/eog/Makefile
head/graphics/eog/distinfo
head/graphics/eog/pkg-plist
Modified: head/graphics/eog/Makefile
==============================================================================
--- head/graphics/eog/Makefile Sat Jan 23 14:46:24 2021 (r562396)
+++ head/graphics/eog/Makefile Sat Jan 23 15:29:15 2021 (r562397)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= eog
-PORTVERSION= 3.38.0
+PORTVERSION= 3.38.1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -16,20 +16,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
LIB_DEPENDS= libpeas-gtk-1.0.so:devel/libpeas \
- liblcms2.so:graphics/lcms2
+ liblcms2.so:graphics/lcms2 \
+ libexif.so:graphics/libexif
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
PORTSCOUT= limitw:1,even
USES= compiler:c++11-lang desktop-file-utils gettext gnome jpeg \
- localbase meson pkgconfig python:build,3.4+ shebangfix tar:xz \
+ localbase meson pkgconfig python:build,3.6+ shebangfix tar:xz \
xorg
USE_GNOME= cairo librsvg2 gtk30 gnomedesktop3 introspection
USE_XORG= x11
INSTALLS_ICONS= yes
SHEBANG_FILES= ${WRKSRC}/meson_post_install.py
-MESON_ARGS= -Dlibportal=false
+MESON_ARGS= -Dlibportal=false -Dlibexif=true
GLIB_SCHEMAS= org.gnome.eog.enums.xml \
org.gnome.eog.gschema.xml
@@ -37,23 +38,11 @@ GLIB_SCHEMAS= org.gnome.eog.enums.xml \
PLIST_SUB+= VERSION=3.0
OPTIONS_SUB= yes
-OPTIONS_DEFINE= EXIF EXEMPI
-OPTIONS_DEFAULT=EXIF EXEMPI
+OPTIONS_DEFINE= EXEMPI
+OPTIONS_DEFAULT=EXEMPI
-EXIF_DESC= Digital camera file meta-data support
-EXIF_MESON_TRUE= libexif
-EXIF_LIB_DEPENDS= libexif.so:graphics/libexif
-
EXEMPI_DESC= XMP support
EXEMPI_MESON_TRUE= xmp
EXEMPI_LIB_DEPENDS= libexempi.so:textproc/exempi
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MEXIF} != "" || ${PORT_OPTIONS:MEXEMPI} != ""
-PLIST_SUB+= EXIFEXEMPI=""
-.else
-PLIST_SUB+= EXIFEXEMPI="@comment "
-.endif
.include <bsd.port.mk>
Modified: head/graphics/eog/distinfo
==============================================================================
--- head/graphics/eog/distinfo Sat Jan 23 14:46:24 2021 (r562396)
+++ head/graphics/eog/distinfo Sat Jan 23 15:29:15 2021 (r562397)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607145798
-SHA256 (gnome3/eog-3.38.0.tar.xz) = e1a3a47c38688cd538deda627c0eff113d05c316b1dde6243150437259d2d963
-SIZE (gnome3/eog-3.38.0.tar.xz) = 3654864
+TIMESTAMP = 1611410051
+SHA256 (gnome3/eog-3.38.1.tar.xz) = b71dc961c277effa70dbd466657a81585f52ee8b35bc6e9da20c993568740cf7
+SIZE (gnome3/eog-3.38.1.tar.xz) = 3655616
Modified: head/graphics/eog/pkg-plist
==============================================================================
--- head/graphics/eog/pkg-plist Sat Jan 23 14:46:24 2021 (r562396)
+++ head/graphics/eog/pkg-plist Sat Jan 23 15:29:15 2021 (r562397)
@@ -4,7 +4,7 @@ include/eog-%%VERSION%%/eog/eog-application.h
include/eog-%%VERSION%%/eog/eog-clipboard-handler.h
include/eog-%%VERSION%%/eog/eog-debug.h
include/eog-%%VERSION%%/eog/eog-enums.h
-%%EXIF%%include/eog-%%VERSION%%/eog/eog-exif-util.h
+include/eog-%%VERSION%%/eog/eog-exif-util.h
include/eog-%%VERSION%%/eog/eog-file-chooser.h
include/eog-%%VERSION%%/eog/eog-image-save-info.h
include/eog-%%VERSION%%/eog/eog-image.h
@@ -27,9 +27,9 @@ lib/eog/libeog.so
lib/eog/plugins/fullscreen.plugin
lib/eog/plugins/libfullscreen.so
lib/eog/plugins/libreload.so
-%%EXIF%%lib/eog/plugins/libstatusbar-date.so
+lib/eog/plugins/libstatusbar-date.so
lib/eog/plugins/reload.plugin
-%%EXIF%%lib/eog/plugins/statusbar-date.plugin
+lib/eog/plugins/statusbar-date.plugin
libdata/pkgconfig/eog.pc
share/GConf/gsettings/eog.convert
%%DATADIR%%/gir-1.0/Eog-%%VERSION%%.gir
More information about the svn-ports-all
mailing list