Package Details: lazyman 2.4.0.20210801-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: GPL2
Submitter: thejacer87
Maintainer: thejacer87
Last Packager: thejacer87
Votes: 3
Popularity: 0.000000
First Submitted: 2018-02-21 06:49 (UTC)
Last Updated: 2021-08-14 23:44 (UTC)

Dependencies (4)

Required by (0)

Sources (5)

Latest Comments

WhiskeyMuscles commented on 2019-09-27 18:40 (UTC) (edited on 2019-09-27 18:41 (UTC) by WhiskeyMuscles)

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 (UTC)

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 (UTC) (edited on 2018-11-04 03:07 (UTC) by webx123)

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 (UTC) (edited on 2018-11-04 01:09 (UTC) by thejacer87)

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 (UTC) (edited on 2018-11-03 22:47 (UTC) by ARandomOWL)

Here is a patch to install mitmdump and proxy.py. Use with git apply.

diff --git a/PKGBUILD b/PKGBUILD
index 2b58ce4..99c2972 100644
--- PKGBUILD
+++ PKGBUILD
@@ -30,6 +30,7 @@ package() {
     install -dm755 "$pkgdir"/usr/share/icons/Numix-Circle/24/apps
     install -dm755 "$pkgdir"/usr/share/icons/Numix-Circle/48/apps
     install -dm777 "$pkgdir"/usr/share/java/lazyman
+    install -dm755 "$pkgdir"/usr/share/java/lazyman/mitm
     install -Dm755 lazyman.sh                "$pkgdir"/usr/bin/lazyman
     install -Dm644 lazyman.desktop           "$pkgdir"/usr/share/applications/lazyman.desktop
     install -Dm644 lazyman.png               "$pkgdir"/usr/share/icons/lazyman.png
@@ -39,6 +40,8 @@ package() {
     install -Dm644 lazyman.svg               "$pkgdir"/usr/share/icons/Numix-Circle/48/apps/lazyman.svg
     install -Dm777 config.properties         "$pkgdir"/usr/share/java/lazyman/config.properties
     install -Dm644 LazyMan.jar               "$pkgdir"/usr/share/java/lazyman/LazyMan.jar
+    install -Dm655 mitm/linux/mitmdump       "$pkgdir"/usr/share/java/lazyman/mitm/linux/mitmdump
+    install -Dm655 mitm/proxy.py             "$pkgdir"/usr/share/java/lazyman/mitm/proxy.py
 }

 md5sums=('fc698d6e8ce124275ed6d91f4fdd69c7'

InfernoZeus commented on 2018-11-02 18:26 (UTC)

Also, looks like the PKGBUILD does need to be updated to install mitmdump properly.

InfernoZeus commented on 2018-11-02 18:25 (UTC)

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 (UTC) (edited on 2018-11-02 04:07 (UTC) by webx123)

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