Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rav1e: update to 0.6.4.
@ 2023-04-15 20:53 mhmdanas
  2023-04-15 21:03 ` [PR PATCH] [Updated] " mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-15 20:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages rav1e-0.6.4
https://github.com/void-linux/void-packages/pull/43468

rav1e: update to 0.6.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@oreo639
<!--
#### 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/43468.patch is attached

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

From 83c11239ced9f46d8d93fa6855a60b461bf2d11a Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 15 Apr 2023 21:51:40 +0100
Subject: [PATCH] rav1e: update to 0.6.4.

---
 srcpkgs/rav1e/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rav1e/template b/srcpkgs/rav1e/template
index e4589a60170e..904ac63aae38 100644
--- a/srcpkgs/rav1e/template
+++ b/srcpkgs/rav1e/template
@@ -1,15 +1,19 @@
 # Template file for 'rav1e'
 pkgname=rav1e
-version=0.6.3
+version=0.6.4
 revision=1
 build_style=cargo
-hostmakedepends="nasm cargo-c"
+hostmakedepends="cargo-c"
 short_desc="Fastest and safest AV1 encoder"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://crates.io/crates/rav1e"
 distfiles="https://static.crates.io/crates/rav1e/rav1e-${version}.crate"
-checksum=277898094f0d03c6a609e491324102daf5080e71c06b4b25e5acf8b89d26c945
+checksum=be22fc799d8dc5573ba290fd436cea91ccfc0c6b7e121750ea5939cc786429ec
+
+if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
+	hostmakedepends+=" nasm"
+fi
 
 if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
 	# error: ran out of registers during register allocation

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

* Re: [PR PATCH] [Updated] rav1e: update to 0.6.4.
  2023-04-15 20:53 [PR PATCH] rav1e: update to 0.6.4 mhmdanas
@ 2023-04-15 21:03 ` mhmdanas
  2023-06-08 19:25 ` mhmdanas
  2023-06-09  7:56 ` [PR PATCH] [Merged]: rav1e: update to 0.6.6 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-04-15 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages rav1e-0.6.4
https://github.com/void-linux/void-packages/pull/43468

rav1e: update to 0.6.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@oreo639
<!--
#### 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/43468.patch is attached

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

From 5d783347ad2c427aceb9f90a084acd99ce71a7be Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 15 Apr 2023 21:51:40 +0100
Subject: [PATCH] rav1e: update to 0.6.4.

---
 srcpkgs/rav1e/template | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/rav1e/template b/srcpkgs/rav1e/template
index e4589a60170e..021d7bbae413 100644
--- a/srcpkgs/rav1e/template
+++ b/srcpkgs/rav1e/template
@@ -1,21 +1,24 @@
 # Template file for 'rav1e'
 pkgname=rav1e
-version=0.6.3
+version=0.6.4
 revision=1
 build_style=cargo
-hostmakedepends="nasm cargo-c"
+hostmakedepends="cargo-c"
 short_desc="Fastest and safest AV1 encoder"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://crates.io/crates/rav1e"
 distfiles="https://static.crates.io/crates/rav1e/rav1e-${version}.crate"
-checksum=277898094f0d03c6a609e491324102daf5080e71c06b4b25e5acf8b89d26c945
+checksum=be22fc799d8dc5573ba290fd436cea91ccfc0c6b7e121750ea5939cc786429ec
 
-if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
-	# error: ran out of registers during register allocation
-	# LLVM ERROR: Cannot emit physreg copy instruction
-	make_check=no # Tests fail to compile
-fi
+case "$XBPS_TARGET_MACHINE" in
+	x86_64*) hostmakedepends+=" nasm" ;;
+	i686)
+		# error: ran out of registers during register allocation
+		# LLVM ERROR: Cannot emit physreg copy instruction
+		make_check=no # Tests fail to compile
+		;;
+esac
 
 post_build() {
 	cargo auditable cbuild --release --target ${RUST_TARGET} \

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

* Re: [PR PATCH] [Updated] rav1e: update to 0.6.4.
  2023-04-15 20:53 [PR PATCH] rav1e: update to 0.6.4 mhmdanas
  2023-04-15 21:03 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-06-08 19:25 ` mhmdanas
  2023-06-09  7:56 ` [PR PATCH] [Merged]: rav1e: update to 0.6.6 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-06-08 19:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages rav1e-0.6.4
https://github.com/void-linux/void-packages/pull/43468

rav1e: update to 0.6.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@oreo639
<!--
#### 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/43468.patch is attached

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

From 1c8bcbd308203754decfacd80ed06050de652c6b Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Sat, 15 Apr 2023 21:51:40 +0100
Subject: [PATCH] rav1e: update to 0.6.6.

---
 srcpkgs/rav1e/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/rav1e/template b/srcpkgs/rav1e/template
index e4589a60170e..e454757f8d78 100644
--- a/srcpkgs/rav1e/template
+++ b/srcpkgs/rav1e/template
@@ -1,21 +1,19 @@
 # Template file for 'rav1e'
 pkgname=rav1e
-version=0.6.3
+version=0.6.6
 revision=1
 build_style=cargo
-hostmakedepends="nasm cargo-c"
+hostmakedepends="cargo-c"
 short_desc="Fastest and safest AV1 encoder"
 maintainer="oreo639 <oreo6391@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://crates.io/crates/rav1e"
 distfiles="https://static.crates.io/crates/rav1e/rav1e-${version}.crate"
-checksum=277898094f0d03c6a609e491324102daf5080e71c06b4b25e5acf8b89d26c945
+checksum=16c383692a5e7abd9f6d1eddb1a5e0269f859392387883361bb09e5555852ec1
 
-if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
-	# error: ran out of registers during register allocation
-	# LLVM ERROR: Cannot emit physreg copy instruction
-	make_check=no # Tests fail to compile
-fi
+case "$XBPS_TARGET_MACHINE" in
+	x86_64*) hostmakedepends+=" nasm" ;;
+esac
 
 post_build() {
 	cargo auditable cbuild --release --target ${RUST_TARGET} \

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

* Re: [PR PATCH] [Merged]: rav1e: update to 0.6.6.
  2023-04-15 20:53 [PR PATCH] rav1e: update to 0.6.4 mhmdanas
  2023-04-15 21:03 ` [PR PATCH] [Updated] " mhmdanas
  2023-06-08 19:25 ` mhmdanas
@ 2023-06-09  7:56 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-09  7:56 UTC (permalink / raw)
  To: ml

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

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

rav1e: update to 0.6.6.
https://github.com/void-linux/void-packages/pull/43468

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

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

@oreo639
<!--
#### 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:[~2023-06-09  7:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-15 20:53 [PR PATCH] rav1e: update to 0.6.4 mhmdanas
2023-04-15 21:03 ` [PR PATCH] [Updated] " mhmdanas
2023-06-08 19:25 ` mhmdanas
2023-06-09  7:56 ` [PR PATCH] [Merged]: rav1e: update to 0.6.6 classabbyamp

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