Commit Graph

2495 Commits

Author SHA1 Message Date
Alexander Karatarakis
65bd58c282 Merge pull request #1906 from alex85k/freexl
[FreeXL] initial port
2017-10-02 16:12:44 -07:00
Robert Schumacher
1130cc3784 [proj][proj4] Rename proj to proj4. Leave empty forwarder behind. 2017-10-02 15:54:51 -07:00
Alexander Karatarakis
e4e5298911 [zlib] Patch to not build more things than needed 2017-10-02 14:45:41 -07:00
Alexander Karatarakis
5fefddc8c1 Merge pull request #1907 from alex85k/readosm
[ReadOSM] initial port
2017-10-02 14:29:27 -07:00
Robert Schumacher
b5a2a75bc2 Merge pull request #1900 from ShinNoNoir/patch-2
[ffmpeg] Deal with case-sensitive env vars
2017-10-02 14:11:17 -07:00
Robert Schumacher
b5de54f8ad Merge pull request #1901 from Ghabry/add-xmplite
Add xmplite 4.4.1
2017-10-02 13:56:36 -07:00
Robert Schumacher
5f29b0aad7 [libxmp-lite] Add INSTALL_HEADERS cmake macro 2017-10-02 13:53:59 -07:00
alex85k
c856dc482d [ReadOSM] initial port 2017-10-02 23:19:59 +05:00
alex85k
d4f992a08e [FreeXL] initial port 2017-10-02 22:54:00 +05:00
Ghabry
49cd339fd3 Add xmplite 4.4.1 2017-10-02 14:59:38 +02:00
Raynor Vliegendhart
973b0e5346 [ffmpeg] Deal with case-sensitive env vars
When behind a corporate proxy, one often needs to specify `HTTP_PROXY` and `HTTPS_PROXY` for some command line tools to work properly. However, `pacman` seems to rely on the lowercase equivalent environment variables. In a Windows command prompt environment, it is not possible to set both since Windows environment variables are not case-sensitive. As a workaround, this build script checks for the existence of HTTP_PROXY and HTTPS_PROXY. If they exist, they are exported as lowercase variables.
2017-10-02 14:31:06 +02:00
Alexander Karatarakis
0ecd97a110 Merge pull request #1892 from jasjuang/exiv2
new port: Exiv2
2017-10-01 23:38:33 -07:00
Alexander Karatarakis
15288c7aed Merge pull request #1893 from JesseTG/jtg/spirit-po
Add a port for spirit-po
2017-10-01 23:12:40 -07:00
jasjuang
e67007e632 update commit to master for cmake config support 2017-10-01 22:50:43 -07:00
jasjuang
ba255e11bb add in expat dependency 2017-10-01 21:50:09 -07:00
Mikhail Paulyshka
f7a437a662 [libexif] add version 0.6.21 2017-10-02 02:06:12 +03:00
Jesse Talavera-Greenberg
99a7b186a0
Crap 2017-10-01 13:38:12 -04:00
Jesse Talavera-Greenberg
d75b20ba3c
Add a port for spirit-po
- It's header-only, so this makes installation easy
2017-10-01 13:37:14 -04:00
jasjuang
9115812006 new port: exiv2 2017-09-30 15:43:10 -07:00
Alexander Karatarakis
9569e69b7c [opengl] Rename portfile variable 2017-09-29 18:02:20 -07:00
Alexander Karatarakis
6c2297e03d Merge pull request #1884 from TheCycoONE/lua_lib
Dynamically link lua.dll to lua.exe
2017-09-29 16:35:55 -07:00
Alexander Karatarakis
f37e66b34d Merge pull request #1341 from UnaNancyOwen/fix_openni2
Add Kinect driver to OpenNI2 port
2017-09-28 14:07:26 -07:00
Alexander Karatarakis
f1dd027dc8 Merge pull request #1882 from jasjuang/master
new port libfreenect2
2017-09-28 13:54:27 -07:00
Alexander Karatarakis
40f3e24b35 Merge pull request #1877 from JonnyPtn/gts-port
Initial GTS port
2017-09-28 13:21:47 -07:00
Alexander Karatarakis
9069ec64e6 Merge pull request #1876 from JonnyPtn/enet-port
Initial enet port
2017-09-28 12:33:04 -07:00
Robert Schumacher
9f9b4bc5c8 [abseil] Improve warning messages. 2017-09-28 11:42:36 -07:00
Robert Schumacher
c957331251 [abseil] Initial commit. Highly experimental. 2017-09-28 11:38:37 -07:00
Stephen E. Baker
493d94e296 Dynamically link lua.dll to lua.exe
For lua.exe to load C modules which are linked against lua, it must itself be
linked against lua, otherwise loading the module fails.
2017-09-27 21:24:38 -04:00
jasjuang
050a8bf617 new port libfreenect2 2017-09-27 00:23:27 -07:00
Mateusz Loskot
eacabe5c46 [geos] Update port to latest GEOS 3.6.2
* Bump GEOS version wherever necessary
* Update download package and checksum.
* Replace download from SVN with official release source package.
* Remove generating of geos_svn_revision.h as unnecessary -
  released source package includes the header.
* Explain status of the missing CMake modules.
* Remove CMake option -DBUILD_TESTING as unused.

GEOS is important dependency of GDAL (updated in #1879;
GDAL 2.2.2 can still work with GEOS earlier than 3.6.2).
2017-09-26 22:29:24 +02:00
jonathan.r.paton@googlemail.com
626d2f8162 Initial GTS port 2017-09-26 15:04:49 +01:00
jonathan.r.paton@googlemail.com
a4673fce89 Initial enet port 2017-09-26 13:08:27 +01:00
Alexander Karatarakis
084b1afe9a [anax] Use vcpkg_from_github(). Add missing vcpkg_copy_pdbs() 2017-09-25 15:35:41 -07:00
Alexander Karatarakis
fe92af4ddd Fix more port hashes due to github tar.gz change
Related: cb239b92

It looks like github changed the version (or the generally the way)
they do tars, causing some hash mismatches. This fixes the affected
ports.
2017-09-25 15:10:21 -07:00
Alexander Karatarakis
2955ede10b Merge pull request #1872 from mcgoo/mysql-hash-changed
update to handle mysql-server release hash change
2017-09-25 15:00:51 -07:00
Alexander Karatarakis
da5e24224a [pangolin] Bump version 2017-09-25 13:05:24 -07:00
Jim McGrath
89d2112fbe update the hash to match the current github release (!) 2017-09-25 10:39:06 -05:00
Martin Müller
06c028ce9a Enable static builds of pangolin 2017-09-25 14:48:34 +02:00
Martin Müller
f4229f3762 Use vcpkg's libraries for pangolin dependencies
Also fixes missing header that doesn't get installed
2017-09-25 14:32:57 +02:00
Alexander Karatarakis
a9f12be8f6 Merge pull request #1868 from Mixaill/sdl2-206
[sdl2] update to 2.0.6
2017-09-25 02:24:18 -07:00
Mikhail Paulyshka
ba04df32bb [openssl] install openssl tool 2017-09-24 15:37:08 +03:00
Mikhail Paulyshka
98861e3ee6 [sdl2] update to 2.0.6
- update to 2.0.6
- enable cmake-targets
- fix export symbols patch
- remove default library linkage patch (fixed in upstream)
2017-09-24 15:31:30 +03:00
Alexander Karatarakis
d857355b28 Merge pull request #1861 from alex85k/shapelib
[shapelib] initial port
2017-09-24 02:31:15 -07:00
jonathan.r.paton@googlemail.com
fbd6295178 Updated SFML to use github 2017-09-23 17:19:29 +01:00
alex85k
b7ebfdd20f [shapelib] initial port 2017-09-23 12:08:38 +05:00
Alexander Karatarakis
67e876c765 [zlib] Add PREFER_NINJA option 2017-09-23 00:00:55 -07:00
Robert Schumacher
79fc7f4de5 [opencv] Centralize download cache -- TODO: prevent opencv from performing downloads. Fix static builds. 2017-09-22 23:20:58 -07:00
Robert Schumacher
b2ab8b4883 [opencv] Enable static CRT 2017-09-22 21:39:20 -07:00
Robert Schumacher
b9f2d7b618 [opencv] Remove protobuf dependency for UWP 2017-09-22 20:52:07 -07:00
Robert Schumacher
e79c36cb8d [opencv] Address changes in opencv's CMake scripts in v3.3.0 2017-09-22 16:51:44 -07:00