Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package request: shellcaster
@ 2020-11-18  9:36 handow23
  2021-01-09 15:40 ` kawaiiamber
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: handow23 @ 2020-11-18  9:36 UTC (permalink / raw)
  To: ml

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

New issue by handow23 on void-packages repository

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

Description:
Terminal-based podcast manager built in Rust.

Project page: https://github.com/jeff-hughes/shellcaster

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

* Re: Package request: shellcaster
  2020-11-18  9:36 [ISSUE] Package request: shellcaster handow23
@ 2021-01-09 15:40 ` kawaiiamber
  2021-01-10 21:19 ` kawaiiamber
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2021-01-09 15:40 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/26475#issuecomment-757324533

Comment:
I went too fast and didn't even realise there was already a PR [here](https://github.com/void-linux/void-packages/pull/24525) for it. This, however, is quite a few versions behind. I made another PR [here](https://github.com/void-linux/void-packages/pull/27785) that has a more up to date version.

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

* Re: Package request: shellcaster
  2020-11-18  9:36 [ISSUE] Package request: shellcaster handow23
  2021-01-09 15:40 ` kawaiiamber
@ 2021-01-10 21:19 ` kawaiiamber
  2022-02-26 20:56 ` jeff-hughes
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2021-01-10 21:19 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/26475#issuecomment-757545824

Comment:
As far as I understand, there are current issues with things involving ncurses. Until a fix is pushed upstream, it seems like the package cannot be made. The maintainer will likely update the template after a fix is pushed / better solution is found.

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

* Re: Package request: shellcaster
  2020-11-18  9:36 [ISSUE] Package request: shellcaster handow23
  2021-01-09 15:40 ` kawaiiamber
  2021-01-10 21:19 ` kawaiiamber
@ 2022-02-26 20:56 ` jeff-hughes
  2022-02-26 21:18 ` kawaiiamber
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jeff-hughes @ 2022-02-26 20:56 UTC (permalink / raw)
  To: ml

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

New comment by jeff-hughes on void-packages repository

https://github.com/void-linux/void-packages/issues/26475#issuecomment-1052603386

Comment:
Hi folks, this may be long past the point where anybody still cares to package shellcaster for Void (I know there were a few PRs that ended up getting closed a while back), but I figured I'd add a note here anyway. I'm the developer of shellcaster, and I just released v2.0, which eliminates the ncurses dependency. This was something that was causing issues when trying to package it before (see [here](https://github.com/void-linux/void-packages/pull/24525)). The TUI solution is now Rust-native, and using the `crossterm` crate that is actively maintained, rather than `pancurses` and `ncurses-rs` which are largely unmaintained at this point.

I don't have an ARM device to test compilation on that architecture, but presumably there should be one less glaring issue in that regard. If there are further issues packaging for Void Linux that can be resolved upstream, I'm happy to work with you -- just open an issue and we can discuss.

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

* Re: Package request: shellcaster
  2020-11-18  9:36 [ISSUE] Package request: shellcaster handow23
                   ` (2 preceding siblings ...)
  2022-02-26 20:56 ` jeff-hughes
@ 2022-02-26 21:18 ` kawaiiamber
  2022-02-26 21:19 ` kawaiiamber
  2022-02-26 21:20 ` kawaiiamber
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-02-26 21:18 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/26475#issuecomment-1052629286

Comment:
All past three PRs for shellcaster have been closed: [27785](https://github.com/void-linux/void-packages/pull/27785), [24826](https://github.com/void-linux/void-packages/pull/24826), [24525](https://github.com/void-linux/void-packages/pull/24525)

I don't believe people are interested in packaging shellcaster anymore.

> I don't have an ARM device to test compilation on that architecture, but presumably there should be one less glaring issue in that regard. If there are further issues packaging for Void Linux that can be resolved upstream, I'm happy to work with you -- just open an issue and we can discuss.

You don't need one just to test the build. You can test different archs with the `-a` flag - see [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md). If you wanted to test ARM for exmaple: `./xbps-src pkg -a aarch64 shellcaster`. If you want to package your software for void, feel free to PR. I don't believe anyone else wants to.

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

* Re: Package request: shellcaster
  2020-11-18  9:36 [ISSUE] Package request: shellcaster handow23
                   ` (3 preceding siblings ...)
  2022-02-26 21:18 ` kawaiiamber
@ 2022-02-26 21:19 ` kawaiiamber
  2022-02-26 21:20 ` kawaiiamber
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-02-26 21:19 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/26475#issuecomment-1052629286

Comment:
All past three PRs for shellcaster have been closed: [27785](https://github.com/void-linux/void-packages/pull/27785), [24826](https://github.com/void-linux/void-packages/pull/24826), [24525](https://github.com/void-linux/void-packages/pull/24525)

I don't believe people are interested in packaging shellcaster anymore.

> I don't have an ARM device to test compilation on that architecture, but presumably there should be one less glaring issue in that regard. If there are further issues packaging for Void Linux that can be resolved upstream, I'm happy to work with you -- just open an issue and we can discuss.

You don't need one just to test the build. You can test different archs with the `-a` flag - see [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md). If you wanted to test ARM for exmaple: `./xbps-src pkg -a aarch64 shellcaster`. If you want to package your software for void, feel free to PR. If not, I can try maintaining it.

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

* Re: Package request: shellcaster
  2020-11-18  9:36 [ISSUE] Package request: shellcaster handow23
                   ` (4 preceding siblings ...)
  2022-02-26 21:19 ` kawaiiamber
@ 2022-02-26 21:20 ` kawaiiamber
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-02-26 21:20 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/issues/26475#issuecomment-1052629286

Comment:
All past three PRs for shellcaster have been closed: [27785](https://github.com/void-linux/void-packages/pull/27785), [24826](https://github.com/void-linux/void-packages/pull/24826), [24525](https://github.com/void-linux/void-packages/pull/24525)

I don't believe people are interested in packaging shellcaster anymore.

> I don't have an ARM device to test compilation on that architecture, but presumably there should be one less glaring issue in that regard. If there are further issues packaging for Void Linux that can be resolved upstream, I'm happy to work with you -- just open an issue and we can discuss.

You don't need one just to test the build. You can test different archs with the `-a` flag - see [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md). If you wanted to test ARM for exmaple: `./xbps-src pkg -a aarch64 shellcaster`.

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

end of thread, other threads:[~2022-02-26 21:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18  9:36 [ISSUE] Package request: shellcaster handow23
2021-01-09 15:40 ` kawaiiamber
2021-01-10 21:19 ` kawaiiamber
2022-02-26 20:56 ` jeff-hughes
2022-02-26 21:18 ` kawaiiamber
2022-02-26 21:19 ` kawaiiamber
2022-02-26 21:20 ` kawaiiamber

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