pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/mpv



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Oct 25 08:31:32 UTC 2018

Modified Files:
        pkgsrc/multimedia/mpv: distinfo
        pkgsrc/multimedia/mpv/patches: patch-audio_out_ao__oss.c

Log Message:
mpv: Add a link to upstream pull request


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/multimedia/mpv/distinfo
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/multimedia/mpv/patches/patch-audio_out_ao__oss.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/mpv/distinfo
diff -u pkgsrc/multimedia/mpv/distinfo:1.46 pkgsrc/multimedia/mpv/distinfo:1.47
--- pkgsrc/multimedia/mpv/distinfo:1.46 Tue Oct 23 13:08:39 2018
+++ pkgsrc/multimedia/mpv/distinfo      Thu Oct 25 08:31:32 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2018/10/23 13:08:39 leot Exp $
+$NetBSD: distinfo,v 1.47 2018/10/25 08:31:32 leot Exp $
 
 SHA1 (mpv-0.29.1.tar.gz) = 83f2bc0eb5a8bec9a9d5efc7de0e19a442238ac5
 RMD160 (mpv-0.29.1.tar.gz) = 72a4fda3a72ac4fd37ed04435833fa2cf378a012
 SHA512 (mpv-0.29.1.tar.gz) = ec57c9ceaaf2915ee237dd5a1c5ea5d22725d8611e28a9b998e5bb0d8ab5bdf3631d0267fc7b54da31cb1eaa145ef35841e68846bd41c3b9e1024902e92fd086
 Size (mpv-0.29.1.tar.gz) = 3059503 bytes
-SHA1 (patch-audio_out_ao__oss.c) = 5bc2d81523876b31b226081868117a833c9e2f14
+SHA1 (patch-audio_out_ao__oss.c) = 824c214d0d4464b94e46a922ede4045ae537a534
 SHA1 (patch-player_main.c) = e794199990059cc95050032194bca70557c381d7

Index: pkgsrc/multimedia/mpv/patches/patch-audio_out_ao__oss.c
diff -u pkgsrc/multimedia/mpv/patches/patch-audio_out_ao__oss.c:1.9 pkgsrc/multimedia/mpv/patches/patch-audio_out_ao__oss.c:1.10
--- pkgsrc/multimedia/mpv/patches/patch-audio_out_ao__oss.c:1.9 Tue Oct 23 13:08:39 2018
+++ pkgsrc/multimedia/mpv/patches/patch-audio_out_ao__oss.c     Thu Oct 25 08:31:32 2018
@@ -1,9 +1,13 @@
-$NetBSD: patch-audio_out_ao__oss.c,v 1.9 2018/10/23 13:08:39 leot Exp $
+$NetBSD: patch-audio_out_ao__oss.c,v 1.10 2018/10/25 08:31:32 leot Exp $
 
 - ioctl(..., SNDCTL_DSP_CHANNELS, &nchannels) for not supported nchannels does not
   return an error and instead set nchannels to the default value. Instead of
   failing with no audio, fallbacks to stereo.
 
+Shared upstream via:
+
+ <https://github.com/mpv-player/mpv/pull/6234>
+
 --- audio/out/ao_oss.c.orig    2018-10-02 19:03:41.000000000 +0000
 +++ audio/out/ao_oss.c
 @@ -336,19 +336,23 @@ static int reopen_device(struct ao *ao, 



Home | Main Index | Thread Index | Old Index