Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vips: update to 8.14.0.
@ 2023-01-08 20:04 icp1994
  2023-01-08 20:20 ` [PR PATCH] [Updated] " icp1994
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: icp1994 @ 2023-01-08 20:04 UTC (permalink / raw)
  To: ml

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

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

From 5ad114db5a919f739c4eaced13459c60d53f5f19 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 | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index f8d810e7b9c6..a747d40d4d60 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 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"
@@ -70,7 +74,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

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

end of thread, other threads:[~2023-01-14 14:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-08 20:04 [PR PATCH] vips: update to 8.14.0 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 ` [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

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).