Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] dav1d: update to 0.5.0
Date: Sat, 26 Oct 2019 14:12:29 +0200	[thread overview]
Message-ID: <20191026121229.FZmLiyr8SvToOk_xxNQUCENTeZRcSMJVReOWcjxAa_k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15767@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 321 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/15767

dav1d: update to 0.5.0


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

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

From 8f85b8ca15382a77a91c948cfbb5dd315f96a720 Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Thu, 24 Oct 2019 19:20:48 +0200
Subject: [PATCH] dav1d: update to 0.5.0

---
 common/shlibs                    |  2 +-
 srcpkgs/dav1d/template           | 11 ++++++-----
 srcpkgs/ffmpeg/template          |  2 +-
 srcpkgs/{libdav1d1 => libdav1d3} |  0
 4 files changed, 8 insertions(+), 7 deletions(-)
 rename srcpkgs/{libdav1d1 => libdav1d3} (100%)

diff --git a/common/shlibs b/common/shlibs
index a280247373a..3d8a854c897 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3367,7 +3367,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.1 libdav1d1-0.2.0_1
+libdav1d.so.3 libdav1d3-0.5.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 ba6673de755..10a0c949fba 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,19 +1,20 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.3.1
+version=0.5.0
 revision=1
 build_style=meson
 configure_args="-Dbuild_tests=false -Dbuild_asm=true -Dbuild_tools=true
  -Dfuzzing_engine=none -Dtestdata_tests=false"
 hostmakedepends="nasm"
 short_desc="Small and fast AV1 Decoder"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="mustaqim <mustaqim@pm.me>"
 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=be511d465223cc74aab507fe3a6e4e764501662ebf1a5e233854ed064a7ae204
+checksum=b29c159bf7c56e8b6ae81bb24704599819fa89399ec3d6db3dbc052d7bc5baf8
 
-libdav1d1_package() {
+libdav1d3_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
 		 vmove "usr/lib/*.so.*"
@@ -22,7 +23,7 @@ libdav1d1_package() {
 }
 
 libdav1d-devel_package() {
-	depends="libdav1d1-${version}_${revision}"
+	depends="libdav1d3-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 01287fc19a3..47b34760dd4 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.1
-revision=1
+revision=2
 short_desc="Decoding, encoding and streaming software"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
diff --git a/srcpkgs/libdav1d1 b/srcpkgs/libdav1d3
similarity index 100%
rename from srcpkgs/libdav1d1
rename to srcpkgs/libdav1d3

  parent reply	other threads:[~2019-10-26 12:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 17:21 [PR PATCH] " voidlinux-github
2019-10-26  3:23 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-26  3:23 ` voidlinux-github
2019-10-26 12:12 ` voidlinux-github
2019-10-26 12:12 ` voidlinux-github [this message]
2019-10-26 16:36 ` voidlinux-github
2019-10-26 17:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-26 17:22 ` voidlinux-github
2019-10-26 17:23 ` voidlinux-github
2019-10-26 17:23 ` voidlinux-github
2019-10-27  7:00 ` [PR PATCH] [Merged]: " voidlinux-github

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=20191026121229.FZmLiyr8SvToOk_xxNQUCENTeZRcSMJVReOWcjxAa_k@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).