fooyin: fix build, add libebur128 for ReplayGain
This commit is contained in:
committed by
Peter Hoeg
parent
b823d7721f
commit
465759d454
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user