From f6e27ebaa0aa21ec77b1ac6ac92a20b2dc988741 Mon Sep 17 00:00:00 2001 From: Andreas Kempe Date: Sat, 5 Sep 2020 16:19:07 +0200 Subject: [PATCH] New package: librtprocess-0.11.0 --- common/shlibs | 1 + srcpkgs/librtprocess/template | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 srcpkgs/librtprocess/template diff --git a/common/shlibs b/common/shlibs index bea5b504701..f0e12782b42 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3990,3 +3990,4 @@ libneatvnc.so.0 neatvnc-0.2.0_1 libtdjson.so.1.6.0 libtd-1.6.0_1 libJudy.so.1 judy-1.0.5_1 libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2 +librtprocess.so.0 librtprocess-0.11.0_1 diff --git a/srcpkgs/librtprocess/template b/srcpkgs/librtprocess/template new file mode 100644 index 00000000000..871901610e9 --- /dev/null +++ b/srcpkgs/librtprocess/template @@ -0,0 +1,24 @@ +# Template file for 'librtprocess' +pkgname=librtprocess +version=0.11.0 +revision=1 +build_style=cmake +hostmakedepends="pkg-config" +makedepends="libgomp-devel" +short_desc="Image processing algorithms from RawTherapee" +maintainer="Andreas Kempe " +license="GPL-3.0-or-later" +homepage="https://github.com/CarVac/librtprocess" +distfiles="https://github.com/CarVac/${pkgname}/archive/${version}.tar.gz" +checksum=0a1691e6e90742644506a1123c716cdcfc28689adf461747843ab0440a837584 + +librtprocess-devel_package() { + short_desc="Image processing algorithms from RawTherapee - development files" + depends="librtprocess>=${version}_${revision}" + pkg_install() { + vmove usr/lib/librtprocess.so + vmove usr/include/rtprocess + vmove usr/lib/cmake/rtprocess + vmove usr/lib/pkgconfig/rtprocess.pc + } +}