Package Details: yagv-git r21.234ef16-1

Git Clone URL: https://aur.archlinux.org/yagv-git.git (read-only, click to copy)
Package Base: yagv-git
Description: A fast 3D Gcode Viewer for Reprap-style 3D printers, in Python and OpenGL.
Upstream URL: https://github.com/jonathanwin/yagv
Licenses: custom
Conflicts: yagv
Provides: yagv
Submitter: c-mauderer
Maintainer: None
Last Packager: c-mauderer
Votes: 4
Popularity: 0.000000
First Submitted: 2015-06-05 09:51 (UTC)
Last Updated: 2018-11-07 20:10 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

c-mauderer commented on 2021-06-21 18:41 (UTC)

Hello @Synthead, the package is orphaned quite some time now. So feel free to pick it up and add the patches.

synthead commented on 2021-06-21 05:25 (UTC)

Here's a PKGBUILD that includes some PRs of personal interest that have been open for a while: https://gist.github.com/synthead/5801372e4e643e0b7544a2ef1ca7783e

Here are the PRs I included as patches for this PKGBUILD:

c-mauderer commented on 2018-11-07 20:12 (UTC)

Hello bartus, I tend to update packets like that if someone reports an error. But you are most likely right: I should rather disown it if I don't actively use it.

bartus commented on 2018-11-07 13:15 (UTC) (edited on 2018-11-07 13:18 (UTC) by bartus)

git is missing when building in chroot, You should add:

makedepends=(git)

@c-mauderer: Just orphan the package if you aren't going to actively maintain it. Users will pick it up when it needs a fix, and drop it for others to have their turn.

c-mauderer commented on 2018-06-03 19:45 (UTC) (edited on 2018-06-03 19:46 (UTC) by c-mauderer)

Hello @bartus, thanks for spotting that typo. Should be fixed now.

Edit: Please note that I don't really use that package any more. So it might contain a number of other bugs. If you want to take over, just let me know.

bartus commented on 2018-06-03 14:28 (UTC)

depends=('python2>=2.7.3' 'python2-pyglet>-1.1.4')

shold be:

depends=('python2>=2.7.3' 'python2-pyglet>=1.1.4')