Hi,

Here is an update to for yle-dl, changes since update:

7 Mar 2017, Version 2.15
- Improve support for Areena clips

21 Jan 2017, Version 2.14
- Better support for Yle Arkivet
- Include episode number in the output filename

Timo

Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/yle-dl/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    31 Dec 2016 12:40:39 -0000      1.10
+++ Makefile    19 Mar 2017 06:15:55 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.10 2016/12/31 12:40:39 sthen Exp $
 
-V =                    2.13
+V =                    2.15
 COMMENT =              download videos from YLE Areena
 DISTNAME =             aajanki-yle-$V
 PKGNAME =              yle-dl-$V
@@ -24,7 +24,7 @@ RUN_DEPENDS =         net/rtmpdump \
                        
 NO_TEST =              Yes
 
-WRKDIST =              ${WRKDIR}/aajanki-yle-dl-da3cc03
+WRKDIST =              ${WRKDIR}/aajanki-yle-dl-e188267
 
 MODPY_SETUPTOOLS =     Yes
 MODPY_ADJ_FILES =      yle-dl
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/yle-dl/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    31 Dec 2016 12:40:39 -0000      1.7
+++ distinfo    19 Mar 2017 06:15:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (aajanki-yle-2.13.tar.gz) = Zk9/NWp2ztUgvH4yvfaXJiAwKWUjFCnknTkUkp5SXuo=
-SIZE (aajanki-yle-2.13.tar.gz) = 57534
+SHA256 (aajanki-yle-2.15.tar.gz) = FHEXm1OG2njar5LkJTQ+rHPKVLXRgfitjToLrHfCurs=
+SIZE (aajanki-yle-2.15.tar.gz) = 58040
Index: patches/patch-yle-dl
===================================================================
RCS file: /cvs/ports/multimedia/yle-dl/patches/patch-yle-dl,v
retrieving revision 1.2
diff -u -p -r1.2 patch-yle-dl
--- patches/patch-yle-dl        13 Oct 2016 17:35:55 -0000      1.2
+++ patches/patch-yle-dl        19 Mar 2017 06:15:55 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-yle-dl,v 1.2 2016/10/13 17:35:55 jca Exp $
---- yle-dl.orig        Thu Oct 13 18:11:06 2016
-+++ yle-dl     Thu Oct 13 18:12:31 2016
-@@ -73,7 +73,7 @@ excludechars_linux = '*/|'
+--- yle-dl.orig        Mon Mar 13 06:36:30 2017
++++ yle-dl     Mon Mar 13 06:37:05 2017
+@@ -74,7 +74,7 @@ excludechars_linux = '*/|'
  excludechars_windows = '\"*/:<>?|'
  excludechars = excludechars_linux
  rtmpdump_binary = None
@@ -10,12 +10,12 @@ $OpenBSD: patch-yle-dl,v 1.2 2016/10/13 
  stream_proxy = None
  
  libcname = ctypes.util.find_library('c')
-@@ -119,7 +119,7 @@ def usage():
-     log(u'                        or "best" or "worst". Not exact on HDS 
streams.')
-     log(u'--rtmpdump path         Set path to rtmpdump binary')
-     log(u'--adobehds cmd          Set command for executing AdobeHDS.php 
script')
--    log(u'                        Default: "php 
/usr/local/share/yle-dl/AdobeHDS.php"')
-+    log(u'                        Default: "${MODPHP_BIN} 
/usr/local/share/yle-dl/AdobeHDS.php"')
-     log(u'--postprocess cmd       Execute a command cmd after a successful 
download.')
-     log(u'                        cmd is called with arguments: video, 
subtitle files')
-     log(u'--proxy uri             Proxy for downloading streams')
+@@ -132,7 +132,7 @@ def usage():
+     log('--rtmpdump path         Set path to rtmpdump binary')
+     log('--adobehds cmd          Set command for executing AdobeHDS.php '
+                                 'script')
+-    log('                        Default: "php '
++    log('                        Default: "${MODPHP_BIN} '
+                                 '/usr/local/share/yle-dl/AdobeHDS.php"')
+     log('--postprocess cmd       Execute a command cmd after a successful '
+                                 'download.')

Reply via email to