436c8317d0
Changes: ### 2022.08.19 * Fix bug in `--download-archive` * [jsinterp] **Fix for new youtube players** and related improvements * [phantomjs] Add function to execute JS without a DOM * [build] Exclude devscripts from installs * [cleanup] Misc fixes and cleanup * [extractor/youtube] Add fallback to phantomjs for nsig * [extractor/youtube] Fix error reporting of "Incomplete data" * [extractor/youtube] Improve format sorting for IOS formats * [extractor/youtube] Improve signature caching * [extractor/instagram] Fix extraction * [extractor/rai] Minor fix * [extractor/rtbf] Fix stream extractor * [extractor/SovietsCloset] Fix extractor * [extractor/zattoo] Fix Zattoo resellers
29 lines
751 B
Makefile
29 lines
751 B
Makefile
# $NetBSD: Makefile,v 1.20 2022/08/24 17:49:36 leot Exp $
|
|
|
|
DISTNAME= yt-dlp-2022.8.19
|
|
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"
|