{"id":18909317,"url":"https://github.com/mono/linux-packaging-libgdiplus","last_synced_at":"2025-04-15T06:30:38.476Z","repository":{"id":20586305,"uuid":"23866966","full_name":"mono/linux-packaging-libgdiplus","owner":"mono","description":"Packaging metadata for mono-project.com packages","archived":true,"fork":false,"pushed_at":"2021-03-01T14:02:22.000Z","size":1791,"stargazers_count":1,"open_issues_count":3,"forks_count":9,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-03-06T18:24:32.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mono.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-10T08:35:53.000Z","updated_at":"2024-08-08T13:58:18.000Z","dependencies_parsed_at":"2022-07-07T15:52:06.926Z","dependency_job_id":null,"html_url":"https://github.com/mono/linux-packaging-libgdiplus","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Flinux-packaging-libgdiplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Flinux-packaging-libgdiplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Flinux-packaging-libgdiplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mono%2Flinux-packaging-libgdiplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mono","download_url":"https://codeload.github.com/mono/linux-packaging-libgdiplus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249020588,"owners_count":21199582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T09:32:43.467Z","updated_at":"2025-04-15T06:30:33.466Z","avatar_url":"https://github.com/mono.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## libgdiplus: An Open Source implementation of the GDI+ API.\n\nThis is part of the [Mono project](http://www.mono-project.com/).\n\nBuild status:\n\n|    |   |\n|----|---|\n| Travis (Linux/OSX) | [![Travis Build Status](https://travis-ci.org/mono/libgdiplus.svg?branch=master)](https://travis-ci.org/mono/libgdiplus)|\n| Jenkins (Linux)    | [![Jenkins Linux Build Status](https://jenkins.mono-project.com/job/test-libgdiplus-mainline/badge/icon)](https://jenkins.mono-project.com/job/test-libgdiplus-mainline) |\n| Jenkins (Windows)  | [![Jenkins Windows Build Status](https://jenkins.mono-project.com/job/test-libgdiplus-mainline-windows/badge/icon)](https://jenkins.mono-project.com/job/test-libgdiplus-mainline-windows) |\n\n### Requirements:\n\nThis requires the libraries used by the Cairo vector graphics library to build (freetype2, fontconfig, Xft2 and libpng).\n\nOn **OSX** you can use [Homebrew](https://brew.sh/) to install the dependencies:\n\n\tbrew install glib cairo libexif libjpeg giflib libtiff autoconf libtool automake pango pkg-config\n\tbrew link gettext --force\n\nOn **Debian-based Linux distributions** you can use `apt-get` to install the dependencies:\n\n\tsudo apt-get install libgif-dev autoconf libtool automake build-essential gettext libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev\n\nOn **Windows** you can use [Vcpkg](https://github.com/Microsoft/vcpkg) to install the dependencies. Run the following commands from the root of the repository from an admin command prompt:\n\n\tbootstrap-vcpkg.bat\n\tvcpkg.exe integrate install\n\tvcpkg.exe install giflib libjpeg-turbo libpng cairo glib tiff libexif glib pango --triplet x86-windows\n\tvcpkg.exe install giflib libjpeg-turbo libpng cairo glib tiff libexif glib pango --triplet x64-windows\n\n### Build instructions\n\nTo build on **OSX** without X11:\n\n\t./autogen.sh --without-x11 --prefix=YOUR_PREFIX\n\tmake\n\nTo build on **OSX with X11** (e.g. from XQuartz):\n\n\tPKG_CONFIG_PATH=/opt/X11/lib/pkgconfig ./autogen.sh --prefix=YOUR_PREFIX\n\tmake\n\nTo build on **Linux**:\n\n\t./autogen.sh --prefix=YOUR_PREFIX\n\tmake\n\nTo build on **Windows**, open `libgdiplus.sln`.\n\n### Running the unit tests\n\nRun the following command from the root of the repository:\n\n\tmake check\n\nTo run the tests with Clang sanitizers, run the following command from the root of the repository:\n\n\t./autogen.sh --enable-asan\n\tmake check\n\n### Code coverage\n\nCode coverage stats are generated with `lcov`. You can use [Homebrew](https://brew.sh/) on **OSX** to install the dependencies:\n\n\tbrew install lcov\n\nTo run the tests with code coverage, run the following commands from the root of the repository:\n\n\t./autogen.sh --enable-coverage\n\tmake check\n\tlcov --capture --directory src --output-file coverage.info\n\tgenhtml coverage.info --output-directory coverage\n\nTo view the coverage report, navigate to the `coverage` directory in the root of the repository and open `index.html`.\n\n### Installing libgdiplus\n\nRun the following command from the root of the repository:\n\n\tmake install\n\n### Optional build options\n\n\t--with-pango\n\n\tThis builds libgdiplus using Pango to render (measure and draw) \n\tall of it's text. This requires Pango version 1.38 (or later).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmono%2Flinux-packaging-libgdiplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmono%2Flinux-packaging-libgdiplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmono%2Flinux-packaging-libgdiplus/lists"}