# yt-dlp/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run https://github.com/yt-dlp/yt-dlp.git #--------------------------------------------------------------------- 2. Review this issue in the future: https://github.com/yt-dlp/yt-dlp/issues/9937 #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none fortran = disabled license = See "license*.txt" in installed tree licfile = LICENSE setpaths = curl-impersonate #--------------------------------------------------------------------- [depends] curl curl-impersonate ffmpeg piprepomain #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR for x in \ cffi curl-cffi jeepney mutagen \ phantomjs pycparser pycryptodomex secretstorage \ xattr do pip3install $x || exit 1 done pip3 uninstall --yes curl-cffi || true tar zxf $PKGDIR_SPECIAL/curl_cffi-0.5.10.tar.gz cd curl_cffi-0.5.10 pip3 install . cd .. PV=`pythonver3` cp -a /etc/ssl/ca-bundle.crt \ $PRODTREE/python3/lib/python$PV/site-packages/curl_cffi/cacert.pem PREFIX=$PKGDIR_PROD make PREFIX=$PKGDIR_PROD make install cd $BINDIR/ ln -nsf yt-dlp yt #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 240404 Added package. Started with 9073ae645 ("git" hash). 240407 Updated to 36b240f9a 240518 Updated to 3e35aa32c 240518 Reworked to support use of "curl_cffi" 240521 Patched to fix TubiTV support 240525 Updated to a2e903160 240713 Updated to 8531d2b03 240812 Updated to 49f3741a8