Search Criteria
Package Details: lazyman 2.4.0.20200224-1
Git Clone URL: | https://aur.archlinux.org/lazyman.git (read-only, click to copy) |
---|---|
Package Base: | lazyman |
Description: | A simple program that lets you stream every NHL and MLB game |
Upstream URL: | https://github.com/StevensNJD4/LazyMan |
Keywords: | lazyman mlb nhl |
Licenses: | |
Submitter: | thejacer87 |
Maintainer: | thejacer87 |
Last Packager: | thejacer87 |
Votes: | 3 |
Popularity: | 0.003714 |
First Submitted: | 2018-02-21 06:49 |
Last Updated: | 2020-02-27 06:37 |
Dependencies (4)
- streamlink (streamlink-git)
- java-runtime>=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk-jetbrains, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- mpv (mpv-sndio, mpv-semifull-git, mpv-vittgam, mpv-ahjolinna, mpv-rpi, mpv-thin, mpv-ahjolinna-git, mpv-full-git, mpv-light, mpv-git, mpv-full, mpv-light-pulse, mpv-vapoursynth, mpv-vapoursynth-git, mpv-amd-full-git, mpv-build-git, mpv-full-build-git) (optional) – video player - choose one
- vlc (libvlc, vlc-decklink, vlc-git) (optional) – video player - choose one
Latest Comments
WhiskeyMuscles commented on 2019-09-27 18:40
Getting a '404 Not Found' when trying to install. Adding a decimal before the date in the pkgver fixes the package url, like so: pkgver=2.4.0.20190807 Instead of: pkgver=2.4.020190807
thejacer87 commented on 2018-11-22 08:00
could use a hand with the update. getting this error when building:
"PKGBUILD cannot stat mitm/linux/mitmdump: no such file or directory"
PR is here if you wanna help: https://github.com/thejacer87/lazyman-aur/pull/3
webx123 commented on 2018-11-04 03:07
Works well, had to remove /usr/share/java/lazyman folder before reinstall (and modify PKGBUILD) because the proxy wasn't starting. Good work on that ARandonOWL.
thejacer87 commented on 2018-11-04 01:09
thanks for the patch. just in the middle of a move, will try to get this in there ASAP
cheers
ARandomOWL commented on 2018-11-03 22:46
Here is a patch to install mitmdump and proxy.py. Use with
git apply
.InfernoZeus commented on 2018-11-02 18:26
Also, looks like the PKGBUILD does need to be updated to install mitmdump properly.
InfernoZeus commented on 2018-11-02 18:25
I'm now running this on a server, using X11 forwarding, so I can use the save stream option. I had to manual install libxrender, libxtst, fontconfig and ttf-dejavu (I guess another font would work..). I'm not sure these actually belong in the PKGBUILD, but I thought I'd mention it in case anyone else has the same problems as me.
webx123 commented on 2018-11-02 04:06
I will take a look at it later but for now on my Manjaro (the folder mitm is missing) :
java.io.IOException: Cannot run program "/usr/share/java/lazyman/mitm/linux/mitmdump": error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at Objects.Proxy.run(Proxy.java:52) at lazyman.MainGUI.<init>(MainGUI.java:46) at lazyman.LazyMan.main(LazyMan.java:28) Caused by: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:247) at java.lang.ProcessImpl.start(ProcessImpl.java:134) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 3 more