{"id":16962544,"url":"https://github.com/threeal/libopencv4-deb","last_synced_at":"2026-05-18T08:03:02.090Z","repository":{"id":77374688,"uuid":"262540731","full_name":"threeal/libopencv4-deb","owner":"threeal","description":"Debian package build workspace for the OpenCV 4 libraries","archived":false,"fork":false,"pushed_at":"2020-06-30T13:03:16.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T11:42:23.580Z","etag":null,"topics":["debian","debian-packages","opencv","opencv-library"],"latest_commit_sha":null,"homepage":"","language":"CMake","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/threeal.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":"2020-05-09T09:56:54.000Z","updated_at":"2021-03-02T10:58:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd0edf49-f28c-452c-b2c8-1ff7612037f4","html_url":"https://github.com/threeal/libopencv4-deb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibopencv4-deb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibopencv4-deb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibopencv4-deb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Flibopencv4-deb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threeal","download_url":"https://codeload.github.com/threeal/libopencv4-deb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244825996,"owners_count":20516666,"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":["debian","debian-packages","opencv","opencv-library"],"created_at":"2024-10-13T23:07:04.931Z","updated_at":"2026-05-18T08:02:57.051Z","avatar_url":"https://github.com/threeal.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lib OpenCV 4 Deb\n\nThis repository contains CMake with CPack build project for the OpenCV 4 library.\nIt was created to accomodate the library packaging using the debian packaging system.\n\n## Usage\n\n### Updating the Source Code\n\n- Initialize and update the `opencv` submodule.\n  ```bash\n  $ git submodule init\n  $ git submodule update\n  ```\n- Move to the `opencv` directory, pull the latest update, and checkout to the latest release tag.\n  ```bash\n  $ cd opencv\n  $ git pull\n  $ git checkout \u003clatest-release\u003e\n  ```\n- Change some variables value as follow:\n  - Change the value of `CPACK_DEBIAN_PACKAGE_VERSION` variable to match with the source code\n      release version.\n  - Increase the value of `CPACK_DEBIAN_PACKAGE_RELEASE` variable if there is changes related to\n      the debian packaging with the same source code release version. else reset it to `1`.\n\n### Building the Library\n\n- Create a `build` directory and move to it.\n  ```bash\n  $ mkdir build\n  $ cd build\n  ```\n- Configure the Makefile rules with the following options.\n  ```bash\n  $ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..\n  ```\n- Build the library.\n  ```bash\n  $ make\n  ```\n  \u003e Note: you could speed up the build process with specifying the job count parameter using `-jn` where `n` is number of the jobs. _(example: `$ make -j4`)_\n- Create debian package using cpack.\n  ```bash\n  $ cpack\n  ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Flibopencv4-deb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeal%2Flibopencv4-deb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Flibopencv4-deb/lists"}