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 87F59138334 for ; Mon, 2 Dec 2019 02:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9601E086B; Mon, 2 Dec 2019 02:10:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 72A9AE086B for ; Mon, 2 Dec 2019 02:10:58 +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 4CB9C34D641 for ; Mon, 2 Dec 2019 02:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12156968 for ; Mon, 2 Dec 2019 02:10:55 +0000 (UTC) From: "Ralph Seichter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ralph Seichter" Message-ID: <1575197540.891ca7ed5301da2667ca0e24593fee026539557a.ralph-seichter@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/mat2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/mat2/Manifest app-misc/mat2/mat2-0.10.0.ebuild app-misc/mat2/metadata.xml X-VCS-Directories: app-misc/mat2/ X-VCS-Committer: ralph-seichter X-VCS-Committer-Name: Ralph Seichter X-VCS-Revision: 891ca7ed5301da2667ca0e24593fee026539557a X-VCS-Branch: master Date: Mon, 2 Dec 2019 02:10:55 +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: c3820f7a-dffa-4226-ab35-c75d5d78c100 X-Archives-Hash: 26ab205ec4f6ba2aa156ae77d0c0e7c2 commit: 891ca7ed5301da2667ca0e24593fee026539557a Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sun Dec 1 10:52:20 2019 +0000 Commit: Ralph Seichter seichter de> CommitDate: Sun Dec 1 10:52:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=891ca7ed app-misc/mat2: Version bump, 0.10.0 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-misc/mat2/Manifest | 1 + app-misc/mat2/mat2-0.10.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ app-misc/mat2/metadata.xml | 4 ++++ 3 files changed, 45 insertions(+) diff --git a/app-misc/mat2/Manifest b/app-misc/mat2/Manifest index 6596b7d..cf9610a 100644 --- a/app-misc/mat2/Manifest +++ b/app-misc/mat2/Manifest @@ -1 +1,2 @@ +DIST mat2-0.10.0.tar.gz 5720611 BLAKE2B 3aeb1b5fb1e5b39d5a59e84de48a1fefed8afff31d7ae2827324b9d54eab8a95f28f0e1de94d6c96ba250249531782f4a2cff4a82fdccc85da7382d00294fdaf SHA512 7434365766f5ba893b5b51e852d73af6b1dd562f3804e46b2aa5bf2097694d5465f0ddb5e401b157ed899a86caca2dd405424c5a7c86d66190cefd30eee3ba65 DIST mat2-0.9.0.tar.gz 5660801 BLAKE2B 069076d95e3594bcd842861cf96fdf2849c7f955f34af3ca55b2204792c25de8d774eed6920674c596258b6f0f3dded6f1fa204bd615e3ced1029f8d7b049dbb SHA512 b343a3b48240b899ba2be677457591ce3e7f72cdefaeba84ce8a8f385b2279afe37aac097bebab536651d9eb9b473981df5907ea174278834b2b9773723f95e5 diff --git a/app-misc/mat2/mat2-0.10.0.ebuild b/app-misc/mat2/mat2-0.10.0.ebuild new file mode 100644 index 0000000..a6d6c23 --- /dev/null +++ b/app-misc/mat2/mat2-0.10.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# Supports python3_8 but not all it's deps in the tree do yet +PYTHON_COMPAT=(python3_{5,6,7}) +PYTHON_REQ_USE="xml" + +inherit distutils-r1 + +DESCRIPTION="Metadata Anonymisation Toolkit: handy tool to trash your metadata" +HOMEPAGE="https://0xacab.org/jvoisin/mat2" +LICENSE="LGPL-3" +SLOT="0" +SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz" +KEYWORDS="~amd64" +IUSE="+exif sandbox video test" +REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( exif video )" +RESTRICT="!test? ( test )" + +DEPEND="${PYTHON_DEPS}" +RDEPEND=" + ${DEPEND} + media-libs/mutagen:0[${PYTHON_USEDEP}] + dev-python/pycairo:0[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + gnome-base/librsvg:2[introspection] + x11-libs/gdk-pixbuf:2[introspection] + app-text/poppler[introspection] + exif? ( media-libs/exiftool:* ) + sandbox? ( sys-apps/bubblewrap ) + video? ( media-video/ffmpeg:* ) + test? ( + media-video/ffmpeg[mp3,vorbis] + x11-libs/gdk-pixbuf:2[jpeg,tiff] + ) +" + +distutils_enable_tests unittest diff --git a/app-misc/mat2/metadata.xml b/app-misc/mat2/metadata.xml index e1234b5..449ee1e 100644 --- a/app-misc/mat2/metadata.xml +++ b/app-misc/mat2/metadata.xml @@ -9,4 +9,8 @@ https://0xacab.org/jvoisin/mat2/issues https://0xacab.org/jvoisin/mat2/tags?format=atom + + Use media-video/ffmpeg for video support + Enable sandboxing functionality through sys-apps/bubblewrap +