Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package Request: Sayonara-Player
@ 2021-01-13 12:03 Boebbele
  2021-01-16  1:10 ` HadetTheUndying
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Boebbele @ 2021-01-13 12:03 UTC (permalink / raw)
  To: ml

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

New issue by Boebbele on void-packages repository

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

Description:
Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
 Arch-AUR-PKGbuilt:

pkgname=sayonara-player
pkgver=1.6.0
pkgrel=1
pkgdesc="Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
#in case of trouble use arch=('i686') or arch=('x86_64')
arch=('any')
url="http://sayonara-player.com"
license=('GPL3')
depends=('qt5-base' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'zlib')
optdepends=('lame: mp3 converter, broadcasting' 'gst-plugins-ugly: mp3 converter, broadcasting')
makedepends=('cmake')
source=(ftp://sayonara-player.com/sayonara-player-1.6.0-beta7.tar.gz)
md5sums=('202776e69ec657cf151bf53243862a3f')

build() {
cd "$srcdir/$pkgname"
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE="Release"
make
}

package() {
cd "$srcdir/$pkgname/build"
make DESTDIR="$pkgdir/" install
}


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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
@ 2021-01-16  1:10 ` HadetTheUndying
  2021-01-16  7:27 ` Boebbele
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: HadetTheUndying @ 2021-01-16  1:10 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-761281381

Comment:
I can work on this but it looks like you've done a bit of the work yourself already. One thing i would do is switch from their FTP source to their gitlab archive source as below.

`https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta7/sayonara-player-1.6.0-beta7.tar.gz`



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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
  2021-01-16  1:10 ` HadetTheUndying
@ 2021-01-16  7:27 ` Boebbele
  2021-01-26 10:31 ` Boebbele
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: Boebbele @ 2021-01-16  7:27 UTC (permalink / raw)
  To: ml

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-761521528

Comment:
I tried.  but i am totally new to void linux.  It would be great if you could do it!

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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
  2021-01-16  1:10 ` HadetTheUndying
  2021-01-16  7:27 ` Boebbele
@ 2021-01-26 10:31 ` Boebbele
  2021-01-26 10:34 ` Johnnynator
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: Boebbele @ 2021-01-26 10:31 UTC (permalink / raw)
  To: ml

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-767452387

Comment:
I have play around with my Sayonara-Player template-file

`pkgname=sayonara-player
version=1.6.0-beta7
revision=1
short_desc="Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
build_style=gnu-configure
homepage="http://sayonara-player.com"
license="GPL3"
depends="qt5 qt5-core qt5-gui gst-plugins-base1 gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1 zlib lame"
makedepends="cmake"
distfiles="https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta7/sayonara-player-1.6.0-beta7.tar.gz"
checksum=aa045dfc833843f6220e0fea19c6221d937884b7b883cde6f159d3a3b828e7fe`

It end with this Errors:
=> ERROR: gcc-9.3.0_9: do_build: 'make ${makejobs}' exited with 2
=> ERROR:   in do_build() at srcpkgs/gcc/template:316

Can anyone help me?

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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
                   ` (2 preceding siblings ...)
  2021-01-26 10:31 ` Boebbele
@ 2021-01-26 10:34 ` Johnnynator
  2021-01-26 12:02 ` Boebbele
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: Johnnynator @ 2021-01-26 10:34 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-767453944

Comment:
Update your local checkout of void-packages.

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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
                   ` (3 preceding siblings ...)
  2021-01-26 10:34 ` Johnnynator
@ 2021-01-26 12:02 ` Boebbele
  2021-01-26 13:22 ` Boebbele
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: Boebbele @ 2021-01-26 12:02 UTC (permalink / raw)
  To: ml

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-767497985

Comment:
okay. Now I have new Problems:
`=> ERROR: version contains invalid character: -`

Template-File:

```
#Template file for 'sayonara-player'
pkgname=sayonara-player
version=1.6.0-beta7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="cmake gtk+3-devel"
depends="qt5 qt5-core qt5-gui gst-plugins-base1 gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1 zlib lame"
short_desc="Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
license="GPL-3.0-or-later"
homepage="http://sayonara-player.com"
distfiles="https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta7/sayonara-player-1.6.0-beta7.tar.gz"
checksum=aa045dfc833843f6220e0fea19c6221d937884b7b883cde6f159d3a3b828e7fe

```
If I edit "Version:1.6.0-beta7" to "1.6.0" then cam Error:
`ERROR: sayonara-player-1.6.0_1: cannot access wrksrc directory [/builddir/sayonara-player-1.6.0]
`

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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
                   ` (4 preceding siblings ...)
  2021-01-26 12:02 ` Boebbele
@ 2021-01-26 13:22 ` Boebbele
  2021-01-26 13:23 ` Boebbele
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: Boebbele @ 2021-01-26 13:22 UTC (permalink / raw)
  To: ml

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-767497985

Comment:
okay. Now I have new Problems:
`=> ERROR: version contains invalid character: -`

Template-File:

```
#Template file for 'sayonara-player'
pkgname=sayonara-player
version=1.6.0-beta7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="cmake gtk+3-devel"
depends="qt5 qt5-core qt5-gui gst-plugins-base1 gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1 zlib lame"
short_desc="Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
license="GPL-3.0-or-later"
homepage="http://sayonara-player.com"
distfiles="https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta7/sayonara-player-1.6.0-beta7.tar.gz"
checksum=aa045dfc833843f6220e0fea19c6221d937884b7b883cde6f159d3a3b828e7fe

```
If I edit "Version:1.6.0-beta7" to "1.6.0" then come Error:
`ERROR: sayonara-player-1.6.0_1: cannot access wrksrc directory [/builddir/sayonara-player-1.6.0]
`

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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
                   ` (5 preceding siblings ...)
  2021-01-26 13:22 ` Boebbele
@ 2021-01-26 13:23 ` Boebbele
  2021-01-26 19:23 ` Boebbele
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: Boebbele @ 2021-01-26 13:23 UTC (permalink / raw)
  To: ml

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-767497985

Comment:
okay. Now I have new Problems:
`=> ERROR: version contains invalid character: -`

Template-File:

```
#Template file for 'sayonara-player'
pkgname=sayonara-player
version=1.6.0-beta7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="cmake gtk+3-devel"
depends="qt5 qt5-core qt5-gui gst-plugins-base1 gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1 zlib lame"
short_desc="Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
license="GPL-3.0-or-later"
homepage="http://sayonara-player.com"
distfiles="https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta7/sayonara-player-1.6.0-beta7.tar.gz"
checksum=aa045dfc833843f6220e0fea19c6221d937884b7b883cde6f159d3a3b828e7fe

```
If I edit "Version:1.6.0-beta7" to "1.6.0" then come Error:
`ERROR: sayonara-player-1.6.0_1: cannot access wrksrc directory [/builddir/sayonara-player-1.6.0]
`
If I edit version to 1.6.0_1 --> `=> ERROR: version contains invalid character: _`

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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
                   ` (6 preceding siblings ...)
  2021-01-26 13:23 ` Boebbele
@ 2021-01-26 19:23 ` Boebbele
  2021-01-27  4:20 ` sgn
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: Boebbele @ 2021-01-26 19:23 UTC (permalink / raw)
  To: ml

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-767771277

Comment:
I set "wrksrc="sayonara-player-1.6.0-beta7" and "version=1.6.0beta7" but Error:
```
/void-packages/common/build-style/gnu-configure.sh: line 7: ./configure: No such file or directory
=> ERROR: sayonara-player-1.6.0beta7_1: do_configure: '${configure_script} ${configure_args}' exited with 127
=> ERROR:   in do_configure() at common/build-style/gnu-configure.sh:7
```


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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
                   ` (7 preceding siblings ...)
  2021-01-26 19:23 ` Boebbele
@ 2021-01-27  4:20 ` sgn
  2021-01-29  4:04 ` cinerea0
  2021-01-29  7:32 ` Boebbele
  10 siblings, 0 replies; 13+ messages in thread
From: sgn @ 2021-01-27  4:20 UTC (permalink / raw)
  To: ml

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-767452387

Comment:
I have play around with my Sayonara-Player template-file

```
pkgname=sayonara-player
version=1.6.0-beta7
revision=1
short_desc="Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
build_style=gnu-configure
homepage="http://sayonara-player.com"
license="GPL3"
depends="qt5 qt5-core qt5-gui gst-plugins-base1 gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1 zlib lame"
makedepends="cmake"
distfiles="https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.6.0-beta7/sayonara-player-1.6.0-beta7.tar.gz"
checksum=aa045dfc833843f6220e0fea19c6221d937884b7b883cde6f159d3a3b828e7fe
```

It end with this Errors:
=> ERROR: gcc-9.3.0_9: do_build: 'make ${makejobs}' exited with 2
=> ERROR:   in do_build() at srcpkgs/gcc/template:316

Can anyone help me?

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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
                   ` (8 preceding siblings ...)
  2021-01-27  4:20 ` sgn
@ 2021-01-29  4:04 ` cinerea0
  2021-01-29  7:32 ` Boebbele
  10 siblings, 0 replies; 13+ messages in thread
From: cinerea0 @ 2021-01-29  4:04 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-769560260

Comment:
@Boebbele I've managed to create a template that builds `sayonara` correctly, but I'm getting some runtime errors when I try to actually execute it. How does `sayonara` work, exactly? Is the main binary supposed to be run as a service while other binaries are supposed to interact with it?

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

* Re: Package Request: Sayonara-Player
  2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
                   ` (9 preceding siblings ...)
  2021-01-29  4:04 ` cinerea0
@ 2021-01-29  7:32 ` Boebbele
  10 siblings, 0 replies; 13+ messages in thread
From: Boebbele @ 2021-01-29  7:32 UTC (permalink / raw)
  To: ml

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

New comment by Boebbele on void-packages repository

https://github.com/void-linux/void-packages/issues/27881#issuecomment-769633665

Comment:
Hello!  thanks for working on it.  I do not know how it works.  to be honest, I don't even understand your question ... I just installed it under Arch from the AUR it needs Jack or libjack as a package ????

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

* [ISSUE] Package Request: Sayonara-Player
@ 2021-01-13 12:04 Boebbele
  0 siblings, 0 replies; 13+ messages in thread
From: Boebbele @ 2021-01-13 12:04 UTC (permalink / raw)
  To: ml

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

New issue by Boebbele on void-packages repository

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

Description:
Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
 Arch-AUR-PKGbuilt:

pkgname=sayonara-player
pkgver=1.6.0
pkgrel=1
pkgdesc="Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
#in case of trouble use arch=('i686') or arch=('x86_64')
arch=('any')
url="http://sayonara-player.com"
license=('GPL3')
depends=('qt5-base' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'zlib')
optdepends=('lame: mp3 converter, broadcasting' 'gst-plugins-ugly: mp3 converter, broadcasting')
makedepends=('cmake')
source=(ftp://sayonara-player.com/sayonara-player-1.6.0-beta7.tar.gz)
md5sums=('202776e69ec657cf151bf53243862a3f')

build() {
cd "$srcdir/$pkgname"
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE="Release"
make
}

package() {
cd "$srcdir/$pkgname/build"
make DESTDIR="$pkgdir/" install
}


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

end of thread, other threads:[~2021-01-29  7:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13 12:03 [ISSUE] Package Request: Sayonara-Player Boebbele
2021-01-16  1:10 ` HadetTheUndying
2021-01-16  7:27 ` Boebbele
2021-01-26 10:31 ` Boebbele
2021-01-26 10:34 ` Johnnynator
2021-01-26 12:02 ` Boebbele
2021-01-26 13:22 ` Boebbele
2021-01-26 13:23 ` Boebbele
2021-01-26 19:23 ` Boebbele
2021-01-27  4:20 ` sgn
2021-01-29  4:04 ` cinerea0
2021-01-29  7:32 ` Boebbele
2021-01-13 12:04 [ISSUE] " Boebbele

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