Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] svt-av1: update to 1.0.0
@ 2022-04-22 21:54 tibequadorian
  2022-05-13 14:04 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tibequadorian @ 2022-04-22 21:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages svt-av1
https://github.com/void-linux/void-packages/pull/36821

svt-av1: update to 1.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 1180aa6598352143a9ffd553105069c3f33a8aaf Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 22 Apr 2022 23:40:12 +0200
Subject: [PATCH 1/2] svt-av1: update to 1.0.0.

---
 common/shlibs            | 2 +-
 srcpkgs/svt-av1/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 11328b15a9cc..c62d1e7940d1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4120,7 +4120,7 @@ libjvm.so openjdk17-jre-17.0.1+12_1
 librttopo.so.1 librttopo-1.1.0_1
 libspatialite.so.7 libspatialite-5.0.1_1
 mod_spatialite.so.7 libspatialite-5.0.1_1
-libSvtAv1Enc.so.0 libsvt-av1-0.9.0_1
+libSvtAv1Enc.so.1 libsvt-av1-1.0.0_1
 libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1
 librz_bp.so.0.3.4 rizin-0.3.4_1
 librz_reg.so.0.3.4 rizin-0.3.4_1
diff --git a/srcpkgs/svt-av1/template b/srcpkgs/svt-av1/template
index ab9386d90cb7..7b08bf9c309c 100644
--- a/srcpkgs/svt-av1/template
+++ b/srcpkgs/svt-av1/template
@@ -1,6 +1,6 @@
 # Template file for 'svt-av1'
 pkgname=svt-av1
-version=0.9.1
+version=1.0.0
 revision=1
 wrksrc="SVT-AV1-v${version}"
 build_style=cmake
@@ -11,7 +11,7 @@ license="BSD-3-Clause-Clear"
 homepage="https://gitlab.com/AOMediaCodec/SVT-AV1"
 changelog="https://gitlab.com/AOMediaCodec/SVT-AV1/-/raw/master/CHANGELOG.md"
 distfiles="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${version}/SVT-AV1-v${version}.tar.gz"
-checksum=714154c08a90a5eb1f09c4d0d766621132711137af127468dc122c04ca9784ae
+checksum=84030ef7f33645ddfcdd2dc8a08277e49f3c4297fc53711958060c8ce51dc22d
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="32-bit is not supported"

From 5a9cc697c0e81c0fb793b07a8852259ddad2d8a6 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Fri, 22 Apr 2022 23:40:50 +0200
Subject: [PATCH 2/2] ffmpeg: rebuild against svt-av1-1.0.0

---
 srcpkgs/ffmpeg/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 213aae8bbfa0..8ffdd4401f2d 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
 version=4.4.1
-revision=2
+revision=3
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: svt-av1: update to 1.0.0
  2022-04-22 21:54 [PR PATCH] svt-av1: update to 1.0.0 tibequadorian
@ 2022-05-13 14:04 ` ericonr
  2022-05-13 14:04 ` ericonr
  2022-05-13 14:14 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2022-05-13 14:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/36821#issuecomment-1126092502

Comment:
Hmm, do we need to revbump ffmpeg if svt-av1 isn't enabled by default in it?

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

* Re: svt-av1: update to 1.0.0
  2022-04-22 21:54 [PR PATCH] svt-av1: update to 1.0.0 tibequadorian
  2022-05-13 14:04 ` ericonr
@ 2022-05-13 14:04 ` ericonr
  2022-05-13 14:14 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2022-05-13 14:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/36821#issuecomment-1126092502

Comment:
~~Hmm, do we need to revbump ffmpeg if svt-av1 isn't enabled by default in it?~~ Completely missed where it *is* enabled by default

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

* Re: [PR PATCH] [Merged]: svt-av1: update to 1.0.0
  2022-04-22 21:54 [PR PATCH] svt-av1: update to 1.0.0 tibequadorian
  2022-05-13 14:04 ` ericonr
  2022-05-13 14:04 ` ericonr
@ 2022-05-13 14:14 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2022-05-13 14:14 UTC (permalink / raw)
  To: ml

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

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

svt-av1: update to 1.0.0
https://github.com/void-linux/void-packages/pull/36821

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

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

<!--
#### 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 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:[~2022-05-13 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 21:54 [PR PATCH] svt-av1: update to 1.0.0 tibequadorian
2022-05-13 14:04 ` ericonr
2022-05-13 14:04 ` ericonr
2022-05-13 14:14 ` [PR PATCH] [Merged]: " ericonr

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