Skip to content

Commit

Permalink
[libraw] Disable default features of jasper (#36110)
Browse files Browse the repository at this point in the history
* No default features for jasper in libraw

* Increment port version
  • Loading branch information
sarlinpe authored Jan 11, 2024
1 parent ee9c88f commit a45fe2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ports/libraw/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "libraw",
"version": "0.21.1",
"port-version": 2,
"port-version": 3,
"description": "raw image decoder library",
"homepage": "https://www.libraw.org",
"license": "LGPL-2.1-only OR CDDL-1.0",
"supports": "!uwp & !xbox",
"dependencies": [
"jasper",
{
"name": "jasper",
"default-features": false
},
"lcms",
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4742,7 +4742,7 @@
},
"libraw": {
"baseline": "0.21.1",
"port-version": 2
"port-version": 3
},
"librdkafka": {
"baseline": "2.3.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libraw.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3a10e9f3c0a023e53a82eb8408365f50e6825e80",
"version": "0.21.1",
"port-version": 3
},
{
"git-tree": "ca8608b21d32cbd238b21eafc1ceb19ab91729b5",
"version": "0.21.1",
Expand Down

0 comments on commit a45fe2c

Please sign in to comment.