pulseeffects: 4.4.1 → 4.4.4
- Now depends on libdbus for RealtimeKit.
- No longer needs to add custom GStreamer plug-in path to environment variable:
4410f1ffc1
This commit is contained in:
parent
daf3d7d49f
commit
e6797f686d
@ -24,6 +24,7 @@
|
|||||||
, libsndfile
|
, libsndfile
|
||||||
, libebur128
|
, libebur128
|
||||||
, boost
|
, boost
|
||||||
|
, dbus
|
||||||
, fftwFloat
|
, fftwFloat
|
||||||
, calf
|
, calf
|
||||||
, zita-convolver
|
, zita-convolver
|
||||||
@ -43,14 +44,14 @@ let
|
|||||||
zam-plugins # maximizer
|
zam-plugins # maximizer
|
||||||
];
|
];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "pulseeffects-${version}";
|
pname = "pulseeffects";
|
||||||
version = "4.4.1";
|
version = "4.4.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wwmm";
|
owner = "wwmm";
|
||||||
repo = "pulseeffects";
|
repo = "pulseeffects";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hb575h9hdknhwvhn5lak89ddavn4v5c0nipnv8dsfnmjhfli5qm";
|
sha256 = "02h237c3l55ky7gl0mmd6qqp5zagbrqa39rii33s5pspvxi9rj3s";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -80,6 +81,7 @@ in stdenv.mkDerivation rec {
|
|||||||
libsamplerate
|
libsamplerate
|
||||||
libsndfile
|
libsndfile
|
||||||
boost
|
boost
|
||||||
|
dbus
|
||||||
fftwFloat
|
fftwFloat
|
||||||
zita-convolver
|
zita-convolver
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
@ -91,8 +93,6 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
addToSearchPath GST_PLUGIN_SYSTEM_PATH_1_0 $out/lib/gstreamer-1.0
|
|
||||||
|
|
||||||
gappsWrapperArgs+=(
|
gappsWrapperArgs+=(
|
||||||
--set LV2_PATH "${stdenv.lib.makeSearchPath "lib/lv2" lv2Plugins}"
|
--set LV2_PATH "${stdenv.lib.makeSearchPath "lib/lv2" lv2Plugins}"
|
||||||
--set LADSPA_PATH "${stdenv.lib.makeSearchPath "lib/ladspa" ladspaPlugins}"
|
--set LADSPA_PATH "${stdenv.lib.makeSearchPath "lib/ladspa" ladspaPlugins}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user