python-recommonmark has to be added as make dependency: https://github.com/streamlink/streamlink/pull/1667
Search Criteria
Package Details: streamlink-git 1.3.0.r0.g9253fc51-1
Git Clone URL: | https://aur.archlinux.org/streamlink-git.git (read-only, click to copy) |
---|---|
Package Base: | streamlink-git |
Description: | CLI program that launches streams from various streaming services in a custom video player (livestreamer fork) |
Upstream URL: | https://streamlink.github.io/ |
Keywords: | fork livestreamer streamlink |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | metak |
Maintainer: | metak |
Last Packager: | metak |
Votes: | 13 |
Popularity: | 0.075950 |
First Submitted: | 2016-10-01 08:18 |
Last Updated: | 2019-11-23 20:27 |
Dependencies (15)
- python-iso3166
- python-iso639
- python-isodate
- python-pycryptodome (python-pycrypto)
- python-pysocks
- python-requests
- python-websocket-client (python-websocket-client-git)
- rtmpdump (rtmpdump-ksv-git, rtmpdump-git)
- python-freezegun (check)
- python-mock (check)
- python-pytest (check)
- python-requests-mock (check)
- git (git-git) (make)
- python-recommonmark (make)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-ubuntu-bionic, ffmpeg-svt, ffmpeg-decklink, ffmpeg-git, ffmpeg-headless, ffmpeg-git-nc, ffmpeg-mmal, ffmpeg-full-nvenc, ffmpeg-full, ffmpeg-qsv-git, ffmpeg-amd-full-git, ffmpeg-cuda, ffmpeg-qsv, ffmpeg-full-git, ffmpeg-libfdk_aac, ffmpeg-intel-full-git) (optional) – Required to play streams that are made up of separate audio and video streams, eg. YouTube 1080p+
Required by (19)
- chatterino2-git (requires streamlink) (optional)
- chatty (requires streamlink) (optional)
- chatty-beta (requires streamlink) (optional)
- lazyman (requires streamlink)
- lazyman-git (requires streamlink)
- livestreamer-gtkmm3-git (requires streamlink)
- mlbstreamer (requires streamlink)
- mlbstreamer-git (requires streamlink)
- mlbv (requires streamlink)
- mpv-ahjolinna (requires streamlink) (make)
- mpv-ahjolinna-git (requires streamlink) (make)
- qtwilist-git (requires streamlink)
- rofi-twitch (requires streamlink)
- streamcurse-git (requires streamlink)
- streamlink-twitch-gui (requires streamlink)
- streamlink-twitch-gui-git (requires streamlink)
- twitch-curses (requires streamlink)
- twitchy-git (requires streamlink)
- wtwitch (requires streamlink)
Sources (1)
bastimeyer commented on 2018-05-29 12:33
cirrus commented on 2018-04-21 13:02
@ metak I could'nt get it to build, i just used pip/virtualenv for now. thanks.
metak commented on 2018-04-19 23:24
@cirrus Builds fine on my end and in clean chroot. Have you tried building it in clean chroot?
cirrus commented on 2018-04-18 21:06
I'm Getting build failures with latest pkg bro https://pastebin.mozilla.org/9083368 any pointers appreciated.
metak commented on 2017-05-24 14:35
@ioangogo Why? That's the default upstream choice and it can be subtituted with pycrypto (my pinned comment).
If you don't want to use it just change the _use_pycrypto="no" to "yes" in PKGBUILD file.
(Some manual intervention might be required because pycryptodome is a drop-in replacement for the PyCrypto.)
ioangogo commented on 2017-05-23 10:54
Can you remove pycryptodome as a dependency, it does not replace pycrypto in the case of streamlink
metak commented on 2017-05-11 15:25
Please don't flag package out-of-date for pkgbumps.
metak commented on 2017-03-18 23:41
Added option to pkgbuild file to use 'python-crypto' instead of 'python-pycryptodome' and 'python-pycountry' instead of both python iso packages.
saviola commented on 2017-03-17 17:00
Ran into the same problem as @tarasis after switching from the AUR version of the package to the one in the community repository – the AUR package python-pycryptodome was still installed instead of python-crypto. Removing the streamlink package including its dependencies and re-installing it solved the problem for me.
dalekteta commented on 2017-03-13 22:49
@tarasis, streamlink has been moved from aur to main (Community) repository. I'm not sure if there is better way than just reinstall streamlink using pacman.
Pinned Comments
metak commented on 2017-03-18 23:41
Added option to pkgbuild file to use 'python-crypto' instead of 'python-pycryptodome' and 'python-pycountry' instead of both python iso packages.