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

* Re: [PR PATCH] [Updated] vips: update to 8.14.0.
  2023-01-08 20:04 [PR PATCH] vips: update to 8.14.0 icp1994
@ 2023-01-08 20:20 ` icp1994
  2023-01-08 20:32 ` icp1994
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-01-08 20:20 UTC (permalink / raw)
  To: ml

[-- 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: 2460 bytes --]

From ca46bef77f868dc29a3edc16738debb6948f2511 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 | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index f8d810e7b9c6..5d18f88e647c 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,16 +14,17 @@ 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 glib-devel 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
  libexif-devel
  libgsf-devel
@@ -35,6 +36,7 @@ makedepends="
  librsvg-devel
  libwebp-devel
  orc-devel
+ pango-devel
  poppler-glib-devel
  tiff-devel
 "
@@ -42,8 +44,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 +73,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

* Re: [PR PATCH] [Updated] vips: update to 8.14.0.
  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
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-01-08 20:32 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: vips: update to 8.14.0.
  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
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: nekopsykose @ 2023-01-09 10:14 UTC (permalink / raw)
  To: ml

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

New comment by nekopsykose on void-packages repository

https://github.com/void-linux/void-packages/pull/41522#issuecomment-1375381098

Comment:
this isn't released (despite the tag), .1 would be the first one https://github.com/libvips/libvips/issues/3240

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

* Re: [PR PATCH] [Updated] vips: update to 8.14.0.
  2023-01-08 20:04 [PR PATCH] vips: update to 8.14.0 icp1994
                   ` (2 preceding siblings ...)
  2023-01-09 10:14 ` nekopsykose
@ 2023-01-09 11:21 ` icp1994
  2023-01-09 11:29 ` icp1994
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-01-09 11:21 UTC (permalink / raw)
  To: ml

[-- 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
 	}
 }

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

* Re: [PR PATCH] [Updated] vips: update to 8.14.0.
  2023-01-08 20:04 [PR PATCH] vips: update to 8.14.0 icp1994
                   ` (3 preceding siblings ...)
  2023-01-09 11:21 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-09 11:29 ` icp1994
  2023-01-09 11:47 ` icp1994
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-01-09 11:29 UTC (permalink / raw)
  To: ml

[-- 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: 3065 bytes --]

From 220883dfd8d474ab16f2e2e73a53bfcca0e45b73 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..facca4ab408a 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
+ $(vopt_bool gir introspection)
+ $(vopt_bool gtk_doc)"
+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
 	}
 }

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

* Re: [PR PATCH] [Updated] vips: update to 8.14.0.
  2023-01-08 20:04 [PR PATCH] vips: update to 8.14.0 icp1994
                   ` (4 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-01-09 11:47 UTC (permalink / raw)
  To: ml

[-- 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: 3074 bytes --]

From 370497d30ee5078a4ac89f561c4b2670b11d92e9 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.1.

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

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index f8d810e7b9c6..cd954372c852 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.1
+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
+ $(vopt_bool 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)
  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=a4a6b282216f7522b42ebb5cd64cfd82a0d1a632033e9c0502f021e945fed641
 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
 	}
 }

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

* Re: [PR REVIEW] vips: update to 8.14.1.
  2023-01-08 20:04 [PR PATCH] vips: update to 8.14.0 icp1994
                   ` (5 preceding siblings ...)
  2023-01-09 11:47 ` icp1994
@ 2023-01-13 20:30 ` classabbyamp
  2023-01-14  6:59 ` [PR PATCH] [Updated] " icp1994
  2023-01-14 14:40 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-01-13 20:30 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41522#discussion_r1070000301

Comment:
can we combine these makedepends lines in the more standard way?

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

* Re: [PR PATCH] [Updated] vips: update to 8.14.1.
  2023-01-08 20:04 [PR PATCH] vips: update to 8.14.0 icp1994
                   ` (6 preceding siblings ...)
  2023-01-13 20:30 ` [PR REVIEW] vips: update to 8.14.1 classabbyamp
@ 2023-01-14  6:59 ` icp1994
  2023-01-14 14:40 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-01-14  6:59 UTC (permalink / raw)
  To: ml

[-- 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.1.
#### 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: 3486 bytes --]

From 6e86fb03eacd1a752906f1cab07aaaf6d5fecabb 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.1.

---
 srcpkgs/vips/template | 57 ++++++++++++++++++-------------------------
 1 file changed, 24 insertions(+), 33 deletions(-)

diff --git a/srcpkgs/vips/template b/srcpkgs/vips/template
index aa2d766ebfe2..5e47bcaced1e 100644
--- a/srcpkgs/vips/template
+++ b/srcpkgs/vips/template
@@ -1,8 +1,8 @@
 # Template file for 'vips'
 pkgname=vips
-version=8.12.1
-revision=3
-build_style=gnu-configure
+version=8.14.1
+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,44 +14,33 @@ 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"
-makedepends="
- $(vopt_if hdf5 hdf5-devel)
- $(vopt_if hdf5 matio-devel)
- cfitsio-devel
- expat-devel
- fftw-devel
- giflib-devel
- glib-devel
- lcms2-devel
- libexif-devel
- libgsf-devel
- libheif-devel
- libimagequant-devel
- libjpeg-turbo-devel
- libopenexr-devel
- libpng-devel
- librsvg-devel
- libwebp-devel
- orc-devel
- poppler-glib-devel
- tiff-devel
-"
+configure_args="-Dmodules=disabled -Ddoxygen=true
+ $(vopt_bool 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)
+ cfitsio-devel expat-devel fftw-devel fontconfig-devel giflib-devel
+ glib-devel lcms2-devel libexif-devel libgsf-devel libheif-devel
+ libimagequant-devel libjpeg-turbo-devel libopenexr-devel libpng-devel
+ librsvg-devel libwebp-devel orc-devel pango-devel poppler-glib-devel
+ tiff-devel"
 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=a4a6b282216f7522b42ebb5cd64cfd82a0d1a632033e9c0502f021e945fed641
 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 +59,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 +69,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
 	}
 }

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

* Re: [PR PATCH] [Merged]: vips: update to 8.14.1.
  2023-01-08 20:04 [PR PATCH] vips: update to 8.14.0 icp1994
                   ` (7 preceding siblings ...)
  2023-01-14  6:59 ` [PR PATCH] [Updated] " icp1994
@ 2023-01-14 14:40 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-01-14 14:40 UTC (permalink / raw)
  To: ml

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

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

vips: update to 8.14.1.
https://github.com/void-linux/void-packages/pull/41522

Description:
#### 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**

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