From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/webrtcvad/ Date: Thu, 16 Nov 2023 14:04:09 +0000 (UTC) [thread overview] Message-ID: <1700142906.29dff2b2d12a06240bddc630778c5cc80de4d36b.davidroman@gentoo> (raw) commit: 29dff2b2d12a06240bddc630778c5cc80de4d36b Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Nov 16 13:49:56 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Nov 16 13:55:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29dff2b2 dev-python/webrtcvad: patch for oob and mem leak + update webrtc Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/webrtcvad/Manifest | 1 + dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild | 27 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/webrtcvad/Manifest b/dev-python/webrtcvad/Manifest index 6c9714040b..f7a5e1f0f4 100644 --- a/dev-python/webrtcvad/Manifest +++ b/dev-python/webrtcvad/Manifest @@ -1 +1,2 @@ +DIST webrtcvad-2.0.10-patches.tar.xz 36072 BLAKE2B efe6cfccfae8c2706e4c85d47fcf6cf91135ae85dfb59aec9d61457fa3f2856ea2e51c2df9b12dd0fc79d0484f56f56277e7782faf3564931d75e252b3ebbd3c SHA512 0f18dfe92d767cf16c49677a88089f5b3a44b9e2e593d89cbcd145c23a0d049f09eb720ccc5b13a464943e9b68f1a5e741a40ed300a9a28a0eee33277ca19bfb DIST webrtcvad-2.0.10.tar.gz 183166 BLAKE2B aa36c895c23cb9d4ea9679c3a7231abac7ef5be4adf61f06fc557fff69ab84181cabf737d4c0a7255d518454a94ca3c4c0fc969405777f02ab3c1a7c0403eac2 SHA512 ce414e39c3128e22495e8e21e46d09485952168ca763937cebb654dab87ffcfecea8198c74c009a47d8caed2a8ebc22572036fda4be36597d82e6e7057f80ae2 diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild new file mode 100644 index 0000000000..c57a1d8db6 --- /dev/null +++ b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector (VAD)" +HOMEPAGE="https://github.com/wiseman/py-webrtcvad" +SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +# Depends on a package removed from ::gento (bug #915162) +RESTRICT="test" + +S="${WORKDIR}/py-${P}" + +PATCHES=( "${WORKDIR}/${PN}-update-webrtc.patch" "${WORKDIR}/${PN}-fix-mem-leak.patch" "${WORKDIR}/${PN}-fix-oob.patch" ) +
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/ Date: Thu, 16 Nov 2023 13:55:23 +0000 (UTC) [thread overview] Message-ID: <1700142906.29dff2b2d12a06240bddc630778c5cc80de4d36b.davidroman@gentoo> (raw) Message-ID: <20231116135523.55jxvPVBLMmQZqfDPX48z238gfvsz0yqxgDoN9aR5Ms@z> (raw) commit: 29dff2b2d12a06240bddc630778c5cc80de4d36b Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Nov 16 13:49:56 2023 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Nov 16 13:55:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29dff2b2 dev-python/webrtcvad: patch for oob and mem leak + update webrtc Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/webrtcvad/Manifest | 1 + dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild | 27 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/webrtcvad/Manifest b/dev-python/webrtcvad/Manifest index 6c9714040b..f7a5e1f0f4 100644 --- a/dev-python/webrtcvad/Manifest +++ b/dev-python/webrtcvad/Manifest @@ -1 +1,2 @@ +DIST webrtcvad-2.0.10-patches.tar.xz 36072 BLAKE2B efe6cfccfae8c2706e4c85d47fcf6cf91135ae85dfb59aec9d61457fa3f2856ea2e51c2df9b12dd0fc79d0484f56f56277e7782faf3564931d75e252b3ebbd3c SHA512 0f18dfe92d767cf16c49677a88089f5b3a44b9e2e593d89cbcd145c23a0d049f09eb720ccc5b13a464943e9b68f1a5e741a40ed300a9a28a0eee33277ca19bfb DIST webrtcvad-2.0.10.tar.gz 183166 BLAKE2B aa36c895c23cb9d4ea9679c3a7231abac7ef5be4adf61f06fc557fff69ab84181cabf737d4c0a7255d518454a94ca3c4c0fc969405777f02ab3c1a7c0403eac2 SHA512 ce414e39c3128e22495e8e21e46d09485952168ca763937cebb654dab87ffcfecea8198c74c009a47d8caed2a8ebc22572036fda4be36597d82e6e7057f80ae2 diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild new file mode 100644 index 0000000000..c57a1d8db6 --- /dev/null +++ b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector (VAD)" +HOMEPAGE="https://github.com/wiseman/py-webrtcvad" +SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +# Depends on a package removed from ::gento (bug #915162) +RESTRICT="test" + +S="${WORKDIR}/py-${P}" + +PATCHES=( "${WORKDIR}/${PN}-update-webrtc.patch" "${WORKDIR}/${PN}-fix-mem-leak.patch" "${WORKDIR}/${PN}-fix-oob.patch" ) +
next reply other threads:[~2023-11-16 14:04 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-11-16 14:04 David Roman [this message] 2023-11-16 13:55 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-05-13 17:48 [gentoo-commits] repo/proj/guru:master " Julien Roy 2023-11-16 14:04 David Roman 2023-08-23 17:18 [gentoo-commits] repo/proj/guru:dev " David Roman 2023-08-23 17:33 ` [gentoo-commits] repo/proj/guru:master " David Roman 2023-01-12 10:38 Florian Schmaus 2021-07-27 19:57 Andrew Ammerlaan 2021-07-27 19:57 Andrew Ammerlaan 2021-07-26 14:05 Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1700142906.29dff2b2d12a06240bddc630778c5cc80de4d36b.davidroman@gentoo \ --to=davidroman96@gmail.com \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox