GMIC: bump version

This commit is contained in:
Gerasim Troeglazov
2020-08-22 00:26:54 +10:00
parent cf01971dbb
commit 20a0a2d293
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ COPYRIGHT="Sébastien Fourey"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://gmic.eu/files/source/gmic_$portVersion.tar.gz"
CHECKSUM_SHA256="6233695f9b27999dcc7cc3aa7480b0f192bd44de85209091a3b4b8a65ae8c4b5"
CHECKSUM_SHA256="50c9dd418b8d0e80c703c2e2b179b6049343567483d37d9ff6c642c6ede95d8d"
SOURCE_DIR="gmic-$portVersion"
ADDITIONAL_FILES="gmic.rdef.in"
PATCHES="gmic-$portVersion.patchset"

View File

@@ -1,14 +1,14 @@
From 388ba393df8331ba385fe0d86c7a963722bf1af6 Mon Sep 17 00:00:00 2001
From 5aa0b6ff83aa4ae3a9e8104b2e6c103e71f46d6f Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sat, 18 Apr 2020 19:05:21 +1000
Date: Fri, 21 Aug 2020 23:43:48 +1000
Subject: Fix for Haiku
diff --git a/gmic-qt/gmic_qt.pro b/gmic-qt/gmic_qt.pro
index cd6b341..1fb5149 100644
index 34b5d5b..13e6274 100644
--- a/gmic-qt/gmic_qt.pro
+++ b/gmic-qt/gmic_qt.pro
@@ -138,7 +138,7 @@ message("CImg version is" $$CIMG_VERSION)
@@ -136,7 +136,7 @@ message("CImg version is" $$CIMG_VERSION)
!win32 {
LIBS += -lfftw3_threads
@@ -18,7 +18,7 @@ index cd6b341..1fb5149 100644
win32 {
diff --git a/src/gmic.h b/src/gmic.h
index ec56da6..5ca9bd4 100644
index 3ddcb44..4f99d72 100644
--- a/src/gmic.h
+++ b/src/gmic.h
@@ -51,6 +51,11 @@
@@ -31,8 +31,8 @@ index ec56da6..5ca9bd4 100644
+#endif
+
#ifndef gmic_version
#define gmic_version 290
#define gmic_version 291
--
2.26.0
2.28.0