blob: 27421537a104f007418c32e44e85dfbe72620214 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = sayonara-player
pkgdesc = Small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
pkgver = 1.10.0_stable1
pkgrel = 1
url = https://sayonara-player.com/
arch = i686
arch = x86_64
license = GPL3
checkdepends = xorg-server-xvfb
makedepends = git
makedepends = cmake
makedepends = qt5-tools
makedepends = qt5-svg
makedepends = gst-plugins-bad
depends = qt5-base
depends = taglib
depends = gst-plugins-base
depends = gst-plugins-good
optdepends = gst-libav: additional codecs
optdepends = gst-plugins-bad: additional codecs
optdepends = gst-plugins-ugly: additional codecs
source = git+https://gitlab.com/luciocarreras/sayonara-player.git#tag=1.10.0-stable1
sha512sums = SKIP
pkgname = sayonara-player
|