diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /media-libs/librtprocess | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'media-libs/librtprocess')
-rw-r--r-- | media-libs/librtprocess/Manifest | 3 | ||||
-rw-r--r-- | media-libs/librtprocess/librtprocess-0.12.0.ebuild | 14 | ||||
-rw-r--r-- | media-libs/librtprocess/metadata.xml | 20 |
3 files changed, 37 insertions, 0 deletions
diff --git a/media-libs/librtprocess/Manifest b/media-libs/librtprocess/Manifest new file mode 100644 index 000000000000..2f99a7965856 --- /dev/null +++ b/media-libs/librtprocess/Manifest @@ -0,0 +1,3 @@ +DIST librtprocess-0.12.0.tar.gz 158244 BLAKE2B 0fa18416b25b760541fd01285b5cc0c3a38d8ddb4dd88b45237fa0cd3f43bdb7831c06282e2c63ddee240c59f6641fb9233e2370d460e3ccdd2d86a5a75e318b SHA512 2eaaff9d9365b97cfb76cef36c0ba53d9b556f45d49bdcc84947ef3bf513240cec13d763ae7fc78589c2b68a739ed23477f6953a7329d8177275f81e5e588ddf +EBUILD librtprocess-0.12.0.ebuild 385 BLAKE2B 359320c6f4f7bbeabff6d532fe59ba7228489264d60dcbd82549ebcf9906df0edcb1e16932092b019fe911aa421d0337f87751c1b7a4baf9d794753555c03268 SHA512 9f84fe5dd2e4d27d3bcf87ffb50b940a9e4d73bbcd8293a7b8d96d5a9da7615d6b056fbd93cb372667570a0fd5ab8f6c0ab585169888b87713af209e3cfa6d4f +MISC metadata.xml 686 BLAKE2B bfde95b605e302d99e08b5be18dc694c4b7daca573e72927ada1dce430a9743f5b660ac9111cfdce37605f206eab8c94cf2997bc99de83ddc24f3f2ead670fcb SHA512 1a191e865353cf6256585746d9ec198a5c39da080060990a53a1bfcc024b2d782785c661e63d05cc4b08d61e0410cd6686bc2f45442b46d04c55c3a59b02744b 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> |