about summary refs log tree commit diff
path: root/pkgs/applications/audio/pulseeffects
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-01-03 19:34:43 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-01-03 19:42:41 +0100
commite6797f686d82d7e18b5f547a87cc46cc8655cd3b (patch)
treeb12895884d4996d33f14b8951430b147ff299dd5 /pkgs/applications/audio/pulseeffects
parentdaf3d7d49f6c966aa4e06dc6f8477b9f41c78d09 (diff)
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:

https://github.com/wwmm/pulseeffects/commit/4410f1ffc15e16ab7a002e3e86e91eaa26f83e5c
Diffstat (limited to 'pkgs/applications/audio/pulseeffects')
-rw-r--r--pkgs/applications/audio/pulseeffects/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/audio/pulseeffects/default.nix b/pkgs/applications/audio/pulseeffects/default.nix
index 6b62faa51bd7a..faee1c6cc7f2b 100644
--- a/pkgs/applications/audio/pulseeffects/default.nix
+++ b/pkgs/applications/audio/pulseeffects/default.nix
@@ -24,6 +24,7 @@
 , libsndfile
 , libebur128
 , boost
+, dbus
 , fftwFloat
 , calf
 , zita-convolver
@@ -43,14 +44,14 @@ let
     zam-plugins # maximizer
   ];
 in stdenv.mkDerivation rec {
-  name = "pulseeffects-${version}";
-  version = "4.4.1";
+  pname = "pulseeffects";
+  version = "4.4.4";
 
   src = fetchFromGitHub {
     owner = "wwmm";
     repo = "pulseeffects";
     rev = "v${version}";
-    sha256 = "0hb575h9hdknhwvhn5lak89ddavn4v5c0nipnv8dsfnmjhfli5qm";
+    sha256 = "02h237c3l55ky7gl0mmd6qqp5zagbrqa39rii33s5pspvxi9rj3s";
   };
 
   nativeBuildInputs = [
@@ -80,6 +81,7 @@ in stdenv.mkDerivation rec {
     libsamplerate
     libsndfile
     boost
+    dbus
     fftwFloat
     zita-convolver
     hicolor-icon-theme
@@ -91,8 +93,6 @@ in stdenv.mkDerivation rec {
   '';
 
   preFixup = ''
-    addToSearchPath GST_PLUGIN_SYSTEM_PATH_1_0 $out/lib/gstreamer-1.0
-
     gappsWrapperArgs+=(
       --set LV2_PATH "${stdenv.lib.makeSearchPath "lib/lv2" lv2Plugins}"
       --set LADSPA_PATH "${stdenv.lib.makeSearchPath "lib/ladspa" ladspaPlugins}"