Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] [Package request] Jamulus
@ 2021-01-07 14:21 38github
  2021-01-09 14:15 ` kawaiiamber
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: 38github @ 2021-01-07 14:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

New issue by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738

Description:
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.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
@ 2021-01-09 14:15 ` kawaiiamber
  2021-01-09 14:16 ` kawaiiamber
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kawaiiamber @ 2021-01-09 14:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1299 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757230739

Comment:
It might be worth noting that the project is actually officially hosted on source forge. Anyways, here was my attempt:
```sh
# 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/3.6.2/Jamulus-${version}.tar.gz"
 checksum=86d38f7d22b49720a79a246918cb8f16a690bbc7d6cbc8707e93694bab1a074c
```
However, `xbps-src` returns with
```
Project MESSAGE: Jack Audio Interface Enabled.
Project ERROR: jack development package not found
```
For some reason, it doesn't seem to detect the development files in the `jack-devel` package. I could try making a [WIP] PR, but I'm not sure if that's really appropriate to do. I'm pretty new here and don't know if trying to PR a failing package is seen as bad or not, so I just pasted my template here.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
  2021-01-09 14:15 ` kawaiiamber
@ 2021-01-09 14:16 ` kawaiiamber
  2021-01-09 18:26 ` 38github
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kawaiiamber @ 2021-01-09 14:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1304 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757230739

Comment:
It might be worth noting that the project is actually officially hosted on source forge. Anyways, here was my attempt:
```sh
# 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, `xbps-src` returns with
```
Project MESSAGE: Jack Audio Interface Enabled.
Project ERROR: jack development package not found
```
For some reason, it doesn't seem to detect the development files in the `jack-devel` package. I could try making a [WIP] PR, but I'm not sure if that's really appropriate to do. I'm pretty new here and don't know if trying to PR a failing package is seen as bad or not, so I just pasted my template here.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
  2021-01-09 14:15 ` kawaiiamber
  2021-01-09 14:16 ` kawaiiamber
@ 2021-01-09 18:26 ` 38github
  2021-01-09 18:29 ` 38github
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 38github @ 2021-01-09 18:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757347555

Comment:
Thank you for being on it so quickly. Strange that it could not find some of the jack dev files.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (2 preceding siblings ...)
  2021-01-09 18:26 ` 38github
@ 2021-01-09 18:29 ` 38github
  2021-01-09 18:32 ` kawaiiamber
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 38github @ 2021-01-09 18:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757347981

Comment:
Does it need qjackctl to build?

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (3 preceding siblings ...)
  2021-01-09 18:29 ` 38github
@ 2021-01-09 18:32 ` kawaiiamber
  2021-01-09 18:34 ` 38github
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kawaiiamber @ 2021-01-09 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757348409

Comment:
qjackctl is already in the `makedepends`, it's the last one I listed

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (4 preceding siblings ...)
  2021-01-09 18:32 ` kawaiiamber
@ 2021-01-09 18:34 ` 38github
  2021-01-09 18:45 ` kawaiiamber
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 38github @ 2021-01-09 18:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757348683

Comment:
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).

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (5 preceding siblings ...)
  2021-01-09 18:34 ` 38github
@ 2021-01-09 18:45 ` kawaiiamber
  2021-01-10 13:38 ` 38github
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kawaiiamber @ 2021-01-09 18:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757349919

Comment:
I got recommended dependencies and build instructions from [here](https://jamulus.io/wiki/Installation-for-Linux). It's not required.
> # Qjackctl: Optional, but recommended
> QjackCtl is a utility to help you set up the Jack audio server (installed as part of the dependencies above).

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (6 preceding siblings ...)
  2021-01-09 18:45 ` kawaiiamber
@ 2021-01-10 13:38 ` 38github
  2021-01-10 17:16 ` kawaiiamber
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 38github @ 2021-01-10 13:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757477753

Comment:
Thank you for making it clear to me.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (7 preceding siblings ...)
  2021-01-10 13:38 ` 38github
@ 2021-01-10 17:16 ` kawaiiamber
  2021-01-10 22:28 ` 38github
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kawaiiamber @ 2021-01-10 17:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757510795

Comment:
No problem. At any rate, it seems like the main issue is the jack developement files aren't being detected by qmake.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (8 preceding siblings ...)
  2021-01-10 17:16 ` kawaiiamber
@ 2021-01-10 22:28 ` 38github
  2021-01-10 22:36 ` 38github
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 38github @ 2021-01-10 22:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757555220

Comment:
@sletz @falkTX I do not know if you have used Void Linux and I am pretty sure you haven't seen any of the compiling output but do you maybe know why qmake do not detect jack's development files? Thanks in advance!

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (9 preceding siblings ...)
  2021-01-10 22:28 ` 38github
@ 2021-01-10 22:36 ` 38github
  2021-01-11 23:42 ` kawaiiamber
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: 38github @ 2021-01-10 22:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-757556199

Comment:
@jkoderu-git I found that you have had something to do with Void Linux' jack package so maybe you have an idea?

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (10 preceding siblings ...)
  2021-01-10 22:36 ` 38github
@ 2021-01-11 23:42 ` kawaiiamber
  2021-01-18 11:05 ` 38github
  2021-02-02 19:14 ` [ISSUE] [CLOSED] " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: kawaiiamber @ 2021-01-11 23:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-758294366

Comment:
It looks like `pkg-config` was needed in `hostmakedepends` for package tracking (I probably should have guessed that, oops). I made a PR [here](https://github.com/void-linux/void-packages/pull/27843) that is passing locally on my musl machine and passing the CI checks, check it out if you want ~

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (11 preceding siblings ...)
  2021-01-11 23:42 ` kawaiiamber
@ 2021-01-18 11:05 ` 38github
  2021-02-02 19:14 ` [ISSUE] [CLOSED] " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: 38github @ 2021-01-18 11:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738#issuecomment-762174838

Comment:
Thank you for all the hard work, kawaiiamber!

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [ISSUE] [CLOSED] [Package request] Jamulus
  2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
                   ` (12 preceding siblings ...)
  2021-01-18 11:05 ` 38github
@ 2021-02-02 19:14 ` ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-02 19:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

Closed issue by 38github on void-packages repository

https://github.com/void-linux/void-packages/issues/27738

Description:
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.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-02-02 19:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 14:21 [ISSUE] [Package request] Jamulus 38github
2021-01-09 14:15 ` kawaiiamber
2021-01-09 14:16 ` kawaiiamber
2021-01-09 18:26 ` 38github
2021-01-09 18:29 ` 38github
2021-01-09 18:32 ` kawaiiamber
2021-01-09 18:34 ` 38github
2021-01-09 18:45 ` kawaiiamber
2021-01-10 13:38 ` 38github
2021-01-10 17:16 ` kawaiiamber
2021-01-10 22:28 ` 38github
2021-01-10 22:36 ` 38github
2021-01-11 23:42 ` kawaiiamber
2021-01-18 11:05 ` 38github
2021-02-02 19:14 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).