Search Criteria
Package Details: klystrack-git 0.10.0.alpha3.r21.gd037cfb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/klystrack-git.git (read-only, click to copy) |
---|---|
Package Base: | klystrack-git |
Description: | Tracker for making chiptune-like music on a modern computer (aka klystrack-plus) |
Upstream URL: | http://kometbomb.github.io/klystrack/ |
Keywords: | music tracker |
Licenses: | MIT |
Conflicts: | klystrack |
Provides: | klystrack |
Submitter: | pio |
Maintainer: | pio |
Last Packager: | pio |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-16 00:20 (UTC) |
Last Updated: | 2023-05-23 15:13 (UTC) |
Dependencies (3)
- sdl2_image
- sdl2_mixer
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
« First ‹ Previous 1 2
pezz commented on 2019-06-12 01:41 (UTC)
This doesn't build right now:
pio commented on 2018-10-28 12:04 (UTC)
Finally updated. Thanks for feedback.
flipcoder commented on 2018-05-22 20:29 (UTC)
This currently has errors. Here's how to get to working currently:
remove this line: sed -i '/^CC =/ s/gcc/gcc -fPIC/' "$srcdir/klystron/Makefile"
change "make" line to this to override the new gcc warnings as errors: make CC=gcc
remove this line: install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/klystrack/"
xyproto commented on 2018-04-15 13:08 (UTC)
The LICENSE file has moved from $srcdir/doc/LICENSE to just $srcdir/LICENSE.
jseb commented on 2018-01-28 10:46 (UTC)
Fails at package step.
Solved by commented this line:
install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/klystrack/"
« First ‹ Previous 1 2