Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dav1d: update to 0.9.2
@ 2022-02-10  7:20 mustaqimM
  2022-02-11 19:06 ` tibequadorian
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: mustaqimM @ 2022-02-10  7:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_dav1d
https://github.com/void-linux/void-packages/pull/35501

dav1d: update to 0.9.2
<!-- 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 [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
- [x] I built this PR locally for my native architecture, `x86_64 libc`
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
 -->

The shlib should have been changed in the last version to libdav1d5. Also, why does `libdav1d3` still show up when querying?

A patch file from https://github.com/void-linux/void-packages/pull/35501.patch is attached

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

From 234f143ab9000821ab1b3108efd52ea95eead272 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Thu, 10 Feb 2022 08:57:59 +0200
Subject: [PATCH 1/2] dav1d: update to 0.9.2

---
 common/shlibs                    | 2 +-
 srcpkgs/dav1d/template           | 8 ++++----
 srcpkgs/{libdav1d4 => libdav1d5} | 0
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename srcpkgs/{libdav1d4 => libdav1d5} (100%)

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..e1a027a0b698 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3557,7 +3557,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
 libcsfml-system.so.2.5 CSFML-2.5_1
 libcsfml-network.so.2.5 CSFML-2.5_1
 libtokyocabinet.so.9 tokyocabinet-1.4.48_1
-libdav1d.so.5 libdav1d4-0.8.1_1
+libdav1d.so.5 libdav1d5-0.8.1_1
 libdqlite.so.0 dqlite-0.2.1_1
 libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 483f61feb17d..e58cb125aacf 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.8.1
+version=0.9.2
 revision=1
 build_style=meson
 configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
@@ -12,9 +12,9 @@ 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=842da2945afcf54e651d17112bf2823a238e6c935a6c8dff3a8e96a2eb740269
+checksum=0d198c4fe63fe7f0395b1b17de75b21c8c4508cd3204996229355759efa30ef8
 
-libdav1d4_package() {
+libdav1d5_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
@@ -23,7 +23,7 @@ libdav1d4_package() {
 }
 
 libdav1d-devel_package() {
-	depends="libdav1d4-${version}_${revision}"
+	depends="libdav1d5-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/libdav1d4 b/srcpkgs/libdav1d5
similarity index 100%
rename from srcpkgs/libdav1d4
rename to srcpkgs/libdav1d5

From b35c925950c8fe4f436b9131c489e6e842370bf4 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Thu, 10 Feb 2022 08:58:37 +0200
Subject: [PATCH 2/2] ffmpeg: revbump to build against libdav1d5

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

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index c5929b4582f3..51bf6a9bc105 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=1
+revision=2
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: dav1d: update to 0.9.2
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
@ 2022-02-11 19:06 ` tibequadorian
  2022-02-11 22:06 ` [PR REVIEW] " leahneukirchen
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tibequadorian @ 2022-02-11 19:06 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#issuecomment-1036527365

Comment:
>why does libdav1d3 still show up when querying?

Removed packages are not automatically purged from the repositories.

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

* Re: [PR REVIEW] dav1d: update to 0.9.2
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
  2022-02-11 19:06 ` tibequadorian
@ 2022-02-11 22:06 ` leahneukirchen
  2022-02-12  5:23 ` mustaqimM
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: leahneukirchen @ 2022-02-11 22:06 UTC (permalink / raw)
  To: ml

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

New review comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#discussion_r805036711

Comment:
Wrong version.

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

* Re: [PR REVIEW] dav1d: update to 0.9.2
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
  2022-02-11 19:06 ` tibequadorian
  2022-02-11 22:06 ` [PR REVIEW] " leahneukirchen
@ 2022-02-12  5:23 ` mustaqimM
  2022-02-14 20:57 ` leahneukirchen
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mustaqimM @ 2022-02-12  5:23 UTC (permalink / raw)
  To: ml

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

New review comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#discussion_r805120639

Comment:
It should have been changed in the last update to `libdav1d5` to match the `so` version. Should I just leave it as is?

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

* Re: [PR REVIEW] dav1d: update to 0.9.2
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (2 preceding siblings ...)
  2022-02-12  5:23 ` mustaqimM
@ 2022-02-14 20:57 ` leahneukirchen
  2022-02-24  3:40 ` [PR PATCH] [Updated] " mustaqimM
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: leahneukirchen @ 2022-02-14 20:57 UTC (permalink / raw)
  To: ml

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

New review comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#discussion_r806232846

Comment:
No, you should put 0.9.2_1 there.

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

* Re: [PR PATCH] [Updated] dav1d: update to 0.9.2
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (3 preceding siblings ...)
  2022-02-14 20:57 ` leahneukirchen
@ 2022-02-24  3:40 ` mustaqimM
  2022-02-25  3:46 ` mustaqimM
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mustaqimM @ 2022-02-24  3:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_dav1d
https://github.com/void-linux/void-packages/pull/35501

dav1d: update to 0.9.2
<!-- 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 [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
- [x] I built this PR locally for my native architecture, `x86_64 libc`
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
 -->

The shlib should have been changed in the last version to libdav1d5. Also, why does `libdav1d3` still show up when querying?

A patch file from https://github.com/void-linux/void-packages/pull/35501.patch is attached

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

From 234f143ab9000821ab1b3108efd52ea95eead272 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Thu, 10 Feb 2022 08:57:59 +0200
Subject: [PATCH 1/2] dav1d: update to 0.9.2

---
 common/shlibs                    | 2 +-
 srcpkgs/dav1d/template           | 8 ++++----
 srcpkgs/{libdav1d4 => libdav1d5} | 0
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename srcpkgs/{libdav1d4 => libdav1d5} (100%)

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..e1a027a0b698 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3557,7 +3557,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
 libcsfml-system.so.2.5 CSFML-2.5_1
 libcsfml-network.so.2.5 CSFML-2.5_1
 libtokyocabinet.so.9 tokyocabinet-1.4.48_1
-libdav1d.so.5 libdav1d4-0.8.1_1
+libdav1d.so.5 libdav1d5-0.8.1_1
 libdqlite.so.0 dqlite-0.2.1_1
 libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 483f61feb17d..e58cb125aacf 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.8.1
+version=0.9.2
 revision=1
 build_style=meson
 configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
@@ -12,9 +12,9 @@ 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=842da2945afcf54e651d17112bf2823a238e6c935a6c8dff3a8e96a2eb740269
+checksum=0d198c4fe63fe7f0395b1b17de75b21c8c4508cd3204996229355759efa30ef8
 
-libdav1d4_package() {
+libdav1d5_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
@@ -23,7 +23,7 @@ libdav1d4_package() {
 }
 
 libdav1d-devel_package() {
-	depends="libdav1d4-${version}_${revision}"
+	depends="libdav1d5-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/libdav1d4 b/srcpkgs/libdav1d5
similarity index 100%
rename from srcpkgs/libdav1d4
rename to srcpkgs/libdav1d5

From cabc11580b61560e9de96494cd6e7feec4234ef7 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Thu, 10 Feb 2022 08:58:37 +0200
Subject: [PATCH 2/2] ffmpeg: revbump to build against libdav1d5

---
 common/shlibs           | 2 +-
 srcpkgs/ffmpeg/template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e1a027a0b698..1b3032656f3b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3557,7 +3557,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
 libcsfml-system.so.2.5 CSFML-2.5_1
 libcsfml-network.so.2.5 CSFML-2.5_1
 libtokyocabinet.so.9 tokyocabinet-1.4.48_1
-libdav1d.so.5 libdav1d5-0.8.1_1
+libdav1d.so.5 libdav1d5-0.9.2_1
 libdqlite.so.0 dqlite-0.2.1_1
 libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index c5929b4582f3..51bf6a9bc105 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=1
+revision=2
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] dav1d: update to 0.9.2
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (4 preceding siblings ...)
  2022-02-24  3:40 ` [PR PATCH] [Updated] " mustaqimM
@ 2022-02-25  3:46 ` mustaqimM
  2022-02-25  3:54 ` mustaqimM
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mustaqimM @ 2022-02-25  3:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_dav1d
https://github.com/void-linux/void-packages/pull/35501

dav1d: update to 0.9.2
<!-- 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 [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
- [x] I built this PR locally for my native architecture, `x86_64 libc`
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
 -->

The shlib should have been changed in the last version to libdav1d5. Also, why does `libdav1d3` still show up when querying?

A patch file from https://github.com/void-linux/void-packages/pull/35501.patch is attached

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

From 305d0f754026df9bc8635a5d3e038d244e44033f Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Fri, 25 Feb 2022 05:45:37 +0200
Subject: [PATCH 1/2] dav1d: update to 0.9.2

---
 common/shlibs                    | 2 +-
 srcpkgs/dav1d/template           | 8 ++++----
 srcpkgs/{libdav1d4 => libdav1d5} | 0
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename srcpkgs/{libdav1d4 => libdav1d5} (100%)

diff --git a/common/shlibs b/common/shlibs
index 39137dbe048f..1b3032656f3b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3557,7 +3557,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
 libcsfml-system.so.2.5 CSFML-2.5_1
 libcsfml-network.so.2.5 CSFML-2.5_1
 libtokyocabinet.so.9 tokyocabinet-1.4.48_1
-libdav1d.so.5 libdav1d4-0.8.1_1
+libdav1d.so.5 libdav1d5-0.9.2_1
 libdqlite.so.0 dqlite-0.2.1_1
 libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 483f61feb17d..e58cb125aacf 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.8.1
+version=0.9.2
 revision=1
 build_style=meson
 configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
@@ -12,9 +12,9 @@ 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=842da2945afcf54e651d17112bf2823a238e6c935a6c8dff3a8e96a2eb740269
+checksum=0d198c4fe63fe7f0395b1b17de75b21c8c4508cd3204996229355759efa30ef8
 
-libdav1d4_package() {
+libdav1d5_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
@@ -23,7 +23,7 @@ libdav1d4_package() {
 }
 
 libdav1d-devel_package() {
-	depends="libdav1d4-${version}_${revision}"
+	depends="libdav1d5-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/libdav1d4 b/srcpkgs/libdav1d5
similarity index 100%
rename from srcpkgs/libdav1d4
rename to srcpkgs/libdav1d5

From 5cee2195b90ef8dcb5a6e612d8b6aedfe86efd28 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Fri, 25 Feb 2022 05:46:13 +0200
Subject: [PATCH 2/2] ffmpeg: revbump to build against libdav1d5

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

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index c5929b4582f3..51bf6a9bc105 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=1
+revision=2
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] dav1d: update to 0.9.2
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (5 preceding siblings ...)
  2022-02-25  3:46 ` mustaqimM
@ 2022-02-25  3:54 ` mustaqimM
  2022-03-19  5:25 ` mustaqimM
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mustaqimM @ 2022-02-25  3:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_dav1d
https://github.com/void-linux/void-packages/pull/35501

dav1d: update to 0.9.2
<!-- 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 [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
- [x] I built this PR locally for my native architecture, `x86_64 libc`
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
 -->

The shlib should have been changed in the last version to libdav1d5. Also, why does `libdav1d3` still show up when querying?

A patch file from https://github.com/void-linux/void-packages/pull/35501.patch is attached

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

From fa5a8318a0d3ad861bea65e056a171c6b71ef38e Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Fri, 25 Feb 2022 05:45:37 +0200
Subject: [PATCH 1/2] dav1d: update to 0.9.2

---
 common/shlibs                    | 2 +-
 srcpkgs/dav1d/template           | 8 ++++----
 srcpkgs/{libdav1d4 => libdav1d5} | 0
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename srcpkgs/{libdav1d4 => libdav1d5} (100%)

diff --git a/common/shlibs b/common/shlibs
index 019618205973..e08d63b8ae79 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3557,7 +3557,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
 libcsfml-system.so.2.5 CSFML-2.5_1
 libcsfml-network.so.2.5 CSFML-2.5_1
 libtokyocabinet.so.9 tokyocabinet-1.4.48_1
-libdav1d.so.5 libdav1d4-0.8.1_1
+libdav1d.so.5 libdav1d5-0.9.2_1
 libdqlite.so.0 dqlite-0.2.1_1
 libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 483f61feb17d..e58cb125aacf 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.8.1
+version=0.9.2
 revision=1
 build_style=meson
 configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
@@ -12,9 +12,9 @@ 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=842da2945afcf54e651d17112bf2823a238e6c935a6c8dff3a8e96a2eb740269
+checksum=0d198c4fe63fe7f0395b1b17de75b21c8c4508cd3204996229355759efa30ef8
 
-libdav1d4_package() {
+libdav1d5_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
@@ -23,7 +23,7 @@ libdav1d4_package() {
 }
 
 libdav1d-devel_package() {
-	depends="libdav1d4-${version}_${revision}"
+	depends="libdav1d5-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/libdav1d4 b/srcpkgs/libdav1d5
similarity index 100%
rename from srcpkgs/libdav1d4
rename to srcpkgs/libdav1d5

From a3d9f8bc8ecf1119b528018851d9b07def028c3c Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Fri, 25 Feb 2022 05:46:13 +0200
Subject: [PATCH 2/2] ffmpeg: revbump to build against libdav1d5

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

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index c5929b4582f3..51bf6a9bc105 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=1
+revision=2
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Updated] dav1d: update to 0.9.2
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (6 preceding siblings ...)
  2022-02-25  3:54 ` mustaqimM
@ 2022-03-19  5:25 ` mustaqimM
  2022-06-10 13:49 ` dav1d: update to 1.0.0 38github
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mustaqimM @ 2022-03-19  5:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_dav1d
https://github.com/void-linux/void-packages/pull/35501

dav1d: update to 0.9.2
<!-- 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 [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
- [x] I built this PR locally for my native architecture, `x86_64 libc`
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
 -->

The shlib should have been changed in the last version to libdav1d5. Also, why does `libdav1d3` still show up when querying?

A patch file from https://github.com/void-linux/void-packages/pull/35501.patch is attached

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

From 42b418248a572790a696ee2b3403af8bd3b05ec5 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Sat, 19 Mar 2022 07:24:50 +0200
Subject: [PATCH 1/2] dav1d: update to 1.0.0

---
 common/shlibs                    | 2 +-
 srcpkgs/dav1d/template           | 8 ++++----
 srcpkgs/{libdav1d4 => libdav1d6} | 0
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename srcpkgs/{libdav1d4 => libdav1d6} (100%)

diff --git a/common/shlibs b/common/shlibs
index 83b5783cb026..2b1528e274b0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3558,7 +3558,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
 libcsfml-system.so.2.5 CSFML-2.5_1
 libcsfml-network.so.2.5 CSFML-2.5_1
 libtokyocabinet.so.9 tokyocabinet-1.4.48_1
-libdav1d.so.5 libdav1d4-0.8.1_1
+libdav1d.so.6 libdav1d6-1.0.0_1
 libdqlite.so.0 dqlite-0.2.1_1
 libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 483f61feb17d..84c9c7e50bb6 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.8.1
+version=1.0.0
 revision=1
 build_style=meson
 configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
@@ -12,9 +12,9 @@ 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=842da2945afcf54e651d17112bf2823a238e6c935a6c8dff3a8e96a2eb740269
+checksum=4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f
 
-libdav1d4_package() {
+libdav1d6_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
@@ -23,7 +23,7 @@ libdav1d4_package() {
 }
 
 libdav1d-devel_package() {
-	depends="libdav1d4-${version}_${revision}"
+	depends="libdav1d6-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/libdav1d4 b/srcpkgs/libdav1d6
similarity index 100%
rename from srcpkgs/libdav1d4
rename to srcpkgs/libdav1d6

From 8775e56fea33df71002c1a379986d3cb3ab0daea Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Sat, 19 Mar 2022 07:25:12 +0200
Subject: [PATCH 2/2] ffmpeg: revbump to build against libdav1d6

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

* Re: dav1d: update to 1.0.0
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (7 preceding siblings ...)
  2022-03-19  5:25 ` mustaqimM
@ 2022-06-10 13:49 ` 38github
  2022-06-10 13:51 ` 38github
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: 38github @ 2022-06-10 13:49 UTC (permalink / raw)
  To: ml

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

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#issuecomment-1152383807

Comment:
What is needed to get this into the repository?

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

* Re: dav1d: update to 1.0.0
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (8 preceding siblings ...)
  2022-06-10 13:49 ` dav1d: update to 1.0.0 38github
@ 2022-06-10 13:51 ` 38github
  2022-06-10 14:01 ` leahneukirchen
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: 38github @ 2022-06-10 13:51 UTC (permalink / raw)
  To: ml

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

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#issuecomment-1152383807

Comment:
What is needed to get this into the repository? I can't see a 1.0.0 release but there is a 0.9.2 version

[https://code.videolan.org/videolan/dav1d/-/releases/0.9.2](url)

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

* Re: dav1d: update to 1.0.0
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (9 preceding siblings ...)
  2022-06-10 13:51 ` 38github
@ 2022-06-10 14:01 ` leahneukirchen
  2022-06-10 15:02 ` 38github
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: leahneukirchen @ 2022-06-10 14:01 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#issuecomment-1152395097

Comment:
@mustaqimM please rebase, then this is good to go.

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

* Re: dav1d: update to 1.0.0
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (10 preceding siblings ...)
  2022-06-10 14:01 ` leahneukirchen
@ 2022-06-10 15:02 ` 38github
  2022-06-11 20:10 ` 38github
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: 38github @ 2022-06-10 15:02 UTC (permalink / raw)
  To: ml

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

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#issuecomment-1152383807

Comment:
What is needed to get this into the repository? I can't see a 1.0.0 release but there is a 0.9.2 version

[https://code.videolan.org/videolan/dav1d/-/releases/0.9.2](url)

EDIT: It is strange but there does seem to be a 1.0.0 release which is not visible under dav1d's gitlab releases page but is in i.e. Arch Linux' repository.

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

* Re: dav1d: update to 1.0.0
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (11 preceding siblings ...)
  2022-06-10 15:02 ` 38github
@ 2022-06-11 20:10 ` 38github
  2022-06-12  4:26 ` [PR PATCH] [Updated] " mustaqimM
  2022-06-13  8:24 ` [PR PATCH] [Merged]: " leahneukirchen
  14 siblings, 0 replies; 16+ messages in thread
From: 38github @ 2022-06-11 20:10 UTC (permalink / raw)
  To: ml

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

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/pull/35501#issuecomment-1152990873

Comment:
> @mustaqimM please rebase, then this is good to go.

Can you please explain what a rebase means, please? I am a novice.

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

* Re: [PR PATCH] [Updated] dav1d: update to 1.0.0
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (12 preceding siblings ...)
  2022-06-11 20:10 ` 38github
@ 2022-06-12  4:26 ` mustaqimM
  2022-06-13  8:24 ` [PR PATCH] [Merged]: " leahneukirchen
  14 siblings, 0 replies; 16+ messages in thread
From: mustaqimM @ 2022-06-12  4:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages update_dav1d
https://github.com/void-linux/void-packages/pull/35501

dav1d: 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 [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
- [x] I built this PR locally for my native architecture, `x86_64 libc`
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
 -->

The shlib should have been changed in the last version to libdav1d5. Also, why does `libdav1d3` still show up when querying?

A patch file from https://github.com/void-linux/void-packages/pull/35501.patch is attached

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

From 44f1acf1abdb3af078a9fe8867f80a9ccb3a90c2 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Sat, 19 Mar 2022 07:24:50 +0200
Subject: [PATCH] dav1d: update to 1.0.0

---
 common/shlibs                    | 2 +-
 srcpkgs/dav1d/template           | 8 ++++----
 srcpkgs/{libdav1d4 => libdav1d6} | 0
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename srcpkgs/{libdav1d4 => libdav1d6} (100%)

diff --git a/common/shlibs b/common/shlibs
index e04037a9f2f0..c4429c392320 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3559,7 +3559,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
 libcsfml-system.so.2.5 CSFML-2.5_1
 libcsfml-network.so.2.5 CSFML-2.5_1
 libtokyocabinet.so.9 tokyocabinet-1.4.48_1
-libdav1d.so.5 libdav1d4-0.8.1_1
+libdav1d.so.6 libdav1d6-1.0.0_1
 libdqlite.so.0 dqlite-0.2.1_1
 libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
 libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 483f61feb17d..84c9c7e50bb6 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.8.1
+version=1.0.0
 revision=1
 build_style=meson
 configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
@@ -12,9 +12,9 @@ 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=842da2945afcf54e651d17112bf2823a238e6c935a6c8dff3a8e96a2eb740269
+checksum=4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f
 
-libdav1d4_package() {
+libdav1d6_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
@@ -23,7 +23,7 @@ libdav1d4_package() {
 }
 
 libdav1d-devel_package() {
-	depends="libdav1d4-${version}_${revision}"
+	depends="libdav1d6-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/libdav1d4 b/srcpkgs/libdav1d6
similarity index 100%
rename from srcpkgs/libdav1d4
rename to srcpkgs/libdav1d6

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

* Re: [PR PATCH] [Merged]: dav1d: update to 1.0.0
  2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
                   ` (13 preceding siblings ...)
  2022-06-12  4:26 ` [PR PATCH] [Updated] " mustaqimM
@ 2022-06-13  8:24 ` leahneukirchen
  14 siblings, 0 replies; 16+ messages in thread
From: leahneukirchen @ 2022-06-13  8:24 UTC (permalink / raw)
  To: ml

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

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

dav1d: update to 1.0.0
https://github.com/void-linux/void-packages/pull/35501

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 [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
- [x] I built this PR locally for my native architecture, `x86_64 libc`
<!-- 
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
 -->

The shlib should have been changed in the last version to libdav1d5. Also, why does `libdav1d3` still show up when querying?

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

end of thread, other threads:[~2022-06-13  8:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10  7:20 [PR PATCH] dav1d: update to 0.9.2 mustaqimM
2022-02-11 19:06 ` tibequadorian
2022-02-11 22:06 ` [PR REVIEW] " leahneukirchen
2022-02-12  5:23 ` mustaqimM
2022-02-14 20:57 ` leahneukirchen
2022-02-24  3:40 ` [PR PATCH] [Updated] " mustaqimM
2022-02-25  3:46 ` mustaqimM
2022-02-25  3:54 ` mustaqimM
2022-03-19  5:25 ` mustaqimM
2022-06-10 13:49 ` dav1d: update to 1.0.0 38github
2022-06-10 13:51 ` 38github
2022-06-10 14:01 ` leahneukirchen
2022-06-10 15:02 ` 38github
2022-06-11 20:10 ` 38github
2022-06-12  4:26 ` [PR PATCH] [Updated] " mustaqimM
2022-06-13  8:24 ` [PR PATCH] [Merged]: " leahneukirchen

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