Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions recipes/recipes_emscripten/jxrlib/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ source:
git: https://github.com/DerThorsten/jxrlib
branch: master
build:
number: 0
number: 1

requirements:
build:
- ${{ compiler("cxx")}}
- cmake
- make
- ${{ compiler("cxx")}}
- cmake
- make



about:
homepage: https://packages.debian.org/source/sid/jxrlib
license: BSD-2-Clause
summary: "jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources."
description: "This package seems to be no longer maintained by the original developer (Microsoft)."
summary: jxrlib - JPEG XR Library by Microsoft, built from Debian hosted sources.
description: This package seems to be no longer maintained by the original developer (Microsoft).
license_family: BSD
license_file: LICENSE

Expand Down