Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dav1d: update to 0.6.0. (soname bump)
@ 2020-04-11 14:39 daniel-eys
  2020-04-12  8:07 ` [PR PATCH] [Merged]: " xtraeme
  0 siblings, 1 reply; 2+ messages in thread
From: daniel-eys @ 2020-04-11 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages dav1d
https://github.com/void-linux/void-packages/pull/20879

dav1d: update to 0.6.0. (soname bump)
None

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

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

From 8c567ca10dd54e2bd9299bc45b59555e356cf863 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 11 Apr 2020 15:48:46 +0200
Subject: [PATCH 1/2] dav1d: update to 0.6.0.

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

diff --git a/common/shlibs b/common/shlibs
index 2deca5d7cb0..ce64a48913a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3515,7 +3515,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.3 libdav1d3-0.5.0_1
+libdav1d.so.4 libdav1d4-0.6.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 8dcfd3fb4e2..308a323680a 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.5.2
+version=0.6.0
 revision=1
 build_style=meson
 configure_args="-Dbuild_tests=false -Dbuild_asm=true -Dbuild_tools=true
@@ -12,18 +12,18 @@ 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=1780199d71e62a82ca1bfca2d71da5c599c7e1edc68c72f6fc3c0c25ce1880b7
+checksum=7fcfb4d2e43681f99faaad29d2a81c0ecc42d6e2b94eb4d1fded4e9dcb3661f1
 
-libdav1d3_package() {
+libdav1d4_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
-		 vmove "usr/lib/*.so.*"
-		 vlicense COPYING
+		vmove "usr/lib/*.so.*"
+		vlicense COPYING
 	}
 }
 
 libdav1d-devel_package() {
-	depends="libdav1d3-${version}_${revision}"
+	depends="libdav1d4-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/libdav1d3 b/srcpkgs/libdav1d4
similarity index 100%
rename from srcpkgs/libdav1d3
rename to srcpkgs/libdav1d4

From ab84eb532d5a1f9a8ff7992825b9424c4afadeaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 11 Apr 2020 15:57:43 +0200
Subject: [PATCH 2/2] ffmpeg: rebuild against libdav1d4

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

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 53e99729fac..363dece0fa8 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.2.2
-revision=2
+revision=3
 short_desc="Decoding, encoding and streaming software"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Merged]: dav1d: update to 0.6.0. (soname bump)
  2020-04-11 14:39 [PR PATCH] dav1d: update to 0.6.0. (soname bump) daniel-eys
@ 2020-04-12  8:07 ` xtraeme
  0 siblings, 0 replies; 2+ messages in thread
From: xtraeme @ 2020-04-12  8:07 UTC (permalink / raw)
  To: ml

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

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

dav1d: update to 0.6.0. (soname bump)
https://github.com/void-linux/void-packages/pull/20879

Description:
None

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

end of thread, other threads:[~2020-04-12  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11 14:39 [PR PATCH] dav1d: update to 0.6.0. (soname bump) daniel-eys
2020-04-12  8:07 ` [PR PATCH] [Merged]: " xtraeme

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