Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Krita
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Petrovic
Krita
Commits
9f90b48e
Commit
9f90b48e
authored
Aug 02, 2019
by
Boudewijn Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gmic to the latest version
parent
c2a1665f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
3rdparty/ext_gmic/CMakeLists.txt
3rdparty/ext_gmic/CMakeLists.txt
+4
-4
No files found.
3rdparty/ext_gmic/CMakeLists.txt
View file @
9f90b48e
...
...
@@ -3,8 +3,8 @@ SET(PREFIX_ext_gmic "${EXTPREFIX}" )
# Download the gmic sources
ExternalProject_Add
(
ext_gmic_base
DOWNLOAD_DIR
${
EXTERNALS_DOWNLOAD_DIR
}
URL https://gmic.eu/files/source/gmic_2.
5.6
.tar.gz
URL_MD5
8deabebc29081657986ae6531e3fc1d7
URL https://gmic.eu/files/source/gmic_2.
6.7
.tar.gz
URL_MD5
1d55ec5d349ccf0ef78cf8d1b4a42af8
PATCH_COMMAND
${
PATCH_COMMAND
}
-p1 -i
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake.diff
COMMAND
${
PATCH_COMMAND
}
-p1 -i
${
CMAKE_CURRENT_SOURCE_DIR
}
/no_threads.diff
...
...
@@ -23,8 +23,8 @@ ExternalProject_Add( ext_gmic_base
# FIXME: Forcing CMAKE_BUILD_TYPE to Release
ExternalProject_Add
(
ext_gmic_qt
DOWNLOAD_DIR
${
EXTERNALS_DOWNLOAD_DIR
}
URL https://github.com/c-koi/gmic-qt/archive/v.2.
5.6
.tar.gz
URL_MD5
4e7cf71d6348d44f98d3c132433c358c
URL https://github.com/c-koi/gmic-qt/archive/v.2.
6.7
.tar.gz
URL_MD5
bdbd6e77d78e478e8653c1396065afc5
PATCH_COMMAND
${
PATCH_COMMAND
}
-p1 -i
${
CMAKE_CURRENT_SOURCE_DIR
}
/desktop_icon.diff
SOURCE_DIR gmic-qt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment