Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions srcpkgs/fooyin/patches/qt6.10.patch

This file was deleted.

19 changes: 5 additions & 14 deletions srcpkgs/fooyin/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Template file for 'fooyin'
pkgname=fooyin
version=0.9.1
revision=3
_libvgm_rev="305b1bad78f7486c9e4058191abdd9195775efa0"
version=0.10.1
revision=1
build_style=cmake
configure_args="
-DBUILD_PCH=ON
Expand All @@ -11,25 +10,17 @@ 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"
taglib-devel KDSingleApplication qcoro-qt6-devel"
depends="qt6-svg qt6-plugin-sqlite"
checkdepends="gtest-devel"
short_desc="Customisable music player"
maintainer="Ivan Mirić <imiric-gh@proton.me>"
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
https://github.com/ValleyBell/libvgm/archive/${_libvgm_rev}.tar.gz"
checksum="3559e2ffcd6ad82d72b90bcba3a3e607437329702339a3a3c989e28d28199b1d
f62685b9853ec0ecd0c3001d8af3622543c7597315c4a1ddab595d5afb32c729"

skip_extraction="${_libvgm_rev}.tar.gz"
distfiles="https://github.com/fooyin/fooyin/archive/v${version}.tar.gz"
checksum="32f3ff627612cd2d2d3ed8cb3d8a128f05079bdf5aa906b5c8bb5941707bd833"

if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTING=ON"
fi

post_extract() {
vsrcextract -C 3rdparty/libvgm "${_libvgm_rev}.tar.gz"
}