Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chafa: update to 1.14.0
@ 2024-01-23 20:43 tranzystorekk
  2024-01-23 20:49 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorekk @ 2024-01-23 20:43 UTC (permalink / raw)
  To: ml

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

There is a new pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages chafa
https://github.com/void-linux/void-packages/pull/48347

chafa: update to 1.14.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/48347.patch is attached

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

From c910c7b79e49fbc00a39e60cacdc48909c6cc917 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 23 Jan 2024 21:39:02 +0100
Subject: [PATCH] chafa: update to 1.14.0

---
 srcpkgs/chafa/patches/fix-libwebp.patch | 13 -------------
 srcpkgs/chafa/template                  | 13 ++++++-------
 2 files changed, 6 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/chafa/patches/fix-libwebp.patch

diff --git a/srcpkgs/chafa/patches/fix-libwebp.patch b/srcpkgs/chafa/patches/fix-libwebp.patch
deleted file mode 100644
index f690790c4e7a2..0000000000000
--- a/srcpkgs/chafa/patches/fix-libwebp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 733535a..20dfb50 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -150,7 +150,7 @@ AS_IF([test "$with_tools" != no], [
-     ,
-     with_webp=yes)
-   AS_IF([test "$with_webp" != no], [
--    PKG_CHECK_MODULES(WEBP, [libwebpdemux],,
-+    PKG_CHECK_MODULES(WEBP, [libwebp libwebpdemux],,
-       missing_rpms="$missing_rpms libwebp-devel"
-       missing_debs="$missing_debs libwebp-dev"
-       with_webp=no)])
diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index 7b0f4c2c7a945..b89258f3f1217 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,18 +1,18 @@
 # Template file for 'chafa'
 pkgname=chafa
-version=1.12.5
+version=1.14.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-man"
-hostmakedepends="automake libtool gtk-doc docbook-xml docbook-xsl libxslt pkg-config"
-makedepends="libglib-devel libmagick-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
+hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
+makedepends="libavif-devel libglib-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
 short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
 maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="LGPL-3.0-or-later"
 homepage="https://hpjansson.org/chafa/"
 changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
 distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
-checksum=0f5490d52a500a6b386f15cc04c6e8702afd0285d422b9575b332e0c683957f2
+checksum=670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*) ;;
@@ -20,9 +20,8 @@ case "$XBPS_TARGET_MACHINE" in
 	 ax_cv_gcc_check_x86_cpu_supports=no" ;;
 esac
 
-pre_configure() {
-	# needed for the libwebp patch to work
-	autoreconf -fi
+post_install() {
+	vcompletion tools/completions/zsh-completion.zsh zsh
 }
 
 libchafa_package() {

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

* Re: [PR PATCH] [Updated] chafa: update to 1.14.0
  2024-01-23 20:43 [PR PATCH] chafa: update to 1.14.0 tranzystorekk
@ 2024-01-23 20:49 ` tranzystorekk
  2024-01-23 21:22 ` tranzystorekk
  2024-01-25 16:52 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-01-23 20:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages chafa
https://github.com/void-linux/void-packages/pull/48347

chafa: update to 1.14.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/48347.patch is attached

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

From a02da8e3cab6fa4eb576a7cfbc44a104f8c7813c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 23 Jan 2024 21:39:02 +0100
Subject: [PATCH] chafa: update to 1.14.0

---
 srcpkgs/chafa/patches/fix-libwebp.patch | 13 -------------
 srcpkgs/chafa/template                  | 13 ++++---------
 2 files changed, 4 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/chafa/patches/fix-libwebp.patch

diff --git a/srcpkgs/chafa/patches/fix-libwebp.patch b/srcpkgs/chafa/patches/fix-libwebp.patch
deleted file mode 100644
index f690790c4e7a2..0000000000000
--- a/srcpkgs/chafa/patches/fix-libwebp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 733535a..20dfb50 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -150,7 +150,7 @@ AS_IF([test "$with_tools" != no], [
-     ,
-     with_webp=yes)
-   AS_IF([test "$with_webp" != no], [
--    PKG_CHECK_MODULES(WEBP, [libwebpdemux],,
-+    PKG_CHECK_MODULES(WEBP, [libwebp libwebpdemux],,
-       missing_rpms="$missing_rpms libwebp-devel"
-       missing_debs="$missing_debs libwebp-dev"
-       with_webp=no)])
diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index 7b0f4c2c7a945..abf967b141c33 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,18 +1,18 @@
 # Template file for 'chafa'
 pkgname=chafa
-version=1.12.5
+version=1.14.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-man"
-hostmakedepends="automake libtool gtk-doc docbook-xml docbook-xsl libxslt pkg-config"
-makedepends="libglib-devel libmagick-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
+hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
+makedepends="libavif-devel libglib-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
 short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
 maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="LGPL-3.0-or-later"
 homepage="https://hpjansson.org/chafa/"
 changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
 distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
-checksum=0f5490d52a500a6b386f15cc04c6e8702afd0285d422b9575b332e0c683957f2
+checksum=670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*) ;;
@@ -20,11 +20,6 @@ case "$XBPS_TARGET_MACHINE" in
 	 ax_cv_gcc_check_x86_cpu_supports=no" ;;
 esac
 
-pre_configure() {
-	# needed for the libwebp patch to work
-	autoreconf -fi
-}
-
 libchafa_package() {
 	short_desc+=" - shared library"
 	pkg_install() {

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

* Re: [PR PATCH] [Updated] chafa: update to 1.14.0
  2024-01-23 20:43 [PR PATCH] chafa: update to 1.14.0 tranzystorekk
  2024-01-23 20:49 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-01-23 21:22 ` tranzystorekk
  2024-01-25 16:52 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-01-23 21:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages chafa
https://github.com/void-linux/void-packages/pull/48347

chafa: update to 1.14.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/48347.patch is attached

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

From f70bc8cc9061a1c4aee937fd8cf73ae9cf932dfc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 23 Jan 2024 21:39:02 +0100
Subject: [PATCH] chafa: update to 1.14.0

---
 srcpkgs/chafa/patches/fix-libwebp.patch | 13 -------------
 srcpkgs/chafa/template                  | 13 ++++++-------
 2 files changed, 6 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/chafa/patches/fix-libwebp.patch

diff --git a/srcpkgs/chafa/patches/fix-libwebp.patch b/srcpkgs/chafa/patches/fix-libwebp.patch
deleted file mode 100644
index f690790c4e7a2..0000000000000
--- a/srcpkgs/chafa/patches/fix-libwebp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 733535a..20dfb50 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -150,7 +150,7 @@ AS_IF([test "$with_tools" != no], [
-     ,
-     with_webp=yes)
-   AS_IF([test "$with_webp" != no], [
--    PKG_CHECK_MODULES(WEBP, [libwebpdemux],,
-+    PKG_CHECK_MODULES(WEBP, [libwebp libwebpdemux],,
-       missing_rpms="$missing_rpms libwebp-devel"
-       missing_debs="$missing_debs libwebp-dev"
-       with_webp=no)])
diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template
index 7b0f4c2c7a945..b89258f3f1217 100644
--- a/srcpkgs/chafa/template
+++ b/srcpkgs/chafa/template
@@ -1,18 +1,18 @@
 # Template file for 'chafa'
 pkgname=chafa
-version=1.12.5
+version=1.14.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-man"
-hostmakedepends="automake libtool gtk-doc docbook-xml docbook-xsl libxslt pkg-config"
-makedepends="libglib-devel libmagick-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
+hostmakedepends="docbook-xml docbook-xsl libxslt pkg-config"
+makedepends="libavif-devel libglib-devel librsvg-devel libwebp-devel libXext-devel libxml2-devel"
 short_desc="Versatile and fast Unicode/ASCII/ANSI graphics renderer"
 maintainer="Christian Buschau <christian.buschau@mailbox.org>"
 license="LGPL-3.0-or-later"
 homepage="https://hpjansson.org/chafa/"
 changelog="https://raw.githubusercontent.com/hpjansson/chafa/master/NEWS"
 distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz"
-checksum=0f5490d52a500a6b386f15cc04c6e8702afd0285d422b9575b332e0c683957f2
+checksum=670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*) ;;
@@ -20,9 +20,8 @@ case "$XBPS_TARGET_MACHINE" in
 	 ax_cv_gcc_check_x86_cpu_supports=no" ;;
 esac
 
-pre_configure() {
-	# needed for the libwebp patch to work
-	autoreconf -fi
+post_install() {
+	vcompletion tools/completions/zsh-completion.zsh zsh
 }
 
 libchafa_package() {

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

* Re: [PR PATCH] [Merged]: chafa: update to 1.14.0
  2024-01-23 20:43 [PR PATCH] chafa: update to 1.14.0 tranzystorekk
  2024-01-23 20:49 ` [PR PATCH] [Updated] " tranzystorekk
  2024-01-23 21:22 ` tranzystorekk
@ 2024-01-25 16:52 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-01-25 16:52 UTC (permalink / raw)
  To: ml

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

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

chafa: update to 1.14.0
https://github.com/void-linux/void-packages/pull/48347

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-01-25 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-23 20:43 [PR PATCH] chafa: update to 1.14.0 tranzystorekk
2024-01-23 20:49 ` [PR PATCH] [Updated] " tranzystorekk
2024-01-23 21:22 ` tranzystorekk
2024-01-25 16:52 ` [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).