mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 2009.02.07.
PR: ports/132375 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
This commit is contained in:
parent
b250f13fb0
commit
05ec20573b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229614
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= youtube_dl
|
||||
PORTVERSION= 2008.11.01
|
||||
PORTVERSION= 2009.02.07
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.arrakis.es/~rggi3/youtube-dl/
|
||||
DISTNAME= youtube-dl-${PORTVERSION}
|
||||
DISTNAME= youtube-dl
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY=
|
||||
|
||||
@ -44,7 +44,7 @@ RUN_DEPENDS+= flv2mpeg4:${PORTSDIR}/multimedia/flv2mpeg4
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${CP} ${DISTDIR}/youtube-dl-${PORTVERSION} ${WRKSRC}/youtube-dl
|
||||
@${CP} ${DISTDIR}/youtube-dl ${WRKSRC}/youtube-dl
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/youtube-dl
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (youtube-dl-2008.11.01) = 078560634b18fb15bc8806d5d4c6778c
|
||||
SHA256 (youtube-dl-2008.11.01) = c7cb295e33d557f5c0f09dfbd5f111b1b210ed3af366f125b1c5c29450ad1a99
|
||||
SIZE (youtube-dl-2008.11.01) = 31797
|
||||
MD5 (youtube-dl) = edfcf49117782e554cfecfd3d1c73bf0
|
||||
SHA256 (youtube-dl) = b30930d194f47de35c780169002bce4aeedd65c9d4e4750d5d51f17f745c87f9
|
||||
SIZE (youtube-dl) = 36013
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- youtube-dl.orig 2008-10-12 16:49:43.000000000 +0400
|
||||
+++ youtube-dl 2008-10-12 16:54:22.000000000 +0400
|
||||
@@ -309,6 +309,20 @@
|
||||
--- youtube-dl.orig 2009-02-18 15:18:40.981138312 +0800
|
||||
+++ youtube-dl 2009-02-18 15:20:30.904521591 +0800
|
||||
@@ -315,6 +315,20 @@
|
||||
retcode = self.trouble('ERROR: postprocessing: %s' % str(err))
|
||||
continue
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
break
|
||||
if not suitable_found:
|
||||
retcode = self.trouble('ERROR: no suitable InfoExtractor: %s' % url)
|
||||
@@ -859,6 +873,8 @@
|
||||
@@ -964,6 +978,8 @@
|
||||
action='store_true', dest='useliteral', help='use literal title in file name', default=False)
|
||||
parser.add_option('-n', '--netrc',
|
||||
action='store_true', dest='usenetrc', help='use .netrc authentication data', default=False)
|
||||
@ -30,11 +30,11 @@
|
||||
parser.add_option('-g', '--get-url',
|
||||
action='store_true', dest='geturl', help='simulate, quiet but print URL', default=False)
|
||||
parser.add_option('-e', '--get-title',
|
||||
@@ -915,6 +931,7 @@
|
||||
@@ -1037,6 +1053,7 @@
|
||||
or u'%(id)s.%(ext)s'),
|
||||
'ignoreerrors': opts.ignoreerrors,
|
||||
'ratelimit': opts.ratelimit,
|
||||
+ 'useavi': opts.useavi,
|
||||
'nooverwrites': opts.nooverwrites,
|
||||
})
|
||||
fd.add_info_extractor(youtube_pl_ie)
|
||||
fd.add_info_extractor(metacafe_ie)
|
||||
fd.add_info_extractor(youtube_search_ie)
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- youtube-dl-orig 2008-07-24 07:42:53.000000000 +0400
|
||||
+++ youtube-dl 2008-07-24 07:45:30.000000000 +0400
|
||||
--- youtube-dl.orig 2009-02-18 15:17:26.576520965 +0800
|
||||
+++ youtube-dl 2009-02-18 15:17:42.870252710 +0800
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!%%PYTHON_CMD%%
|
||||
# -*- coding: utf-8 -*-
|
||||
# Author: Ricardo Garcia Gonzalez
|
||||
# License: Public domain code
|
||||
# Author: Danny Colligan
|
||||
|
Loading…
Reference in New Issue
Block a user