Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mpv: update to 0.37.0, libplacebo: update to 6.338.1
@ 2023-11-23  9:46 zen0bit
  2023-11-23 23:35 ` daniel-eys
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: zen0bit @ 2023-11-23  9:46 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2776 bytes --]

From fc01e62f1cfa28d487de9342862110ea0abff541 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 247bfca781f5d..27826088b344a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3407,7 +3407,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 d18d96167f8e5..0a8858523d2e5 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 f6cf26749da379553fcd02bd202d76de5ac93957 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 4948d1e332cb8..06e50630797ff 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

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

end of thread, other threads:[~2024-02-24 13:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23  9:46 [PR PATCH] mpv: update to 0.37.0, libplacebo: update to 6.338.1 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 ` [PR PATCH] [Updated] " zen0bit
2024-02-24 10:29 ` zen0bit
2024-02-24 13:10 ` [PR PATCH] [Closed]: " ahesford

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