Github messages for voidlinux
 help / color / mirror / Atom feed
From: ifreund <ifreund@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: libvips-8.9.2
Date: Thu, 07 May 2020 10:57:51 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21715@inbox.vuxu.org> (raw)

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

There is a new 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: 3228 bytes --]

From 65f5d959148f28a87a8a9d4693632fb63d20e125 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Wed, 6 May 2020 20:56:07 +0200
Subject: [PATCH] New package: libvips-8.9.2

Also added `libmatio.so.9` to `commom/shlibs` as it was missing and
required for this package.
---
 common/shlibs            |  3 ++
 srcpkgs/libvips-devel    |  1 +
 srcpkgs/libvips-doc      |  1 +
 srcpkgs/libvips-tools    |  1 +
 srcpkgs/libvips/template | 65 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 71 insertions(+)
 create mode 120000 srcpkgs/libvips-devel
 create mode 120000 srcpkgs/libvips-doc
 create mode 120000 srcpkgs/libvips-tools
 create mode 100644 srcpkgs/libvips/template

diff --git a/common/shlibs b/common/shlibs
index 4bdc03e8b23..58f456cca54 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3875,3 +3875,6 @@ 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
+libvips.so.42 libvips-8.9.2_1
+libvips-cpp.so.42 libvips-8.9.2_1
diff --git a/srcpkgs/libvips-devel b/srcpkgs/libvips-devel
new file mode 120000
index 00000000000..73561db1f19
--- /dev/null
+++ b/srcpkgs/libvips-devel
@@ -0,0 +1 @@
+libvips
\ No newline at end of file
diff --git a/srcpkgs/libvips-doc b/srcpkgs/libvips-doc
new file mode 120000
index 00000000000..73561db1f19
--- /dev/null
+++ b/srcpkgs/libvips-doc
@@ -0,0 +1 @@
+libvips
\ No newline at end of file
diff --git a/srcpkgs/libvips-tools b/srcpkgs/libvips-tools
new file mode 120000
index 00000000000..73561db1f19
--- /dev/null
+++ b/srcpkgs/libvips-tools
@@ -0,0 +1 @@
+libvips
\ No newline at end of file
diff --git a/srcpkgs/libvips/template b/srcpkgs/libvips/template
new file mode 100644
index 00000000000..69de7717a79
--- /dev/null
+++ b/srcpkgs/libvips/template
@@ -0,0 +1,65 @@
+# Template file for 'libvips'
+pkgname=libvips
+version=8.9.2
+revision=1
+archs="x86_64"
+wrksrc=vips-${version}
+build_style=gnu-configure
+hostmakedepends="pkgconf"
+makedepends="
+cfitsio-devel
+expat-devel
+fftw-devel
+giflib-devel
+glib-devel
+hdf5-devel
+lcms2-devel
+libexif-devel
+libgsf-devel
+libheif-devel
+libimagequant-devel
+libjpeg-turbo-devel
+libopenexr-devel
+libpng-devel
+librsvg-devel
+libwebp-devel
+matio-devel
+orc-devel
+poppler-glib-devel
+tiff-devel
+"
+short_desc="Fast image processing library 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
+
+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
+	}
+}
+
+libvips-tools_package() {
+	short_desc+=" - bundled tools"
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share/man
+	}
+}

             reply	other threads:[~2020-05-07  8:57 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07  8:57 ifreund [this message]
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 ` [PR PATCH] [Updated] " ifreund
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21715@inbox.vuxu.org \
    --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).