FreeBSD Bugzilla – Attachment 130520 Details for
Bug 174455
[PATCH] www/youtube_dl: update to 2012.12.11, convert to OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
youtube_dl-2012.12.11.patch
youtube_dl-2012.12.11.patch (text/plain), 2.70 KB, created by
Po-Chien Lin
on 2012-12-15 15:10:00 UTC
(
hide
)
Description:
youtube_dl-2012.12.11.patch
Filename:
MIME Type:
Creator:
Po-Chien Lin
Created:
2012-12-15 15:10:00 UTC
Size:
2.70 KB
patch
obsolete
>diff -ruN --exclude=CVS ../youtube_dl.orig/Makefile ./Makefile >--- ../youtube_dl.orig/Makefile 2012-12-15 18:31:15.000000000 +0800 >+++ ./Makefile 2012-12-15 22:45:49.000000000 +0800 >@@ -1,12 +1,11 @@ > # $FreeBSD: ports/www/youtube_dl/Makefile,v 1.66 2012/11/17 06:03:13 svnexp Exp $ > > PORTNAME= youtube_dl >-PORTVERSION= 2012.09.27 >+PORTVERSION= 2012.12.11 > CATEGORIES= www >-MASTER_SITES= GH \ >- CRITICAL >- >-EXTRACT_SUFX= # empty >+MASTER_SITES= https://cloud.github.com/downloads/rg3/youtube-dl/ \ >+ CRITICAL >+DISTNAME= youtube-dl.${PORTVERSION} > > MAINTAINER= araujo@FreeBSD.org > COMMENT= A program for downloading videos from YouTube.com >@@ -16,24 +15,32 @@ > BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip > > USE_PYTHON_RUN= 2.6-2.7 >-ALL_TARGET= compile >-USE_GITHUB= yes >-GH_ACCOUNT= rg3 >-GH_PROJECT= youtube-dl >-GH_COMMIT= b5de8af >+ALL_TARGET= youtube-dl >+ >+OPTIONS_DEFINE= BASH RTMPDUMP FFMPEG >+OPTIONS_DEFAULT=RTMPDUMP >+ >+BASH_DESC= Install programmable completions for Bash >+RTMPDUMP_DESC= Use RTMPDUMP to download rtmp video streams >+FFMPEG_DESC= Use ffmpeg (required for audio conversion) > > PLIST_FILES= bin/youtube-dl >+MAN1= youtube-dl.1 > >-OPTIONS= RTMPDUMP "Use RTMPDUMP to download rtmp video streams" on \ >- FFMPEG "Use ffmpeg (required for audio conversion)" off >+WRKSRC= ${WRKDIR}/youtube-dl > > .include <bsd.port.options.mk> > >-.if defined(WITH_RTMPDUMP) >+.if ${PORT_OPTIONS:MRTMPDUMP} > RUN_DEPENDS+= rtmpdump:${PORTSDIR}/multimedia/rtmpdump > .endif > >-.if defined(WITH_FFMPEG) >+.if ${PORT_OPTIONS:MBASH} >+ALL_TARGET+= youtube-dl.bash-completion >+PLIST_FILES+= etc/bash_completion.d/youtube-dl.sh >+.endif >+ >+.if ${PORT_OPTIONS:MFFMPEG} > # allow either multimedia/ffmpeg or multimedia/ffmpeg-devel > . if exists(${LOCALBASE}/include/libavcodec/vda.h) > RUN_DEPENDS+= ffprobe:${PORTSDIR}/multimedia/ffmpeg-devel >@@ -44,8 +51,14 @@ > > do-install: > @${INSTALL_SCRIPT} ${WRKSRC}/youtube-dl ${PREFIX}/bin/youtube-dl >+ @${INSTALL_DATA} ${WRKSRC}/youtube-dl.1 ${PREFIX}/man/man1 >+.if ${PORT_OPTIONS:MBASH} >+ ${MKDIR} ${PREFIX}/etc/bash_completion.d >+ ${INSTALL_DATA} ${WRKSRC}/youtube-dl.bash-completion \ >+ ${PREFIX}/etc/bash_completion.d/youtube-dl.sh >+.endif > >-.if defined(WITH_FFMPEG) >+.if ${PORT_OPTIONS:MFFMPEG} > post-install: > @${CAT} ${PKGMESSAGE} > .endif >diff -ruN --exclude=CVS ../youtube_dl.orig/distinfo ./distinfo >--- ../youtube_dl.orig/distinfo 2012-12-15 18:31:15.000000000 +0800 >+++ ./distinfo 2012-12-15 22:32:58.000000000 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (youtube_dl-2012.09.27) = 45e88c1a5b81e633bddd43d5363e7ade92af2eeb534c37a5170f4b68d73605ea >-SIZE (youtube_dl-2012.09.27) = 2874838 >+SHA256 (youtube-dl.2012.12.11.tar.gz) = b6d259c60fefba76701ea0ea7b34c99169fc2644ce1d89ad10213a70d11ffb0f >+SIZE (youtube-dl.2012.12.11.tar.gz) = 120301
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174455
: 130520