From 0758a0926236ccfd4e1ee836a14e7c786d5d80c2 Mon Sep 17 00:00:00 2001 From: Andreas Kempe Date: Sat, 5 Sep 2020 16:19:07 +0200 Subject: [PATCH 1/2] New package: librtprocess-0.11.0 --- common/shlibs | 1 + srcpkgs/librtprocess-devel | 1 + srcpkgs/librtprocess/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/librtprocess-devel 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-devel b/srcpkgs/librtprocess-devel new file mode 120000 index 00000000000..95794d1128c --- /dev/null +++ b/srcpkgs/librtprocess-devel @@ -0,0 +1 @@ +librtprocess \ No newline at end of file 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 + } +} From ae5e98f1bca2369ea110021d116fcb481415ab43 Mon Sep 17 00:00:00 2001 From: Andreas Kempe Date: Sat, 5 Sep 2020 03:00:04 +0200 Subject: [PATCH 2/2] siril: update to 0.99.4. --- srcpkgs/siril/template | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/srcpkgs/siril/template b/srcpkgs/siril/template index 25a7a414e72..43a448c3652 100644 --- a/srcpkgs/siril/template +++ b/srcpkgs/siril/template @@ -1,25 +1,28 @@ # Template file for 'siril' pkgname=siril -version=0.9.12 -revision=3 +version=0.99.4 +revision=1 +wrksrc="${pkgname}-${version}" +create_wrksrc=yes build_style=gnu-configure hostmakedepends="pkg-config intltool autoconf automake gettext-devel" -makedepends="fftw-devel libconfig-devel libopencv-devel libffms2-devel - gsl-devel libraw-devel tiff-devel libpng-devel libcurl-devel - ffmpeg-devel gtk+3-devel cfitsio-devel gsl-devel" -depends="gnuplot" + makedepends="glib-devel exiv2-devel gtk+3-devel cairo-devel fftw-devel + gsl-devel cfitsio-devel libconfig-devel libopencv4-devel libgomp-devel + libraw-devel tiff-devel libjpeg-turbo-devel libpng-devel libheif-devel + libffms2-devel libcurl-devel librtprocess-devel" short_desc="Free astronomical image processing software" maintainer="Andreas Kempe " license="GPL-3.0-or-later" homepage="https://www.siril.org/" distfiles="https://free-astro.org/download/${pkgname}-${version}.tar.bz2" -checksum=9fb7f8a10630ea028137e8f213727519ae9916ea1d88cd8d0cc87f336d8d53b1 +checksum=80c0fcd750c034608464dfd443685ee51096df8b0b495d1743e6284d22f45f38 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" libexecinfo-devel" fi CFLAGS="-fcommon" +CXXFLAGS="-fopenmp" pre_configure() { NOCONFIGURE=1 ./autogen.sh