media-sound/yewtube: add 2.10.5, drop 2.10.4, update 9999

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2023-10-07 12:13:52 +02:00
parent b6feeed9e1
commit 94079365ff
3 changed files with 8 additions and 8 deletions

View File

@@ -1 +1 @@
DIST v2.10.4.tar.gz 120377 BLAKE2B 5689de2d5e386aa13689c68c7be2a86fc61561070e432638e0f5076f31163b5d0ce746489a4d1be3d50c72de370a462e25abb8914b565e5c8d749d817cde4163 SHA512 9d6a40a63c4c4502280544832507d6ca4fd70acd901b6e0b42e619c154f26f6c5aca4279890572fe41a02d5ba7255278ad6574f987f0743412236c4a3ec28b1f
DIST yewtube-2.10.5.gh.tar.gz 221501 BLAKE2B 7f377a3d8c1927ee56abf61f213895df908f880a2cec79685b21006a39eb2c9d8e0f5d2a4ac826e0a509cbc4abed3a1a1dafa80f89e59d7e6c2036f195255b89 SHA512 8eabb2eb53dc530269a766802ed5df537fea1596f1694f7fb91ccee8ebbcb7c1d3741f80fd8a6de52873132bc61526072bef7c2ecc295d4babcfe564bf7cc05a

View File

@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/mps-youtube/yewtube.git"
inherit git-r3
else
SRC_URI="https://github.com/mps-youtube/${PN}/archive/refs/tags/v${PV}.tar.gz"
SRC_URI="https://github.com/mps-youtube/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
@@ -21,11 +21,11 @@ LICENSE="GPL-3"
SLOT="0"
RDEPEND="${DEPEND}
media-video/ffmpeg
media-video/ffmpeg
dev-python/requests
dev-python/pyperclip
=net-misc/yt-dlp-2023.07.06
=dev-python/youtube-search-python-1.6.6
net-misc/yt-dlp
dev-python/youtube-search-python
dev-python/pylast
dev-python/pip
|| ( media-video/mplayer media-video/mpv )"

View File

@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/mps-youtube/yewtube.git"
inherit git-r3
else
SRC_URI="https://github.com/mps-youtube/${PN}/archive/refs/tags/v${PV}.tar.gz"
SRC_URI="https://github.com/mps-youtube/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
@@ -21,7 +21,7 @@ LICENSE="GPL-3"
SLOT="0"
RDEPEND="${DEPEND}
media-video/ffmpeg
media-video/ffmpeg
dev-python/requests
dev-python/pyperclip
net-misc/yt-dlp
@@ -36,4 +36,4 @@ src_compile() {
src_install() {
distutils-r1_src_install --build-dir "${WORKDIR}/${P}"
}
}