aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-02-10 11:52:32 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-02-10 11:52:32 +0100
commitf7fdc8c15d07dc777a831355b575ee9511ee5e32 (patch)
treec0418f06c4e3f554da6f4dda629c7bae695d387d /media-video
parentmedia-video/vidify-audiosync: re-add patch (diff)
downloadguru-f7fdc8c15d07dc777a831355b575ee9511ee5e32.tar.gz
guru-f7fdc8c15d07dc777a831355b575ee9511ee5e32.tar.bz2
guru-f7fdc8c15d07dc777a831355b575ee9511ee5e32.zip
media-video/vidify: Version bump 2.0
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vidify/Manifest1
-rw-r--r--media-video/vidify/vidify-2.0.ebuild (renamed from media-video/vidify/vidify-9999.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 000000000..2007e787f
--- /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
index 50bdc7643..40b903ff8 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