forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
26 lines (25 loc) · 950 Bytes
/
template
File metadata and controls
26 lines (25 loc) · 950 Bytes
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
26
# Template file for 'fooyin'
pkgname=fooyin
version=0.10.3
revision=1
build_style=cmake
configure_args="
-DBUILD_PCH=ON
-DBUILD_WERROR=OFF"
hostmakedepends="pkg-config qt6-base qt6-tools"
makedepends="qt6-base-devel qt6-svg-devel alsa-lib-devel
ffmpeg6-devel icu-devel libarchive-devel libebur128-devel
libgme-devel libopenmpt-devel libsndfile-devel pipewire-devel SDL2-devel
taglib-devel KDSingleApplication qcoro-qt6-devel"
depends="qt6-svg qt6-plugin-sqlite"
checkdepends="gtest-devel"
short_desc="Customisable music player"
maintainer="Ivan Mirić <[email protected]>"
license="GPL-3.0-only"
homepage="https://www.fooyin.org/"
changelog="https://raw.githubusercontent.com/fooyin/fooyin/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/fooyin/fooyin/archive/v${version}.tar.gz"
checksum=3ba96386c12acacb7b73a637bf2a57690516814e862868e340505a3804551cda
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTING=ON"
fi