-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Package request] Jamulus #27738
Comments
It might be worth noting that the project is actually officially hosted on source forge. Anyways, here was my attempt: # Template file for 'jamulus'
pkgname=jamulus
version=3.6.2
revision=1
build_style=qmake
configure_args="Jamulus.pro"
wrksrc="Jamulus${version}"
makedepends="qt5-declarative-devel jack-devel qjackctl"
short_desc="Play music online. With friends. For free."
maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
license="GPL-2.0-only"
homepage="https://jamulus.io/"
distfiles="https://phoenixnap.dl.sourceforge.net/project/llcon/Jamulus/${version}/Jamulus-${version}.tar.gz"
checksum=86d38f7d22b49720a79a246918cb8f16a690bbc7d6cbc8707e93694bab1a074c However,
For some reason, it doesn't seem to detect the development files in the |
Thank you for being on it so quickly. Strange that it could not find some of the jack dev files. |
Does it need qjackctl to build? |
qjackctl is already in the |
I was asking (as a non-developer though) because I haven't seen elsewhere that it needs that package when being built. I can be wrong though (extreme probability). |
I got recommended dependencies and build instructions from here. It's not required.
|
Thank you for making it clear to me. |
No problem. At any rate, it seems like the main issue is the jack developement files aren't being detected by qmake. |
@jkoderu-git I found that you have had something to do with Void Linux' jack package so maybe you have an idea? |
It looks like |
Thank you for all the hard work, kawaiiamber! |
Application: Jamulus (https://github.com/corrados/jamulus)
Dependencies that I know of: qt5, jack,
Jamulus is a realtime/low latency online jamming application that is in my opinion amazing. If you are a musician I personally believe that you should try it. It is that good in my opinion! It features both a client and a headless server. If built as a single package you can still start the server with extra commands but then needs unnecessary deps.
Sorry for not remembering how to properly write a request.
The text was updated successfully, but these errors were encountered: