Github messages for voidlinux
 help / color / mirror / Atom feed
From: ifreund <ifreund@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: libvips-8.9.2
Date: Fri, 08 May 2020 23:48:01 +0200	[thread overview]
Message-ID: <20200508214801.HviAkR97KY4_sUsWfisOXmrZzztY5fU5Ws3Dc86t53g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21715@inbox.vuxu.org>

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

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

https://github.com/ifreund/void-packages libvips
https://github.com/void-linux/void-packages/pull/21715

New package: libvips-8.9.2
Also added `libmatio.so.9` to `commom/shlibs` as it was missing and
required for this package.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libvips-21715.patch --]
[-- Type: text/x-diff, Size: 3678 bytes --]

From 7a15728e18d4ea00dba81899d45cc4e470e44891 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Thu, 7 May 2020 21:38:05 +0200
Subject: [PATCH 1/2] matio: add to common/shlibs

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 4bdc03e8b23..ea935040eae 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3875,3 +3875,4 @@ libhidrd_opt.so.0 hidrd-0.2.0_1
 libhidrd_strm.so.0 hidrd-0.2.0_1
 libhidrd_fmt.so.0 hidrd-0.2.0_1
 libjcat.so.1 libjcat-0.1.2_1
+libmatio.so.9 matio-1.5.17_2

From 59e2c7e4777094d86dd41eeb8627344d50c9a3f5 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Fri, 8 May 2020 20:43:45 +0200
Subject: [PATCH 2/2] New package: vips-8.9.2

---
 common/shlibs         |  2 ++
 srcpkgs/libvips       |  1 +
 srcpkgs/libvips-devel |  1 +
 srcpkgs/libvips-doc   |  1 +
 srcpkgs/vips/template | 67 +++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 72 insertions(+)
 create mode 120000 srcpkgs/libvips
 create mode 120000 srcpkgs/libvips-devel
 create mode 120000 srcpkgs/libvips-doc
 create mode 100644 srcpkgs/vips/template

diff --git a/common/shlibs b/common/shlibs
index ea935040eae..58f456cca54 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3876,3 +3876,5 @@ libhidrd_strm.so.0 hidrd-0.2.0_1
 libhidrd_fmt.so.0 hidrd-0.2.0_1
 libjcat.so.1 libjcat-0.1.2_1
 libmatio.so.9 matio-1.5.17_2
+libvips.so.42 libvips-8.9.2_1
+libvips-cpp.so.42 libvips-8.9.2_1
diff --git a/srcpkgs/libvips b/srcpkgs/libvips
new file mode 120000
index 00000000000..6faa116eb8a
--- /dev/null
+++ b/srcpkgs/libvips
@@ -0,0 +1 @@
+vips
\ No newline at end of file
diff --git a/srcpkgs/libvips-devel b/srcpkgs/libvips-devel
new file mode 120000
index 00000000000..6faa116eb8a
--- /dev/null
+++ b/srcpkgs/libvips-devel
@@ -0,0 +1 @@
+vips
\ No newline at end of file
diff --git a/srcpkgs/libvips-doc b/srcpkgs/libvips-doc
new file mode 120000
index 00000000000..6faa116eb8a
--- /dev/null
+++ b/srcpkgs/libvips-doc
@@ -0,0 +1 @@
+vips
\ No newline at end of file
diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
new file mode 100644
index 00000000000..600a6828820
--- /dev/null
+++ b/srcpkgs/vips/template
@@ -0,0 +1,67 @@
+# Template file for 'vips'
+pkgname=vips
+version=8.9.2
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkgconf"
+makedepends="
+$(vopt_if hdf5 hdf5-devel)
+$(vopt_if hdf5 matio-devel)
+cfitsio-devel
+expat-devel
+fftw-devel
+giflib-devel
+glib-devel
+lcms2-devel
+libexif-devel
+libgsf-devel
+libheif-devel
+libimagequant-devel
+libjpeg-turbo-devel
+libopenexr-devel
+libpng-devel
+librsvg-devel
+libwebp-devel
+orc-devel
+poppler-glib-devel
+tiff-devel
+"
+short_desc="Fast image processing with low memory needs"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="LGPL-2.1-or-later"
+homepage="https://libvips.github.io/libvips/"
+distfiles="https://github.com/libvips/libvips/releases/download/v${version}/vips-${version}.tar.gz"
+checksum=ae8491b1156cd2eb9cbbaa2fd6caa1dc9ed3ded0b70443d28cd7fea798ab2a27
+python_version=3
+
+build_options="hdf5"
+desc_option_hdf5="HDF5 support"
+if [ -z "$CROSS_BUILD" ]; then
+	build_options_default="hdf5"
+fi
+
+libvips_package() {
+	short_desc+=" - library"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libvips-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}
+
+libvips-doc_package() {
+	archs=noarch
+	short_desc+=" - documentation"
+	pkg_install() {
+		vmove usr/share/gtk-doc
+	}
+}

  parent reply	other threads:[~2020-05-08 21:48 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07  8:57 [PR PATCH] " ifreund
2020-05-07 19:41 ` [PR PATCH] [Updated] " ifreund
2020-05-07 19:45 ` ifreund
2020-05-08  9:04 ` ifreund
2020-05-08 17:55 ` Chocimier
2020-05-08 19:02 ` [PR PATCH] [Updated] " ifreund
2020-05-08 19:04 ` ifreund
2020-05-08 19:16 ` Chocimier
2020-05-08 19:17 ` ifreund
2020-05-08 19:18 ` ifreund
2020-05-08 21:48 ` ifreund [this message]
2020-05-08 21:48 ` ifreund
2020-05-08 22:36 ` [PR PATCH] [Updated] " ifreund
2020-05-10 23:20 ` ifreund
2020-05-11  0:24 ` ifreund
2020-05-11 21:19 ` Chocimier
2020-05-11 22:39 ` [PR PATCH] [Updated] " ifreund
2020-05-11 22:42 ` ifreund
2020-05-12 20:38 ` [PR PATCH] [Updated] " ifreund
2020-05-14 20:46 ` [PR PATCH] [Closed]: " Chocimier
2020-05-14 20:46 ` Chocimier
2020-05-14 20:53 ` ifreund

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200508214801.HviAkR97KY4_sUsWfisOXmrZzztY5fU5Ws3Dc86t53g@z \
    --to=ifreund@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).