{"id":26885275,"url":"https://github.com/cuarzosoftware/skia","last_synced_at":"2025-10-27T13:08:32.572Z","repository":{"id":260825158,"uuid":"882443717","full_name":"CuarzoSoftware/Skia","owner":"CuarzoSoftware","description":"A customized build of Skia tailored for Linux systems.","archived":false,"fork":false,"pushed_at":"2025-10-12T07:09:19.000Z","size":7523,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T06:41:46.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CuarzoSoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-02T19:41:37.000Z","updated_at":"2025-10-12T07:09:33.000Z","dependencies_parsed_at":"2024-11-02T21:18:15.904Z","dependency_job_id":"17deb178-9305-49e1-a439-5f1810d9315e","html_url":"https://github.com/CuarzoSoftware/Skia","commit_stats":null,"previous_names":["cuarzosoftware/skia"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CuarzoSoftware/Skia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuarzoSoftware%2FSkia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuarzoSoftware%2FSkia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuarzoSoftware%2FSkia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuarzoSoftware%2FSkia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CuarzoSoftware","download_url":"https://codeload.github.com/CuarzoSoftware/Skia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuarzoSoftware%2FSkia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281272073,"owners_count":26472635,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-03-31T18:52:28.731Z","updated_at":"2025-10-27T13:08:32.568Z","avatar_url":"https://github.com/CuarzoSoftware.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 style=\"margin-top:0px;padding-top:0px\"\u003ecz-skia\u003c/h1\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://github.com/CuarzoSoftware/Skia/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-BSD--3-blue.svg\" alt=\"Skia is released under the BSD-3 license.\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/CuarzoSoftware/Skia\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/version-0.1.0-brightgreen\" alt=\"Current cz-skia version.\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains a **slightly modified** version of [Skia C++](https://github.com/google/skia), adapted for building with **Meson** on Linux.\n\nThe entire library and its modules are compiled into a **single shared library**.\n\n## Modules\n\n- core\n- skcms\n- skresources\n- skunicode\n- skparagraph\n- skshaper\n- svg\n- ganesh\n- graphite\n- jpeg, png, webp, ico, bmp\n\n## Fedora\n\nInstall directly from the [cuarzo/software](https://copr.fedorainfracloud.org/coprs/cuarzo/software/) COPR:\n\n```bash\n$ sudo dnf copr enable cuarzo/software\n$ sudo dnf install cz-skia cz-skia-devel\n```\n\n## Linking\n\nThe pkg-config package name is `cz-skia`.\n\nHeaders can be included like this:\n\n```cpp\n#include \u003cskia/core/SkSurface.h\u003e\n#include \u003cskia/modules/skparagraph/include/Paragraph.h\u003e\n```\n\n## Manual Building\n\n### Dependencies\n\nInstall Meson and the dependencies listed in `meson.build`.\n\n### Build \u0026 Install\n\n```bash\n$ cd Skia # This repo's root dir\n$ meson setup builddir -Dbuildtype=release\n$ cd builddir\n$ meson install\n\n# To remove later\n$ cd builddir\n$ sudo ninja uninstall\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuarzosoftware%2Fskia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuarzosoftware%2Fskia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuarzosoftware%2Fskia/lists"}