Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+25
-0
@@ -6,4 +6,29 @@ cmake_minimum_required(VERSION 3.31) | ||
| set(CMAKE_POSITION_INDEPENDENT_CODE ON) | ||
| set(CMAKE_MACOSX_BUNDLE OFF) | ||
| project(bare_tiff C) | ||
| fetch_package( | ||
| "github:madler/zlib@1.3.1" | ||
| SOURCE_DIR zlib_SOURCE_DIR | ||
| BINARY_DIR zlib_BINARY_DIR | ||
| ) | ||
| set(ZLIB_INCLUDE_DIR ${zlib_SOURCE_DIR} ${zlib_BINARY_DIR}) | ||
| set(ZLIB_LIBRARY $<TARGET_FILE:zlibstatic>) | ||
| add_library(ZLIB::ZLIB ALIAS zlibstatic) | ||
| set(zlib ON CACHE BOOL "Enable zlib" FORCE) | ||
| set(libdeflate OFF CACHE BOOL "Enable libdeflate" FORCE) | ||
| set(jbig OFF CACHE BOOL "Enable jbig" FORCE) | ||
| set(jpeg OFF CACHE BOOL "Enable jpeg" FORCE) | ||
| set(old-jpeg OFF CACHE BOOL "Enable old-jpeg" FORCE) | ||
| set(jpeg12 OFF CACHE BOOL "Enable jpeg12" FORCE) | ||
| set(lerc OFF CACHE BOOL "Enable lerc" FORCE) | ||
| set(lzma OFF CACHE BOOL "Enable lzma" FORCE) | ||
| set(webp OFF CACHE BOOL "Enable webp" FORCE) | ||
| set(zstd OFF CACHE BOOL "Enable zstd" FORCE) | ||
| fetch_package("gitlab:libtiff/libtiff@4.7.0") | ||
@@ -10,0 +35,0 @@ |
+1
-1
| { | ||
| "name": "bare-tiff", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "TIFF support for Bare", | ||
@@ -5,0 +5,0 @@ "exports": { |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
7465005
37922.74%20
185.71%13
Infinity%