summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2020-07-14 12:31:41 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2020-07-14 12:31:41 +0300
commitc1fd32508f59a320cea67e3661ecbb783dc3d6eb (patch)
tree41203810a30e2036497db9b5b44dc6da4a1473aa /packages
parent1e20c6098cc54f3271fa52c41d7fb001eadf918e (diff)
nomacs: use bunled libheif
Diffstat (limited to 'packages')
-rw-r--r--packages/media-gfx/nomacs/nomacs.exlib4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/media-gfx/nomacs/nomacs.exlib b/packages/media-gfx/nomacs/nomacs.exlib
index 22e826e..5c3f464 100644
--- a/packages/media-gfx/nomacs/nomacs.exlib
+++ b/packages/media-gfx/nomacs/nomacs.exlib
@@ -14,7 +14,7 @@ SCM_nomimageformats_EXTERNAL_REFS="
libqpsd:libqpsd
libqpcx:libqpcx
qt-heif-image-plugin:qtheifimageplugin
- libheif:
+ libheif:nomlibheif
libde265:libde265
"
@@ -30,6 +30,7 @@ SCM_SECONDARY_REPOSITORIES="
libqpcx
qtheifimageplugin
libde265
+ nomlibheif
"
SCM_nomexiv2_REPOSITORY="https://github.com/nomacs/exiv2.git"
@@ -43,6 +44,7 @@ SCM_libqpsd_REPOSITORY="https://github.com/nomacs/libqpsd.git"
SCM_libqpcx_REPOSITORY="https://github.com/nomacs/libqpcx.git"
SCM_qtheifimageplugin_REPOSITORY="https://github.com/nomacs/qt-heif-image-plugin.git"
SCM_libde265_REPOSITORY="https://github.com/nomacs/libde265.git"
+SCM_nomlibheif_REPOSITORY="https://github.com/nomacs/libheif.git"
require github [ user=nomacs ]
require cmake [ api=2 ]