Skip to content

Commit

Permalink
upgrade to G'MIC 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed May 21, 2018
1 parent eaa9594 commit 36a4f22
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUBDIRS = GMIC_OFX

GMICSOURCES = CImg.h gmic.cpp gmic.h gmic_stdlib.h
GMICVER=2.2.2
GMICVER=2.2.3
GMICSRC=gmic_$(GMICVER).tar.gz
GMICSRCDIR=gmic-$(GMICVER)

Expand Down Expand Up @@ -50,15 +50,17 @@ $(GMICSOURCES): $(GMICSRC)
# # CImg
# # commit 88fab6de7bfc141a1f577e3cf1b17b9fb1e4f438 is CImg 2.2.1
# # commit 8761ce483600ccbbea05a14b18d916744f3580af is CImg 2.2.2
# CIMGVERSION=8761ce483600ccbbea05a14b18d916744f3580af
# # commit fcef55e14b1d84513f024c6c0dba9311f4b91272 is CImg 2.2.3
# CIMGVERSION=fcef55e14b1d84513f024c6c0dba9311f4b91272

# CImg.h:
# curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/CImg/$(CIMGVERSION)/$@

# # G'MIC
# # commit a1ec46d32e6206f693d02b50353cd08695997681 is GMIC 2.2.1
# # commit 7fbac10ed68a7a971ecf50e9f1a0baa47837a245 is GMIC 2.2.2
# GMICVERSION=7fbac10ed68a7a971ecf50e9f1a0baa47837a245
# # commit 1d10367db113c16d8eea66625f99a720289ad3d4 is GMIC 2.2.3
# GMICVERSION=1d10367db113c16d8eea66625f99a720289ad3d4

# gmic.cpp: CImg.h gmic.h gmic_stdlib.h
# curl -L -s -S -o $@ https://raw.githubusercontent.com/dtschump/gmic/$(GMICVERSION)/src/$@
Expand All @@ -75,7 +77,8 @@ $(GMICSOURCES): $(GMICSRC)
# gmic-community
# commit 249ac90ac824eb99d233d8738f95658e92f270c9 is 20 dec 2017
# commit d6ef1347c0c200281122e438c0188d396445486c is 23 apr 2018
GMICCOMMUNITYVERSION=d6ef1347c0c200281122e438c0188d396445486c
# commit 09c9f56ba2fe02568667d0cf03c132c828c67bef is 15 may 2018
GMICCOMMUNITYVERSION=09c9f56ba2fe02568667d0cf03c132c828c67bef

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 36a4f22

Please sign in to comment.