Remove patch applied upstream and present in mpv-0.30.0 - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset c2bfd490a729305dfeed9d51e29a982b48b1cac9
(DIR) parent b874fced6f24e35669cbecd2356d6ee9c0539e64
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sat, 26 Oct 2019 19:41:49
Remove patch applied upstream and present in mpv-0.30.0
Diffstat:
multimedia/mpv/patch-stream_stream__lavf.c | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
---
diff -r b874fced6f24 -r c2bfd490a729 multimedia/mpv/patch-stream_stream__lavf.c
--- a/multimedia/mpv/patch-stream_stream__lavf.c Sun Oct 20 21:58:54 2019 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD$
-
-Add gopher support.
-
-Shared and applied upstream via:
-
- <https://github.com/mpv-player/mpv/pull/7005>
-
---- stream/stream_lavf.c.orig 2018-10-02 19:03:41.000000000 +0000
-+++ stream/stream_lavf.c
-@@ -409,7 +409,7 @@ const stream_info_t stream_info_ffmpeg =
- .protocols = (const char *const[]){
- "rtmp", "rtsp", "http", "https", "mms", "mmst", "mmsh", "mmshttp", "rtp",
- "httpproxy", "rtmpe", "rtmps", "rtmpt", "rtmpte", "rtmpts", "srtp",
-- "data",
-+ "gopher", "data",
- NULL },
- .can_write = true,
- .is_safe = true,