e39b65e8c8
Changes: ### 2022.08.14 * Merge youtube-dl: Upto commit d231b56 * [jsinterp] Handle **new youtube signature functions** * [jsinterp] Truncate error messages * [extractor] Fix format sorting of `channels` * [ffmpeg] Disable avconv unless `--prefer-avconv` * [ffmpeg] Smarter detection of ffprobe filename * [patreon] Ignore erroneous media attachments * [postprocessor/embedthumbnail] Detect `libatomicparsley.so` * [ThumbnailsConvertor] Fix conversion after `fixup_webp` * [utils] Fix `get_compatible_ext` * [build] Fix changelog * [update] Set executable bit-mask * [devscripts] Fix import * [docs] Consistent use of `e.g.` * [cleanup] Misc fixes and cleanup * [extractor/moview] Add extractor * [extractor/parler] Add extractor * [extractor/truth] Add extractor * [extractor/aenetworks] Add formats parameter * [extractor/crunchyroll] Improve `_VALID_URL`s * [extractor/doodstream] Add `wf` domain * [extractor/facebook] Add reel support * [extractor/MLB] New extractor * [extractor/rai] Misc fixes * [extractor/toggo] Improve `_VALID_URL` * [extractor/tubitv] Extract additional formats * [extractor/zattoo] Potential fix for resellers
29 lines
751 B
Makefile
29 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.19 2022/08/15 15:59:57 leot Exp $
|
|
|
|
DISTNAME= yt-dlp-2022.8.14
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yt-dlp/}
|
|
# \TODO: create symlink, as mpv makes use of youtube-dl?
|
|
# CONFLICTS= youtube-dl-[0-9]*
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/yt-dlp/yt-dlp
|
|
COMMENT= Youtube-dl fork with new features and patches
|
|
LICENSE= unlicense
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_FILES.paths= setup.py
|
|
SUBST_SED.paths= -e "s,share/man/man1,${PKGMANDIR}/man1,"
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
USE_PKG_RESOURCES= yes
|
|
|
|
post-install:
|
|
${RM} -fr ${DESTDIR}${PREFIX}/${PYSITELIB}/devscripts
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|