diff --git a/arch/PKGBUILD.in b/arch/PKGBUILD.in index df81eaf..cb8737e 100644 --- a/arch/PKGBUILD.in +++ b/arch/PKGBUILD.in @@ -10,7 +10,7 @@ license=('AGPL3') depends=('curl' 'gtk3' 'lilv' 'libx11' 'jack' 'libsndfile' 'libyaml' 'libsamplerate' 'guile' 'gtksourceview4' 'alsa-lib' 'fftw' 'graphviz' 'rtmidi' 'rtaudio' 'breeze-icons' 'zstd' - 'rubberband' 'xdg-utils' 'sdl2') + 'rubberband' 'xdg-utils' 'sdl2' 'xxhash') makedepends=( 'python' 'gettext' 'sed' 'ninja' 'help2man' 'python-sphinx' diff --git a/debian/control.in b/debian/control.in index dd1a48d..9ab62e4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -26,6 +26,7 @@ Build-Depends: debhelper (>=9), libfftw3-dev, libsamplerate0-dev, libyaml-dev, + libxxhash-dev, ninja-build, portaudio19-dev, python3-sphinx diff --git a/osx-brew/zrythm.rb.in b/osx-brew/zrythm.rb.in index dcfd4f8..c913a19 100644 --- a/osx-brew/zrythm.rb.in +++ b/osx-brew/zrythm.rb.in @@ -29,6 +29,7 @@ class Zrythm@TRIAL_INITIAL_UPPERCASE@ < Formula depends_on "jack" depends_on "qjackctl" depends_on "pcre2" + depends_on "xxhash" def install mkdir "build" do diff --git a/rpm/zrythm.spec.in b/rpm/zrythm.spec.in index c87e2dd..3248453 100644 --- a/rpm/zrythm.spec.in +++ b/rpm/zrythm.spec.in @@ -29,12 +29,14 @@ BuildRequires: portaudio-devel BuildRequires: help2man BuildRequires: SDL2-devel BuildRequires: graphviz-devel +BuildRequires: xxhash-devel Requires: libcurl Requires: ladspa Requires: lv2 Requires: xdg-utils Requires: SDL2 Requires: graphviz +Requires: xxhash %if 0%{?suse_version} BuildRequires: jack-devel libX11-devel update-desktop-files BuildRequires: fftw3-threads-devel librubberband-devel