Monday, November 01, 2021

UPDATE: mpv 0.34.0

Here is an update to mpv 0.34.0.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/mpv/Makefile,v
retrieving revision 1.74
diff -u -p -u -p -r1.74 Makefile
--- Makefile 15 Sep 2021 05:16:24 -0000 1.74
+++ Makefile 2 Nov 2021 00:37:13 -0000
@@ -4,8 +4,7 @@ COMMENT = movie player based on MPlayer

GH_ACCOUNT = mpv-player
GH_PROJECT = mpv
-GH_TAGNAME = v0.33.1
-REVISION = 2
+GH_TAGNAME = v0.34.0

SHARED_LIBS += mpv 0.2 # 1.109

Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/mpv/distinfo,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 distinfo
--- distinfo 7 Apr 2021 06:58:46 -0000 1.26
+++ distinfo 2 Nov 2021 00:37:35 -0000
@@ -1,4 +1,4 @@
-SHA256 (mpv-0.33.1.tar.gz) = EAoRa58jvc2jpZbp8mvjpp8Wak8dAJENF4m2VxxG86k=
+SHA256 (mpv-0.34.0.tar.gz) = 9lT7YnXlF49X4FXSCRjX004ZlJvJjrv0pzcZAuiM4wk=
SHA256 (waf-2.0.20) = v5cemO3CQUloomLGqmuIVBomw80khonIn0xXNwlV7n8=
-SIZE (mpv-0.33.1.tar.gz) = 3259882
+SIZE (mpv-0.34.0.tar.gz) = 3287976
SIZE (waf-2.0.20) = 104725
Index: patches/patch-DOCS_man_ao_rst
===================================================================
RCS file: /home/cvs/ports/multimedia/mpv/patches/patch-DOCS_man_ao_rst,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-DOCS_man_ao_rst
--- patches/patch-DOCS_man_ao_rst 22 Aug 2021 06:59:18 -0000 1.1
+++ patches/patch-DOCS_man_ao_rst 2 Nov 2021 00:38:56 -0000
@@ -7,7 +7,7 @@ https://github.com/mpv-player/mpv/pull/8
Index: DOCS/man/ao.rst
--- DOCS/man/ao.rst.orig
+++ DOCS/man/ao.rst
-@@ -216,5 +216,11 @@ Available audio output drivers are:
+@@ -219,5 +219,11 @@ Available audio output drivers are:
``no-waveheader`` option - with ``waveheader`` it's broken, because
it will write a WAVE header every time the file is opened.

Index: patches/patch-audio_out_ao_c
===================================================================
RCS file: /home/cvs/ports/multimedia/mpv/patches/patch-audio_out_ao_c,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-audio_out_ao_c
--- patches/patch-audio_out_ao_c 22 Aug 2021 06:59:18 -0000 1.1
+++ patches/patch-audio_out_ao_c 2 Nov 2021 00:38:53 -0000
@@ -7,7 +7,7 @@ https://github.com/mpv-player/mpv/pull/8
Index: audio/out/ao.c
--- audio/out/ao.c.orig
+++ audio/out/ao.c
-@@ -40,6 +40,7 @@ extern const struct ao_driver audio_out_audiounit;
+@@ -41,6 +41,7 @@ extern const struct ao_driver audio_out_audiounit;
extern const struct ao_driver audio_out_coreaudio;
extern const struct ao_driver audio_out_coreaudio_exclusive;
extern const struct ao_driver audio_out_rsound;
@@ -15,7 +15,7 @@ Index: audio/out/ao.c
extern const struct ao_driver audio_out_pulse;
extern const struct ao_driver audio_out_jack;
extern const struct ao_driver audio_out_openal;
-@@ -83,6 +84,9 @@ static const struct ao_driver * const audio_out_driver
+@@ -87,6 +88,9 @@ static const struct ao_driver * const audio_out_driver

No comments:

Post a Comment