svn commit: r518381 - in head/graphics/photoflow: . files
Alex Dupre
ale at FreeBSD.org
Mon Nov 25 06:41:43 UTC 2019
Author: ale
Date: Mon Nov 25 06:41:41 2019
New Revision: 518381
URL: https://svnweb.freebsd.org/changeset/ports/518381
Log:
Update to a recent snapshot and unbreak.
PR: 241938
Submitted by: ale
Approved by: maintainer
Deleted:
head/graphics/photoflow/files/patch-src_external_rawspeed_src_librawspeed_common_Mutex.h
Modified:
head/graphics/photoflow/Makefile
head/graphics/photoflow/distinfo
head/graphics/photoflow/files/patch-data_CMakeLists.txt
head/graphics/photoflow/files/patch-src_CMakeLists.txt
head/graphics/photoflow/pkg-plist
Modified: head/graphics/photoflow/Makefile
==============================================================================
--- head/graphics/photoflow/Makefile Mon Nov 25 06:07:58 2019 (r518380)
+++ head/graphics/photoflow/Makefile Mon Nov 25 06:41:41 2019 (r518381)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= photoflow
-DISTVERSION= 0.2.8-1260
-PORTREVISION= 2
+DISTVERSION= 0.2.8-1398
CATEGORIES= graphics
MAINTAINER= yuri at FreeBSD.org
@@ -11,7 +10,6 @@ COMMENT= Non-destructive photo retouching program
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN= no matching function for call to 'vips_image_get_blob'
BROKEN_i386= see https://github.com/aferrero2707/PhotoFlow/issues/192
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
@@ -26,7 +24,7 @@ USES= cmake compiler:c++11-lang desktop-file-utils ge
USE_GITHUB= yes
GH_ACCOUNT= aferrero2707
GH_PROJECT= PhotoFlow
-GH_TAGNAME= da84a071
+GH_TAGNAME= d92c3989
USE_GNOME= atkmm cairomm glib20 glibmm gtk20 gtkmm24 libsigc++20 pangomm
CMAKE_OFF= BUNDLED_LENSFUN
Modified: head/graphics/photoflow/distinfo
==============================================================================
--- head/graphics/photoflow/distinfo Mon Nov 25 06:07:58 2019 (r518380)
+++ head/graphics/photoflow/distinfo Mon Nov 25 06:41:41 2019 (r518381)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1560191008
-SHA256 (aferrero2707-PhotoFlow-0.2.8-1260-da84a071_GH0.tar.gz) = 6553848199f1a57f67e64c3414cdd61e74e497ef4476ea4d3df637f1e1304d32
-SIZE (aferrero2707-PhotoFlow-0.2.8-1260-da84a071_GH0.tar.gz) = 10119031
+TIMESTAMP = 1573631919
+SHA256 (aferrero2707-PhotoFlow-0.2.8-1398-d92c3989_GH0.tar.gz) = 0cf5aa91d1e08ebcfe4db79c20750fdfa53fbb13142996b66db42682a6f16918
+SIZE (aferrero2707-PhotoFlow-0.2.8-1398-d92c3989_GH0.tar.gz) = 11827728
SHA256 (sobotka-filmic-blender-1.1.1_GH0.tar.gz) = 87efcadfac0edbcdd6e4612ff8451dee12e42699830d17505de0d8593788ee95
SIZE (sobotka-filmic-blender-1.1.1_GH0.tar.gz) = 3071707
SHA256 (imageworks-OpenColorIO-Configs-0bb079c08be410030669cbf5f19ff869b88af953_GH0.tar.gz) = 26dcda1bf6b871b74e67de8046eb78061f167e5d41c23cb151a120818feeb70d
Modified: head/graphics/photoflow/files/patch-data_CMakeLists.txt
==============================================================================
--- head/graphics/photoflow/files/patch-data_CMakeLists.txt Mon Nov 25 06:07:58 2019 (r518380)
+++ head/graphics/photoflow/files/patch-data_CMakeLists.txt Mon Nov 25 06:41:41 2019 (r518381)
@@ -1,6 +1,6 @@
---- data/CMakeLists.txt.orig 2019-06-10 18:18:22 UTC
+--- data/CMakeLists.txt.orig 2019-11-10 21:19:31 UTC
+++ data/CMakeLists.txt
-@@ -9,30 +9,30 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/photoflow.de
+@@ -10,30 +10,30 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/photoflow.ap
if (OpenColorIO_FOUND)
include(ExternalProject)
Modified: head/graphics/photoflow/files/patch-src_CMakeLists.txt
==============================================================================
--- head/graphics/photoflow/files/patch-src_CMakeLists.txt Mon Nov 25 06:07:58 2019 (r518380)
+++ head/graphics/photoflow/files/patch-src_CMakeLists.txt Mon Nov 25 06:41:41 2019 (r518381)
@@ -1,15 +1,15 @@
---- src/CMakeLists.txt.orig 2019-06-07 16:05:32 UTC
+--- src/CMakeLists.txt.orig 2019-11-10 21:19:31 UTC
+++ src/CMakeLists.txt
@@ -5,7 +5,7 @@ ELSEIF(APPLE)
SET(GMIC_FLAGS "-march=nocona -mno-sse3 -mtune=generic -Dgmic_build -Dcimg_use_vt100 -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -Dcimg_use_fftw3_singlethread -fpermissive")
#SET(GMIC_FLAGS "-Wno-error=c++11-narrowing -Dgmic_build -Dcimg_use_vt100 -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -Dcimg_use_fftw3_singlethread -fpermissive")
ELSE(MINGW)
-- SET(GMIC_FLAGS "-std=gnu++11 -march=nocona -mno-sse3 -mtune=generic -Wno-error=narrowing -Dgmic_build -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -fno-ipa-sra -fpermissive")
-+ SET(GMIC_FLAGS "-std=gnu++11 -Wno-error=narrowing -Dgmic_build -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -fpermissive")
+- SET(GMIC_FLAGS "-std=gnu++14 -march=nocona -mno-sse3 -mtune=generic -Wno-error=narrowing -Dgmic_build -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -fno-ipa-sra -fpermissive")
++ SET(GMIC_FLAGS "-std=gnu++14 -Wno-error=narrowing -Dgmic_build -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -fpermissive")
ENDIF(MINGW)
set(COMPILE_FLAGS " ${GMIC_FLAGS} -I${CMAKE_SOURCE_DIR}/src/dt -DLIBRAW_NODLL -DINSTALL_PREFIX='\"${INSTALL_PREFIX}\"' ")
-@@ -482,7 +482,7 @@ ENDIF(APPLE)
+@@ -542,7 +542,7 @@ ENDIF(APPLE)
#
# photoflow executable
#
Modified: head/graphics/photoflow/pkg-plist
==============================================================================
--- head/graphics/photoflow/pkg-plist Mon Nov 25 06:07:58 2019 (r518380)
+++ head/graphics/photoflow/pkg-plist Mon Nov 25 06:41:41 2019 (r518381)
@@ -12,6 +12,7 @@ share/icons/hicolor/scalable/apps/photoflow.svg
share/locale/de/LC_MESSAGES/photoflow.mo
share/locale/fr/LC_MESSAGES/photoflow.mo
share/locale/pl/LC_MESSAGES/photoflow.mo
+share/metainfo/photoflow.appdata.xml
%%DATADIR%%/gmic_def.gmic
%%DATADIR%%/gmic_film_cluts.gmz
%%DATADIR%%/help/en/clone_stamp.hlp
More information about the svn-ports-all
mailing list