From 8805f494b1dbb106b51e128cbf7ee295462591ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Devernay?= Date: Tue, 31 Mar 2020 08:34:16 -0700 Subject: [PATCH] revert to G'MIC 2.8.4 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1915db8..82c6770 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ SUBDIRS = GMIC_OFX GMICSOURCES = CImg.h gmic.cpp gmic.h gmic_stdlib.h -GMICVER=2.9.0 +GMICVER=2.8.4 +#GMICVER=2.9.0 # config file changed & broke plugin (shows 0 plugins) GMICSRC=gmic_$(GMICVER).tar.gz GMICSRCDIR=gmic-$(GMICVER) @@ -91,6 +92,7 @@ distclean: clean # commit 6a9d0e344162af3376aee7b652721d972a070e6b is 10 feb 2020 (gmic 2.8.4) # commit 003f70a0be5b5f6758a52edc77a129f5b2692887 is 27 mar 2020 (gmic 2.9.0) GMICCOMMUNITYVERSION=6a9d0e344162af3376aee7b652721d972a070e6b +#GMICCOMMUNITYVERSION=003f70a0be5b5f6758a52edc77a129f5b2692887 # shows 0 plugins gmic_libc.cpp: gmic_libc.h gmic_stdlib_gmic.h curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/gmic-community/$(GMICCOMMUNITYVERSION)/libcgmic/$@