fix opencv/metadata.xml

This commit is contained in:
Andreas Billmeier 2022-03-20 10:54:26 +01:00 committed by Andreas Billmeier
parent ec091a7cd6
commit 94e0039e63
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 3 deletions

View File

@ -496,11 +496,11 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1717 Ebuilds in total, 1709 of them have in total 1716 (34 different) licenses assigned.
There are 1716 Ebuilds in total, 1708 of them have in total 1716 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1039|
|MIT|1038|
|Apache-2.0|315|
|GPL-3|105|
|BSD|97|
@ -530,6 +530,7 @@ There are 1717 Ebuilds in total, 1709 of them have in total 1716 (34 different)
|Boost-1.0|1|
|AGPL-3|1|
|PSF-2.3|1|
|PSFL|1|
|HPND|1|
|LGPL-2|1|
|CC-BY-NC-SA-4.0|1|

View File

@ -23,4 +23,4 @@ DIST opencv-3.4.1_contrib.tar.gz 57126844 BLAKE2B 63d9d5cb088371754eb132607789c8
DIST tiny-dnn-1.0.0a3.tar.gz 12885646 BLAKE2B 85c0715ab6c692b77522487775e70b0db645528baed1830c83c9f44d2b67a5207e4f7ea1709b35c6a4217d287199549304e9be19f4a5cec9a1183b0b5dccc562 SHA512 5f2c1a161771efa67e85b1fea395953b7744e29f61187ac5a6c54c912fb195b3aef9a5827135c3668bd0eeea5ae04a33cc433e1f6683e2b7955010a2632d168b
DIST vgg_boostdesc-3.2.0.tar.gz 1867770 BLAKE2B 1fa5b58e73b6fa56ecf8d19af22298f729942ee1369082e173445d09d3de767bf844bad3d2b462efc1199c392f37c88ba49a9996ba8bfd84b4abeba7de94db63 SHA512 4a046aedd639c8eb4b295b0f499e756deb66210ca083f0124c75531e540663367cb58f6d175f66c4713324177036cd89a8869bdab2de8d1736dafc7f00ef9f44
EBUILD opencv-3.4.1-r7.ebuild 18984 BLAKE2B 482afca2eef6317954f089e3b755327ba1b46b8c70ddd0393e0b5c3072fc0d3db35cb520ff4d71f8178caff50f4c27ca0af48e57c9bb8736f5cef6731e2bc8b0 SHA512 9386c416a00b001bf7d4cc75a2bacad0b6774650d741620ca838131a2532f2a5fbbd9329e2d62ebbabd1bfea24bfda73ff2969e6857b5dfeb7acd73521cfe786
MISC metadata.xml 2458 BLAKE2B 3102d768cb8308fa243ab9388110312ddf1a2adfd6aa31d8261192530bdb13e222338eb424c2102c12af129494d3025097b79e1cb34770238c8ef90d10b0a535 SHA512 e364a0811b3eab96adc83e800d6fad7ceb51d56b5c78ba1d363af19fe27c17bf644bb99a30e6235a6154971caeec389dcced8ba1cdca9586d8cfead8927617a0
MISC metadata.xml 2508 BLAKE2B 6471369994d231d26d53754aaef07f861626ce8cdbc8a9180dfb0f6fc6049178b200971b405fd8b32427dc01570ae17ab113caf509d83de44004d21191977cab SHA512 4bf0e973acd24053fd88e1ecb89530939cf0f314291601780c0da5a2d0af7bc096b97af216a60f392f08095c02404d8f533b195a04c8e2b592cfea22d8d46ff6

View File

@ -24,6 +24,7 @@ Face Recognition; Gesture Recognition; Motion Tracking, Ego Motion, Motion Under
<flag restrict="&gt;=media-libs/opencv-3.1.0" name="contrib_sfm">SFM module requires eigen, gflags, and glog</flag>
<flag restrict="&gt;=media-libs/opencv-3.4.0" name="dnn_samples">Download dnn caffeemodel samples</flag>
<flag name="opencl">Add support for OpenCL</flag>
<flag name="libav">Add support for libav</flag>
<flag restrict="&gt;=media-libs/opencv-3.1.0" name="tesseract">Use Google's OCR Engine</flag>
<flag name="testprograms">Build and install programs for testing OpenCV (performance)</flag>
<flag name="vtk">Build new 3D visualization module viz based on sci-libs/vtk</flag>