Github messages for voidlinux
 help / color / mirror / Atom feed
From: Boebbele <Boebbele@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] Package Request: Sayonara-Player
Date: Wed, 13 Jan 2021 13:04:23 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27882@inbox.vuxu.org> (raw)

[-- 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
}


             reply	other threads:[~2021-01-13 12:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13 12:04 Boebbele [this message]
2021-01-13 12:07 ` Boebbele
2021-01-13 12:07 ` [ISSUE] [CLOSED] " Boebbele
  -- strict thread matches above, loose matches on Subject: below --
2021-01-13 12:03 [ISSUE] " Boebbele

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27882@inbox.vuxu.org \
    --to=boebbele@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).