Kai Pastor
51e10eb7fe
[tiff,zstd,gdal,libkml] Fix find_package interactions, enable gdal libkml driver ( #28929 )
...
* [gdal] Fix find_package2
* [cmake-user] Test gdal
* [cmake-user] gdal needs CMake 3.9
* Fix tiff & zstd
* Update versions
* [libkml] Export modern INTERFACE_LINK_LIBRARIES
* [gdal] Enable libkml driver
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-01-16 12:45:42 -08:00
Kai Pastor
952c23b64d
[zstd] Use real 1.5.2 release ( #28166 )
...
* [zstd] Update to real 1.5.2
* Modernize multi-file copyright
* Update versions
2022-12-05 12:19:33 -08:00
Kai Pastor
d8783052cb
[zstd] No debug postfix. No renaming of CMake config files. ( #22822 )
...
* Use upstream's standard filenames
* Update license info
* CMake style
* Revise downstream zstd patching
* Update versions
* Don't use '_static' lib name suffix
* Revise downstream zstd patching
* Add usage
* Update versions
* Update versions
* [zstd] Simplify consumers via fixed .pc and linkage alias
* [zstd] Fix missing IMPORTED
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-02-15 17:20:21 -08:00
Mengna Li
5d642f7f38
[zstd] update to 1.5.2 ( #22492 )
2022-01-18 12:28:16 -08:00
Kai Pastor
43b616b93a
[zstd] Fix mingw pc file ( #20852 )
...
* Don't add _static suffix to mingw pc file
* Update versions
* Update portfile.cmake
Small changes for the format
* Fix name of exported version file
* Update versions
* [skip actions] CI
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-10-26 22:58:36 -07:00
JonLiu1993
dd3d6df500
[zstd] update to 1.5.0 ( #18915 )
2021-08-25 21:08:51 -07:00
Matthieu Penant
13640c5671
[zstd] update to 1.4.9 ( #16865 )
...
* [zstd] update to 1.4.9
Fixes #16642
Update zstd to the latest version 1.4.9: https://github.com/facebook/zstd/releases/tag/v1.4.9
* update baseline / version
* Update vcpkg.json
* Update vcpkg.json
apply suggested diff file
* attempt to fix build errors (missing file libzstd?)
* Update zstd.json
* Update portfile.cmake
* fix version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-03-31 14:29:14 -07:00
Alexander Neumann
b518035a33
[ZSTD] Update to 1.4.5 ( #14395 )
...
* [ZSTD] Update to 1.4.5
* [zstd] fix wrong assert to fix uwp regressions
* always install *.pc file. Correct -l flag in pc file
* fix orc regression
* fix arrow regressions
* fix orc zstd linkage
* fix find_package(ZSTD)
* install zstd dlls.
* fix the patch due to a replacement error
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-12 14:28:59 -08:00
Nemirtingas
c7db4c3498
[zstd] Removing de-duplication of cmake flags ( #13454 )
2020-10-26 20:59:39 -07:00
Alexander Neumann
c9da48de31
[zstd] fix pkg-config files ( #12407 )
...
* [zstd] add pkgconfig
* [zstd] correct debug link
* Update ports/zstd/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-07-14 14:40:43 -07:00
zi-m
5c30e5b6bc
update portfile.cmake according to NancyLi1013 review
2020-04-14 08:54:22 +02:00
zi-m
db7aaf8ab2
export zstd-config.cmake
2020-04-13 21:39:29 +02:00
Robert Schumacher
08c951fef9
[many ports] Upgrades to 2020.02.08 ( #9986 )
...
* [many ports] Upgrades to 2020.02.08
* Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl
* Update ci baseline file
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-02-10 16:08:57 -08:00
Stefano Sinigardi
726c111481
[vcpkg] fatal_error when patch fails to apply ( #8087 )
...
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-10-07 10:35:13 -07:00
pravic
18b029a5e3
[WIP] Add a Homepage URL entry for vcpkg ports ( #2933 )
...
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
Phil Christensen
d962dc7d65
[vcpkg] Add optional 'Homepage' field to CONTROL ( #6844 )
...
* [control file] Add optional 'Homepage' tag
This allows a 'Homepage' tag to be added to a port in order to support
changes such as PR #2933 . It currently does not do anything with it.
* [docs]
Add Homepage to the control file documentation
* move urls from descriptions to homepage field.
2019-06-10 16:35:22 -07:00
Robert Schumacher
33af90d42a
[many ports] Updates 2019.05.19 ( #6524 )
2019-05-21 21:00:24 -07:00
Andrei Lebedev
4b45f9b56d
[grpc,fmt,zstd] Add Windows-specific conditionals ( #6509 )
...
Check VCPKG_CMAKE_SYSTEM_NAME prior to performing Windows-specific
actions in portfiles
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-05-20 10:24:51 -07:00
Erwan BERNARD
8361d177d7
[zstd] update to v1.3.7 ( #4785 )
...
* [zstd] update to v1.3.7
* [zstd] Bump control version
* [zstd] Disable force release mode
2018-11-26 15:41:37 -08:00
Robert Schumacher
66b71a0fba
[zstd] Fix non-Windows builds
2018-06-12 21:13:39 -07:00
yurybura
7d261fbbc3
Merge branch 'master' of https://github.com/yurybura/vcpkg
2018-05-11 13:34:43 +03:00
yurybura
50e5ee1e40
[lz4] fix version number
...
[zstd] update to 1.3.4
2018-05-11 13:31:12 +03:00
Robert Schumacher
502c465386
[yaml-cpp][zeromq][zstd] Fix non-windows
2018-03-21 23:41:51 -07:00
Stanislav Ershov
757e75f89e
[zstd] update to 1.3.3
2018-01-02 15:20:44 +03:00
Alexander Karatarakis
26516fe485
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
2017-09-09 00:12:54 -07:00
codicodi
a8d69a697b
[zstd] update to 1.3.1
2017-08-21 13:51:21 +02:00
codicodi
42a425ced2
[zstd] update to 1.3.0
2017-07-12 16:46:57 +02:00
codicodi
4cc8c7c493
[zstd] update to 1.2.0
2017-05-05 12:10:49 +02:00
Robert Schumacher
02f00dfbc7
[zstd] Reduce modifications to the upstream CMake. Remove all variation from the import lib name.
2016-11-26 02:40:38 -08:00
Saul Thurrowgood
431f5e12a3
zstd port: rename libs to non-versioned names
2016-11-23 17:58:25 +11:00
Saul Thurrowgood
5c74546300
zstd port: rename to non-versioned libs, don't
2016-11-23 17:56:56 +11:00
Saul Thurrowgood
47af38473c
Add zstd port
2016-11-23 11:00:31 +11:00