Github messages for voidlinux
 help / color / mirror / Atom feed
From: mustaqimM <mustaqimM@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] dav1d: update to 0.9.2
Date: Thu, 10 Feb 2022 08:20:56 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35501@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2022-02-10  7:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10  7:20 mustaqimM [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35501@inbox.vuxu.org \
    --to=mustaqimm@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).