Search Criteria
Package Details: gtk-youtube-viewer-git 3.11.3.r0.g33ad855-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtk-youtube-viewer-git.git (read-only, click to copy) |
---|---|
Package Base: | gtk-youtube-viewer-git |
Description: | A lightweight YouTube client for Linux (CLI/GTK) |
Upstream URL: | https://github.com/trizen/youtube-viewer |
Keywords: | gtk perl youtube |
Licenses: | Artistic2.0 |
Conflicts: | youtube-viewer, youtube-viewer-git |
Provides: | youtube-viewer, youtube-viewer-git |
Submitter: | trizen |
Maintainer: | trizen |
Last Packager: | trizen |
Votes: | 10 |
Popularity: | 0.000570 |
First Submitted: | 2017-02-22 19:02 (UTC) |
Last Updated: | 2024-08-11 17:35 (UTC) |
Dependencies (20)
- perl (perl-gitAUR)
- perl-data-dump
- perl-file-sharedir
- perl-gtk3
- perl-json
- perl-libwww
- perl-lwp-protocol-https
- perl-unicode-linebreak
- git (git-gitAUR, git-glAUR) (make)
- perl-module-build (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR) (optional) – conversions and MKV merging
- gnome-icon-themeAUR (gnome2-icon-themeAUR) (optional) – icons in menus
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR) (optional) – play videos with MPV (recommended)
- perl-json-xs (optional) – faster JSON parsing
- perl-lwp-useragent-cachedAUR (optional) – local cache support
- perl-term-readline-gnu (optional) – better STDIN support
- smplayer (smplayer-gitAUR) (optional) – play videos with SMPlayer
- vlc (vlc-luajitAUR, vlc-gitAUR) (optional) – play videos with VLC
- wget (wget-gitAUR, wurlAUR) (optional) – download videos with wget
- youtube-dlAUR (youtube-dl-gitAUR, youtube-dl-nightlyAUR, yt-dlp-drop-inAUR) (optional) – play videos with encrypted signatures
Latest Comments
Munto commented on 2023-08-12 16:07 (UTC) (edited on 2023-12-14 02:19 (UTC) by Munto)
I use essentially gtk-youtube-viewer and I'm encountering some warnings preventing me to play videos since the last upgrade to perl 5.38.
I can play videos with the cli version.
Are you facing the same issue?
EDIT:
4 months later, I reply to myself because I finally took the time to investigate the issue. After the last upgrade to perl 5.38.1, I couldn't even launch the program...
The warning related to XSLoader is specific to perl and has nothing to do with youtube-viewer even if I still don't know what it is.
The warning about the method "state" is what was causing me trouble. I found a fix thanks to the perldoc indicating to prefix the method with the
CORE::
namespace.It says it should be enabled with the use of perl 5.10 or higher, so I don't know why it doesn't work automatically here.
I also encountered a problem with the usage of
__SUB__
in YoutubeViewer.pm l.154, then I replaced it with the name of the subroutine directly and I was able to run the program again.I don't know if Trizen reads the comments here, and it's probably not the best place to report these things, but as I don't see any mention of this issue on github I am probably the only one concerned.
I still hope it will help someone.
FernandoBasso commented on 2021-04-16 14:22 (UTC)
Solved with this:
katt commented on 2020-07-15 14:35 (UTC)
Please follow the VCS packaging guidelines https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function