Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zimg: update to 3.0.1.
@ 2021-03-17 14:44 UsernameRandomlyGenerated
  2021-03-17 17:08 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-17 14:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages zimg301
https://github.com/void-linux/void-packages/pull/29532

zimg: update to 3.0.1.
<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [ ] 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/29532.patch is attached

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

From 78a42856270ad569ae23402faaea19889e357d52 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Wed, 17 Mar 2021 15:44:51 +0100
Subject: [PATCH] zimg: update to 3.0.1.

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

diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template
index a0b0ff763198..4e576a31330f 100644
--- a/srcpkgs/zimg/template
+++ b/srcpkgs/zimg/template
@@ -1,6 +1,6 @@
 # Template file for 'zimg'
 pkgname=zimg
-version=2.9.3
+version=3.0.1
 revision=1
 wrksrc=zimg-release-${version}
 build_style=gnu-configure
@@ -10,7 +10,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="WTFPL"
 homepage="https://github.com/sekrit-twc/zimg"
 distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz"
-checksum=a15c0483fbe945ffe695a1a989bc43b3381c8bf33e2d1760464ec21d32cdf30b
+checksum=c50a0922f4adac4efad77427d13520ed89b8366eef0ef2fa379572951afcc73f
 
 pre_configure() {
 	./autogen.sh

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

* Re: zimg: update to 3.0.1.
  2021-03-17 14:44 [PR PATCH] zimg: update to 3.0.1 UsernameRandomlyGenerated
@ 2021-03-17 17:08 ` ericonr
  2021-03-17 18:41 ` UsernameRandomlyGenerated
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-03-17 17:08 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29532#issuecomment-801256176

Comment:
It seems to be trying to use neon unconditionally for armv7 ?

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

* Re: zimg: update to 3.0.1.
  2021-03-17 14:44 [PR PATCH] zimg: update to 3.0.1 UsernameRandomlyGenerated
  2021-03-17 17:08 ` ericonr
@ 2021-03-17 18:41 ` UsernameRandomlyGenerated
  2021-03-17 18:45 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-17 18:41 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/29532#issuecomment-801322370

Comment:
Yeah, there was an issue about that in upstream but it's closed with conclusion that neon is required.

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

* Re: zimg: update to 3.0.1.
  2021-03-17 14:44 [PR PATCH] zimg: update to 3.0.1 UsernameRandomlyGenerated
  2021-03-17 17:08 ` ericonr
  2021-03-17 18:41 ` UsernameRandomlyGenerated
@ 2021-03-17 18:45 ` ericonr
  2021-03-17 18:46 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-03-17 18:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29532#issuecomment-801325125

Comment:
So they at least have to pass the necessary flags to enable Neon lol

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

* Re: zimg: update to 3.0.1.
  2021-03-17 14:44 [PR PATCH] zimg: update to 3.0.1 UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2021-03-17 18:45 ` ericonr
@ 2021-03-17 18:46 ` ericonr
  2021-03-17 18:47 ` UsernameRandomlyGenerated
  2021-03-29 18:44 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-03-17 18:46 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29532#issuecomment-801325278

Comment:
Do you have a link for the discussion as well?

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

* Re: zimg: update to 3.0.1.
  2021-03-17 14:44 [PR PATCH] zimg: update to 3.0.1 UsernameRandomlyGenerated
                   ` (3 preceding siblings ...)
  2021-03-17 18:46 ` ericonr
@ 2021-03-17 18:47 ` UsernameRandomlyGenerated
  2021-03-29 18:44 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
  5 siblings, 0 replies; 7+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-17 18:47 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/29532#issuecomment-801326141

Comment:
https://github.com/sekrit-twc/zimg/issues/140

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

* Re: [PR PATCH] [Closed]: zimg: update to 3.0.1.
  2021-03-17 14:44 [PR PATCH] zimg: update to 3.0.1 UsernameRandomlyGenerated
                   ` (4 preceding siblings ...)
  2021-03-17 18:47 ` UsernameRandomlyGenerated
@ 2021-03-29 18:44 ` UsernameRandomlyGenerated
  5 siblings, 0 replies; 7+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-29 18:44 UTC (permalink / raw)
  To: ml

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

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

zimg: update to 3.0.1.
https://github.com/void-linux/void-packages/pull/29532

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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [ ] 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] 7+ messages in thread

end of thread, other threads:[~2021-03-29 18:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 14:44 [PR PATCH] zimg: update to 3.0.1 UsernameRandomlyGenerated
2021-03-17 17:08 ` ericonr
2021-03-17 18:41 ` UsernameRandomlyGenerated
2021-03-17 18:45 ` ericonr
2021-03-17 18:46 ` ericonr
2021-03-17 18:47 ` UsernameRandomlyGenerated
2021-03-29 18:44 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated

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