From 646ac8552817b1af80aafdf4cbeeb10e0ffb0eb5 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 1 Jan 2017 13:18:06 -0800 Subject: youtube-dl: Update to 2016.12.31 --- ...0001-Disable-use-of-ctypes-and-dynamic-loading.patch | 12 ++++++------ pkg/youtube-dl/pylibs.txt | 17 ++++++++++++++--- pkg/youtube-dl/rev | 2 +- pkg/youtube-dl/src | 2 +- 4 files changed, 22 insertions(+), 11 deletions(-) (limited to 'pkg') diff --git a/pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch b/pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch index 8384f8a9..f712d1ba 100644 --- a/pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch +++ b/pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch @@ -1,4 +1,4 @@ -From 975a7ac91a0fc6e04d5010c760d35306bb0afeb4 Mon Sep 17 00:00:00 2001 +From f0811d8daaa4c29eb2776caef02034ad472bb5a6 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 4 Jul 2016 16:14:18 -0700 Subject: [PATCH] Disable use of ctypes and dynamic loading @@ -8,7 +8,7 @@ Subject: [PATCH] Disable use of ctypes and dynamic loading 1 file changed, 11 insertions(+), 164 deletions(-) diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py -index 9595bcf..780ae89 100644 +index 528d87bb9..b53a220a5 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -8,7 +8,6 @@ import binascii @@ -19,7 +19,7 @@ index 9595bcf..780ae89 100644 import datetime import email.utils import errno -@@ -1249,90 +1248,11 @@ def platform_name(): +@@ -1254,90 +1253,11 @@ def platform_name(): return res @@ -110,7 +110,7 @@ index 9595bcf..780ae89 100644 if ('b' in getattr(out, 'mode', '') or sys.version_info[0] < 3): # Python 2 lies about mode of sys.stderr byt = s.encode(encoding or preferredencoding(), 'ignore') -@@ -1362,78 +1282,22 @@ def intlist_to_bytes(xs): +@@ -1367,78 +1287,22 @@ def intlist_to_bytes(xs): # Cross-platform file locking @@ -199,7 +199,7 @@ index 9595bcf..780ae89 100644 class locked_file(object): -@@ -1649,24 +1513,7 @@ def fix_xml_ampersands(xml_str): +@@ -1654,24 +1518,7 @@ def fix_xml_ampersands(xml_str): def setproctitle(title): @@ -226,5 +226,5 @@ index 9595bcf..780ae89 100644 def remove_start(s, start): -- -2.10.2 +2.11.0 diff --git a/pkg/youtube-dl/pylibs.txt b/pkg/youtube-dl/pylibs.txt index 2fbae912..c128c396 100644 --- a/pkg/youtube-dl/pylibs.txt +++ b/pkg/youtube-dl/pylibs.txt @@ -1,4 +1,4 @@ -#