pkgsrc/net/youtube-dl/Makefile
leot bd162a5edb youtube-dl: Update to 20190127
Changes:
version 2019.01.27

Core
+ [extractor/common] Extract season in _json_ld
* [postprocessor/ffmpeg] Fallback to ffmpeg/avconv for audio codec detection
  (#681)

Extractors
* [vice] Fix extraction for locked videos (#16248)
+ [wakanim] Detect DRM protected videos
+ [wakanim] Add support for wakanim.tv (#14374)
* [usatoday] Fix extraction for videos with custom brightcove partner id
  (#18990)
* [drtv] Fix extraction (#18989)
* [nhk] Extend URL regular expression (#18968)
* [go] Fix Adobe Pass requests for Disney Now (#18901)
+ [openload] Add support for oload.club (#18969)
2019-01-27 15:42:00 +00:00

26 lines
815 B
Makefile

# $NetBSD: Makefile,v 1.160 2019/01/27 15:42:00 leot Exp $
# XXX: VERSION_DATE can contains also an optional part that indicates
# XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
VERSION_DATE= 2019.01.27
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= ${DISTNAME:S/.//:S/.//}
CATEGORIES= net
MASTER_SITES= http://youtube-dl.org/downloads/${VERSION_DATE}/
MAINTAINER= leot@NetBSD.org
HOMEPAGE= http://rg3.github.io/youtube-dl/
COMMENT= Download videos from youtube.com
LICENSE= public-domain
USE_LANGUAGES= # none
EGG_NAME= youtube_dl-${VERSION_DATE:S/.0/./g}
WRKSRC= ${WRKDIR}/youtube-dl
SUBST_CLASSES+= pkgmandir
SUBST_STAGE.pkgmandir= pre-configure
SUBST_FILES.pkgmandir= setup.py
SUBST_VARS.pkgmandir= PKGMANDIR
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"