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: Mon, 09 Jan 2023 12:21:14 +0100	[thread overview]
Message-ID: <20230109112114.is6BSfYOUx5ud1rw95vdyNH4Lr0MrHw6cyU92UC-Ybo@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: 3095 bytes --]

From 23a6b743ba9a999f51dc8e943e1fe91d78015935 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 | 32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index f8d810e7b9c6..ff211c112287 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,18 @@ 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="-Dmodules=disabled -Ddoxygen=true
+ -Dintrospection=$(vopt_if gir true false)
+ -Dgtk_doc=$(vopt_if gtk_doc true false)"
+hostmakedepends="pkg-config gettext glib-devel doxygen
+ $(vopt_if gtk_doc 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 +39,7 @@ makedepends="
  librsvg-devel
  libwebp-devel
  orc-devel
+ pango-devel
  poppler-glib-devel
  tiff-devel
 "
@@ -42,16 +47,19 @@ 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"
+build_options="gir gtk_doc hdf5"
 build_options_default="gir"
+desc_option_gir="Build GObject introspection"
+desc_option_gtk_doc="Build GTK-doc documentation"
 desc_option_hdf5="HDF5 support"
 
 if [ -z "$CROSS_BUILD" ]; then
-	build_options_default+=" hdf5"
+	build_options_default+=" gtk_doc hdf5"
 fi
 
 libvips_package() {
@@ -70,7 +78,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
@@ -81,6 +88,9 @@ libvips-devel_package() {
 libvips-doc_package() {
 	short_desc+=" - documentation"
 	pkg_install() {
-		vmove usr/share/gtk-doc
+		vmove usr/share/doc
+		if [ "$build_option_gtk_doc" ]; then
+			vmove usr/share/gtk-doc
+		fi
 	}
 }

  parent reply	other threads:[~2023-01-09 11:21 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
2023-01-09 10:14 ` nekopsykose
2023-01-09 11:21 ` icp1994 [this message]
2023-01-09 11:29 ` [PR PATCH] [Updated] " 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=20230109112114.is6BSfYOUx5ud1rw95vdyNH4Lr0MrHw6cyU92UC-Ybo@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).