diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-03-25 20:57:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-16 05:26:05 +0000 |
commit | 8b50606a5785445ef81c63a8239d8b2b8752873e (patch) | |
tree | 51882d6205c4adadc4dbd58d695ed83cfcb53047 /media-libs/librtprocess | |
parent | app-forensics/yara: add link to upstream PR (diff) | |
download | gentoo-8b50606a5785445ef81c63a8239d8b2b8752873e.tar.gz gentoo-8b50606a5785445ef81c63a8239d8b2b8752873e.tar.bz2 gentoo-8b50606a5785445ef81c63a8239d8b2b8752873e.zip |
media-libs/librtprocess: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/librtprocess')
-rw-r--r-- | media-libs/librtprocess/Manifest | 1 | ||||
-rw-r--r-- | media-libs/librtprocess/librtprocess-0.12.0.ebuild | 14 | ||||
-rw-r--r-- | media-libs/librtprocess/metadata.xml | 20 |
3 files changed, 35 insertions, 0 deletions
diff --git a/media-libs/librtprocess/Manifest b/media-libs/librtprocess/Manifest new file mode 100644 index 000000000000..e9ad4d46b72c --- /dev/null +++ b/media-libs/librtprocess/Manifest @@ -0,0 +1 @@ +DIST librtprocess-0.12.0.tar.gz 158244 BLAKE2B 0fa18416b25b760541fd01285b5cc0c3a38d8ddb4dd88b45237fa0cd3f43bdb7831c06282e2c63ddee240c59f6641fb9233e2370d460e3ccdd2d86a5a75e318b SHA512 2eaaff9d9365b97cfb76cef36c0ba53d9b556f45d49bdcc84947ef3bf513240cec13d763ae7fc78589c2b68a739ed23477f6953a7329d8177275f81e5e588ddf diff --git a/media-libs/librtprocess/librtprocess-0.12.0.ebuild b/media-libs/librtprocess/librtprocess-0.12.0.ebuild new file mode 100644 index 000000000000..94a5bf06678b --- /dev/null +++ b/media-libs/librtprocess/librtprocess-0.12.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Algorithms for RAW processing from RawTherapee" +HOMEPAGE="https://github.com/CarVac/librtprocess/" +SRC_URI="https://github.com/CarVac/librtprocess/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/media-libs/librtprocess/metadata.xml b/media-libs/librtprocess/metadata.xml new file mode 100644 index 000000000000..dba5d9c208a1 --- /dev/null +++ b/media-libs/librtprocess/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>mario.haustein@hrz.tu-chemnitz.de</email> + <name>Mario Haustein</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + librtprocess aims to make some of RawTherapee's highly optimized raw + processing routines readily available for other FOSS photo editing + software. + </longdescription> + <upstream> + <remote-id type="github">CarVac/librtprocess</remote-id> + </upstream> +</pkgmetadata> |