Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mpv: update to 0.38.0.
@ 2024-04-19 15:47 iFoundSilentHouse
  2024-04-20 12:55 ` AnInternetTroll
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: iFoundSilentHouse @ 2024-04-19 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages mpv-0.38
https://github.com/void-linux/void-packages/pull/49924

mpv: update to 0.38.0.
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64-musl

About shaderc disabling: https://github.com/mpv-player/mpv/commit/60a31a8a284e539043c47a33ff90f3d55aade6a8

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

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

From 21a3b8f13b36ebac583c307a9962ab897e0cd612 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Fri, 19 Apr 2024 21:37:59 +0600
Subject: [PATCH] mpv: update to 0.38.0.

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

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 3d4349e27d8f62..78ab959982ee99 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,6 +1,6 @@
 # Template file for 'mpv'
 pkgname=mpv
-version=0.37.0
+version=0.38.0
 revision=1
 build_style=meson
 configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
@@ -16,7 +16,6 @@ configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
  $(vopt_feature vapoursynth vapoursynth)
  $(vopt_feature vdpau vdpau)
  $(vopt_feature vulkan vulkan)
- $(vopt_feature vulkan shaderc)
  $(vopt_feature wayland wayland)
  $(vopt_feature x11 x11)
  $(vopt_feature pipewire pipewire)
@@ -31,7 +30,7 @@ makedepends="MesaLib-devel ffmpeg-devel harfbuzz-devel libXv-devel libass-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if pipewire pipewire-devel)
  $(vopt_if sdl2 SDL2-devel) $(vopt_if vapoursynth vapoursynth-devel)
  $(vopt_if vdpau libvdpau-devel) $(vopt_if sndio sndio-devel)
- $(vopt_if vulkan "Vulkan-Headers vulkan-loader shaderc")
+ $(vopt_if vulkan "Vulkan-Headers vulkan-loader")
  $(vopt_if wayland "wayland-devel wayland-protocols libxkbcommon-devel")
  $(vopt_if x11 "libXScrnSaver-devel libXinerama-devel libXrandr-devel libXpresent-devel")"
 depends="desktop-file-utils hicolor-icon-theme"
@@ -41,7 +40,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=1d2d4adbaf048a2fa6ee134575032c4b2dad9a7efafd5b3e69b88db935afaddf
+checksum=86d9ef40b6058732f67b46d0bbda24a074fae860b3eaae05bab3145041303066
 python_version=3
 
 build_options="alsa caca jack lcms lua openal pulseaudio pipewire sdl2

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

* Re: mpv: update to 0.38.0.
  2024-04-19 15:47 [PR PATCH] mpv: update to 0.38.0 iFoundSilentHouse
@ 2024-04-20 12:55 ` AnInternetTroll
  2024-04-20 13:43 ` iFoundSilentHouse
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: AnInternetTroll @ 2024-04-20 12:55 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/49924#issuecomment-2067665066

Comment:
Tested on x86\_64-glibc with a youtube video and an mp4 file I had lying
around. Works as intended!


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

* Re: mpv: update to 0.38.0.
  2024-04-19 15:47 [PR PATCH] mpv: update to 0.38.0 iFoundSilentHouse
  2024-04-20 12:55 ` AnInternetTroll
@ 2024-04-20 13:43 ` iFoundSilentHouse
  2024-04-20 17:01 ` AnInternetTroll
  2024-04-23 19:35 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: iFoundSilentHouse @ 2024-04-20 13:43 UTC (permalink / raw)
  To: ml

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

New comment by iFoundSilentHouse on void-packages repository

https://github.com/void-linux/void-packages/pull/49924#issuecomment-2067678828

Comment:
> Tested on x86_64-glibc with a youtube video and an mp4 file I had lying around. Works as intended!

Check out new zooming feature then! :) It was just presented in v0.38. Ctrl+mouse scroll

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

* Re: mpv: update to 0.38.0.
  2024-04-19 15:47 [PR PATCH] mpv: update to 0.38.0 iFoundSilentHouse
  2024-04-20 12:55 ` AnInternetTroll
  2024-04-20 13:43 ` iFoundSilentHouse
@ 2024-04-20 17:01 ` AnInternetTroll
  2024-04-23 19:35 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: AnInternetTroll @ 2024-04-20 17:01 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/49924#issuecomment-2067729948

Comment:
Zooming also works fine. Some weird behaviour with subtitles, where the
more you zoom in the smaller the subtitles get, and the more you zoom
out the bigger the subtitles get, but I doubt that's void related.
Probably just the intended behaviour upstream wanted.


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

* Re: [PR PATCH] [Merged]: mpv: update to 0.38.0.
  2024-04-19 15:47 [PR PATCH] mpv: update to 0.38.0 iFoundSilentHouse
                   ` (2 preceding siblings ...)
  2024-04-20 17:01 ` AnInternetTroll
@ 2024-04-23 19:35 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2024-04-23 19:35 UTC (permalink / raw)
  To: ml

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

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

mpv: update to 0.38.0.
https://github.com/void-linux/void-packages/pull/49924

Description:
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64-musl

About shaderc disabling: https://github.com/mpv-player/mpv/commit/60a31a8a284e539043c47a33ff90f3d55aade6a8

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

end of thread, other threads:[~2024-04-23 19:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19 15:47 [PR PATCH] mpv: update to 0.38.0 iFoundSilentHouse
2024-04-20 12:55 ` AnInternetTroll
2024-04-20 13:43 ` iFoundSilentHouse
2024-04-20 17:01 ` AnInternetTroll
2024-04-23 19:35 ` [PR PATCH] [Merged]: " 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).