Skip to content

Commit 0e467c1

Browse files
JkktBkktDuncaen
authored andcommitted
fooyin: update to 0.10.1.
1 parent 045607a commit 0e467c1

2 files changed

Lines changed: 5 additions & 35 deletions

File tree

srcpkgs/fooyin/patches/qt6.10.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

srcpkgs/fooyin/template

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Template file for 'fooyin'
22
pkgname=fooyin
3-
version=0.9.1
4-
revision=3
5-
_libvgm_rev="305b1bad78f7486c9e4058191abdd9195775efa0"
3+
version=0.10.1
4+
revision=1
65
build_style=cmake
76
configure_args="
87
-DBUILD_PCH=ON
@@ -11,25 +10,17 @@ hostmakedepends="pkg-config qt6-base qt6-tools"
1110
makedepends="qt6-base-devel qt6-svg-devel alsa-lib-devel
1211
ffmpeg6-devel icu-devel libarchive-devel libebur128-devel
1312
libgme-devel libopenmpt-devel libsndfile-devel pipewire-devel SDL2-devel
14-
taglib-devel KDSingleApplication"
13+
taglib-devel KDSingleApplication qcoro-qt6-devel"
1514
depends="qt6-svg qt6-plugin-sqlite"
1615
checkdepends="gtest-devel"
1716
short_desc="Customisable music player"
1817
maintainer="Ivan Mirić <imiric-gh@proton.me>"
1918
license="GPL-3.0-only"
2019
homepage="https://www.fooyin.org/"
2120
changelog="https://raw.githubusercontent.com/fooyin/fooyin/refs/heads/master/CHANGELOG.md"
22-
distfiles="https://github.com/fooyin/fooyin/archive/v${version}.tar.gz
23-
https://github.com/ValleyBell/libvgm/archive/${_libvgm_rev}.tar.gz"
24-
checksum="3559e2ffcd6ad82d72b90bcba3a3e607437329702339a3a3c989e28d28199b1d
25-
f62685b9853ec0ecd0c3001d8af3622543c7597315c4a1ddab595d5afb32c729"
26-
27-
skip_extraction="${_libvgm_rev}.tar.gz"
21+
distfiles="https://github.com/fooyin/fooyin/archive/v${version}.tar.gz"
22+
checksum="32f3ff627612cd2d2d3ed8cb3d8a128f05079bdf5aa906b5c8bb5941707bd833"
2823

2924
if [ "$XBPS_CHECK_PKGS" ]; then
3025
configure_args+=" -DBUILD_TESTING=ON"
3126
fi
32-
33-
post_extract() {
34-
vsrcextract -C 3rdparty/libvgm "${_libvgm_rev}.tar.gz"
35-
}

0 commit comments

Comments
 (0)