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
26 changes: 13 additions & 13 deletions recipes/recipes_emscripten/libraw/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ package:
version: ${{ version }}

source:
- target_directory: libraw
url: https://github.com/LibRaw/LibRaw/archive/${{ version }}.tar.gz
sha256: dc3d8b54e333d9d5441336049db255d14b27f19bd326a306cf5aea866806780a
- target_directory: cmake
url: https://github.com/LibRaw/LibRaw-cmake/archive/eb98e4325aef2ce85d2eb031c2ff18640ca616d3.tar.gz
sha256: 3cd218bf6d1254de86e27269541277fbfc5bae57a9002ce0b46fbe2a97088b43
- target_directory: libraw
url: https://github.com/LibRaw/LibRaw/archive/${{ version }}.tar.gz
sha256: dc3d8b54e333d9d5441336049db255d14b27f19bd326a306cf5aea866806780a
- target_directory: cmake
url: https://github.com/LibRaw/LibRaw-cmake/archive/eb98e4325aef2ce85d2eb031c2ff18640ca616d3.tar.gz
sha256: 3cd218bf6d1254de86e27269541277fbfc5bae57a9002ce0b46fbe2a97088b43
build:
number: 0
number: 1

requirements:
build:
- ${{ compiler("cxx") }}
- cmake
- make
- ${{ compiler("cxx") }}
- cmake
- make
# - libtool
host:
- zlib
- lcms2
- libjpeg-turbo
- zlib
- lcms2
- libjpeg-turbo

about:
homepage: http://www.libraw.org/
Expand Down