Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vips: update to 8.15.1.
@ 2024-01-16 19:23 icp1994
  2024-01-16 19:45 ` [PR PATCH] [Updated] " icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2024-01-16 19:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 467 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/48239

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

#### 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/48239.patch is attached

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

From 033da8db3eb5537017a91020c52b6c038056343c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 12 Jan 2024 13:20:37 +0530
Subject: [PATCH] vips: update to 8.15.1.

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

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index 53dee079ec882..7f58201b8460f 100644
--- a/srcpkgs/vips/template
+++ b/srcpkgs/vips/template
@@ -1,7 +1,7 @@
 # Template file for 'vips'
 pkgname=vips
-version=8.14.4
-revision=2
+version=8.15.1
+revision=1
 build_style=meson
 build_helper=gir
 # TODO: As of version 8.11 vips supports loading its support for OpenSlide,
@@ -15,7 +15,7 @@ build_helper=gir
 # allow void users to make that choice themselves without using this
 # template to build from source.
 configure_args="-Dmodules=disabled -Ddoxygen=true
- $(vopt_bool gir introspection) $(vopt_bool gtk_doc)"
+ $(vopt_feature gir introspection) $(vopt_bool gtk_doc)"
 hostmakedepends="pkg-config gettext glib-devel doxygen graphviz
  $(vopt_if gtk_doc gtk-doc)"
 makedepends="$(vopt_if hdf5 hdf5-devel) $(vopt_if hdf5 matio-devel)
@@ -30,7 +30,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.libvips.org/"
 changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
 distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz"
-checksum=0638150ee5066814aa22ca89e0285f2310a539be3c39a631edeb38135a3f1f15
+checksum=5701445a076465a3402a135d13c0660d909beb8efc4f00fbbe82392e243497f2
 python_version=3
 
 build_options="gir gtk_doc hdf5"

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

* Re: [PR PATCH] [Updated] vips: update to 8.15.1.
  2024-01-16 19:23 [PR PATCH] vips: update to 8.15.1 icp1994
@ 2024-01-16 19:45 ` icp1994
  2024-01-16 20:28 ` icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2024-01-16 19:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 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/48239

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

#### 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/48239.patch is attached

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

From 82dccf9975865bbd42da91a2774983d4016e708b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 12 Jan 2024 13:20:37 +0530
Subject: [PATCH] vips: update to 8.15.1.

---
 srcpkgs/vips/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index 53dee079ec882..b9ae61c6b7ddb 100644
--- a/srcpkgs/vips/template
+++ b/srcpkgs/vips/template
@@ -1,7 +1,7 @@
 # Template file for 'vips'
 pkgname=vips
-version=8.14.4
-revision=2
+version=8.15.1
+revision=1
 build_style=meson
 build_helper=gir
 # TODO: As of version 8.11 vips supports loading its support for OpenSlide,
@@ -15,7 +15,7 @@ build_helper=gir
 # allow void users to make that choice themselves without using this
 # template to build from source.
 configure_args="-Dmodules=disabled -Ddoxygen=true
- $(vopt_bool gir introspection) $(vopt_bool gtk_doc)"
+ $(vopt_feature gir introspection) $(vopt_bool gtk_doc)"
 hostmakedepends="pkg-config gettext glib-devel doxygen graphviz
  $(vopt_if gtk_doc gtk-doc)"
 makedepends="$(vopt_if hdf5 hdf5-devel) $(vopt_if hdf5 matio-devel)
@@ -30,9 +30,11 @@ license="LGPL-2.1-or-later"
 homepage="https://www.libvips.org/"
 changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
 distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz"
-checksum=0638150ee5066814aa22ca89e0285f2310a539be3c39a631edeb38135a3f1f15
+checksum=5701445a076465a3402a135d13c0660d909beb8efc4f00fbbe82392e243497f2
 python_version=3
 
+CFLAGS="-fPIC"
+
 build_options="gir gtk_doc hdf5"
 build_options_default="gir"
 desc_option_gtk_doc="Build GTK-doc documentation"

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

* Re: [PR PATCH] [Updated] vips: update to 8.15.1.
  2024-01-16 19:23 [PR PATCH] vips: update to 8.15.1 icp1994
  2024-01-16 19:45 ` [PR PATCH] [Updated] " icp1994
@ 2024-01-16 20:28 ` icp1994
  2024-03-20 13:51 ` icp1994
  2024-03-24 15:32 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2024-01-16 20:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 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/48239

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

#### 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/48239.patch is attached

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

From 9fc414ce706fffc652de172d5d9ae900736cc66d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 12 Jan 2024 13:20:37 +0530
Subject: [PATCH] vips: update to 8.15.1.

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

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index 53dee079ec882..7f58201b8460f 100644
--- a/srcpkgs/vips/template
+++ b/srcpkgs/vips/template
@@ -1,7 +1,7 @@
 # Template file for 'vips'
 pkgname=vips
-version=8.14.4
-revision=2
+version=8.15.1
+revision=1
 build_style=meson
 build_helper=gir
 # TODO: As of version 8.11 vips supports loading its support for OpenSlide,
@@ -15,7 +15,7 @@ build_helper=gir
 # allow void users to make that choice themselves without using this
 # template to build from source.
 configure_args="-Dmodules=disabled -Ddoxygen=true
- $(vopt_bool gir introspection) $(vopt_bool gtk_doc)"
+ $(vopt_feature gir introspection) $(vopt_bool gtk_doc)"
 hostmakedepends="pkg-config gettext glib-devel doxygen graphviz
  $(vopt_if gtk_doc gtk-doc)"
 makedepends="$(vopt_if hdf5 hdf5-devel) $(vopt_if hdf5 matio-devel)
@@ -30,7 +30,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.libvips.org/"
 changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
 distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz"
-checksum=0638150ee5066814aa22ca89e0285f2310a539be3c39a631edeb38135a3f1f15
+checksum=5701445a076465a3402a135d13c0660d909beb8efc4f00fbbe82392e243497f2
 python_version=3
 
 build_options="gir gtk_doc hdf5"

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

* Re: [PR PATCH] [Updated] vips: update to 8.15.1.
  2024-01-16 19:23 [PR PATCH] vips: update to 8.15.1 icp1994
  2024-01-16 19:45 ` [PR PATCH] [Updated] " icp1994
  2024-01-16 20:28 ` icp1994
@ 2024-03-20 13:51 ` icp1994
  2024-03-24 15:32 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2024-03-20 13:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 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/48239

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

#### 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/48239.patch is attached

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

From ddc9458cfa14e61a647bb679d5840c9109ed7bcf Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 12 Jan 2024 13:20:37 +0530
Subject: [PATCH] vips: update to 8.15.2.

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

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index 3af2041d97d9c8..19da1cedb327e8 100644
--- a/srcpkgs/vips/template
+++ b/srcpkgs/vips/template
@@ -1,7 +1,7 @@
 # Template file for 'vips'
 pkgname=vips
-version=8.14.4
-revision=2
+version=8.15.2
+revision=1
 build_style=meson
 build_helper=gir
 # TODO: As of version 8.11 vips supports loading its support for OpenSlide,
@@ -15,7 +15,7 @@ build_helper=gir
 # allow void users to make that choice themselves without using this
 # template to build from source.
 configure_args="-Dmodules=disabled -Ddoxygen=true
- $(vopt_bool gir introspection) $(vopt_bool gtk_doc)"
+ $(vopt_feature gir introspection) $(vopt_bool gtk_doc)"
 hostmakedepends="pkg-config gettext glib-devel doxygen graphviz
  $(vopt_if gtk_doc gtk-doc)"
 makedepends="$(vopt_if hdf5 hdf5-devel) $(vopt_if hdf5 matio-devel)
@@ -30,7 +30,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.libvips.org/"
 changelog="https://raw.githubusercontent.com/libvips/libvips/master/ChangeLog"
 distfiles="https://github.com/libvips/libvips/archive/refs/tags/v${version}.tar.gz"
-checksum=0638150ee5066814aa22ca89e0285f2310a539be3c39a631edeb38135a3f1f15
+checksum=8c3ece7be367636fd676573a8ff22170c07e95e81fd94f2d1eb9966800522e1f
 python_version=3
 
 build_options="gir gtk_doc hdf5"

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

* Re: [PR PATCH] [Merged]: vips: update to 8.15.1.
  2024-01-16 19:23 [PR PATCH] vips: update to 8.15.1 icp1994
                   ` (2 preceding siblings ...)
  2024-03-20 13:51 ` icp1994
@ 2024-03-24 15:32 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-24 15:32 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

vips: update to 8.15.1.
https://github.com/void-linux/void-packages/pull/48239

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

end of thread, other threads:[~2024-03-24 15:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-16 19:23 [PR PATCH] vips: update to 8.15.1 icp1994
2024-01-16 19:45 ` [PR PATCH] [Updated] " icp1994
2024-01-16 20:28 ` icp1994
2024-03-20 13:51 ` icp1994
2024-03-24 15:32 ` [PR PATCH] [Merged]: " cinerea0

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