Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Vapoursynth
@ 2022-03-19 21:39 tibequadorian
  2022-03-19 22:43 ` [PR PATCH] [Updated] vapoursynth: update to R57 tibequadorian
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-19 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages vapoursynth
https://github.com/void-linux/void-packages/pull/36231

Vapoursynth
@lemmi 

Since R55 many filters were removed from the source tree and moved into seperate repositories. That's the reason why this package contains less files and some dependencies are no longer needed.

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36231.patch is attached

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

From 18f7fb549c992bc67234f20f3a4484437da0bea2 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 22:16:21 +0100
Subject: [PATCH 1/2] zimg: update to 3.0.3.

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

diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template
index a0b0ff763198..7321cc4695f7 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.3
 revision=1
 wrksrc=zimg-release-${version}
 build_style=gnu-configure
@@ -9,8 +9,9 @@ short_desc="Image processing library"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="WTFPL"
 homepage="https://github.com/sekrit-twc/zimg"
+changelog="https://raw.githubusercontent.com/sekrit-twc/zimg/master/ChangeLog"
 distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz"
-checksum=a15c0483fbe945ffe695a1a989bc43b3381c8bf33e2d1760464ec21d32cdf30b
+checksum=5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7
 
 pre_configure() {
 	./autogen.sh

From ed74ba97bbc8e6ac4738e3395edbc99be0d8f7c6 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 22:16:30 +0100
Subject: [PATCH 2/2] vapoursynth: update to R57.

---
 srcpkgs/vapoursynth/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index c4de1d5712a0..59491b047782 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,21 +1,17 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R52
-revision=4
+version=R57
+revision=1
 build_style=gnu-configure
-# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
-# until this is fixed upstream, manually define am_cv_python_version to circumvent
-configure_args="am_cv_python_version=${py3_ver}"
 hostmakedepends="automake libtool nasm pkg-config python3-Cython"
-makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
- libxml2-devel"
+makedepends="python3-devel zimg-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
 distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
-checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
+checksum=9bed2ab1823050cfcbdbb1a57414e39507fd6c73f07ee4b5986fcbf0f6cb2d07
 
 pre_configure() {
 	./autogen.sh

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

* Re: [PR PATCH] [Updated] vapoursynth: update to R57. 
  2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
@ 2022-03-19 22:43 ` tibequadorian
  2022-03-19 23:09 ` tibequadorian
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-19 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages vapoursynth
https://github.com/void-linux/void-packages/pull/36231

vapoursynth: update to R57. 
@lemmi 

Since R55 many filters were removed from the source tree and moved into seperate repositories. That's the reason why this package contains less files and some dependencies are no longer needed.

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36231.patch is attached

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

From 18f7fb549c992bc67234f20f3a4484437da0bea2 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 22:16:21 +0100
Subject: [PATCH 1/2] zimg: update to 3.0.3.

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

diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template
index a0b0ff763198..7321cc4695f7 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.3
 revision=1
 wrksrc=zimg-release-${version}
 build_style=gnu-configure
@@ -9,8 +9,9 @@ short_desc="Image processing library"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="WTFPL"
 homepage="https://github.com/sekrit-twc/zimg"
+changelog="https://raw.githubusercontent.com/sekrit-twc/zimg/master/ChangeLog"
 distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz"
-checksum=a15c0483fbe945ffe695a1a989bc43b3381c8bf33e2d1760464ec21d32cdf30b
+checksum=5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7
 
 pre_configure() {
 	./autogen.sh

From cdb97571dfa9eb14c137d6ca84ca060dea08e663 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Mar 2022 22:16:30 +0100
Subject: [PATCH 2/2] vapoursynth: update to R57.

---
 srcpkgs/vapoursynth/template | 12 ++++--------
 srcpkgs/zimg/template        |  4 ++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index c4de1d5712a0..59491b047782 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,21 +1,17 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R52
-revision=4
+version=R57
+revision=1
 build_style=gnu-configure
-# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
-# until this is fixed upstream, manually define am_cv_python_version to circumvent
-configure_args="am_cv_python_version=${py3_ver}"
 hostmakedepends="automake libtool nasm pkg-config python3-Cython"
-makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
- libxml2-devel"
+makedepends="python3-devel zimg-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
 distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
-checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
+checksum=9bed2ab1823050cfcbdbb1a57414e39507fd6c73f07ee4b5986fcbf0f6cb2d07
 
 pre_configure() {
 	./autogen.sh
diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template
index 7321cc4695f7..088cbd41d16e 100644
--- a/srcpkgs/zimg/template
+++ b/srcpkgs/zimg/template
@@ -13,6 +13,10 @@ changelog="https://raw.githubusercontent.com/sekrit-twc/zimg/master/ChangeLog"
 distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz"
 checksum=5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7
 
+case "$XBPS_TARGET_MACHINE" in
+	armv6*|armv7*) configure_args+=" --disable-simd";;
+esac
+
 pre_configure() {
 	./autogen.sh
 }

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

* Re: [PR PATCH] [Updated] vapoursynth: update to R57. 
  2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
  2022-03-19 22:43 ` [PR PATCH] [Updated] vapoursynth: update to R57 tibequadorian
@ 2022-03-19 23:09 ` tibequadorian
  2022-03-19 23:12 ` tibequadorian
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-19 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages vapoursynth
https://github.com/void-linux/void-packages/pull/36231

vapoursynth: update to R57. 
@lemmi 

Since R55 many filters were removed from the source tree and moved into seperate repositories. That's the reason why this package contains less files and some dependencies are no longer needed.

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36231.patch is attached

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

From 2689a62c2b9c885c9680012a514ed638d027b666 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 20 Mar 2022 00:09:37 +0100
Subject: [PATCH 1/2] zimg: update to 3.0.3.

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

diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template
index a0b0ff763198..088cbd41d16e 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.3
 revision=1
 wrksrc=zimg-release-${version}
 build_style=gnu-configure
@@ -9,8 +9,13 @@ short_desc="Image processing library"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="WTFPL"
 homepage="https://github.com/sekrit-twc/zimg"
+changelog="https://raw.githubusercontent.com/sekrit-twc/zimg/master/ChangeLog"
 distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz"
-checksum=a15c0483fbe945ffe695a1a989bc43b3381c8bf33e2d1760464ec21d32cdf30b
+checksum=5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7
+
+case "$XBPS_TARGET_MACHINE" in
+	armv6*|armv7*) configure_args+=" --disable-simd";;
+esac
 
 pre_configure() {
 	./autogen.sh

From b12ea2111f1bdec6b40cb1f2ed498beda4ecba8d Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 20 Mar 2022 00:09:41 +0100
Subject: [PATCH 2/2] vapoursynth: update to R57.

---
 srcpkgs/vapoursynth/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index c4de1d5712a0..63a2043fe522 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,21 +1,22 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R52
-revision=4
+version=R57
+revision=1
 build_style=gnu-configure
-# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
-# until this is fixed upstream, manually define am_cv_python_version to circumvent
-configure_args="am_cv_python_version=${py3_ver}"
 hostmakedepends="automake libtool nasm pkg-config python3-Cython"
-makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
- libxml2-devel"
+makedepends="python3-devel zimg-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
 distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
-checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
+checksum=9bed2ab1823050cfcbdbb1a57414e39507fd6c73f07ee4b5986fcbf0f6cb2d07
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	LDFLAGS="-latomic"
+fi
 
 pre_configure() {
 	./autogen.sh

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

* Re: [PR PATCH] [Updated] vapoursynth: update to R57. 
  2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
  2022-03-19 22:43 ` [PR PATCH] [Updated] vapoursynth: update to R57 tibequadorian
  2022-03-19 23:09 ` tibequadorian
@ 2022-03-19 23:12 ` tibequadorian
  2022-03-20  1:03 ` lemmi
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-19 23:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages vapoursynth
https://github.com/void-linux/void-packages/pull/36231

vapoursynth: update to R57. 
@lemmi 

Since R55 many filters were removed from the source tree and moved into seperate repositories. That's the reason why this package contains less files and some dependencies are no longer needed.

**About disabling SIMD:**
It seems that [zimg](https://github.com/sekrit-twc/zimg/blob/d4e32eaf4612589aed9223577c9429ff4c3c8269/configure.ac#L66) enforces correctly `-march=armv7-a -mfpu=neon-vfpv4`, but we override it with `-mfpu=vfpv3` so it doesn't work for us.

This was already discussed in https://github.com/sekrit-twc/zimg/issues/140

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36231.patch is attached

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

From 249a3c049a8ffa78de475ac084c1bd90ffcb4dfb Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 20 Mar 2022 00:09:37 +0100
Subject: [PATCH 1/2] zimg: update to 3.0.3.

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

diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template
index a0b0ff763198..3f2f7291d0aa 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.3
 revision=1
 wrksrc=zimg-release-${version}
 build_style=gnu-configure
@@ -9,8 +9,13 @@ short_desc="Image processing library"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="WTFPL"
 homepage="https://github.com/sekrit-twc/zimg"
+changelog="https://raw.githubusercontent.com/sekrit-twc/zimg/master/ChangeLog"
 distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz"
-checksum=a15c0483fbe945ffe695a1a989bc43b3381c8bf33e2d1760464ec21d32cdf30b
+checksum=5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7
+
+case "$XBPS_TARGET_MACHINE" in
+	armv7*) configure_args+=" --disable-simd";;
+esac
 
 pre_configure() {
 	./autogen.sh

From d53f8f4cf6a85be1ca80fbcc44950f4b7f4915ae Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 20 Mar 2022 00:09:41 +0100
Subject: [PATCH 2/2] vapoursynth: update to R57.

---
 srcpkgs/vapoursynth/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template
index c4de1d5712a0..63a2043fe522 100644
--- a/srcpkgs/vapoursynth/template
+++ b/srcpkgs/vapoursynth/template
@@ -1,21 +1,22 @@
 # Template file for 'vapoursynth'
 pkgname=vapoursynth
-version=R52
-revision=4
+version=R57
+revision=1
 build_style=gnu-configure
-# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
-# until this is fixed upstream, manually define am_cv_python_version to circumvent
-configure_args="am_cv_python_version=${py3_ver}"
 hostmakedepends="automake libtool nasm pkg-config python3-Cython"
-makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel
- libxml2-devel"
+makedepends="python3-devel zimg-devel"
 short_desc="Application for video manipulation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="LGPL-2.1-or-later, OFL-1.1"
 homepage="http://www.vapoursynth.com"
 changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
 distfiles="https://github.com/vapoursynth/vapoursynth/archive/${version}.tar.gz"
-checksum=4d5dc7950f4357da695d29708bc98013bc3e0bd72fc5d697f8c91ce3c4a4b2ac
+checksum=9bed2ab1823050cfcbdbb1a57414e39507fd6c73f07ee4b5986fcbf0f6cb2d07
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	LDFLAGS="-latomic"
+fi
 
 pre_configure() {
 	./autogen.sh

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

* Re: vapoursynth: update to R57. 
  2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-19 23:12 ` tibequadorian
@ 2022-03-20  1:03 ` lemmi
  2022-03-20  2:25 ` tibequadorian
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: lemmi @ 2022-03-20  1:03 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36231#issuecomment-1073140617

Comment:
Hey thanks for looking into those packages. I haven't really had any use for them for a while and they are only optional dependencies. I was almost thinking about removing them. Are you maybe interested in adopting these packages?

Otherwise PR looks good to me.

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

* Re: vapoursynth: update to R57. 
  2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
                   ` (3 preceding siblings ...)
  2022-03-20  1:03 ` lemmi
@ 2022-03-20  2:25 ` tibequadorian
  2022-03-20  3:05 ` tibequadorian
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-20  2:25 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36231#issuecomment-1073151343

Comment:
I don't use these packages regularly either, so unfortunately I'm not interested in adopting them, sorry.
I was just checking what's blocking an ffmpeg update.

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

* Re: vapoursynth: update to R57. 
  2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
                   ` (4 preceding siblings ...)
  2022-03-20  2:25 ` tibequadorian
@ 2022-03-20  3:05 ` tibequadorian
  2022-03-20  3:44 ` lemmi
  2022-03-20  3:44 ` [PR PATCH] [Merged]: " lemmi
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-20  3:05 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36231#issuecomment-1073151343

Comment:
Thank you for reviewing.

I don't use these packages regularly either, so unfortunately I'm not interested in adopting them, sorry.
I was just checking what's blocking an ffmpeg update.

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

* Re: vapoursynth: update to R57. 
  2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
                   ` (5 preceding siblings ...)
  2022-03-20  3:05 ` tibequadorian
@ 2022-03-20  3:44 ` lemmi
  2022-03-20  3:44 ` [PR PATCH] [Merged]: " lemmi
  7 siblings, 0 replies; 9+ messages in thread
From: lemmi @ 2022-03-20  3:44 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36231#issuecomment-1073159985

Comment:
Maybe the packages should be removed then. There are no issues for `vapoursynth` and only one (#34100) mentioning `zimg`. `zimg` is at least interesting for the [tonemap](https://ffmpeg.org/ffmpeg-filters.html#tonemap-1) ffmpeg filter.
I'll merge this and probably will at least orphan the packages in a while.


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

* Re: [PR PATCH] [Merged]: vapoursynth: update to R57. 
  2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
                   ` (6 preceding siblings ...)
  2022-03-20  3:44 ` lemmi
@ 2022-03-20  3:44 ` lemmi
  7 siblings, 0 replies; 9+ messages in thread
From: lemmi @ 2022-03-20  3:44 UTC (permalink / raw)
  To: ml

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

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

vapoursynth: update to R57. 
https://github.com/void-linux/void-packages/pull/36231

Description:
@lemmi 

Since R55 many filters were removed from the source tree and moved into seperate repositories. That's the reason why this package contains less files and some dependencies are no longer needed.

**About disabling SIMD:**
It seems that [zimg](https://github.com/sekrit-twc/zimg/blob/d4e32eaf4612589aed9223577c9429ff4c3c8269/configure.ac#L66) enforces correctly `-march=armv7-a -mfpu=neon-vfpv4`, but we override it with `-mfpu=vfpv3` so it doesn't work for us.

This was already discussed in https://github.com/sekrit-twc/zimg/issues/140

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 9+ messages in thread

end of thread, other threads:[~2022-03-20  3:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19 21:39 [PR PATCH] Vapoursynth tibequadorian
2022-03-19 22:43 ` [PR PATCH] [Updated] vapoursynth: update to R57 tibequadorian
2022-03-19 23:09 ` tibequadorian
2022-03-19 23:12 ` tibequadorian
2022-03-20  1:03 ` lemmi
2022-03-20  2:25 ` tibequadorian
2022-03-20  3:05 ` tibequadorian
2022-03-20  3:44 ` lemmi
2022-03-20  3:44 ` [PR PATCH] [Merged]: " lemmi

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