* [ISSUE] Package Request: Sayonara-Player
@ 2021-01-13 12:03 Boebbele
2021-01-16 1:10 ` HadetTheUndying
2021-01-16 7:27 ` Boebbele
0 siblings, 2 replies; 4+ 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] 4+ 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
1 sibling, 0 replies; 4+ 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] 4+ 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
1 sibling, 0 replies; 4+ 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] 4+ messages in thread
* [ISSUE] Package Request: Sayonara-Player
@ 2021-01-13 12:04 Boebbele
0 siblings, 0 replies; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2021-01-16 7:27 UTC | newest]
Thread overview: 4+ 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-13 12:04 [ISSUE] " Boebbele
Github messages for voidlinux
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.vuxu.org/voidlinux-github
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V1 voidlinux-github voidlinux-github/ http://inbox.vuxu.org/voidlinux-github \
voidlinux-github@inbox.vuxu.org
public-inbox-index voidlinux-github
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.vuxu.org/vuxu.github.voidlinux
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git