Skip to content

Commit

Permalink
revert to G'MIC 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Mar 31, 2020
1 parent c84e0af commit 8805f49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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/$@
Expand Down

0 comments on commit 8805f49

Please sign in to comment.