diff options
| author | Mateusz Łoskot <mateusz@loskot.net> | 2019-06-04 22:55:57 +0200 |
|---|---|---|
| committer | Mateusz Łoskot <mateusz@loskot.net> | 2019-06-04 22:55:57 +0200 |
| commit | 42d7dd7ee8974bbafe569be964a7dc2670f8fabb (patch) | |
| tree | 3519a5006d4c3765a6b323f14aaf3aaea2e5e7fa /ports/libraw/CONTROL | |
| parent | 8fe8cf468bb936d331fc72d0b388ed36a7e61dd0 (diff) | |
| download | vcpkg-42d7dd7ee8974bbafe569be964a7dc2670f8fabb.tar.gz vcpkg-42d7dd7ee8974bbafe569be964a7dc2670f8fabb.zip | |
LibRaw: Switch from release to snapshot
Update from the latest release 0.19 to use the latest snapshot
LibRaw-201903 (SHA-1:d4f05dd1b9b2d44c8f7e82043cbad3c724db2416).
The rationale is that LibRaw publishes:
- snapshots every 5-7 months (in master branch)
- releases (0.18, 0.19, etc.) every 1-1.5 years.
- security hotfixes for releases (0.19.1, 0.19.2, etc.)
Hence, from user point of view, it is practical to refer to
the latest snapshot, instead of the latest release.
Another issue is that the latest release 0.19 does not include
support for C++17 (does not allow to replace std::auto_ptr with
std::unique_ptr). The latest LibRaw-201903 includes related fixes.
Diffstat (limited to 'ports/libraw/CONTROL')
| -rw-r--r-- | ports/libraw/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libraw/CONTROL b/ports/libraw/CONTROL index 0e4eda530..6b27ce223 100644 --- a/ports/libraw/CONTROL +++ b/ports/libraw/CONTROL @@ -1,4 +1,4 @@ Source: libraw -Version: 0.19.2 +Version: 201903 Build-Depends: lcms, jasper Description: raw image decoder library |
