Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 610714 Details for
Bug 706222
net-misc/youtube-viewer-9999 - ?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
complete ebuild
youtube-viewer-9999.ebuild (text/plain), 1.99 KB, created by
Thomas Groman
on 2020-02-02 03:56:00 UTC
(
hide
)
Description:
complete ebuild
Filename:
MIME Type:
Creator:
Thomas Groman
Created:
2020-02-02 03:56:00 UTC
Size:
1.99 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit desktop perl-module git-r3 > >DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer" >HOMEPAGE="https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html" >SRC_URI="" >EGIT_REPO_URI="https://github.com/trizen/${PN}.git" > >LICENSE="|| ( Artistic GPL-1+ )" >SLOT="0" >KEYWORDS="" >IUSE="gtk2" > >RDEPEND=" > dev-perl/Data-Dump > dev-perl/JSON > dev-perl/libwww-perl[ssl] > dev-perl/Term-ReadLine-Gnu > dev-perl/LWP-Protocol-https > virtual/perl-Encode > virtual/perl-File-Path > virtual/perl-File-Spec > virtual/perl-Getopt-Long > virtual/perl-Scalar-List-Utils > virtual/perl-Term-ANSIColor > virtual/perl-Term-ReadLine > virtual/perl-Text-ParseWords > virtual/perl-Text-Tabs+Wrap > gtk2? ( > dev-perl/File-ShareDir > >=dev-perl/Gtk2-1.244.0 > virtual/freedesktop-icon-theme > x11-libs/gdk-pixbuf:2[X,jpeg] > ) > || ( media-video/ffmpeg[openssl] media-video/ffmpeg[gnutls] ) > || ( media-video/mpv media-video/mplayer media-video/vlc gtk2? ( media-video/smplayer ) )" >DEPEND="dev-perl/Module-Build" > >SRC_TEST="do" > >src_configure() { > local myconf > if use gtk2 ; then > myconf="--gtk2" > fi > perl-module_src_configure >} > >src_install() { > perl-module_src_install > > if use gtk2 ; then > domenu share/gtk-youtube-viewer.desktop > doicon share/icons/gtk-youtube-viewer.png > fi >} > >pkg_postinst() { > use gtk2 && xdg_icon_cache_update > elog "Optional dependencies:" > optfeature "cache support" dev-perl/LWP-UserAgent-Cached > optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS > optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA > optfeature "printing results in a fixed-width format (--fixed-width, -W)" dev-perl/Text-CharWidth > optfeature "live streams support" net-misc/youtube-dl > optfeature "threads support" virtual/perl-threads > elog > elog "Check the configuration file in ~/.config/youtube-viewer/" > elog "and configure your video player backend." >} > >pkg_postrm() { > use gtk2 && 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 706222
:
604120
|
610152
|
610154
| 610714