pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mpv mpv: fix hardcoded interpreter path in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a066b02e01e2
branches:  trunk
changeset: 424957:a066b02e01e2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 16 21:20:02 2020 +0000

description:
mpv: fix hardcoded interpreter path in patch

diffstat:

 multimedia/mpv/distinfo              |  4 ++--
 multimedia/mpv/patches/patch-wscript |  8 +-------
 2 files changed, 3 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 0aae0a092b8a -r a066b02e01e2 multimedia/mpv/distinfo
--- a/multimedia/mpv/distinfo   Mon Mar 16 20:58:18 2020 +0000
+++ b/multimedia/mpv/distinfo   Mon Mar 16 21:20:02 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.61 2020/03/16 20:58:18 nia Exp $
+$NetBSD: distinfo,v 1.62 2020/03/16 21:20:02 wiz Exp $
 
 SHA1 (mpv-0.32.0.tar.gz) = 5b69ea34dd5f8d209acd5266415c7bc00ab83341
 RMD160 (mpv-0.32.0.tar.gz) = d1e399fce8985a0399fe627248b87d8537cfefd7
@@ -12,5 +12,5 @@
 SHA1 (patch-player_main.c) = 7d1d62091c327fca698844004ddb9a7871e15fce
 SHA1 (patch-video_out_drm__common.c) = a545a8aec29f1b3c44d26aacbc59b86d3333a0b9
 SHA1 (patch-video_out_wayland__common.c) = d3e72c4ff5426bd8349c15679a47d446c35666b1
-SHA1 (patch-wscript) = 33c81597c1eb25911b13c64a1ba8e47d268bd517
+SHA1 (patch-wscript) = cc3f24fcd10a23fef81bad149bfb88bf7d2a117c
 SHA1 (patch-wscript__build.py) = bbb391be46f6e5c02d1946a07bb5d8bbb442fd5a
diff -r 0aae0a092b8a -r a066b02e01e2 multimedia/mpv/patches/patch-wscript
--- a/multimedia/mpv/patches/patch-wscript      Mon Mar 16 20:58:18 2020 +0000
+++ b/multimedia/mpv/patches/patch-wscript      Mon Mar 16 21:20:02 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-wscript,v 1.4 2020/03/16 20:31:44 nia Exp $
+$NetBSD: patch-wscript,v 1.5 2020/03/16 21:20:03 wiz Exp $
 
 Enable support for DRM on NetBSD.
 
@@ -6,12 +6,6 @@
 
 --- wscript.orig       2020-01-26 20:31:54.000000000 +0000
 +++ wscript
-@@ -1,4 +1,4 @@
--# vi: ft=python
-+# vi: ft=python3.7
- 
- import sys, os, re
- sys.path.insert(0, os.path.join(os.getcwd(), 'waftools'))
 @@ -291,6 +291,11 @@ iconv support use --disable-iconv.",
          'func': check_statement(['sys/vt.h', 'sys/ioctl.h'],
                                  'int m; ioctl(0, VT_GETMODE, &m)'),



Home | Main Index | Thread Index | Old Index