Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mpv: compile with uchardet
@ 2020-10-01 14:50 ardadem
  2020-10-01 19:41 ` leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ardadem @ 2020-10-01 14:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ardadem/void-packages pr-mpv
https://github.com/void-linux/void-packages/pull/25230

mpv: compile with uchardet
"If mpv was not compiled with uchardet, then utf-8 is the effective default."

non-utf8 subtitles are broken without this

ref: https://mpv.io/manual/stable/#subtitles

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

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

From 99ea5b7aef288b76243250a678d3b06f48139626 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 1 Oct 2020 17:22:04 +0300
Subject: [PATCH] mpv: compile with uchardet

---
 srcpkgs/mpv/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 598624e8949..0af6b1bdec7 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -14,7 +14,7 @@ configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
 hostmakedepends="pkg-config python3-docutils perl $(vopt_if wayland wayland-devel)"
 makedepends="MesaLib-devel ffmpeg-devel harfbuzz-devel lcms2-devel libXv-devel
  libass-devel libbluray-devel libcdio-paranoia-devel libdvdnav-devel
- libguess-devel libuuid-devel libva-glx-devel rubberband-devel
+ libguess-devel libuuid-devel libva-glx-devel rubberband-devel uchardet-devel
  libarchive-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if caca libcaca-devel)
  $(vopt_if jack jack-devel) $(vopt_if lua lua52-devel)
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if sdl2 SDL2-devel)

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

* Re: mpv: compile with uchardet
  2020-10-01 14:50 [PR PATCH] mpv: compile with uchardet ardadem
@ 2020-10-01 19:41 ` leahneukirchen
  2020-10-01 20:01 ` [PR PATCH] [Updated] " ardadem
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2020-10-01 19:41 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/25230#issuecomment-702356299

Comment:
Needs bump of revision=.

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

* Re: [PR PATCH] [Updated] mpv: compile with uchardet
  2020-10-01 14:50 [PR PATCH] mpv: compile with uchardet ardadem
  2020-10-01 19:41 ` leahneukirchen
@ 2020-10-01 20:01 ` ardadem
  2020-10-01 20:02 ` ardadem
  2020-10-03 13:35 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: ardadem @ 2020-10-01 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ardadem/void-packages pr-mpv
https://github.com/void-linux/void-packages/pull/25230

mpv: compile with uchardet
"If mpv was not compiled with uchardet, then utf-8 is the effective default."

non-utf8 subtitles are broken without this

ref: https://mpv.io/manual/stable/#subtitles

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

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

From b1a0f045dfc476ef74573431f23a4df6f242d8c8 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 1 Oct 2020 17:22:04 +0300
Subject: [PATCH] mpv: compile with uchardet

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

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index 598624e8949..c45a163d0b3 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,7 +1,7 @@
 # Template file for 'mpv'
 pkgname=mpv
 version=0.32.0
-revision=3
+revision=4
 build_style=waf3
 configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
  --enable-dvdnav --enable-cdda --enable-libmpv-shared
@@ -14,7 +14,7 @@ configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
 hostmakedepends="pkg-config python3-docutils perl $(vopt_if wayland wayland-devel)"
 makedepends="MesaLib-devel ffmpeg-devel harfbuzz-devel lcms2-devel libXv-devel
  libass-devel libbluray-devel libcdio-paranoia-devel libdvdnav-devel
- libguess-devel libuuid-devel libva-glx-devel rubberband-devel
+ libguess-devel libuuid-devel libva-glx-devel rubberband-devel uchardet-devel
  libarchive-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if caca libcaca-devel)
  $(vopt_if jack jack-devel) $(vopt_if lua lua52-devel)
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if sdl2 SDL2-devel)

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

* Re: mpv: compile with uchardet
  2020-10-01 14:50 [PR PATCH] mpv: compile with uchardet ardadem
  2020-10-01 19:41 ` leahneukirchen
  2020-10-01 20:01 ` [PR PATCH] [Updated] " ardadem
@ 2020-10-01 20:02 ` ardadem
  2020-10-03 13:35 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: ardadem @ 2020-10-01 20:02 UTC (permalink / raw)
  To: ml

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

New comment by ardadem on void-packages repository

https://github.com/void-linux/void-packages/pull/25230#issuecomment-702366545

Comment:
done

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

* Re: [PR PATCH] [Merged]: mpv: compile with uchardet
  2020-10-01 14:50 [PR PATCH] mpv: compile with uchardet ardadem
                   ` (2 preceding siblings ...)
  2020-10-01 20:02 ` ardadem
@ 2020-10-03 13:35 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2020-10-03 13:35 UTC (permalink / raw)
  To: ml

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

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

mpv: compile with uchardet
https://github.com/void-linux/void-packages/pull/25230

Description:
"If mpv was not compiled with uchardet, then utf-8 is the effective default."

non-utf8 subtitles are broken without this

ref: https://mpv.io/manual/stable/#subtitles

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

end of thread, other threads:[~2020-10-03 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 14:50 [PR PATCH] mpv: compile with uchardet ardadem
2020-10-01 19:41 ` leahneukirchen
2020-10-01 20:01 ` [PR PATCH] [Updated] " ardadem
2020-10-01 20:02 ` ardadem
2020-10-03 13:35 ` [PR PATCH] [Merged]: " leahneukirchen

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