Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gifski: update to 1.3.3.
@ 2021-02-05  5:25 benalb
  2021-02-05  5:32 ` ericonr
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: benalb @ 2021-02-05  5:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages gifski
https://github.com/void-linux/void-packages/pull/28506

gifski: update to 1.3.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (X86_64-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [x] armv6l-musl
-->


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

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

From 10b992ac627a75f9873d22fbdfb90abe0642c238 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 5 Feb 2021 06:22:59 +0100
Subject: [PATCH] gifski: update to 1.3.3.

---
 srcpkgs/gifski/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template
index 756b00a6247..9012a55d73f 100644
--- a/srcpkgs/gifski/template
+++ b/srcpkgs/gifski/template
@@ -1,6 +1,6 @@
 # Template file for 'gifski'
 pkgname=gifski
-version=1.2.7
+version=1.3.3
 revision=1
 build_style=cargo
 configure_args="--features=openmp"
@@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="AGPL-3.0-only"
 homepage="https://gif.ski"
 distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
-checksum=4894f70c351ce8440c9cdaca30f3bd59630dc10ce4bb60bc7686fe3f4bcf641c
+checksum=ef8df6c5224c29eed8c011c464826137717fac22b3b1eb123829e7aa93defa11
 
 post_install() {
 	vlicense LICENSE

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
@ 2021-02-05  5:32 ` ericonr
  2021-02-05  5:38 ` ericonr
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-05  5:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-773800171

Comment:
If you don't mind the dependency, we can probably look into enabling video support.

Despite what https://github.com/ImageOptim/gifski#with-built-in-video-support says, we already have all the ffmpeg work done.

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
  2021-02-05  5:32 ` ericonr
@ 2021-02-05  5:38 ` ericonr
  2021-02-05  5:40 ` benalb
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-05  5:38 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-773802613

Comment:
This is only if you want it, though. Otherwise we can just go ahead and merge.

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
  2021-02-05  5:32 ` ericonr
  2021-02-05  5:38 ` ericonr
@ 2021-02-05  5:40 ` benalb
  2021-02-05 17:44 ` [PR PATCH] [Updated] " benalb
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-02-05  5:40 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-773803651

Comment:
> This is only if you want it, though. Otherwise we can just go ahead and merge.

I'm on it. 

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

* Re: [PR PATCH] [Updated] gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (2 preceding siblings ...)
  2021-02-05  5:40 ` benalb
@ 2021-02-05 17:44 ` benalb
  2021-02-05 18:56 ` ericonr
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-02-05 17:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages gifski
https://github.com/void-linux/void-packages/pull/28506

gifski: update to 1.3.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (X86_64-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [x] armv6l-musl
-->


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

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

From 285673589f5cfcb9305e3731828d7f7f53a77be2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 5 Feb 2021 06:22:59 +0100
Subject: [PATCH] gifski: update to 1.3.3.

---
 srcpkgs/gifski/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template
index 756b00a6247..8951eab4325 100644
--- a/srcpkgs/gifski/template
+++ b/srcpkgs/gifski/template
@@ -1,16 +1,17 @@
 # Template file for 'gifski'
 pkgname=gifski
-version=1.2.7
+version=1.3.3
 revision=1
 build_style=cargo
-configure_args="--features=openmp"
-makedepends="libgomp-devel libomp-devel"
+configure_args="--features=video,openmp"
+hostmakedepends="pkg-config clang llvm ffmpeg-devel"
+makedepends="libgomp-devel libomp-devel ffmpeg-devel"
 short_desc="Highest-quality GIF encoder based on pngquant"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="AGPL-3.0-only"
 homepage="https://gif.ski"
 distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
-checksum=4894f70c351ce8440c9cdaca30f3bd59630dc10ce4bb60bc7686fe3f4bcf641c
+checksum=ef8df6c5224c29eed8c011c464826137717fac22b3b1eb123829e7aa93defa11
 
 post_install() {
 	vlicense LICENSE

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (3 preceding siblings ...)
  2021-02-05 17:44 ` [PR PATCH] [Updated] " benalb
@ 2021-02-05 18:56 ` ericonr
  2021-02-11 18:28 ` ericonr
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-05 18:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-774223951

Comment:
I think you want to use this https://github.com/rust-lang/rust-bindgen#environment-variables to set a `--sysroot` and a `--target`. The  `python3-pyside` template has the values you need to set them to.

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (4 preceding siblings ...)
  2021-02-05 18:56 ` ericonr
@ 2021-02-11 18:28 ` ericonr
  2021-02-11 18:58 ` benalb
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-11 18:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-777697344

Comment:
Ping?

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (5 preceding siblings ...)
  2021-02-11 18:28 ` ericonr
@ 2021-02-11 18:58 ` benalb
  2021-02-11 19:22 ` ericonr
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-02-11 18:58 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-777715260

Comment:
> Ping?

I'm doing my best, but I can't figure out the template. I've tried several combinations of CLANG_OPTIONS, like XBPS_CROSS_TRIPLET, or XBPS_CROSS_BASE, but still getting the "fatal error: gnu/stubs-soft.h: No such file or directory" when cross-compiling for armv7l. 

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (6 preceding siblings ...)
  2021-02-11 18:58 ` benalb
@ 2021-02-11 19:22 ` ericonr
  2021-02-11 19:22 ` ericonr
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-11 19:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-777729178

Comment:
Have you tried `export BINDGEN_EXTRA_CLANG_ARGS="--target=${XBPS_CROSS_TRIPLET} --sysroot=/usr/${XBPS_CROSS_TRIPLET}"`?

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (7 preceding siblings ...)
  2021-02-11 19:22 ` ericonr
@ 2021-02-11 19:22 ` ericonr
  2021-02-12 16:13 ` [PR PATCH] [Updated] " benalb
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-11 19:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-777729178

Comment:
Have you tried `export BINDGEN_EXTRA_CLANG_ARGS="--target=${XBPS_CROSS_TRIPLET} --sysroot=/usr/${XBPS_CROSS_TRIPLET}"`?

Could possibly sprinkle `$CFLAGS` there as well.

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

* Re: [PR PATCH] [Updated] gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (8 preceding siblings ...)
  2021-02-11 19:22 ` ericonr
@ 2021-02-12 16:13 ` benalb
  2021-02-12 16:57 ` benalb
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-02-12 16:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages gifski
https://github.com/void-linux/void-packages/pull/28506

gifski: update to 1.3.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (X86_64-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [x] armv6l-musl
-->


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

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

From d7c3975d032083f13943c6bbc820acff1153e66e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 5 Feb 2021 06:22:59 +0100
Subject: [PATCH] gifski: update to 1.3.3.

---
 srcpkgs/gifski/template | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template
index 756b00a6247..ffcf62c2e13 100644
--- a/srcpkgs/gifski/template
+++ b/srcpkgs/gifski/template
@@ -1,16 +1,23 @@
 # Template file for 'gifski'
 pkgname=gifski
-version=1.2.7
+version=1.3.3
 revision=1
 build_style=cargo
-configure_args="--features=openmp"
-makedepends="libgomp-devel libomp-devel"
+configure_args="--features=video,openmp"
+hostmakedepends="pkg-config clang llvm ffmpeg-devel"
+makedepends="libgomp-devel libomp-devel ffmpeg-devel"
 short_desc="Highest-quality GIF encoder based on pngquant"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="AGPL-3.0-only"
 homepage="https://gif.ski"
 distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
-checksum=4894f70c351ce8440c9cdaca30f3bd59630dc10ce4bb60bc7686fe3f4bcf641c
+checksum=ef8df6c5224c29eed8c011c464826137717fac22b3b1eb123829e7aa93defa11
+
+if [ "$CROSS_BUILD" ]; then
+	export HOST_CC="$BUILD_CC"
+	export HOST_CFLAGS="$BUILD_CFLAGS"
+	export BINDGEN_EXTRA_CLANG_ARGS="--sysroot=$XBPS_CROSS_BASE"
+fi
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (9 preceding siblings ...)
  2021-02-12 16:13 ` [PR PATCH] [Updated] " benalb
@ 2021-02-12 16:57 ` benalb
  2021-02-12 17:47 ` benalb
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-02-12 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages gifski
https://github.com/void-linux/void-packages/pull/28506

gifski: update to 1.3.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (X86_64-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [x] armv6l-musl
-->


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

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

From c289754542f93c734c16bcc35ef3fc22e3f7cf61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 5 Feb 2021 06:22:59 +0100
Subject: [PATCH] gifski: update to 1.3.3.

---
 srcpkgs/gifski/template | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template
index 756b00a6247..8f36efc3a0e 100644
--- a/srcpkgs/gifski/template
+++ b/srcpkgs/gifski/template
@@ -1,16 +1,23 @@
 # Template file for 'gifski'
 pkgname=gifski
-version=1.2.7
+version=1.3.3
 revision=1
 build_style=cargo
-configure_args="--features=openmp"
-makedepends="libgomp-devel libomp-devel"
+configure_args="--features=video,openmp"
+hostmakedepends="pkg-config clang llvm ffmpeg-devel"
+makedepends="libgomp-devel libomp-devel ffmpeg-devel"
 short_desc="Highest-quality GIF encoder based on pngquant"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="AGPL-3.0-only"
 homepage="https://gif.ski"
 distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
-checksum=4894f70c351ce8440c9cdaca30f3bd59630dc10ce4bb60bc7686fe3f4bcf641c
+checksum=ef8df6c5224c29eed8c011c464826137717fac22b3b1eb123829e7aa93defa11
+
+if [ "$CROSS_BUILD" ]; then
+	export HOST_CC="$BUILD_CC"
+	export HOST_CFLAGS="$BUILD_CFLAGS"
+	export BINDGEN_EXTRA_CLANG_ARGS="--target=$XBPS_CROSS_BASE --sysroot=$XBPS_CROSS_BASE"
+fi
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (10 preceding siblings ...)
  2021-02-12 16:57 ` benalb
@ 2021-02-12 17:47 ` benalb
  2021-02-13  9:02 ` benalb
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-02-12 17:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages gifski
https://github.com/void-linux/void-packages/pull/28506

gifski: update to 1.3.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (X86_64-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [x] armv6l-musl
-->


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

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

From ff18e2b08a2c9020e6bea4ef7fa8315bcf634fdb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 5 Feb 2021 06:22:59 +0100
Subject: [PATCH] gifski: update to 1.3.3.

---
 srcpkgs/gifski/template | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template
index 756b00a6247..16d560b3966 100644
--- a/srcpkgs/gifski/template
+++ b/srcpkgs/gifski/template
@@ -1,16 +1,23 @@
 # Template file for 'gifski'
 pkgname=gifski
-version=1.2.7
+version=1.3.3
 revision=1
 build_style=cargo
-configure_args="--features=openmp"
-makedepends="libgomp-devel libomp-devel"
+configure_args="--features=video,openmp"
+hostmakedepends="pkg-config clang llvm ffmpeg-devel"
+makedepends="libgomp-devel libomp-devel ffmpeg-devel"
 short_desc="Highest-quality GIF encoder based on pngquant"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="AGPL-3.0-only"
 homepage="https://gif.ski"
 distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
-checksum=4894f70c351ce8440c9cdaca30f3bd59630dc10ce4bb60bc7686fe3f4bcf641c
+checksum=ef8df6c5224c29eed8c011c464826137717fac22b3b1eb123829e7aa93defa11
+
+if [ "$CROSS_BUILD" ]; then
+	export HOST_CC="$BUILD_CC"
+	export HOST_CFLAGS="$BUILD_CFLAGS"
+	export BINDGEN_EXTRA_CLANG_ARGS="--target=${XBPS_CROSS_TRIPLET} --sysroot=/usr/${XBPS_CROSS_TRIPLET}"
+fi
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (11 preceding siblings ...)
  2021-02-12 17:47 ` benalb
@ 2021-02-13  9:02 ` benalb
  2021-02-13  9:15 ` benalb
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-02-13  9:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages gifski
https://github.com/void-linux/void-packages/pull/28506

gifski: update to 1.3.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (X86_64-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [x] armv6l-musl
-->


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

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

From 29ce3861a0baf1a1b60757a963c3cc1e9d73bc15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 5 Feb 2021 06:22:59 +0100
Subject: [PATCH] gifski: update to 1.3.3.

---
 srcpkgs/gifski/template | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template
index 756b00a6247..f568d7ac1c6 100644
--- a/srcpkgs/gifski/template
+++ b/srcpkgs/gifski/template
@@ -1,16 +1,30 @@
 # Template file for 'gifski'
 pkgname=gifski
-version=1.2.7
+version=1.3.3
 revision=1
 build_style=cargo
-configure_args="--features=openmp"
-makedepends="libgomp-devel libomp-devel"
+configure_args="--features=video,openmp"
+hostmakedepends="pkg-config clang llvm ffmpeg-devel"
+makedepends="libgomp-devel libomp-devel ffmpeg-devel"
 short_desc="Highest-quality GIF encoder based on pngquant"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="AGPL-3.0-only"
 homepage="https://gif.ski"
 distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
-checksum=4894f70c351ce8440c9cdaca30f3bd59630dc10ce4bb60bc7686fe3f4bcf641c
+checksum=ef8df6c5224c29eed8c011c464826137717fac22b3b1eb123829e7aa93defa11
+
+if [ "$CROSS_BUILD" ]; then
+	export HOST_CC="$BUILD_CC"
+	case "$XBPS_TARGET_MACHINE" in
+	armv7l)
+		export HOST_CCFLAGS="$BUILD_CFLAGS -mfloat-abi=hard"
+		;;
+	*)
+		export HOST_CFLAGS="$BUILD_CFLAGS"
+		;;
+	esac
+	export BINDGEN_EXTRA_CLANG_ARGS="--target=${XBPS_CROSS_TRIPLET} --sysroot=/usr/${XBPS_CROSS_TRIPLET}"
+fi
 
 post_install() {
 	vlicense LICENSE

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

* Re: gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (12 preceding siblings ...)
  2021-02-13  9:02 ` benalb
@ 2021-02-13  9:15 ` benalb
  2021-03-13  7:57 ` [PR PATCH] [Updated] " benalb
  2021-03-28 19:05 ` [PR PATCH] [Merged]: gifski: update to 1.4.0 Piraty
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-02-13  9:15 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/28506#issuecomment-778588425

Comment:
What is the command the builder uses for armv7l?
With this last template modification, here builds in x86_64, both libc and musl, cross builds for aarch64, armv6l, and armv7l. I've installed the armv7l version package in a raspi, and gifski works ok, so I have no clue what is wrong.

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

* Re: [PR PATCH] [Updated] gifski: update to 1.3.3.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (13 preceding siblings ...)
  2021-02-13  9:15 ` benalb
@ 2021-03-13  7:57 ` benalb
  2021-03-28 19:05 ` [PR PATCH] [Merged]: gifski: update to 1.4.0 Piraty
  15 siblings, 0 replies; 17+ messages in thread
From: benalb @ 2021-03-13  7:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages gifski
https://github.com/void-linux/void-packages/pull/28506

gifski: update to 1.3.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (X86_64-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [x] armv6l-musl
-->


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

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

From 29ce3861a0baf1a1b60757a963c3cc1e9d73bc15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 5 Feb 2021 06:22:59 +0100
Subject: [PATCH 1/2] gifski: update to 1.3.3.

---
 srcpkgs/gifski/template | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template
index 756b00a62471..f568d7ac1c6a 100644
--- a/srcpkgs/gifski/template
+++ b/srcpkgs/gifski/template
@@ -1,16 +1,30 @@
 # Template file for 'gifski'
 pkgname=gifski
-version=1.2.7
+version=1.3.3
 revision=1
 build_style=cargo
-configure_args="--features=openmp"
-makedepends="libgomp-devel libomp-devel"
+configure_args="--features=video,openmp"
+hostmakedepends="pkg-config clang llvm ffmpeg-devel"
+makedepends="libgomp-devel libomp-devel ffmpeg-devel"
 short_desc="Highest-quality GIF encoder based on pngquant"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="AGPL-3.0-only"
 homepage="https://gif.ski"
 distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
-checksum=4894f70c351ce8440c9cdaca30f3bd59630dc10ce4bb60bc7686fe3f4bcf641c
+checksum=ef8df6c5224c29eed8c011c464826137717fac22b3b1eb123829e7aa93defa11
+
+if [ "$CROSS_BUILD" ]; then
+	export HOST_CC="$BUILD_CC"
+	case "$XBPS_TARGET_MACHINE" in
+	armv7l)
+		export HOST_CCFLAGS="$BUILD_CFLAGS -mfloat-abi=hard"
+		;;
+	*)
+		export HOST_CFLAGS="$BUILD_CFLAGS"
+		;;
+	esac
+	export BINDGEN_EXTRA_CLANG_ARGS="--target=${XBPS_CROSS_TRIPLET} --sysroot=/usr/${XBPS_CROSS_TRIPLET}"
+fi
 
 post_install() {
 	vlicense LICENSE

From f55926bdcf5d80df3ec76869d8152b2fcb3e97d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sat, 13 Mar 2021 07:57:08 +0000
Subject: [PATCH 2/2] Update to 1.4.0, drop the video support.

---
 srcpkgs/gifski/template | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template
index f568d7ac1c6a..3e2537f258dc 100644
--- a/srcpkgs/gifski/template
+++ b/srcpkgs/gifski/template
@@ -1,30 +1,16 @@
 # Template file for 'gifski'
 pkgname=gifski
-version=1.3.3
+version=1.4.0
 revision=1
 build_style=cargo
-configure_args="--features=video,openmp"
-hostmakedepends="pkg-config clang llvm ffmpeg-devel"
-makedepends="libgomp-devel libomp-devel ffmpeg-devel"
+configure_args="--features=openmp"
+makedepends="libgomp-devel libomp-devel"
 short_desc="Highest-quality GIF encoder based on pngquant"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="AGPL-3.0-only"
 homepage="https://gif.ski"
 distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
-checksum=ef8df6c5224c29eed8c011c464826137717fac22b3b1eb123829e7aa93defa11
-
-if [ "$CROSS_BUILD" ]; then
-	export HOST_CC="$BUILD_CC"
-	case "$XBPS_TARGET_MACHINE" in
-	armv7l)
-		export HOST_CCFLAGS="$BUILD_CFLAGS -mfloat-abi=hard"
-		;;
-	*)
-		export HOST_CFLAGS="$BUILD_CFLAGS"
-		;;
-	esac
-	export BINDGEN_EXTRA_CLANG_ARGS="--target=${XBPS_CROSS_TRIPLET} --sysroot=/usr/${XBPS_CROSS_TRIPLET}"
-fi
+checksum=8a82b9e6a8bb376049018bc7fa3dd21c68e5bceb44b385948e761ccdfd73830d
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: gifski: update to 1.4.0.
  2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
                   ` (14 preceding siblings ...)
  2021-03-13  7:57 ` [PR PATCH] [Updated] " benalb
@ 2021-03-28 19:05 ` Piraty
  15 siblings, 0 replies; 17+ messages in thread
From: Piraty @ 2021-03-28 19:05 UTC (permalink / raw)
  To: ml

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

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

gifski: update to 1.4.0.
https://github.com/void-linux/void-packages/pull/28506

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (X86_64-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [x] armv6l-musl
-->


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

end of thread, other threads:[~2021-03-28 19:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  5:25 [PR PATCH] gifski: update to 1.3.3 benalb
2021-02-05  5:32 ` ericonr
2021-02-05  5:38 ` ericonr
2021-02-05  5:40 ` benalb
2021-02-05 17:44 ` [PR PATCH] [Updated] " benalb
2021-02-05 18:56 ` ericonr
2021-02-11 18:28 ` ericonr
2021-02-11 18:58 ` benalb
2021-02-11 19:22 ` ericonr
2021-02-11 19:22 ` ericonr
2021-02-12 16:13 ` [PR PATCH] [Updated] " benalb
2021-02-12 16:57 ` benalb
2021-02-12 17:47 ` benalb
2021-02-13  9:02 ` benalb
2021-02-13  9:15 ` benalb
2021-03-13  7:57 ` [PR PATCH] [Updated] " benalb
2021-03-28 19:05 ` [PR PATCH] [Merged]: gifski: update to 1.4.0 Piraty

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