Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dav1d: update to 1.2.1.
@ 2023-06-03 17:14 mhmdanas
  2023-06-04  6:03 ` mustaqimM
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mhmdanas @ 2023-06-03 17:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1230 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.1
https://github.com/void-linux/void-packages/pull/44241

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

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

@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/44241.patch is attached

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

From 1f7413092795632d46e9d0073712a270d6ae24ad Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sat, 3 Jun 2023 18:11:15 +0100
Subject: [PATCH] dav1d: update to 1.2.1.

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

diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 93a5a75f8238..ff2b78b4333b 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=1.2.0
+version=1.2.1
 revision=1
 build_style=meson
 configure_args="-Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none
@@ -11,7 +11,7 @@ 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=05cedc43127e00a86c68b8a49a5f68e2dc22b9baa10b1e12a5e3bc5b37876a6b
+checksum=a4003623cdc0109dec3aac8435520aa3fb12c4d69454fa227f2658cdb6dab5fa
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Denable_tests=true"

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

* Re: dav1d: update to 1.2.1.
  2023-06-03 17:14 [PR PATCH] dav1d: update to 1.2.1 mhmdanas
@ 2023-06-04  6:03 ` mustaqimM
  2023-06-05 20:06 ` dav1d: update to 1.2.1, adopt mhmdanas
  2023-06-09  1:01 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mustaqimM @ 2023-06-04  6:03 UTC (permalink / raw)
  To: ml

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

New comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/pull/44241#issuecomment-1575413408

Comment:
@mhmdanas If you'd like, you can take over maintainership 

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

* Re: dav1d: update to 1.2.1, adopt.
  2023-06-03 17:14 [PR PATCH] dav1d: update to 1.2.1 mhmdanas
  2023-06-04  6:03 ` mustaqimM
@ 2023-06-05 20:06 ` mhmdanas
  2023-06-09  1:01 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-06-05 20:06 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44241#issuecomment-1577404442

Comment:
Sure, done.

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

* Re: [PR PATCH] [Merged]: dav1d: update to 1.2.1, adopt.
  2023-06-03 17:14 [PR PATCH] dav1d: update to 1.2.1 mhmdanas
  2023-06-04  6:03 ` mustaqimM
  2023-06-05 20:06 ` dav1d: update to 1.2.1, adopt mhmdanas
@ 2023-06-09  1:01 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-09  1:01 UTC (permalink / raw)
  To: ml

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

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

dav1d: update to 1.2.1, adopt.
https://github.com/void-linux/void-packages/pull/44241

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

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

@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] 4+ messages in thread

end of thread, other threads:[~2023-06-09  1:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-03 17:14 [PR PATCH] dav1d: update to 1.2.1 mhmdanas
2023-06-04  6:03 ` mustaqimM
2023-06-05 20:06 ` dav1d: update to 1.2.1, adopt mhmdanas
2023-06-09  1:01 ` [PR PATCH] [Merged]: " 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).