dev-python/ha-ffmpeg: add 3.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-28 20:03:33 +01:00 committed by Andreas Billmeier
parent 690da83e62
commit 5db3868d8c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 additions and 5 deletions

View File

@ -573,14 +573,14 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## 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 1748 Ebuilds in total, 1737 of them have in total 1741 (34 different) licenses assigned.
There are 1749 Ebuilds in total, 1738 of them have in total 1742 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1020|
|Apache-2.0|377|
|GPL-3|107|
|BSD|91|
|BSD|92|
|LGPL-3|23|
|GPL-2|20|
|GPL-3+|14|

View File

@ -1,3 +1,5 @@
DIST 3.0.2.gh.tar.gz 10142 BLAKE2B c96bd6c3eec745eb33c785e5e88d42bd1abc7898afb94a47e74e1bcdefeba553dd669a121d374a2bbc2513034879fd608736f7363813d657c7748089240f951d SHA512 589100bb88503142cbebda1f4a9df68d6a26683bf8b5774e3e5b9dc1128a38fbb6736f80adaf0512c949fe62e933f9d61b3c367d3b955011dead4c25e858266a
DIST 3.1.0.gh.tar.gz 10069 BLAKE2B 0c9c92b86909acd69e969adc35fd2b7c7ed3a53cb1a6557505c12185459ec4ffc1138c820c992526b61155a9ceb45670159a20c73f2dbe79a10f17c121801fdd SHA512 45c2bd140791a431256b49354d50915752cf2a04ef2fce98ecc1ffa5ab10495249083d5ac3f5100980738a1714e94234b2382cd797327be3b30fa9cf3bad71cb
EBUILD ha-ffmpeg-3.0.2.ebuild 650 BLAKE2B 5e4caf2cb40928ecc4073a63e2cfad09b4d1abe51542369bd8401b16f686dee631555fe415c3599d11c6004798c658c04aad72b42119733868e353abb1b27f02 SHA512 59c7b9693d47aa09bebcfe9b74383101b48daa51183eeca635bec3c1beea43eb9bf24a13096acc413f3780fcd3c44f6625b79f95615f25a94e313330241afc1e
MISC metadata.xml 525 BLAKE2B 2c7c317e35e53bdedaa680d4a835e7cfa4111cab82e1c4f5dba60be73783af58e2707694beca908c78b7696894e77ea919e08f07b0a976c989125d679475ce38 SHA512 39bf730c33e2796b786456e9b4d6b74dd4b67a23249898bed5f6f4ffa620740cadaed6262fa2957a3b3b664c8e0dae1487d002212cbc14c38d76481342a57e47
EBUILD ha-ffmpeg-3.1.0.ebuild 634 BLAKE2B cd29233472692c92167c10116ffb86dd163c63954cff72ed4f2d6889603208c9d66aadf3af30e8e17f5259d1b9375b2fd9afedf3a56ac1ec52eec822cb11394e SHA512 5c360160ca50beafde63369ffa5dcd9b2b4349bce7ff147c92868054696db955a07f44fd96f8dc551a581ed58e43a7b4bdc6937e42701c94927509da67ade88c
MISC metadata.xml 512 BLAKE2B 7dcd395009223c1948420fc114c7f127ebf6a8e746417231d6c4a261ff93684f178a75bfea1306a65b7e1867b956250992c1ccc68c4b247c65b80bd05cf76657 SHA512 0f5fa4ccfeef386a0c178b8dce549c438c30f03f65ed46b0322d34ced54657d2d110a197e609d882c4a6617c9616bf0d5bdded658be8269cb190f1e71e4f9587

View File

@ -0,0 +1,22 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A library that handling with ffmpeg for home-assistant"
HOMEPAGE="https://github.com/home-assistant-libs/ha-ffmpeg https://pypi.org/project/ha-ffmpeg/"
SRC_URI="https://github.com/home-assistant-libs/${PN}/archive/refs/tags/${PV}.tar.gz -> ${PV}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RESTRICT="test"
DOCS="README.md"
RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]
media-video/ffmpeg"

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">ha-ffmpeg</remote-id>
<remote-id type="github">home-assistant-libs/ha-ffmpeg</remote-id>
<remote-id type="github">pvizeli/ha-ffmpeg</remote-id>
<maintainer status="unknown">
<email>pvizeli@syshack.ch</email>
<name>Pascal Vizeli</name>