update to gthumb-3.6.0

This commit is contained in:
jasper 2017-11-21 18:16:48 +00:00
parent b728a32890
commit 36c8dec973
4 changed files with 25 additions and 60 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.102 2017/10/23 17:10:51 sthen Exp $
# $OpenBSD: Makefile,v 1.103 2017/11/21 18:16:48 jasper Exp $
COMMENT= image viewer and browser for GNOME
GNOME_PROJECT= gthumb
GNOME_VERSION= 3.4.5
REVISION= 1
GNOME_VERSION= 3.6.0
API_V= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
SUBST_VARS= API_V
@ -17,14 +16,14 @@ MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xtst X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject clutter-1.0 clutter-gtk-1.0
WANTLIB += dbus-1 epoxy exiv2 expat ffi fontconfig freetype gdk-3
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += graphite2 gstreamer-1.0 gstvideo-1.0 gthread-2.0 gtk-3
WANTLIB += graphite2 gstreamer-1.0 gthread-2.0 gtk-3
WANTLIB += harfbuzz jpeg json-glib-1.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread colord
WANTLIB += rsvg-2 secret-1 soup-2.4 ${COMPILER_LIBCXX} tiff lcms2 raw
WANTLIB += webkit2gtk-4.0 webp xcb xcb-render xcb-shm z iconv intl
@ -37,6 +36,7 @@ BUILD_DEPENDS += multimedia/gstreamer1/plugins-base
BUILD_DEPENDS += devel/bison
LIB_DEPENDS= graphics/clutter/clutter-gtk \
graphics/colord \
graphics/exiv2 \
graphics/libraw \
graphics/libwebp \

View File

@ -1,2 +1,2 @@
SHA256 (gthumb-3.4.5.tar.xz) = gW/GO6nPw5fqjJpNIYcAUYE6pNlzg/PTrnTLPqgjV0Y=
SIZE (gthumb-3.4.5.tar.xz) = 3391492
SHA256 (gthumb-3.6.0.tar.xz) = SCSLsNOymA2dLsIBUdFI9zTl+MZ5gCe5age/b7evh/0=
SIZE (gthumb-3.6.0.tar.xz) = 3382324

View File

@ -1,12 +1,13 @@
$OpenBSD: patch-configure,v 1.4 2016/04/25 16:01:36 jasper Exp $
$OpenBSD: patch-configure,v 1.5 2017/11/21 18:16:48 jasper Exp $
Don't reset CFLAGS/LDFLAGS, which are needed to pass -L/usr/local/lib as
otherwise -ljpeg/-ltiff cannot be found.
Effectively reverts patch from https://bugzilla.gnome.org/show_bug.cgi?id=747982
--- configure.orig Mon Apr 11 21:22:38 2016
+++ configure Mon Apr 25 17:47:40 2016
@@ -20815,8 +20815,6 @@ fi
Index: configure
--- configure.orig
+++ configure
@@ -20853,8 +20853,6 @@ fi
if test "x$enable_jpeg" = "xyes"; then
SAVE_CFLAGS="$CFLAGS"
SAVE_LDFLAGS="$LDFLAGS"
@ -15,7 +16,7 @@ Effectively reverts patch from https://bugzilla.gnome.org/show_bug.cgi?id=747982
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_decompress in -ljpeg" >&5
$as_echo_n "checking for jpeg_destroy_decompress in -ljpeg... " >&6; }
if ${ac_cv_lib_jpeg_jpeg_destroy_decompress+:} false; then :
@@ -20972,8 +20970,6 @@ fi
@@ -21010,8 +21008,6 @@ fi
if test x$enable_tiff = xyes ; then
SAVE_CFLAGS="$CFLAGS"
SAVE_LDFLAGS="$LDFLAGS"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.29 2015/10/08 09:41:10 jasper Exp $
@comment $OpenBSD: PLIST,v 1.30 2017/11/21 18:16:48 jasper Exp $
@bin bin/gthumb
include/gthumb-${API_V}/
include/gthumb-${API_V}/gthumb/
@ -13,13 +13,14 @@ include/gthumb-${API_V}/gthumb/gio-utils.h
include/gthumb-${API_V}/gthumb/glib-utils.h
include/gthumb-${API_V}/gthumb/gnome-desktop-thumbnail.h
include/gthumb-${API_V}/gthumb/gsignature.h
include/gthumb-${API_V}/gthumb/gth-accel-button.h
include/gthumb-${API_V}/gthumb/gth-async-task.h
include/gthumb-${API_V}/gthumb/gth-auto-paned.h
include/gthumb-${API_V}/gthumb/gth-browser.h
include/gthumb-${API_V}/gthumb/gth-buffer-data.h
include/gthumb-${API_V}/gthumb/gth-color-manager.h
include/gthumb-${API_V}/gthumb/gth-color-scale.h
include/gthumb-${API_V}/gthumb/gth-delete-task.h
include/gthumb-${API_V}/gthumb/gth-dumb-notebook.h
include/gthumb-${API_V}/gthumb/gth-duplicable.h
include/gthumb-${API_V}/gthumb/gth-empty-list.h
include/gthumb-${API_V}/gthumb/gth-enum-types.h
@ -45,6 +46,7 @@ include/gthumb-${API_V}/gthumb/gth-grid-view.h
include/gthumb-${API_V}/gthumb/gth-histogram-view.h
include/gthumb-${API_V}/gthumb/gth-histogram.h
include/gthumb-${API_V}/gthumb/gth-hook.h
include/gthumb-${API_V}/gthumb/gth-icc-profile.h
include/gthumb-${API_V}/gthumb/gth-icon-cache.h
include/gthumb-${API_V}/gthumb/gth-image-dragger.h
include/gthumb-${API_V}/gthumb/gth-image-history.h
@ -88,6 +90,7 @@ include/gthumb-${API_V}/gthumb/gth-string-list.h
include/gthumb-${API_V}/gthumb/gth-tags-entry.h
include/gthumb-${API_V}/gthumb/gth-tags-file.h
include/gthumb-${API_V}/gthumb/gth-task.h
include/gthumb-${API_V}/gthumb/gth-test-aspect-ratio.h
include/gthumb-${API_V}/gthumb/gth-test-category.h
include/gthumb-${API_V}/gthumb/gth-test-chain.h
include/gthumb-${API_V}/gthumb/gth-test-selector.h
@ -166,7 +169,6 @@ lib/gthumb/extensions/libjpeg_utils.so
lib/gthumb/extensions/liblist_tools.so
lib/gthumb/extensions/liboauth.so
lib/gthumb/extensions/libphoto_importer.so
lib/gthumb/extensions/libphotobucket.so
lib/gthumb/extensions/libpicasaweb.so
lib/gthumb/extensions/libraw_files.so
lib/gthumb/extensions/libred_eye_removal.so
@ -179,7 +181,6 @@ lib/gthumb/extensions/libwebalbums.so
lib/gthumb/extensions/list_tools.extension
lib/gthumb/extensions/oauth.extension
lib/gthumb/extensions/photo_importer.extension
lib/gthumb/extensions/photobucket.extension
lib/gthumb/extensions/picasaweb.extension
lib/gthumb/extensions/raw_files.extension
lib/gthumb/extensions/red_eye_removal.extension
@ -191,12 +192,11 @@ lib/gthumb/extensions/slideshow.extension
lib/gthumb/extensions/webalbums.extension
lib/pkgconfig/gthumb-${API_V}.pc
@man man/man1/gthumb.1
share/GConf/gsettings/gthumb.convert
share/aclocal/gthumb.m4
share/appdata/
share/appdata/gthumb.appdata.xml
share/applications/gthumb-import.desktop
share/applications/gthumb.desktop
share/appdata/org.gnome.gThumb.appdata.xml
share/applications/org.gnome.gThumb.Import.desktop
share/applications/org.gnome.gThumb.desktop
share/glib-2.0/schemas/org.gnome.gthumb.change-date.gschema.xml
share/glib-2.0/schemas/org.gnome.gthumb.comments.gschema.xml
share/glib-2.0/schemas/org.gnome.gthumb.contact-sheet.gschema.xml
@ -291,6 +291,7 @@ share/gthumb/icons/hicolor/16x16/actions/emblem-flag-green.svg
share/gthumb/icons/hicolor/16x16/actions/emblem-flag-red.svg
share/gthumb/icons/hicolor/16x16/actions/emblem-flag-symbolic.svg
share/gthumb/icons/hicolor/16x16/actions/export-symbolic.svg
share/gthumb/icons/hicolor/16x16/actions/eyedropper-symbolic.svg
share/gthumb/icons/hicolor/16x16/actions/file-catalog-symbolic.svg
share/gthumb/icons/hicolor/16x16/actions/file-library-symbolic.svg
share/gthumb/icons/hicolor/16x16/actions/file-search-symbolic.svg
@ -343,6 +344,7 @@ share/gthumb/ui/browser-preferences.ui
share/gthumb/ui/catalog-properties.ui
share/gthumb/ui/change-date.ui
share/gthumb/ui/code-selector.ui
share/gthumb/ui/color-picker-options.ui
share/gthumb/ui/comments-preferences.ui
share/gthumb/ui/contact-sheet-theme-properties.ui
share/gthumb/ui/contact-sheet.ui
@ -355,7 +357,6 @@ share/gthumb/ui/edit-exiv2-page.ui
share/gthumb/ui/effects-options.ui
share/gthumb/ui/export-to-facebook.ui
share/gthumb/ui/export-to-flickr.ui
share/gthumb/ui/export-to-photobucket.ui
share/gthumb/ui/export-to-picasaweb.ui
share/gthumb/ui/extensions-preferences.ui
share/gthumb/ui/facebook-album-properties.ui
@ -363,7 +364,6 @@ share/gthumb/ui/filter-editor.ui
share/gthumb/ui/find-duplicates-choose-folders.ui
share/gthumb/ui/find-duplicates-dialog.ui
share/gthumb/ui/find-duplicates.ui
share/gthumb/ui/flickr-ask-authorization-old.ui
share/gthumb/ui/grayscale-options.ui
share/gthumb/ui/histogram-info.ui
share/gthumb/ui/image-viewer-preferences.ui
@ -383,7 +383,6 @@ share/gthumb/ui/organize-files-task.ui
share/gthumb/ui/organize-files.ui
share/gthumb/ui/overwrite-dialog.ui
share/gthumb/ui/personalize-filters.ui
share/gthumb/ui/photobucket-album-properties.ui
share/gthumb/ui/picasa-web-album-properties.ui
share/gthumb/ui/png-options.ui
share/gthumb/ui/preferences.ui
@ -402,6 +401,7 @@ share/gthumb/ui/sort-order.ui
share/gthumb/ui/tag-chooser.ui
share/gthumb/ui/tga-options.ui
share/gthumb/ui/tiff-options.ui
share/gthumb/ui/toolbar-zoom-menu.ui
share/gthumb/ui/web-album-exporter.ui
share/gthumb/ui/webp-options.ui
share/help/
@ -422,15 +422,12 @@ share/help/C/gthumb/edit-rotate.page
share/help/C/gthumb/edit-save-undo-redo.page
share/help/C/gthumb/extensions.page
share/help/C/gthumb/figures/
share/help/C/gthumb/figures/comment.png
share/help/C/gthumb/figures/general-filter.png
share/help/C/gthumb/figures/import-pref-auto-folder.png
share/help/C/gthumb/figures/import-pref-custom-format.png
share/help/C/gthumb/figures/import.png
share/help/C/gthumb/figures/main-win.png
share/help/C/gthumb/figures/nav-button.png
share/help/C/gthumb/figures/palette.png
share/help/C/gthumb/figures/preferences.png
share/help/C/gthumb/figures/specific-filter.png
share/help/C/gthumb/figures/thumbnail-pane.png
share/help/C/gthumb/file-copy-move.page
@ -470,15 +467,12 @@ share/help/cs/gthumb/edit-rotate.page
share/help/cs/gthumb/edit-save-undo-redo.page
share/help/cs/gthumb/extensions.page
share/help/cs/gthumb/figures/
share/help/cs/gthumb/figures/comment.png
share/help/cs/gthumb/figures/general-filter.png
share/help/cs/gthumb/figures/import-pref-auto-folder.png
share/help/cs/gthumb/figures/import-pref-custom-format.png
share/help/cs/gthumb/figures/import.png
share/help/cs/gthumb/figures/main-win.png
share/help/cs/gthumb/figures/nav-button.png
share/help/cs/gthumb/figures/palette.png
share/help/cs/gthumb/figures/preferences.png
share/help/cs/gthumb/figures/specific-filter.png
share/help/cs/gthumb/figures/thumbnail-pane.png
share/help/cs/gthumb/file-copy-move.page
@ -518,15 +512,12 @@ share/help/de/gthumb/edit-rotate.page
share/help/de/gthumb/edit-save-undo-redo.page
share/help/de/gthumb/extensions.page
share/help/de/gthumb/figures/
share/help/de/gthumb/figures/comment.png
share/help/de/gthumb/figures/general-filter.png
share/help/de/gthumb/figures/import-pref-auto-folder.png
share/help/de/gthumb/figures/import-pref-custom-format.png
share/help/de/gthumb/figures/import.png
share/help/de/gthumb/figures/main-win.png
share/help/de/gthumb/figures/nav-button.png
share/help/de/gthumb/figures/palette.png
share/help/de/gthumb/figures/preferences.png
share/help/de/gthumb/figures/specific-filter.png
share/help/de/gthumb/figures/thumbnail-pane.png
share/help/de/gthumb/file-copy-move.page
@ -566,15 +557,12 @@ share/help/el/gthumb/edit-rotate.page
share/help/el/gthumb/edit-save-undo-redo.page
share/help/el/gthumb/extensions.page
share/help/el/gthumb/figures/
share/help/el/gthumb/figures/comment.png
share/help/el/gthumb/figures/general-filter.png
share/help/el/gthumb/figures/import-pref-auto-folder.png
share/help/el/gthumb/figures/import-pref-custom-format.png
share/help/el/gthumb/figures/import.png
share/help/el/gthumb/figures/main-win.png
share/help/el/gthumb/figures/nav-button.png
share/help/el/gthumb/figures/palette.png
share/help/el/gthumb/figures/preferences.png
share/help/el/gthumb/figures/specific-filter.png
share/help/el/gthumb/figures/thumbnail-pane.png
share/help/el/gthumb/file-copy-move.page
@ -614,15 +602,12 @@ share/help/es/gthumb/edit-rotate.page
share/help/es/gthumb/edit-save-undo-redo.page
share/help/es/gthumb/extensions.page
share/help/es/gthumb/figures/
share/help/es/gthumb/figures/comment.png
share/help/es/gthumb/figures/general-filter.png
share/help/es/gthumb/figures/import-pref-auto-folder.png
share/help/es/gthumb/figures/import-pref-custom-format.png
share/help/es/gthumb/figures/import.png
share/help/es/gthumb/figures/main-win.png
share/help/es/gthumb/figures/nav-button.png
share/help/es/gthumb/figures/palette.png
share/help/es/gthumb/figures/preferences.png
share/help/es/gthumb/figures/specific-filter.png
share/help/es/gthumb/figures/thumbnail-pane.png
share/help/es/gthumb/file-copy-move.page
@ -662,15 +647,12 @@ share/help/eu/gthumb/edit-rotate.page
share/help/eu/gthumb/edit-save-undo-redo.page
share/help/eu/gthumb/extensions.page
share/help/eu/gthumb/figures/
share/help/eu/gthumb/figures/comment.png
share/help/eu/gthumb/figures/general-filter.png
share/help/eu/gthumb/figures/import-pref-auto-folder.png
share/help/eu/gthumb/figures/import-pref-custom-format.png
share/help/eu/gthumb/figures/import.png
share/help/eu/gthumb/figures/main-win.png
share/help/eu/gthumb/figures/nav-button.png
share/help/eu/gthumb/figures/palette.png
share/help/eu/gthumb/figures/preferences.png
share/help/eu/gthumb/figures/specific-filter.png
share/help/eu/gthumb/figures/thumbnail-pane.png
share/help/eu/gthumb/file-copy-move.page
@ -710,15 +692,12 @@ share/help/fr/gthumb/edit-rotate.page
share/help/fr/gthumb/edit-save-undo-redo.page
share/help/fr/gthumb/extensions.page
share/help/fr/gthumb/figures/
share/help/fr/gthumb/figures/comment.png
share/help/fr/gthumb/figures/general-filter.png
share/help/fr/gthumb/figures/import-pref-auto-folder.png
share/help/fr/gthumb/figures/import-pref-custom-format.png
share/help/fr/gthumb/figures/import.png
share/help/fr/gthumb/figures/main-win.png
share/help/fr/gthumb/figures/nav-button.png
share/help/fr/gthumb/figures/palette.png
share/help/fr/gthumb/figures/preferences.png
share/help/fr/gthumb/figures/specific-filter.png
share/help/fr/gthumb/figures/thumbnail-pane.png
share/help/fr/gthumb/file-copy-move.page
@ -758,15 +737,12 @@ share/help/hu/gthumb/edit-rotate.page
share/help/hu/gthumb/edit-save-undo-redo.page
share/help/hu/gthumb/extensions.page
share/help/hu/gthumb/figures/
share/help/hu/gthumb/figures/comment.png
share/help/hu/gthumb/figures/general-filter.png
share/help/hu/gthumb/figures/import-pref-auto-folder.png
share/help/hu/gthumb/figures/import-pref-custom-format.png
share/help/hu/gthumb/figures/import.png
share/help/hu/gthumb/figures/main-win.png
share/help/hu/gthumb/figures/nav-button.png
share/help/hu/gthumb/figures/palette.png
share/help/hu/gthumb/figures/preferences.png
share/help/hu/gthumb/figures/specific-filter.png
share/help/hu/gthumb/figures/thumbnail-pane.png
share/help/hu/gthumb/file-copy-move.page
@ -806,15 +782,12 @@ share/help/oc/gthumb/edit-rotate.page
share/help/oc/gthumb/edit-save-undo-redo.page
share/help/oc/gthumb/extensions.page
share/help/oc/gthumb/figures/
share/help/oc/gthumb/figures/comment.png
share/help/oc/gthumb/figures/general-filter.png
share/help/oc/gthumb/figures/import-pref-auto-folder.png
share/help/oc/gthumb/figures/import-pref-custom-format.png
share/help/oc/gthumb/figures/import.png
share/help/oc/gthumb/figures/main-win.png
share/help/oc/gthumb/figures/nav-button.png
share/help/oc/gthumb/figures/palette.png
share/help/oc/gthumb/figures/preferences.png
share/help/oc/gthumb/figures/specific-filter.png
share/help/oc/gthumb/figures/thumbnail-pane.png
share/help/oc/gthumb/file-copy-move.page
@ -854,15 +827,12 @@ share/help/sl/gthumb/edit-rotate.page
share/help/sl/gthumb/edit-save-undo-redo.page
share/help/sl/gthumb/extensions.page
share/help/sl/gthumb/figures/
share/help/sl/gthumb/figures/comment.png
share/help/sl/gthumb/figures/general-filter.png
share/help/sl/gthumb/figures/import-pref-auto-folder.png
share/help/sl/gthumb/figures/import-pref-custom-format.png
share/help/sl/gthumb/figures/import.png
share/help/sl/gthumb/figures/main-win.png
share/help/sl/gthumb/figures/nav-button.png
share/help/sl/gthumb/figures/palette.png
share/help/sl/gthumb/figures/preferences.png
share/help/sl/gthumb/figures/specific-filter.png
share/help/sl/gthumb/figures/thumbnail-pane.png
share/help/sl/gthumb/file-copy-move.page
@ -902,15 +872,12 @@ share/help/sv/gthumb/edit-rotate.page
share/help/sv/gthumb/edit-save-undo-redo.page
share/help/sv/gthumb/extensions.page
share/help/sv/gthumb/figures/
share/help/sv/gthumb/figures/comment.png
share/help/sv/gthumb/figures/general-filter.png
share/help/sv/gthumb/figures/import-pref-auto-folder.png
share/help/sv/gthumb/figures/import-pref-custom-format.png
share/help/sv/gthumb/figures/import.png
share/help/sv/gthumb/figures/main-win.png
share/help/sv/gthumb/figures/nav-button.png
share/help/sv/gthumb/figures/palette.png
share/help/sv/gthumb/figures/preferences.png
share/help/sv/gthumb/figures/specific-filter.png
share/help/sv/gthumb/figures/thumbnail-pane.png
share/help/sv/gthumb/file-copy-move.page
@ -950,15 +917,12 @@ share/help/zh_CN/gthumb/edit-rotate.page
share/help/zh_CN/gthumb/edit-save-undo-redo.page
share/help/zh_CN/gthumb/extensions.page
share/help/zh_CN/gthumb/figures/
share/help/zh_CN/gthumb/figures/comment.png
share/help/zh_CN/gthumb/figures/general-filter.png
share/help/zh_CN/gthumb/figures/import-pref-auto-folder.png
share/help/zh_CN/gthumb/figures/import-pref-custom-format.png
share/help/zh_CN/gthumb/figures/import.png
share/help/zh_CN/gthumb/figures/main-win.png
share/help/zh_CN/gthumb/figures/nav-button.png
share/help/zh_CN/gthumb/figures/palette.png
share/help/zh_CN/gthumb/figures/preferences.png
share/help/zh_CN/gthumb/figures/specific-filter.png
share/help/zh_CN/gthumb/figures/thumbnail-pane.png
share/help/zh_CN/gthumb/file-copy-move.page