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.1
Date: Wed, 30 Oct 2019 12:54:47 +0100	[thread overview]
Message-ID: <20191030115447.xQlYgXVgIpWdDFtlMJtxX6NufiHGUIYQywBWz2zLnB0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15930@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/15930

dav1d: update to 0.5.1


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

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

From 6faebbb44536a250549ac0767da8555d26ae6faa Mon Sep 17 00:00:00 2001
From: mustaqim <mustaqim@pm.me>
Date: Wed, 30 Oct 2019 05:57:24 +0200
Subject: [PATCH] dav1d: update to 0.5.1

---
 ...8f47f0eebcdfebb1753a786e3e1654b51ea4.patch | 38 -------------------
 srcpkgs/dav1d/template                        |  4 +-
 2 files changed, 2 insertions(+), 40 deletions(-)
 delete mode 100644 srcpkgs/dav1d/patches/a6228f47f0eebcdfebb1753a786e3e1654b51ea4.patch

diff --git a/srcpkgs/dav1d/patches/a6228f47f0eebcdfebb1753a786e3e1654b51ea4.patch b/srcpkgs/dav1d/patches/a6228f47f0eebcdfebb1753a786e3e1654b51ea4.patch
deleted file mode 100644
index e5fc394e638..00000000000
--- a/srcpkgs/dav1d/patches/a6228f47f0eebcdfebb1753a786e3e1654b51ea4.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From a6228f47f0eebcdfebb1753a786e3e1654b51ea4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
-Date: Fri, 11 Oct 2019 13:17:36 +0300
-Subject: [PATCH] arm64: ipred: Make sure all symbols are aligned
-
-If building with debug information enabled, binutils error out with
-"unaligned opcodes detected in executable segment", if there are
-symbols (even local ones that don't end up in the symbol table)
-that point to unaligned addresses in the text section.
-
-This fixes issue #300.
----
- src/arm/64/ipred.S | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/arm/64/ipred.S b/src/arm/64/ipred.S
-index 41b3c1cb..9513212b 100644
---- src/arm/64/ipred.S
-+++ src/arm/64/ipred.S
-@@ -2244,6 +2244,7 @@ L(ipred_cfl_ac_420_tbl):
-         .hword L(ipred_cfl_ac_420_tbl) - L(ipred_cfl_ac_420_w16)
-         .hword L(ipred_cfl_ac_420_tbl) - L(ipred_cfl_ac_420_w8)
-         .hword L(ipred_cfl_ac_420_tbl) - L(ipred_cfl_ac_420_w4)
-+        .hword 0
- 
- L(ipred_cfl_ac_420_w16_tbl):
-         .hword L(ipred_cfl_ac_420_w16_tbl) - L(ipred_cfl_ac_420_w16_wpad0)
-@@ -2432,6 +2433,7 @@ L(ipred_cfl_ac_422_tbl):
-         .hword L(ipred_cfl_ac_422_tbl) - L(ipred_cfl_ac_422_w16)
-         .hword L(ipred_cfl_ac_422_tbl) - L(ipred_cfl_ac_422_w8)
-         .hword L(ipred_cfl_ac_422_tbl) - L(ipred_cfl_ac_422_w4)
-+        .hword 0
- 
- L(ipred_cfl_ac_422_w16_tbl):
-         .hword L(ipred_cfl_ac_422_w16_tbl) - L(ipred_cfl_ac_422_w16_wpad0)
--- 
-2.22.0
-
diff --git a/srcpkgs/dav1d/template b/srcpkgs/dav1d/template
index 10a0c949fba..f1cf49194af 100644
--- a/srcpkgs/dav1d/template
+++ b/srcpkgs/dav1d/template
@@ -1,6 +1,6 @@
 # Template file for 'dav1d'
 pkgname=dav1d
-version=0.5.0
+version=0.5.1
 revision=1
 build_style=meson
 configure_args="-Dbuild_tests=false -Dbuild_asm=true -Dbuild_tools=true
@@ -12,7 +12,7 @@ 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=b29c159bf7c56e8b6ae81bb24704599819fa89399ec3d6db3dbc052d7bc5baf8
+checksum=0214d201a338e8418f805b68f9ad277e33d79c18594dee6eaf6dcd74db2674a9
 
 libdav1d3_package() {
 	short_desc+=" - runtime library"

  parent reply	other threads:[~2019-10-30 11:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30  3:58 [PR PATCH] " voidlinux-github
2019-10-30  4:28 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30  4:28 ` voidlinux-github
2019-10-30  4:58 ` voidlinux-github
2019-10-30  6:58 ` voidlinux-github
2019-10-30 11:54 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30 11:54 ` voidlinux-github [this message]
2019-10-30 12:03 ` voidlinux-github
2019-10-30 12:07 ` [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=20191030115447.xQlYgXVgIpWdDFtlMJtxX6NufiHGUIYQywBWz2zLnB0@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).