* [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/
@ 2022-05-16 5:26 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-05-16 5:26 UTC (permalink / raw
To: gentoo-commits
commit: 8b50606a5785445ef81c63a8239d8b2b8752873e
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Fri Mar 25 19:57:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 16 05:26:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b50606a
media-libs/librtprocess: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/librtprocess/Manifest | 1 +
media-libs/librtprocess/librtprocess-0.12.0.ebuild | 14 ++++++++++++++
media-libs/librtprocess/metadata.xml | 20 ++++++++++++++++++++
3 files changed, 35 insertions(+)
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>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/
@ 2022-10-07 20:19 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-10-07 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 35bbb6c5c8893d1bb7c0923da848774f4b519340
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 20:18:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 20:18:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35bbb6c5
media-libs/librtprocess: Stabilize 0.12.0 amd64, #866974
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/librtprocess/librtprocess-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/librtprocess/librtprocess-0.12.0.ebuild b/media-libs/librtprocess/librtprocess-0.12.0.ebuild
index 94a5bf06678b..6c56fd15df8a 100644
--- a/media-libs/librtprocess/librtprocess-0.12.0.ebuild
+++ b/media-libs/librtprocess/librtprocess-0.12.0.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://github.com/CarVac/librtprocess/archive/refs/tags/${PV}.tar.gz -
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/
@ 2022-10-13 19:56 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-10-13 19:56 UTC (permalink / raw
To: gentoo-commits
commit: 611ed99278cdfcdc7978af1c651ff4f72947cc5d
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Oct 12 15:44:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 19:40:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611ed992
media-libs/librtprocess: add dependency to openmp
Closes: https://bugs.gentoo.org/876352
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/27752
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../librtprocess/librtprocess-0.12.0-r1.ebuild | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild b/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
new file mode 100644
index 000000000000..aec961e0c1e1
--- /dev/null
+++ b/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
@@ -0,0 +1,39 @@
+# 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"
+IUSE="openmp"
+
+BDEPEND="
+ openmp? (
+ || (
+ sys-devel/gcc[openmp]
+ sys-devel/clang-runtime[openmp]
+ )
+ )
+"
+
+pkg_pretend() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+ [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DOPTION_OMP=$(usex openmp)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/
@ 2022-10-13 19:58 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-10-13 19:58 UTC (permalink / raw
To: gentoo-commits
commit: ed0dfd184d851e3cac508a0cdeea5d8f01fd5766
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 19:57:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 19:57:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0dfd18
media-libs/librtprocess: fix IndirectInherits
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild b/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
index aec961e0c1e1..e4706a93e98f 100644
--- a/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
+++ b/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake toolchain-funcs
DESCRIPTION="Algorithms for RAW processing from RawTherapee"
HOMEPAGE="https://github.com/CarVac/librtprocess/"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/
@ 2022-10-27 8:12 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2022-10-27 8:12 UTC (permalink / raw
To: gentoo-commits
commit: d21220103fb29dcb9ac71910e1405d7e8f11798d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 08:11:58 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 08:11:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2122010
media-libs/librtprocess: Stabilize 0.12.0 x86, #866974
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/librtprocess/librtprocess-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/librtprocess/librtprocess-0.12.0.ebuild b/media-libs/librtprocess/librtprocess-0.12.0.ebuild
index 6c56fd15df8a..e3fcacc8dbc7 100644
--- a/media-libs/librtprocess/librtprocess-0.12.0.ebuild
+++ b/media-libs/librtprocess/librtprocess-0.12.0.ebuild
@@ -11,4 +11,4 @@ SRC_URI="https://github.com/CarVac/librtprocess/archive/refs/tags/${PV}.tar.gz -
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/
@ 2022-11-15 10:04 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-11-15 10:04 UTC (permalink / raw
To: gentoo-commits
commit: e393a5866575be11bb2e636ece6136d3d8864fbe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 10:04:23 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 10:04:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e393a586
media-libs/librtprocess: Stabilize 0.12.0-r1 x86, #881363
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild b/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
index 17ed2e51fe6c..3552a317c4a2 100644
--- a/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
+++ b/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CarVac/librtprocess/archive/refs/tags/${PV}.tar.gz -
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="openmp"
BDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/
@ 2022-11-15 10:04 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-11-15 10:04 UTC (permalink / raw
To: gentoo-commits
commit: 5c5eb5b06175750df1655439d8c17b0e77b739ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 10:04:22 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 10:04:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5eb5b0
media-libs/librtprocess: Stabilize 0.12.0-r1 amd64, #881363
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild b/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
index e4706a93e98f..17ed2e51fe6c 100644
--- a/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
+++ b/media-libs/librtprocess/librtprocess-0.12.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/CarVac/librtprocess/archive/refs/tags/${PV}.tar.gz -
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="openmp"
BDEPEND="
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/
@ 2023-01-05 5:21 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-01-05 5:21 UTC (permalink / raw
To: gentoo-commits
commit: 923b956c18647976a193eb32fafd6990693925cc
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Jan 4 20:19:25 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 05:19:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923b956c
media-libs/librtprocess: drop 0.12.0
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/librtprocess/librtprocess-0.12.0.ebuild | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/media-libs/librtprocess/librtprocess-0.12.0.ebuild b/media-libs/librtprocess/librtprocess-0.12.0.ebuild
deleted file mode 100644
index e3fcacc8dbc7..000000000000
--- a/media-libs/librtprocess/librtprocess-0.12.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-01-05 5:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15 10:04 [gentoo-commits] repo/gentoo:master commit in: media-libs/librtprocess/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-01-05 5:21 Sam James
2022-11-15 10:04 Sam James
2022-10-27 8:12 Joonas Niilola
2022-10-13 19:58 Sam James
2022-10-13 19:56 Sam James
2022-10-07 20:19 Sam James
2022-05-16 5:26 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox