Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vips: update to 8.14.0.
Date: Sun, 08 Jan 2023 21:32:12 +0100	[thread overview]
Message-ID: <20230108203212.Jdoz4bQO1in9BFswxdovRusBG-w__wt5ANsDLjqfv2s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41522@inbox.vuxu.org>

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

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

https://github.com/icp1994/void-packages vips
https://github.com/void-linux/void-packages/pull/41522

vips: update to 8.14.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From c5a349d65b0301f8a11052a26183e58ec6dab5cb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 9 Jan 2023 01:30:34 +0530
Subject: [PATCH] vips: update to 8.14.0.

---
 srcpkgs/vips/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index f8d810e7b9c6..2551cc3bef75 100644
--- a/srcpkgs/vips/template
+++ b/srcpkgs/vips/template
@@ -1,8 +1,8 @@
 # Template file for 'vips'
 pkgname=vips
-version=8.12.1
-revision=2
-build_style=gnu-configure
+version=8.14.0
+revision=1
+build_style=meson
 build_helper=gir
 # TODO: As of version 8.11 vips supports loading its support for OpenSlide,
 # libheif, Poppler and libMagick backends at runtime using GModule. Consider
@@ -14,14 +14,16 @@ build_helper=gir
 # processing untrused image inputs and punting it to a subpackage would
 # allow void users to make that choice themselves without using this
 # template to build from source.
-configure_args="--enable-introspection=$(vopt_if gir yes no) --disable-modules"
-hostmakedepends="pkgconf"
+configure_args="-Dgtk_doc=true -Dmodules=disabled
+ -Dintrospection=$(vopt_if gir true false)"
+hostmakedepends="pkg-config gettext gtk-doc"
 makedepends="
  $(vopt_if hdf5 hdf5-devel)
  $(vopt_if hdf5 matio-devel)
  cfitsio-devel
  expat-devel
  fftw-devel
+ fontconfig-devel
  giflib-devel
  glib-devel
  lcms2-devel
@@ -35,6 +37,7 @@ makedepends="
  librsvg-devel
  libwebp-devel
  orc-devel
+ pango-devel
  poppler-glib-devel
  tiff-devel
 "
@@ -42,8 +45,9 @@ short_desc="Fast image processing with low memory needs"
 maintainer="Isaac Freund <mail@isaacfreund.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.libvips.org/"
-distfiles="https://github.com/libvips/libvips/releases/download/v${version}/vips-${version}.tar.gz"
-checksum=474d8439244cd26c504812fd623259f806c32553b38d2a54798c9766135f5a5c
+changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
+distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz"
+checksum=b31ca79f65341518926c354f59c613dec893722e20774bdbee9a3764652fa412
 python_version=3
 
 build_options="gir hdf5"
@@ -52,6 +56,8 @@ desc_option_hdf5="HDF5 support"
 
 if [ -z "$CROSS_BUILD" ]; then
 	build_options_default+=" hdf5"
+else
+	hostmakedepends+=" glib-devel"
 fi
 
 libvips_package() {
@@ -70,7 +76,6 @@ libvips-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
 		if [ "$build_option_gir" ]; then
 			vmove usr/share/gir-1.0

  parent reply	other threads:[~2023-01-08 20:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-08 20:04 [PR PATCH] " icp1994
2023-01-08 20:20 ` [PR PATCH] [Updated] " icp1994
2023-01-08 20:32 ` icp1994 [this message]
2023-01-09 10:14 ` nekopsykose
2023-01-09 11:21 ` [PR PATCH] [Updated] " icp1994
2023-01-09 11:29 ` icp1994
2023-01-09 11:47 ` icp1994
2023-01-13 20:30 ` [PR REVIEW] vips: update to 8.14.1 classabbyamp
2023-01-14  6:59 ` [PR PATCH] [Updated] " icp1994
2023-01-14 14:40 ` [PR PATCH] [Merged]: " classabbyamp

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=20230108203212.Jdoz4bQO1in9BFswxdovRusBG-w__wt5ANsDLjqfv2s@z \
    --to=icp1994@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).