diff options
| author | Michael Hofmann <kmhofmann@users.noreply.github.com> | 2019-01-26 21:45:54 +0100 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-01-26 12:45:54 -0800 |
| commit | f154dad96e018e2835bb767c115eaf6a0bb94225 (patch) | |
| tree | 7d7860a1b66571b28b71e255d52ed1d8c63876ff | |
| parent | a26c95b0e30ece44ee84de6539feba4e73146a00 (diff) | |
| download | vcpkg-f154dad96e018e2835bb767c115eaf6a0bb94225.tar.gz vcpkg-f154dad96e018e2835bb767c115eaf6a0bb94225.zip | |
[selene] Update to v0.3. (#5192)
* [selene] Update to v0.3.
Add libtiff as a dependency.
Update release hash.
Remove the `vcpkg_check_linkage` call, since the relevant symbols for
shared libraries are now explicitly exported.
* [selene] Update to v0.3.1.
Also reinstate linkage check.
| -rw-r--r-- | ports/selene/CONTROL | 4 | ||||
| -rw-r--r-- | ports/selene/portfile.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/selene/CONTROL b/ports/selene/CONTROL index df460687e..ce266e859 100644 --- a/ports/selene/CONTROL +++ b/ports/selene/CONTROL @@ -1,4 +1,4 @@ Source: selene
-Version: 0.2-1
+Version: 0.3.1
Description: A C++17 image representation, processing and I/O library.
-Build-Depends: zlib, libpng, libjpeg-turbo
+Build-Depends: zlib, libpng, libjpeg-turbo, tiff
diff --git a/ports/selene/portfile.cmake b/ports/selene/portfile.cmake index e427c99c2..97f05a38b 100644 --- a/ports/selene/portfile.cmake +++ b/ports/selene/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kmhofmann/selene
- REF v0.2
- SHA512 9ec1c767541cbe0b349302b7db13a55869003a230669636b6bc37de01be833633be0741b80f58109140b9563b7a7f4c6a5b7ab46ecb142688170a47dba24bdc4
+ REF v0.3.1
+ SHA512 7bc57ebe9e2442da2716eb5c1af11f8d610b0b09fe96e3122d1028575732b6045a987c499bbf7de53003edd627b8809d86c80ea4975fc2264a1c61d5891a46c3
HEAD_REF master
)
|
