aboutsummaryrefslogtreecommitdiff
path: root/ports/cairo
AgeCommit message (Collapse)Author
2020-08-06[brotli] add pkgconfig / [freetype] depend on brotli (#12405)Alexander Neumann
* [brotli] add pkgconfig * [freetype] add pkgconfig and add dependency on brotli * [qt5-base] add new freetype dependency to brotli and zstd * [freetype] fix cmake paths * [freetype] removed renaming of include dir and unnecessary cmake fixes * [freetype-gl] fix glew include dir * [podofo] fix freetype search. * fixing wrong freetype stuff due to vcpkg owned wrong CMakeLists.txt ..... * fixing more freetype hidden issues. * [sfml] fix missing include * fix typo * [freetype] uncomment previous renaming of include folders * fix brotli linkage in static builds * remove added alias to avoid problems. * [freetype] add brotli to the wrapper * [lzokay] format manifest Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-07-03[vcpkg_from_sourceforge] Add retry mirror function (2/2) (#12018)Jack·Boos·Yu
2020-06-23[cairo] Fix error in static build (#11829)NancyLi1013
* [cairo] Fix error in static build * Fix Typo * [pango] Update dependency cairo as cairo[gobject] to solve the regressions * Update ports/cairo/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/cairo/CMakeLists.txt * [pango] Update dependency * Update * Remove redundant target * Post the message for feature gobject only in static build on Windows Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-11[cairo] Install the xlib header file when selecting feature x11 (#11868)Jack·Boos·Yu
* [cairo] Install the xlib header file when selecting feature x11 * update baseline * Update CMakeLists.txt
2020-02-06use MSVC instead of Windows to detect symbols export flagAngel Sánchez
2020-01-23[cairo] fix export for macOSAngel Sánchez
2019-09-19[cairo]Add feature X11. (#8249)JackBoosY
* [cairo]Add feature X11. * [cairo]Add message for feature x11.
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-06[cairo] Fix linker errors on Linux and MacOS (#6806)Brock Mammen
On Linux and MacOS, the cairo port was attempting to link to some Windows-only libraries.
2019-03-15[cairo] Update version to 1.16.0 (#5646)NancyLi1013
2019-02-07fix build for harfbuzz on macOS (#4776)angelmixu
* fix library exports for iconv on macOS, add Threads dependency for cairo, add the iconv, intl and Threads dependencies to harfbuzz * updated portfile from harfbuzz fix * fix indenting and order * fix portfile * [gettext] Add unofficial-gettext targets * [gettext] Fixup for Linux
2018-12-17Wt Linux fixes (#4927)Todor Prokopov
* [harfbuzz] Fix build on Linux * [cairo] Fix build on Linux * [pango] Fix build on Linux * [wt] Fix build on Linux * [wt] Fix linking with -lcrypto
2018-09-24[cairo][expat][fontconfig][graphicsmagick][libjpeg-turbo][pixman][tiff] Add ↵Robert Schumacher
unofficial targets and usage information
2018-07-31fix pixman and cairo for macOS (#3923)angelmixu
* fix pixman error message about Unknown thread local support * fixes for building cairo on macOS * corrected appending files to sources * [cairo][pixman] Bump package versions to include source code changes
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-09-04Update to version 1.15.8.Alexander Täschner
Revert "Merge pull request #1277 from AlexanderTaeschner/CairoInitMutex". This reverts commit 2aa83904eac9d11b69f09e9f0af85350fea472d9, reversing changes made to 748e8b6e7495f06253eb21236bf3abf38b897b63.
2017-07-13[cairo] update to 1.15.6codicodi
2017-06-14[cairo] Initialize mutexes.Alexander Täschner
2017-06-08[cairo] Merge changes from PR #1232Robert Schumacher
2017-06-08Merge branch 'pango_static' of https://github.com/AlexanderTaeschner/vcpkg ↵Robert Schumacher
into AlexanderTaeschner-pango_static
2017-06-08[cairo] Hardcode CAIRO_WIN32_STATIC_BUILD only in the installed header.Alexander Täschner
2017-06-08[cairo] Hardcode value of CAIRO_WIN32_STATIC_BUILD into the cairo headers.Alexander Täschner
2017-06-08[cairo] Copy headers to include and include/cairo.Alexander Täschner
2017-06-07[cairo] Add cairo-pdf.h and cairo-svg.h to subdir cairo in includes.Alexander Täschner
2017-03-22[cairo] fix buildcodicodi
2017-01-26[cairo] update portcodicodi
2016-11-25Added ports for pixman 0.32.0 and cairo 1.14.6. Note that neither support ↵Michael B. McLaughlin
UWP (pixman can only build as a static library due to having no exports and cairo depends on GDI among other things). Also, cairo depends on pixman, libpng, and zlib.