commit: f7fdc8c15d07dc777a831355b575ee9511ee5e32
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 10 10:52:32 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 10 10:52:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7fdc8c1
media-video/vidify: Version bump 2.0
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-video/vidify/Manifest | 1 +
.../{vidify-9999.ebuild => vidify-2.0.ebuild} | 21 ++++++++++-----------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/media-video/vidify/Manifest b/media-video/vidify/Manifest
new file mode 100644
index 0000000..2007e78
--- /dev/null
+++ b/media-video/vidify/Manifest
@@ -0,0 +1 @@
+DIST vidify-2.0.tar.gz 1156699 BLAKE2B
e30cd3b3de4e01627b28c2bfcbf3c54bf70b7481fa1823002391b5063c91c780f9e883610ff8087edb19b59f08101c8c2970323b5e5b185624d748313a86038d
SHA512
185439efde93c24eec4486d3d6e50e494b56458f8cbf4fdc30c6bb8f3ca9fa1c1a0c5d6b6ee33c98b4558f4fa9c7df40f39d3ffdf483367e4e1a93b5e486a4d9
diff --git a/media-video/vidify/vidify-9999.ebuild
b/media-video/vidify/vidify-2.0.ebuild
similarity index 84%
rename from media-video/vidify/vidify-9999.ebuild
rename to media-video/vidify/vidify-2.0.ebuild
index 50bdc76..40b903f 100644
--- a/media-video/vidify/vidify-9999.ebuild
+++ b/media-video/vidify/vidify-2.0.ebuild
@@ -7,30 +7,29 @@ PYTHON_COMPAT=( python3_7 )
DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit eutils desktop distutils-r1 git-r3 xdg-utils
+inherit eutils desktop distutils-r1 xdg-utils
DESCRIPTION="Watch live music videos for the songs playing on your device"
-HOMEPAGE="https://github.com/marioortizmanero/spotify-music-videos"
-EGIT_REPO_URI="https://github.com/marioortizmanero/spotify-music-videos.git"
-EGIT_BRANCH="next"
+HOMEPAGE="https://github.com/vidify/vidify"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS=
+KEYWORDS="~amd64 ~x86"
IUSE="+vlc mpv"
REQUIRED_USE="|| ( vlc mpv )"
RDEPEND="
+ dev-python/appdirs[${PYTHON_USEDEP}]
+ dev-python/lyricwikia[${PYTHON_USEDEP}]
dev-python/pydbus[${PYTHON_USEDEP}]
dev-python/QtPy[gui,webengine,${PYTHON_USEDEP}]
- dev-python/lyricwikia[${PYTHON_USEDEP}]
- vlc? ( dev-python/python-vlc[${PYTHON_USEDEP}] )
- mpv? ( dev-python/python-mpv[${PYTHON_USEDEP}] )
+ dev-python/tekore[${PYTHON_USEDEP}]
net-misc/youtube-dl[${PYTHON_USEDEP}]
- dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/tekore[${PYTHON_USEDEP}]"
+ mpv? ( dev-python/python-mpv[${PYTHON_USEDEP}] )
+ vlc? ( dev-python/python-vlc[${PYTHON_USEDEP}] )"
python_install_all() {
distutils-r1_python_install_all