diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index a2454807c29..2fcf0932bcc 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.32 2019/07/12 20:47:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2019/09/21 09:35:09 kirby Exp $ # http://rawpedia.rawtherapee.com/The_Floating_Point_Engine ONLY_FOR_ARCHS = amd64 COMMENT = RAW image processing application -DISTNAME = rawtherapee-5.6 +DISTNAME = rawtherapee-5.7 CATEGORIES = graphics @@ -21,11 +21,12 @@ WANTLIB += canberra canberra-gtk3 expat fftw3f gdk-3 gdk_pixbuf-2.0 WANTLIB += gdkmm-3.0 gio-2.0 giomm-2.4 glib-2.0 glibmm-2.4 gobject-2.0 WANTLIB += gthread-2.0 gtk-3 gtkmm-3.0 intl iptcdata jpeg lcms2 WANTLIB += lensfun m pango-1.0 pangocairo-1.0 pangomm-1.4 png pthread -WANTLIB += sigc-2.0 tiff z ${COMPILER_LIBCXX} +WANTLIB += rsvg-2 sigc-2.0 tiff z ${COMPILER_LIBCXX} -COMPILER = base-clang ports-gcc base-gcc +# c++11 +COMPILER = base-clang ports-gcc -MASTER_SITES = http://www.rawtherapee.com/shared/source/ +MASTER_SITES = https://www.rawtherapee.com/shared/source/ EXTRACT_SUFX = .tar.xz MODULES = devel/cmake diff --git a/graphics/rawtherapee/distinfo b/graphics/rawtherapee/distinfo index f747c4db65d..c40a9689b53 100644 --- a/graphics/rawtherapee/distinfo +++ b/graphics/rawtherapee/distinfo @@ -1,2 +1,2 @@ -SHA256 (rawtherapee-5.6.tar.xz) = +epLFZWAvZmqfqupSHwH6dx8CVQF8xDyQ0AOZ65jDXQ= -SIZE (rawtherapee-5.6.tar.xz) = 12083264 +SHA256 (rawtherapee-5.7.tar.xz) = 29fHz3SI+5fFIIIe7ix0UpFjdkSzkePsDtOilwHxqcc= +SIZE (rawtherapee-5.7.tar.xz) = 12092496 diff --git a/graphics/rawtherapee/patches/patch-CMakeLists_txt b/graphics/rawtherapee/patches/patch-CMakeLists_txt index 646f3482a6d..8e93ea12ce3 100644 --- a/graphics/rawtherapee/patches/patch-CMakeLists_txt +++ b/graphics/rawtherapee/patches/patch-CMakeLists_txt @@ -1,8 +1,8 @@ -$OpenBSD: patch-CMakeLists_txt,v 1.10 2019/04/28 09:03:13 kirby Exp $ +$OpenBSD: patch-CMakeLists_txt,v 1.11 2019/09/21 09:35:09 kirby Exp $ Index: CMakeLists.txt --- CMakeLists.txt.orig +++ CMakeLists.txt -@@ -518,7 +518,7 @@ install(FILES RELEASE_NOTES.txt DESTINATION "${CREDITS +@@ -526,7 +526,7 @@ install(FILES RELEASE_NOTES.txt DESTINATION "${CREDITS if(BUILD_BUNDLE) install(FILES "${PROJECT_SOURCE_DIR}/doc/manpage/rawtherapee.1" DESTINATION "${DATADIR}/share/man/man1") else()