app-misc/mat2: Version bump, 0.10.0

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2019-12-01 11:52:20 +01:00
parent 480892cd15
commit 891ca7ed53
3 changed files with 45 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -9,4 +9,8 @@
<bugs-to>https://0xacab.org/jvoisin/mat2/issues</bugs-to>
<changelog>https://0xacab.org/jvoisin/mat2/tags?format=atom</changelog>
</upstream>
<use>
<flag name="video">Use <pkg>media-video/ffmpeg</pkg> for video support</flag>
<flag name="sandbox">Enable sandboxing functionality through <pkg>sys-apps/bubblewrap</pkg></flag>
</use>
</pkgmetadata>