{"id":15020477,"url":"https://github.com/raspberrypi/libpisp","last_synced_at":"2025-07-02T12:33:54.715Z","repository":{"id":196965593,"uuid":"604596754","full_name":"raspberrypi/libpisp","owner":"raspberrypi","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-27T14:32:11.000Z","size":135,"stargazers_count":8,"open_issues_count":0,"forks_count":6,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-01-27T14:44:50.036Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raspberrypi.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-02-21T11:54:17.000Z","updated_at":"2025-01-27T14:32:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b3844cc-6986-4ea7-880a-9a93c2e1b82f","html_url":"https://github.com/raspberrypi/libpisp","commit_stats":{"total_commits":52,"total_committers":8,"mean_commits":6.5,"dds":0.3076923076923077,"last_synced_commit":"28196ed6edcfeda88d23cc5f213d51aa6fa17bb3"},"previous_names":["raspberrypi/libpisp"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspberrypi%2Flibpisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspberrypi%2Flibpisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspberrypi%2Flibpisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raspberrypi%2Flibpisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raspberrypi","download_url":"https://codeload.github.com/raspberrypi/libpisp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237172207,"owners_count":19266630,"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-09-24T19:55:07.778Z","updated_at":"2025-02-04T18:31:27.972Z","avatar_url":"https://github.com/raspberrypi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libpisp\n\nA helper library to generate run-time configuration for the Raspberry Pi ISP (PiSP), consisting of the Frontend and Backend hardware components.\n\n## Building and installing\nTo build, setup the meson project as follows:\n\n```sh\nmeson setup \u003cbuild_dir\u003e\n```\nTo optionally disable the Boost logging library, add ``-Dlogging=disabled`` as an argument to the ``meson setup`` command.\n\nTo compile and install the ``libpisp.so`` artefact:\n```sh\nmeson compile -C \u003cbuild_dir\u003e\nsudo meson install -C \u003cbuild_dir\u003e\n```\n\n## Linking libpisp with an application\nlibpisp can be built and linked as a [meson subproject](https://mesonbuild.com/Subprojects.html) by using an appropriate [libpisp.wrap](utils/libpisp.wrap) file and the following dependency declaration in the target project:\n```meson\nlibpisp_dep = dependency('libpisp', fallback : ['libpisp', 'libpisp_dep'])\n```\n\nAlternatively [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) can be used to locate ``libpisp.so`` installed in of the system directories for other build environments.\n\n## License\nCopyright © 2023, Raspberry Pi Ltd. Released under the BSD-2-Clause License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraspberrypi%2Flibpisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraspberrypi%2Flibpisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraspberrypi%2Flibpisp/lists"}