fooyin: fix build, add libebur128 for ReplayGain

This commit is contained in:
Keenan Weaver
2025-04-23 04:29:58 +02:00
committed by Peter Hoeg
parent b823d7721f
commit 465759d454
+12
View File
@@ -10,12 +10,14 @@
kdsingleapplication,
pipewire,
taglib,
libebur128,
libvgm,
libsndfile,
libarchive,
libopenmpt,
game-music-emu,
SDL2,
fetchpatch,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -42,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
pipewire
SDL2
# input plugins
libebur128
libvgm
libsndfile
libarchive
@@ -63,6 +66,15 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "INSTALL_FHS" true)
];
# Remove after next release
patches = [
(fetchpatch {
name = "qbrush.patch";
url = "https://github.com/fooyin/fooyin/commit/e44e08abb33f01fe85cc896170c55dbf732ffcc9.patch";
hash = "sha256-soDj/SFctxxsnkePv4dZgyDHYD2eshlEziILOZC4ddM=";
})
];
env.LANG = "C.UTF-8";
meta = {