Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package Request: Sayonara-Player
@ 2021-01-13 12:04 Boebbele
  2021-01-13 12:07 ` [ISSUE] [CLOSED] " Boebbele
  2021-01-13 12:07 ` Boebbele
  0 siblings, 2 replies; 3+ 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] 3+ messages in thread

end of thread, other threads:[~2021-01-13 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13 12:04 [ISSUE] Package Request: Sayonara-Player Boebbele
2021-01-13 12:07 ` [ISSUE] [CLOSED] " Boebbele
2021-01-13 12:07 ` 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).