Github messages for voidlinux
 help / color / mirror / Atom feed
From: zen0bit <zen0bit@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mpv: update to 0.37.0, libplacebo: update to 6.338.1
Date: Thu, 22 Feb 2024 02:02:24 +0100	[thread overview]
Message-ID: <20240222010224.511EC22164@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47361@inbox.vuxu.org>

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

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

https://github.com/oSoWoSo/VUR mpv
https://github.com/void-linux/void-packages/pull/47361

mpv: update to 0.37.0, libplacebo: update to 6.338.1
#### Testing the changes
- I tested the changes in this PR: **played movie**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 6f8adf0ca096afe7bcd8e606c38da9a4724a9609 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 23 Nov 2023 10:04:14 +0100
Subject: [PATCH 1/2] libplacebo: update to 6.338.1

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

diff --git a/common/shlibs b/common/shlibs
index cde1106f7dbeff..1470cd86403af5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3401,7 +3401,7 @@ libSoapySDR.so.0.8 SoapySDR-0.8.1_1
 libeditorconfig.so.0 editorconfig-0.12.2_1
 libcfitsio.so.10 cfitsio-4.2.0_1
 libapparmor.so.1 libapparmor-2.12.0_1
-libplacebo.so.264 libplacebo-5.264.1_1
+libplacebo.so.338 libplacebo-6.338.1_1
 libw2xc.so waifu2x-converter-cpp-5.2_1
 libnova-0.15.so.0 libnova-0.15.0_1
 libcue.so.2 libcue-2.2.0_1
diff --git a/srcpkgs/libplacebo/template b/srcpkgs/libplacebo/template
index d18d96167f8e53..0a8858523d2e5f 100644
--- a/srcpkgs/libplacebo/template
+++ b/srcpkgs/libplacebo/template
@@ -1,6 +1,6 @@
 # Template file for 'libplacebo'
 pkgname=libplacebo
-version=5.264.1
+version=6.338.1
 revision=1
 build_style=meson
 configure_args="-Dshaderc=enabled -Dvulkan=enabled -Ddemos=false
@@ -14,7 +14,7 @@ maintainer="Enrico Belleri <idesmi@protonmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://code.videolan.org/videolan/libplacebo"
 distfiles="https://code.videolan.org/videolan/libplacebo/-/archive/v${version}/libplacebo-v${version}.tar.gz"
-checksum=9eb0c198f58d994f1c0d173dd37647d4d07d27972412c48ab758e984503c787b
+checksum=f748bf9385f4c228e1379d7d1bed13581176bfdc54eb99f4abe22e649f8dc93f
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtests=true"

From ed85566e7fa036303a1debfe94d56da004b12491 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 23 Nov 2023 10:04:33 +0100
Subject: [PATCH 2/2] mpv: update to 0.37.0

---
 srcpkgs/mpv/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 4948d1e332cb8b..06e50630797ffb 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,7 +1,7 @@
 # Template file for 'mpv'
 pkgname=mpv
-version=0.36.0
-revision=4
+version=0.37.0
+revision=1
 build_style=meson
 configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
  -Dlibmpv=true -Dcplugins=enabled
@@ -41,7 +41,7 @@ license="GPL-2.0-or-later"
 homepage="https://mpv.io"
 changelog="https://github.com/mpv-player/mpv/releases"
 distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
-checksum=29abc44f8ebee013bb2f9fe14d80b30db19b534c679056e4851ceadf5a5e8bf6
+checksum=1d2d4adbaf048a2fa6ee134575032c4b2dad9a7efafd5b3e69b88db935afaddf
 python_version=3
 
 build_options="alsa caca jack lcms lua openal pulseaudio pipewire sdl2

  parent reply	other threads:[~2024-02-22  1:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23  9:46 [PR PATCH] " zen0bit
2023-11-23 23:35 ` daniel-eys
2023-12-27  2:19 ` ahesford
2024-02-10 10:54 ` sfan5
2024-02-10 13:21 ` zen0bit
2024-02-10 14:14 ` ahesford
2024-02-10 14:42 ` zen0bit
2024-02-22  0:05 ` ahesford
2024-02-22  1:02 ` zen0bit [this message]
2024-02-24 10:29 ` [PR PATCH] [Updated] " zen0bit
2024-02-24 13:10 ` [PR PATCH] [Closed]: " ahesford

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=20240222010224.511EC22164@inbox.vuxu.org \
    --to=zen0bit@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).