jxrlib v2019.10.9
- Created
- Updated
Open source implementation of the jpegxr image format standard.
# Usage
The package jxrlib provides CMake integration:
find_package(JXR REQUIRED)
target_include_directories(main PRIVATE ${JXR_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${JXR_LIBRARIES})
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Silvio
- Alexander Karatarakis
- phsucharee
- Marek Kwasecki
- Robert Schumacher
- Stefano Sinigardi
- Victor Romero
- pravic
- Phoebe
- Vicki Pfau
- nicole mazzuca
- Jack·Boos·Yu
- Russell Greene
- Kai Pastor
- Billy O'Neal
- WangWeiLin-MV
# Changelog
and 17 more commits:
0e25476
[jxrlib] Switch to github26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)9d7943e
* fixed SHA512 sum of the packagebdbf98a
[jxrlib] Bump version8762c2a
[jxrlib] Remove __ANSI__ preprocessor definition592201d
[jxrlib] Bump version50d52d4
[jxrlib] Add debug postfix and do not install SKD header1808d46
triplet is now automatically included before portfiles.71594b6
Remove portfile branching of vcpkg_copy_pdbs()7028baa
[jxrlib] Add call to vcpkg_copy_pdbs()efc25d2
Add jxrlib port