* Re: [PR PATCH] [Updated] swayimg: update to 3.3.
2024-10-14 22:17 [PR PATCH] swayimg: update to 3.3 voidbert
@ 2024-10-14 23:47 ` voidbert
2024-10-15 2:07 ` classabbyamp
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: voidbert @ 2024-10-14 23:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 582 bytes --]
There is an updated pull request by voidbert against master on the void-packages repository
https://github.com/voidbert/void-packages swayimg
https://github.com/void-linux/void-packages/pull/52641
swayimg: update to 3.3.
#### 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-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/52641.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-swayimg-52641.patch --]
[-- Type: text/x-diff, Size: 1435 bytes --]
From e9efac8f06f12952764f80671b82196621be199e Mon Sep 17 00:00:00 2001
From: voidbert <humbertogilgomes@protonmail.com>
Date: Mon, 14 Oct 2024 23:16:37 +0100
Subject: [PATCH] swayimg: update to 3.3.
---
srcpkgs/swayimg/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/swayimg/template b/srcpkgs/swayimg/template
index c9605076f0eb6c..fc114ccb39a5b1 100644
--- a/srcpkgs/swayimg/template
+++ b/srcpkgs/swayimg/template
@@ -1,6 +1,6 @@
# Template file for 'swayimg'
pkgname=swayimg
-version=3.2
+version=3.3
revision=1
build_style=meson
configure_args="-D version=${version}"
@@ -8,13 +8,13 @@ hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel cairo-devel json-c-devel libxkbcommon-devel
wayland-protocols libheif-devel giflib-devel libjpeg-turbo-devel
libpng-devel librsvg-devel libwebp-devel libexif-devel tiff-devel
- libopenexr-devel libjxl-devel"
+ libopenexr-devel libjxl-devel harfbuzz-devel pango-devel"
short_desc="Image viewer for Sway/Wayland"
maintainer="voidbert <humbertogilgomes@protonmail.com>"
license="MIT"
homepage="https://github.com/artemsen/swayimg"
distfiles="https://github.com/artemsen/swayimg/archive/v${version}.tar.gz"
-checksum=8253cf21f4c5e1edba6e13698b3583a3467a129b58a81ac490ad920fdabfdd9b
+checksum=1453aca5dba7c05057b58dee26b454eb3319fa3f9ac31047afd3ab1effc2a0a9
post_install() {
vcompletion extra/bash.completion bash
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: swayimg: update to 3.3.
2024-10-14 22:17 [PR PATCH] swayimg: update to 3.3 voidbert
2024-10-14 23:47 ` [PR PATCH] [Updated] " voidbert
@ 2024-10-15 2:07 ` classabbyamp
2024-10-16 0:04 ` [PR PATCH] [Updated] " voidbert
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-10-15 2:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 292 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52641#issuecomment-2412666614
Comment:
> Extra dependencies had to be added to fix `librsvg-2.0` not being found by `pkgconfig`.
these should be added to librsvg-devel probably then
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] swayimg: update to 3.3.
2024-10-14 22:17 [PR PATCH] swayimg: update to 3.3 voidbert
2024-10-14 23:47 ` [PR PATCH] [Updated] " voidbert
2024-10-15 2:07 ` classabbyamp
@ 2024-10-16 0:04 ` voidbert
2024-10-16 0:17 ` voidbert
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: voidbert @ 2024-10-16 0:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 685 bytes --]
There is an updated pull request by voidbert against master on the void-packages repository
https://github.com/voidbert/void-packages swayimg
https://github.com/void-linux/void-packages/pull/52641
swayimg: update to 3.3.
#### 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-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv6l-musl
#### Notes
Extra dependencies had to be added to fix `librsvg-2.0` not being found by `pkgconfig`.
A patch file from https://github.com/void-linux/void-packages/pull/52641.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-swayimg-52641.patch --]
[-- Type: text/x-diff, Size: 2441 bytes --]
From e9efac8f06f12952764f80671b82196621be199e Mon Sep 17 00:00:00 2001
From: voidbert <humbertogilgomes@protonmail.com>
Date: Mon, 14 Oct 2024 23:16:37 +0100
Subject: [PATCH 1/2] swayimg: update to 3.3.
---
srcpkgs/swayimg/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/swayimg/template b/srcpkgs/swayimg/template
index c9605076f0eb6c..fc114ccb39a5b1 100644
--- a/srcpkgs/swayimg/template
+++ b/srcpkgs/swayimg/template
@@ -1,6 +1,6 @@
# Template file for 'swayimg'
pkgname=swayimg
-version=3.2
+version=3.3
revision=1
build_style=meson
configure_args="-D version=${version}"
@@ -8,13 +8,13 @@ hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel cairo-devel json-c-devel libxkbcommon-devel
wayland-protocols libheif-devel giflib-devel libjpeg-turbo-devel
libpng-devel librsvg-devel libwebp-devel libexif-devel tiff-devel
- libopenexr-devel libjxl-devel"
+ libopenexr-devel libjxl-devel harfbuzz-devel pango-devel"
short_desc="Image viewer for Sway/Wayland"
maintainer="voidbert <humbertogilgomes@protonmail.com>"
license="MIT"
homepage="https://github.com/artemsen/swayimg"
distfiles="https://github.com/artemsen/swayimg/archive/v${version}.tar.gz"
-checksum=8253cf21f4c5e1edba6e13698b3583a3467a129b58a81ac490ad920fdabfdd9b
+checksum=1453aca5dba7c05057b58dee26b454eb3319fa3f9ac31047afd3ab1effc2a0a9
post_install() {
vcompletion extra/bash.completion bash
From d6691692dbbcba261eda9dbf0e06fd7da397851f Mon Sep 17 00:00:00 2001
From: voidbert <humbertogilgomes@protonmail.com>
Date: Wed, 16 Oct 2024 01:06:41 +0100
Subject: [PATCH 2/2] librsvg: fix missing devel dependency
---
srcpkgs/librsvg/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/librsvg/template b/srcpkgs/librsvg/template
index 3c5a7b1f67599d..a951c06c4be246 100644
--- a/srcpkgs/librsvg/template
+++ b/srcpkgs/librsvg/template
@@ -1,7 +1,7 @@
# Template file for 'librsvg'
pkgname=librsvg
version=2.59.1
-revision=3
+revision=4
build_style=meson
build_helper="gir rust"
configure_args="-Dpkgconfig.relocatable=false"
@@ -33,7 +33,7 @@ if [ "$CROSS_BUILD" ]; then
fi
librsvg-devel_package() {
- depends="gdk-pixbuf-devel cairo-devel libcroco-devel libdav1d-devel
+ depends="gdk-pixbuf-devel cairo-devel libcroco-devel libdav1d-devel pango-devel
${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: swayimg: update to 3.3.
2024-10-14 22:17 [PR PATCH] swayimg: update to 3.3 voidbert
` (2 preceding siblings ...)
2024-10-16 0:04 ` [PR PATCH] [Updated] " voidbert
@ 2024-10-16 0:17 ` voidbert
2024-10-16 0:29 ` classabbyamp
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: voidbert @ 2024-10-16 0:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 449 bytes --]
New comment by voidbert on void-packages repository
https://github.com/void-linux/void-packages/pull/52641#issuecomment-2415382343
Comment:
> > Extra dependencies had to be added to fix `librsvg-2.0` not being found by `pkgconfig`.
>
> these should be added to librsvg-devel probably then
Done! I kept things in two separate commits, as two different packages were involved in this PR, but I can make it a single commit if that's preferred.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: swayimg: update to 3.3.
2024-10-14 22:17 [PR PATCH] swayimg: update to 3.3 voidbert
` (3 preceding siblings ...)
2024-10-16 0:17 ` voidbert
@ 2024-10-16 0:29 ` classabbyamp
2024-10-16 0:37 ` [PR PATCH] [Updated] " voidbert
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-10-16 0:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 232 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52641#issuecomment-2415393804
Comment:
different commits is correct. are the dependencies still needed for swayimg directly?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] swayimg: update to 3.3.
2024-10-14 22:17 [PR PATCH] swayimg: update to 3.3 voidbert
` (4 preceding siblings ...)
2024-10-16 0:29 ` classabbyamp
@ 2024-10-16 0:37 ` voidbert
2024-10-16 0:38 ` voidbert
2024-10-16 6:21 ` [PR PATCH] [Merged]: " classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: voidbert @ 2024-10-16 0:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 685 bytes --]
There is an updated pull request by voidbert against master on the void-packages repository
https://github.com/voidbert/void-packages swayimg
https://github.com/void-linux/void-packages/pull/52641
swayimg: update to 3.3.
#### 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-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv6l-musl
#### Notes
Extra dependencies had to be added to fix `librsvg-2.0` not being found by `pkgconfig`.
A patch file from https://github.com/void-linux/void-packages/pull/52641.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-swayimg-52641.patch --]
[-- Type: text/x-diff, Size: 2051 bytes --]
From 7e15f4daa6073f03826dc3bc4625d91f515bf344 Mon Sep 17 00:00:00 2001
From: voidbert <humbertogilgomes@protonmail.com>
Date: Mon, 14 Oct 2024 23:16:37 +0100
Subject: [PATCH 1/2] swayimg: update to 3.3.
---
srcpkgs/swayimg/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/swayimg/template b/srcpkgs/swayimg/template
index c9605076f0eb6c..bff7bace80e761 100644
--- a/srcpkgs/swayimg/template
+++ b/srcpkgs/swayimg/template
@@ -1,6 +1,6 @@
# Template file for 'swayimg'
pkgname=swayimg
-version=3.2
+version=3.3
revision=1
build_style=meson
configure_args="-D version=${version}"
@@ -14,7 +14,7 @@ maintainer="voidbert <humbertogilgomes@protonmail.com>"
license="MIT"
homepage="https://github.com/artemsen/swayimg"
distfiles="https://github.com/artemsen/swayimg/archive/v${version}.tar.gz"
-checksum=8253cf21f4c5e1edba6e13698b3583a3467a129b58a81ac490ad920fdabfdd9b
+checksum=1453aca5dba7c05057b58dee26b454eb3319fa3f9ac31047afd3ab1effc2a0a9
post_install() {
vcompletion extra/bash.completion bash
From 3b48bb6823617ffe444272e1a74c55aeeee79e4a Mon Sep 17 00:00:00 2001
From: voidbert <humbertogilgomes@protonmail.com>
Date: Wed, 16 Oct 2024 01:06:41 +0100
Subject: [PATCH 2/2] librsvg: fix missing devel dependency
---
srcpkgs/librsvg/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/librsvg/template b/srcpkgs/librsvg/template
index 3c5a7b1f67599d..a951c06c4be246 100644
--- a/srcpkgs/librsvg/template
+++ b/srcpkgs/librsvg/template
@@ -1,7 +1,7 @@
# Template file for 'librsvg'
pkgname=librsvg
version=2.59.1
-revision=3
+revision=4
build_style=meson
build_helper="gir rust"
configure_args="-Dpkgconfig.relocatable=false"
@@ -33,7 +33,7 @@ if [ "$CROSS_BUILD" ]; then
fi
librsvg-devel_package() {
- depends="gdk-pixbuf-devel cairo-devel libcroco-devel libdav1d-devel
+ depends="gdk-pixbuf-devel cairo-devel libcroco-devel libdav1d-devel pango-devel
${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: swayimg: update to 3.3.
2024-10-14 22:17 [PR PATCH] swayimg: update to 3.3 voidbert
` (5 preceding siblings ...)
2024-10-16 0:37 ` [PR PATCH] [Updated] " voidbert
@ 2024-10-16 0:38 ` voidbert
2024-10-16 6:21 ` [PR PATCH] [Merged]: " classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: voidbert @ 2024-10-16 0:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 263 bytes --]
New comment by voidbert on void-packages repository
https://github.com/void-linux/void-packages/pull/52641#issuecomment-2415401995
Comment:
> different commits is correct. are the dependencies still needed for swayimg directly?
Sorry, my bad. All fixed now.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Merged]: swayimg: update to 3.3.
2024-10-14 22:17 [PR PATCH] swayimg: update to 3.3 voidbert
` (6 preceding siblings ...)
2024-10-16 0:38 ` voidbert
@ 2024-10-16 6:21 ` classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-10-16 6:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 527 bytes --]
There's a merged pull request on the void-packages repository
swayimg: update to 3.3.
https://github.com/void-linux/void-packages/pull/52641
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-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv6l-musl
#### Notes
Extra dependencies had to be added to fix `librsvg-2.0` not being found by `pkgconfig`.
^ permalink raw reply [flat|nested] 9+ messages in thread