Alexander Karatarakis
d1853d9cc2
Merge pull request #3907 from aybe/liblzma-uwp
...
[liblzma] Enabled UWP builds
2018-08-14 14:21:55 -07:00
Christophe Delacourt
e5616ee74d
[embree] Update embree to 3.2.0 ( #4065 )
...
* Update embree to 3.2.0
* [embree] Use vcpkg_from_github()
* [embree2][embree3] Split embree
2018-08-13 15:36:55 -07:00
Jozef Izso
0b771de4d7
[grpc] Update grpc to v1.14.1 ( #4056 )
...
* [grpc] Update grpc to v1.14.1
* [grpc] Adopt newer conventions
2018-08-13 15:27:45 -07:00
Force.Charlie-I
e6f7b76323
[mbedtls] update mbedtls to 2.12.0 ( #4064 )
2018-08-13 15:25:43 -07:00
Alexander Karatarakis
b068d7dc07
Merge pull request #4052 from Dandigit/allegro5-update-5.2.4.0
...
[allegro5] Update to 5.2.4.0
2018-08-13 14:14:47 -07:00
Alexander Karatarakis
a2f80bdfd7
Merge pull request #4048 from kiwixz/pr/fix_lodepng_windows
...
[lodepng] fix build on windows
2018-08-13 14:10:38 -07:00
Sztergbaum Roman
2c0e287781
[shiva] update to 0.9 ( #4070 )
2018-08-13 09:59:52 -07:00
Ofek
555ccaaf67
nuget export: fix displayed file name ( #4068 )
...
* Initial addition of native visualizer, to improve debugging experience.
* Fix displayed export name, to match the real file name
2018-08-11 23:45:27 -07:00
David Capello
41a9568e55
[harfbuzz] Update repository URL ( #4061 )
2018-08-11 22:47:01 -07:00
Nicolai Grodzitski
9311a57de3
Update json_dto library to 0.2.6. ( #4059 )
...
* Update json_dto library to 0.2.6.
* [json-dto] Inline version
2018-08-11 22:44:55 -07:00
Robert Schumacher
393ac2880a
[vcpkg_from_github] Improve documentation to include PATCHES argument
2018-08-11 22:12:18 -07:00
Alexander Karatarakis
50f45eb230
Merge pull request #4043 from markaren/fmilib
...
[FMI Library] new package fmilib
2018-08-10 14:48:34 -07:00
Alexander Karatarakis
1fb43e000a
Merge pull request #4044 from guest512/master
...
[tesseract] Update to 3.05.02
2018-08-10 14:47:15 -07:00
Alexander Karatarakis
08463889f0
Merge pull request #4045 from jwillemsen/jwi-ace-651
...
[ace] Upgrade to 6.5.1
2018-08-10 14:46:37 -07:00
icedream2linxi
df671c6a36
fxied boost-function depends. ( #4049 )
2018-08-10 03:03:17 -07:00
Robert Schumacher
d614e3e887
[openssl-unix] Fix for issue #4001
...
[vcpkg_configure_cmake] Use the correct path separators for the current platform instead of assuming ;
2018-08-10 03:00:18 -07:00
Dandigit
72746d186b
[allegro5] Update portfile to 5.2.4.0
2018-08-10 17:27:05 +10:00
Dandigit
92188ad5e1
[allegro5] Update description to 5.2.4.0
2018-08-10 17:26:25 +10:00
icedream2linxi
ac346d9366
[asio] fixed download url ( #4050 )
...
The original URL is not all accessible.
2018-08-09 22:57:53 -07:00
kiwixz
2c4db1a7d8
[lodepng] fix build on windows
2018-08-10 04:46:59 +02:00
Alexander Karatarakis
08f5d7b65c
Merge pull request #4046 from dacap/patch-1
...
Remove invalid URL to bzip.org site
2018-08-09 15:53:56 -07:00
Alexander Karatarakis
6466655e68
Remove redshell since it is no longer available
2018-08-09 13:10:28 -07:00
David Capello
3d87ec6b9f
Remove invalid URL to bzip.org site
...
We cannot download http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
It looks like the bzip.org domain is not registered anymore.
2018-08-09 16:15:31 -03:00
Johnny Willemsen
3511626c62
Upgrade to ACE 6.5.1
...
* ports/ace/CONTROL:
* ports/ace/portfile.cmake:
2018-08-09 11:29:32 +02:00
guest512
6545887045
Updated tesseract to 3.05.02
2018-08-09 12:09:16 +03:00
Lars Ivar Hatledal
9186f0d824
add fmilib port
2018-08-09 10:02:12 +02:00
Alexander Karatarakis
7baf25786d
Merge pull request #3999 from TheAifam5/python2
...
Add python2 port
2018-08-08 14:19:31 -07:00
Aybe
6182077751
Merge branch 'master' into liblzma-uwp
2018-08-08 21:15:47 +02:00
Robert Schumacher
13e19f10ea
[README.md] Remove outdated VSTS badge
2018-08-08 11:06:08 -07:00
Robert Schumacher
dbef253962
[assimp] Fix release/debug library issue. Fixes #4026 .
2018-08-08 10:11:51 -07:00
Robert Schumacher
1cb142d62e
[bzip2] Add mirror
2018-08-08 09:32:20 -07:00
Robert Schumacher
219011ce92
[.gitignore] Remove scripts/buildsystems from .gitignore. Fixes #4032
2018-08-08 09:15:22 -07:00
Romain Pokrzywka
961cd9effd
breakpad: Enable building the libbreakpad_client library ( #4008 )
...
* breakpad: Enable building the libbreakpad_client library
That's the library that allows creating and uploading .dmp files
when a program crashes.
Use the same flags and setup as for libbreakpad, just note that
this commit changes the installation folder for headers which
was previously incorrect:
The libbreakpad headers were installed in include/google_breakpad,
but the correct path is include/breakpad/google_breakpad,
and client headers go into include/breakpad/client/windows.
* [breakpad] Install headers one directory higher
* [breakpad] Switch to only build static libraries. Disable libbreakpad_client on non-windows due to additional work required.
2018-08-08 06:02:30 -07:00
Robert Schumacher
cfc7f61b61
[docs] Fix GITLAB_INSTANCE-> GITLAB_URL
2018-08-08 05:25:20 -07:00
Robert Schumacher
0a25644821
[docs] Add docs for vcpkg_from_gitlab()
2018-08-08 04:16:15 -07:00
Frederik Carlier
cc00cf05fb
New packages: libimobiledevice, getopt, readline ( #3504 )
...
* Add libplist
* Add libusbmuxd
* Fix typos
* Add getopt
* Add libimobiledevice
* Fix typos
* Add libideviceactivation
* Add ideviceinstaller
* Include utilities
* Install usbmuxd
* Add readline
* Fix readline on 64-bit windows
* Add libirecovery
* libideviceactivation: include tools
* Bump versions to fix build issues
* Bump versions
* Add idevicerestore
* [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop
* [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop
* [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory
* [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage().
* [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild()
* [readline] Fix static builds
2018-08-08 04:15:13 -07:00
Robert Schumacher
c70e9d895f
[thor][sfgui] Fix outdated FindSFML.cmake files
2018-08-08 04:00:50 -07:00
Robert Schumacher
67da15682a
[sfml] Fix using release freetype in debug mode
2018-08-08 04:00:50 -07:00
Gabriel
ad2bcd9dad
opusfile: Add feature for disabling the openssl dependency ( #3527 )
...
* opusfile: Add feature for disabling the openssl dependency
* [opusfile] Rename feature openssl -> opusurl to better describe this library's interface
2018-08-08 03:04:44 -07:00
Gabriel
72d7c3d3a9
libsndfile: Add feature to make additional libraries optional ( #3528 )
...
* libsndfile: Add feature to make additional libraries optional
* [libsndfile] Make external-libs a default feature
* [libsndfile] Fix typo
2018-08-08 03:02:42 -07:00
Sarthak Pati
5bf05da69a
Added DCMTK port ( #3491 )
...
* added dcmtk port
* [dcmtk] Cleanup and use vcpkg_from_github()
2018-08-08 02:59:08 -07:00
trylle
b286cd50dd
Freeimage/libraw/lcms debug build fixes ( #3643 )
...
* Patch libraw-local FindLCMS2.cmake to handle debug postfix
* Remove library statement from def as name is incorrect for debug builds
https://msdn.microsoft.com/en-us/library/d91k01sh.aspx claims it is
required, but works fine (better) without.
* Patch FindLibRaw.cmake to handle debug postfix
* [lcms] Use vcpkg_from_github()'s PATCHES parameter
2018-08-07 22:50:51 -07:00
Force.Charlie-I
6d4223fedf
[libgit2] update to 0.27.4 ( #4021 )
...
* [libgit2] update to 0.27.3
* [libgit2] Allow vcpkg_configure_cmake() to control BUILD_SHARED_LIBS
* [libgit2] update 0.27.4 see: https://github.com/libgit2/libgit2/releases/tag/v0.27.4
* [libgit2] Depend on openssl on non-windows platforms
2018-08-07 22:47:52 -07:00
Alexander Karatarakis
03bdf7c205
Fix CMAKE_EXECUTABLE_SUFFIX not available under cmake -P
2018-08-07 17:49:46 -07:00
Alexander Karatarakis
a37eb3ce57
Merge pull request #4000 from TheAifam5/protobuf
...
[protobuf] Update to 3.6.1
2018-08-07 12:08:29 -07:00
Robert Schumacher
ff5d6eb3c8
[fastrtps][forest][octomap][sol2] Update hashes
2018-08-06 19:51:31 -07:00
scttgs0
97bbb64b52
[plib] new contribution ( #4018 )
...
* [plib] new contribution
* [plib] Note that only static linkage is supported.
* [plib] Rename libraries to avoid conflicts from excessively general names
2018-08-06 01:31:31 -07:00
Christophe Guébert
b641590c91
[spdlog] update to 1.0.0 ( #4025 )
...
* [spdlog] update to 1.0.0
* [spdlog] Fix cmake targets
2018-08-06 01:08:30 -07:00
Sztergbaum Roman
954aa35e6e
[shiva] update shiva to 0.7.2 with proper plugins installation ( #4014 )
2018-08-03 21:34:14 -07:00
Cory Mickelson
2c69e82f59
Update to 0.9.6 ( #4015 )
...
* Update to 0.9.6
* [podofo] Use https and avoid downloaded archive conflicts
2018-08-03 21:32:30 -07:00