Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: siril-0.9.12
@ 2020-01-19 17:51 voidlinux-github
  2020-01-19 21:49 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-19 17:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 471 bytes --]

There is a new pull request by andkem against master on the void-packages repository

https://github.com/andkem/void-packages new-package-siril
https://github.com/void-linux/void-packages/pull/18398

New package: siril-0.9.12
Siril is an open source program for processing astronomical images. It provides different algorithms that helps filter, stack and align series of photos.

A patch file from https://github.com/void-linux/void-packages/pull/18398.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-siril-18398.patch --]
[-- Type: text/x-diff, Size: 1252 bytes --]

From 7113af91fe098ef13a8327644dfd91a1bf2f3259 Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sun, 19 Jan 2020 18:43:13 +0100
Subject: [PATCH] New package: siril-0.9.12

---
 srcpkgs/siril/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/siril/template

diff --git a/srcpkgs/siril/template b/srcpkgs/siril/template
new file mode 100644
index 00000000000..7f3c9d45949
--- /dev/null
+++ b/srcpkgs/siril/template
@@ -0,0 +1,18 @@
+# Template file for 'siril'
+pkgname=siril
+version=0.9.12
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+configure_script=./autogen.sh
+hostmakedepends="pkg-config intltool autoconf automake"
+makedepends="fftw-devel libconfig-devel libopencv-devel libffms2-devel \
+			gsl-devel libraw-devel tiff-devel libpng-devel libcurl-devel \
+			ffmpeg-devel gettext-devel gtk+3-devel cfitsio-devel gsl-devel"
+depends="gnuplot"
+short_desc="Free astronomical image processing software"
+maintainer="Andreas Kempe <kempe@lysator.liu.se>"
+license="GPL-3.0-or-later"
+homepage="https://www.siril.org/"
+distfiles="https://free-astro.org/download/${pkgname}-${version}.tar.bz2"
+checksum=9fb7f8a10630ea028137e8f213727519ae9916ea1d88cd8d0cc87f336d8d53b1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: siril-0.9.12
  2020-01-19 17:51 [PR PATCH] New package: siril-0.9.12 voidlinux-github
@ 2020-01-19 21:49 ` voidlinux-github
  2020-01-19 21:50 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-19 21:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

There is an updated pull request by andkem against master on the void-packages repository

https://github.com/andkem/void-packages new-package-siril
https://github.com/void-linux/void-packages/pull/18398

New package: siril-0.9.12
Siril is an open source program for processing astronomical images. It provides different algorithms that helps filter, stack and align series of photos.

A patch file from https://github.com/void-linux/void-packages/pull/18398.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-siril-18398.patch --]
[-- Type: text/x-diff, Size: 1301 bytes --]

From a51d00dc3ec88019b9a309debe73e30f3e603239 Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sun, 19 Jan 2020 18:43:13 +0100
Subject: [PATCH] New package: siril-0.9.12

---
 srcpkgs/siril/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/siril/template

diff --git a/srcpkgs/siril/template b/srcpkgs/siril/template
new file mode 100644
index 00000000000..c97519161e6
--- /dev/null
+++ b/srcpkgs/siril/template
@@ -0,0 +1,22 @@
+# Template file for 'siril'
+pkgname=siril
+version=0.9.12
+revision=1
+archs="x86_64"
+build_style=gnu-configure
+configure_script=./autogen.sh
+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"
+short_desc="Free astronomical image processing software"
+maintainer="Andreas Kempe <kempe@lysator.liu.se>"
+license="GPL-3.0-or-later"
+homepage="https://www.siril.org/"
+distfiles="https://free-astro.org/download/${pkgname}-${version}.tar.bz2"
+checksum=9fb7f8a10630ea028137e8f213727519ae9916ea1d88cd8d0cc87f336d8d53b1
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: siril-0.9.12
  2020-01-19 17:51 [PR PATCH] New package: siril-0.9.12 voidlinux-github
  2020-01-19 21:49 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-19 21:50 ` voidlinux-github
  2020-01-19 22:45 ` voidlinux-github
  2020-01-20 17:13 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-19 21:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

There is an updated pull request by andkem against master on the void-packages repository

https://github.com/andkem/void-packages new-package-siril
https://github.com/void-linux/void-packages/pull/18398

New package: siril-0.9.12
Siril is an open source program for processing astronomical images. It provides different algorithms that helps filter, stack and align series of photos.

A patch file from https://github.com/void-linux/void-packages/pull/18398.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-siril-18398.patch --]
[-- Type: text/x-diff, Size: 1269 bytes --]

From a816485d6286588a388166e3751c899033da8f1b Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sun, 19 Jan 2020 18:43:13 +0100
Subject: [PATCH] New package: siril-0.9.12

---
 srcpkgs/siril/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/siril/template

diff --git a/srcpkgs/siril/template b/srcpkgs/siril/template
new file mode 100644
index 00000000000..9ee341b7d79
--- /dev/null
+++ b/srcpkgs/siril/template
@@ -0,0 +1,21 @@
+# Template file for 'siril'
+pkgname=siril
+version=0.9.12
+revision=1
+archs="x86_64"
+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"
+short_desc="Free astronomical image processing software"
+maintainer="Andreas Kempe <kempe@lysator.liu.se>"
+license="GPL-3.0-or-later"
+homepage="https://www.siril.org/"
+distfiles="https://free-astro.org/download/${pkgname}-${version}.tar.bz2"
+checksum=9fb7f8a10630ea028137e8f213727519ae9916ea1d88cd8d0cc87f336d8d53b1
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: siril-0.9.12
  2020-01-19 17:51 [PR PATCH] New package: siril-0.9.12 voidlinux-github
  2020-01-19 21:49 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-19 21:50 ` voidlinux-github
@ 2020-01-19 22:45 ` voidlinux-github
  2020-01-20 17:13 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-19 22:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

There is an updated pull request by andkem against master on the void-packages repository

https://github.com/andkem/void-packages new-package-siril
https://github.com/void-linux/void-packages/pull/18398

New package: siril-0.9.12
Siril is an open source program for processing astronomical images. It provides different algorithms that helps filter, stack and align series of photos.

A patch file from https://github.com/void-linux/void-packages/pull/18398.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-siril-18398.patch --]
[-- Type: text/x-diff, Size: 1343 bytes --]

From aa2f87dbcaf04a1dc606aeb0e83bb395c3477248 Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sun, 19 Jan 2020 18:43:13 +0100
Subject: [PATCH] New package: siril-0.9.12

---
 srcpkgs/siril/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/siril/template

diff --git a/srcpkgs/siril/template b/srcpkgs/siril/template
new file mode 100644
index 00000000000..51dac09dfdd
--- /dev/null
+++ b/srcpkgs/siril/template
@@ -0,0 +1,24 @@
+# Template file for 'siril'
+pkgname=siril
+version=0.9.12
+revision=1
+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"
+short_desc="Free astronomical image processing software"
+maintainer="Andreas Kempe <kempe@lysator.liu.se>"
+license="GPL-3.0-or-later"
+homepage="https://www.siril.org/"
+distfiles="https://free-astro.org/download/${pkgname}-${version}.tar.bz2"
+checksum=9fb7f8a10630ea028137e8f213727519ae9916ea1d88cd8d0cc87f336d8d53b1
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) makedepends+=" libexecinfo-devel" ;;
+esac
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: New package: siril-0.9.12
  2020-01-19 17:51 [PR PATCH] New package: siril-0.9.12 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-19 22:45 ` voidlinux-github
@ 2020-01-20 17:13 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-20 17:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There's a merged pull request on the void-packages repository

New package: siril-0.9.12
https://github.com/void-linux/void-packages/pull/18398

Description:
Siril is an open source program for processing astronomical images. It provides different algorithms that helps filter, stack and align series of photos.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-20 17:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 17:51 [PR PATCH] New package: siril-0.9.12 voidlinux-github
2020-01-19 21:49 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-19 21:50 ` voidlinux-github
2020-01-19 22:45 ` voidlinux-github
2020-01-20 17:13 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).