From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65C2F13934F for ; Mon, 26 Jul 2021 14:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 950BBE096A; Mon, 26 Jul 2021 14:05:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73AF3E096C for ; Mon, 26 Jul 2021 14:05:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 331B3342B05 for ; Mon, 26 Jul 2021 14:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBBFB865 for ; Mon, 26 Jul 2021 14:05:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627293140.4cb908c2ac2a5dc51b58b477a37711755a3d5866.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ffmpeg-python/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ffmpeg-python/Manifest dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild dev-python/ffmpeg-python/metadata.xml X-VCS-Directories: dev-python/ffmpeg-python/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4cb908c2ac2a5dc51b58b477a37711755a3d5866 X-VCS-Branch: master Date: Mon, 26 Jul 2021 14:05:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43a293a3-d627-4423-8d11-8f385e664303 X-Archives-Hash: 79aa5b01ea4dae0aadd1f805ef6936fa commit: 4cb908c2ac2a5dc51b58b477a37711755a3d5866 Author: Nicola Smaniotto gmail com> AuthorDate: Mon Jul 26 08:52:32 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 26 09:52:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cb908c2 dev-python/ffmpeg-python: new package (0.2.0) Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/ffmpeg-python/Manifest | 1 + .../ffmpeg-python/ffmpeg-python-0.2.0.ebuild | 28 ++++++++++++++++++++++ dev-python/ffmpeg-python/metadata.xml | 8 +++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/ffmpeg-python/Manifest b/dev-python/ffmpeg-python/Manifest new file mode 100644 index 000000000..c1f30ed46 --- /dev/null +++ b/dev-python/ffmpeg-python/Manifest @@ -0,0 +1 @@ +DIST ffmpeg-python-0.2.0.tar.gz 3267771 BLAKE2B 8bca4a24434b6c7a542e3c178cb7bf1e5650f9763636d5378f9652cdd07ef19b0e96007d6bb71fdf1664efb6e33d597844c7d6a44dc8dcb1c083e21f53649469 SHA512 933ed958d61536bbbc0e0b08e19521c4b1f7df1cfe97de0b3d149a2748c5bd74915a3134861e8ecb1f92d5860315228b76aefcd087fcf07e188a56c651f5e301 diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild new file mode 100644 index 000000000..c41179abe --- /dev/null +++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for FFmpeg - with complex filtering support" +HOMEPAGE="https://github.com/kkroening/ffmpeg-python" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + media-video/ffmpeg +" +RDEPEND=" + ${DEPEND} +" + +python_prepare_all() { + sed -e '/\/d' -i setup.py + distutils-r1_python_prepare_all +} diff --git a/dev-python/ffmpeg-python/metadata.xml b/dev-python/ffmpeg-python/metadata.xml new file mode 100644 index 000000000..cbe3c6a53 --- /dev/null +++ b/dev-python/ffmpeg-python/metadata.xml @@ -0,0 +1,8 @@ + + + + + smaniotto.nicola@gmail.com + Nicola Smaniotto + +