Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package Request: spek
@ 2020-03-23 11:18 kartikynwa
  2020-03-24  7:23 ` not-chicken
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: kartikynwa @ 2020-03-23 11:18 UTC (permalink / raw)
  To: ml

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

New issue by kartikynwa on void-packages repository

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

Description:
Spek is an acoustic spectrum analyser written in C and C++. It uses FFmpeg libraries for audio decoding and wxWidgets for the GUI.

- Project page: http://spek.cc
- Github page: https://github.com/alexkay/spek

I tried writing a template from scratch but it doesn't compile since I am unfamiliar with how build systems work and I suck. I was able to build the program locally. [Link to my broken template.](https://github.com/kartikynwa/void-packages/blob/spek/srcpkgs/spek/template)

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

* Re: Package Request: spek
  2020-03-23 11:18 [ISSUE] Package Request: spek kartikynwa
@ 2020-03-24  7:23 ` not-chicken
  2020-03-25  6:12 ` kartikynwa
  2020-03-25  6:12 ` [ISSUE] [CLOSED] " kartikynwa
  2 siblings, 0 replies; 8+ messages in thread
From: not-chicken @ 2020-03-24  7:23 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/issues/20314#issuecomment-603071908

Comment:
It doesn't build because it needs patches to build with latest ffmpeg.
This fork is better suited for inclusion imo : https://github.com/withmorten/spek-alternative

```
# Template file for 'spek-alternative'
pkgname=spek-alternative
version=0.8.2.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config automake intltool libtool"
makedepends="ffmpeg-devel gettext-devel wxWidgets-devel"
depends="ffmpeg"
short_desc="Acoustic spectrum analyser"
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/withmorten/spek-alternative"
distfiles="https://github.com/withmorten/spek-alternative/archive/${version}.tar.gz"
checksum="007ba4b84a310b078e378aa84c8e80783db5821437a757a488c3ecec377e6b2a"

pre_configure() {
	./autogen.sh
}
```

Built and run on x86_64


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

* Re: Package Request: spek
  2020-03-23 11:18 [ISSUE] Package Request: spek kartikynwa
  2020-03-24  7:23 ` not-chicken
@ 2020-03-25  6:12 ` kartikynwa
  2020-03-25  6:12 ` [ISSUE] [CLOSED] " kartikynwa
  2 siblings, 0 replies; 8+ messages in thread
From: kartikynwa @ 2020-03-25  6:12 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/20314#issuecomment-603660245

Comment:
Thank you very much for this @not-chicken 

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

* Re: [ISSUE] [CLOSED] Package Request: spek
  2020-03-23 11:18 [ISSUE] Package Request: spek kartikynwa
  2020-03-24  7:23 ` not-chicken
  2020-03-25  6:12 ` kartikynwa
@ 2020-03-25  6:12 ` kartikynwa
  2 siblings, 0 replies; 8+ messages in thread
From: kartikynwa @ 2020-03-25  6:12 UTC (permalink / raw)
  To: ml

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

Closed issue by kartikynwa on void-packages repository

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

Description:
Spek is an acoustic spectrum analyser written in C and C++. It uses FFmpeg libraries for audio decoding and wxWidgets for the GUI.

- Project page: http://spek.cc
- Github page: https://github.com/alexkay/spek

I tried writing a template from scratch but it doesn't compile since I am unfamiliar with how build systems work and I suck. I was able to build the program locally. [Link to my broken template.](https://github.com/kartikynwa/void-packages/blob/spek/srcpkgs/spek/template)

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

* Re: Package request: Spek
  2020-09-10 14:04 [ISSUE] Package request: Spek absolutelynothinghere
                   ` (2 preceding siblings ...)
  2020-09-12 21:31 ` absolutelynothinghere
@ 2020-12-30 10:31 ` tibequadorian
  3 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2020-12-30 10:31 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/issues/24802#issuecomment-752408926

Comment:
I think this can be closed because #22881 was merged @ericonr 

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

* Re: Package request: Spek
  2020-09-10 14:04 [ISSUE] Package request: Spek absolutelynothinghere
  2020-09-10 15:33 ` hippi777
  2020-09-12  5:33 ` not-chicken
@ 2020-09-12 21:31 ` absolutelynothinghere
  2020-12-30 10:31 ` tibequadorian
  3 siblings, 0 replies; 8+ messages in thread
From: absolutelynothinghere @ 2020-09-12 21:31 UTC (permalink / raw)
  To: ml

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

New comment by absolutelynothinghere on void-packages repository

https://github.com/void-linux/void-packages/issues/24802#issuecomment-691552684

Comment:
@hippi777 Honestly I agree, Spek is small enough to be packaged as an appimage/flatpak, and I would package it myself if I knew how... Sadly I still have a long way to go.

@not-chicken I was not aware Spek Alternative had a pull request, thank you for the heads up! If it got included I will be very happy.

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

* Re: Package request: Spek
  2020-09-10 14:04 [ISSUE] Package request: Spek absolutelynothinghere
  2020-09-10 15:33 ` hippi777
@ 2020-09-12  5:33 ` not-chicken
  2020-09-12 21:31 ` absolutelynothinghere
  2020-12-30 10:31 ` tibequadorian
  3 siblings, 0 replies; 8+ messages in thread
From: not-chicken @ 2020-09-12  5:33 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/issues/24802#issuecomment-691416147

Comment:
Related #22881

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

* Re: Package request: Spek
  2020-09-10 14:04 [ISSUE] Package request: Spek absolutelynothinghere
@ 2020-09-10 15:33 ` hippi777
  2020-09-12  5:33 ` not-chicken
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: hippi777 @ 2020-09-10 15:33 UTC (permalink / raw)
  To: ml

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

New comment by hippi777 on void-packages repository

https://github.com/void-linux/void-packages/issues/24802#issuecomment-690370182

Comment:
hi there :)

im not a fan of flatpak and whatever like, but it sounds like a job for such stuffs, but not really for void, cuz the old dependencies... otherwise im not a void representative/decision maker, so take this as a suggestion/prediction :D 

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

end of thread, other threads:[~2020-12-30 10:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23 11:18 [ISSUE] Package Request: spek kartikynwa
2020-03-24  7:23 ` not-chicken
2020-03-25  6:12 ` kartikynwa
2020-03-25  6:12 ` [ISSUE] [CLOSED] " kartikynwa
2020-09-10 14:04 [ISSUE] Package request: Spek absolutelynothinghere
2020-09-10 15:33 ` hippi777
2020-09-12  5:33 ` not-chicken
2020-09-12 21:31 ` absolutelynothinghere
2020-12-30 10:31 ` tibequadorian

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