pulseeffects: 4.1.3 → 4.1.5

This commit is contained in:
Jan Tojnar 2018-07-14 12:57:31 +02:00
parent a4ae6da060
commit 5011ef2b7a
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -18,7 +18,10 @@
, sord , sord
, sratom , sratom
, libbs2b , libbs2b
, libsamplerate
, libsndfile
, boost , boost
, fftwFloat
, calf , calf
, zam-plugins , zam-plugins
, rubberband , rubberband
@ -36,13 +39,13 @@ let
]; ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "pulseeffects-${version}"; name = "pulseeffects-${version}";
version = "4.1.3"; version = "4.1.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wwmm"; owner = "wwmm";
repo = "pulseeffects"; repo = "pulseeffects";
rev = "v${version}"; rev = "v${version}";
sha256 = "1f89msg8hzaf1pa9w3gaifb88dm0ca2wd81jlz3vr98hm7kxd85k"; sha256 = "1k5ibn4ilzhps91insvw07jd9x9yxhxl8pvfzgcm9ndvb8anifv4";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -61,11 +64,15 @@ in stdenv.mkDerivation rec {
gtk3 gtk3
gtkmm3 gtkmm3
gst_all_1.gstreamer gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-bad
lilv lv2 serd sord sratom lilv lv2 serd sord sratom
libbs2b libbs2b
libsamplerate
libsndfile
boost boost
fftwFloat
]; ];
postPatch = '' postPatch = ''
@ -74,6 +81,8 @@ 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}"