Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 598366 Details for
Bug 701922
New ebuild dev-python/spotify-music-videos
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed ebuild
spotify-music-videos-1.8.ebuild (text/plain), 1.49 KB, created by
Andrew Nowa Ammerlaan
on 2019-12-03 20:16:23 UTC
(
hide
)
Description:
proposed ebuild
Filename:
MIME Type:
Creator:
Andrew Nowa Ammerlaan
Created:
2019-12-03 20:16:23 UTC
Size:
1.49 KB
patch
obsolete
># Copyright 1999-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >PYTHON_COMPAT=( python3_{6,7} ) > >inherit eutils distutils-r1 xdg-utils > >DESCRIPTION="A simple tool to show Youtube music videos and lyrics for the currently playing Spotify songs with VLC" >HOMEPAGE="https://github.com/marioortizmanero/spotify-music-videos" >SRC_URI="https://github.com/marioortizmanero/spotify-music-videos/archive/${PV}.tar.gz" >LICENSE="MIT" >KEYWORDS="~amd64 ~x86" > >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > >SLOT="0" > >DEPEND="media-video/vlc > dev-python/pygobject[${PYTHON_USEDEP}] > dev-python/pydbus[${PYTHON_USEDEP}] > dev-python/lyricwikia[${PYTHON_USEDEP}] > dev-python/pip[${PYTHON_USEDEP}] > dev-python/python-vlc[${PYTHON_USEDEP}] > net-misc/youtube-dl[${PYTHON_USEDEP}] > dev-python/beautifulsoup[${PYTHON_USEDEP}] > media-sound/spotify > dev-libs/glib" > ># remove tests directory >PATCHES=( "${FILESDIR}"/tests.patch ) > >S=${WORKDIR}/spotify-music-videos-${PV} > >python_install_all() { > distutils-r1_python_install_all > make_desktop_entry spotify-videos "Spotify Videos" spotify-linux-64 "AudioVideo;Music" Terminal=true >} > >pkg_postinst() { > xdg_desktop_database_update > xdg_icon_cache_update > > elog '"spotify-videos --debug" might complain about missing codecs, if this happens please recompile media-video/vlc with the proper codecs' >} > > >pkg_postrm() { > xdg_desktop_database_update > xdg_icon_cache_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 701922
:
598366
|
598368
|
598420