diff options
-rw-r--r-- | packages/media-gfx/nomacs/nomacs.exlib | 4 |
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 ] |