Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dav1d: update to 1.2.0.
@ 2023-05-21 14:54 mhmdanas
  2023-05-25 18:14 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-05-21 14:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages dav1d-1.2.0
https://github.com/void-linux/void-packages/pull/44001

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

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

@mustaqimM

<!--
#### 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/44001.patch is attached

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

From 6c7c40c2d60bc18de14de9cfacf328a2fef0805e Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sat, 20 May 2023 20:33:12 +0100
Subject: [PATCH] dav1d: update to 1.2.0.

---
 srcpkgs/dav1d/template | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 84c9c7e50bb6..93a5a75f8238 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,18 +1,27 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=1.0.0
+version=1.2.0
 revision=1
 build_style=meson
-configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
- -Dfuzzing_engine=none -Dtestdata_tests=false"
-hostmakedepends="nasm"
+configure_args="-Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none
+ -Dtestdata_tests=false"
 short_desc="Small and fast AV1 Decoder"
 maintainer="mustaqim <git@mustaqim.ml>"
 license="BSD-2-Clause"
 homepage="https://code.videolan.org/videolan/dav1d"
 changelog="https://code.videolan.org/videolan/dav1d/raw/master/NEWS"
 distfiles="https://code.videolan.org/videolan/dav1d/-/archive/${version}/dav1d-${version}.tar.bz2"
-checksum=4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f
+checksum=05cedc43127e00a86c68b8a49a5f68e2dc22b9baa10b1e12a5e3bc5b37876a6b
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -Denable_tests=true"
+else
+	configure_args+=" -Denable_tests=false"
+fi
+
+case "$XBPS_TARGET_MACHINE" in
+	x86_64* | i686*) hostmakedepends="nasm" ;;
+esac
 
 libdav1d6_package() {
 	short_desc+=" - runtime library"

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

* Re: [PR PATCH] [Merged]: dav1d: update to 1.2.0.
  2023-05-21 14:54 [PR PATCH] dav1d: update to 1.2.0 mhmdanas
@ 2023-05-25 18:14 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2023-05-25 18:14 UTC (permalink / raw)
  To: ml

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

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

dav1d: update to 1.2.0.
https://github.com/void-linux/void-packages/pull/44001

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

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

@mustaqimM

<!--
#### 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] 2+ messages in thread

end of thread, other threads:[~2023-05-25 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-21 14:54 [PR PATCH] dav1d: update to 1.2.0 mhmdanas
2023-05-25 18:14 ` [PR PATCH] [Merged]: " ahesford

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