summary refs log tree commit diff
path: root/pkgs/applications/audio/fluidsynth/default.nix
Commit message (Collapse)AuthorAge
* fluidsynth: 2.3.3 -> 2.3.4Sergei Trofimovich2023-09-27
| | | | Changes: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.4
* Merge pull request #242657 from OPNA2608/fix/fluidsynth_cmake_configSergei Trofimovich2023-07-10
|\ | | | | fluidsynth: Fix CMake config
| * fluidsynth: Fix CMake configOPNA26082023-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream is concatenating CMAKE_INSTALL_LIBDIR onto CMAKE_INSTALL_PREFIX to get a directory to use for the install_name on Darwin. This is not the right way of making CMAKE_INSTALL_LIBDIR absolute. The config was first set up for breakage when the CMAKE_INSTALL_LIBDIR was made relative, in order to work around the wrong concatenation. This caused the _IMPORT_PREFIX to be computed by walking up the directory tree from the config file, instead of using the absolute CMAKE_INSTALL_LIBDIR. Then outputs were introduced to the derivation and the config was moved to a different output. Now the prefix it walks up to is the wrong prefix, and the config is busted. Fix by reverting the original workaround so we have an absolute CMAKE_INSTALL_LIBDIR, and pulling a patch that fixes the bad concatenation.
* | fluidsynth: 2.3.2 -> 2.3.3R. Ryantm2023-06-25
|/
* Merge pull request #226253 from trofi/fluidsynth-dev-and-man-outputSergei Trofimovich2023-04-24
|\ | | | | fluidsynth: move headers out to "dev" output, mans to "man"
| * fluidsynth: move headers out to "dev" output, mans to "man"Sergei Trofimovich2023-04-15
| |
* | fluidsynth: fix darwin build for 2.3.2Lily Foster2023-04-21
| |
* | fluidsynth: 2.3.1 -> 2.3.2R. Ryantm2023-04-04
|/
* fluidsynth: 2.3.0 -> 2.3.1sternenseemann2023-01-06
| | | | https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.1
* fluidsynth: fix build on aarch64-darwinWeijia Wang2022-12-09
|
* fluidsynth: 2.2.9 -> 2.3.0R. Ryantm2022-10-16
|
* fluidsynth: 2.2.8 -> 2.2.9R. Ryantm2022-09-06
|
* fluidsynth: 2.2.7 -> 2.2.8R. Ryantm2022-07-28
|
* fluidsynth: 2.2.5 -> 2.2.7R. Ryantm2022-07-08
|
* fluidsynth: fix build on darwinPanayiotis2022-04-28
| | | | Make optional dependency `libpulseaudio` linux-only as it is broken on darwin.
* fluidsynth: 2.2.3 -> 2.2.5R. Ryantm2022-02-25
|
* fluidsynth: fix crossAlyssa Ross2021-11-01
|
* fluidsynth_1: remove at 1.1.11sternenseemann2021-10-26
| | | | | | | | | | | | | | | | * FluidSynth 1.1.11 was kept around as a dependency of some packages that hadn't yet adjusted to API breakages. All of these packages now use FluidSynth 2.x, so fluidsynth_1 can be removed. It has been broken ever since glib was updated to 2.70 and was affected by an unpatched CVE. * Refactor expression a bit, use pname instead of name. * Add changelog entry in case someone was using this downstream (accidentally?). Fixes #141508. Fixes #124624.
* fluidsynth: 2.0.6 -> 2.2.3Sergei Trofimovich2021-09-14
|
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* fluidsynth: update homepage permanent redirect to HTTPSThomas Gerbet2021-01-16
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* fluidsynth: 2.0.5 -> 2.0.6R. RyanTM2019-09-26
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fluidsynth/versions
* treewide: remove redundant recvolth2019-08-28
|
* Merge staging-next into stagingFrederik Rietdijk2019-05-01
|\
| * fluidsynth: fix on darwinMatthew Bauer2019-04-29
| |
* | fluidsynth: 2.0.4 -> 2.0.5R. RyanTM2019-05-01
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fluidsynth/versions
* treewide: mark bad packagesMatthew Bauer2019-04-26
| | | | Some old stuff is known not to work.
* fluidsynth: 2.0.3 -> 2.0.4R. RyanTM2019-03-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fluidsynth/versions
* fluidsynth: 2.0.2 -> 2.0.3R. RyanTM2019-01-19
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fluidsynth/versions
* fluidsynth: 2.0.1 -> 2.0.2R. RyanTM2018-12-19
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fluidsynth/versions
* fluidsynth: keep versionLinus Heckemann2018-12-18
| | | | This avoids a mass-rebuild for packages which depend on fluidsynth 2.x.
* fluidsynth_1: init at 1.1.11Ricardo Ardissone2018-12-16
|
* fluidsynth: 1.1.11 -> 2.0.1R. RyanTM2018-11-09
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fluidsynth/versions
* fluidsynth: 1.1.10 -> 1.1.11R. RyanTM2018-09-06
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fluidsynth/versions
* fluidsynth: 1.1.9 -> 1.1.10Ryan Mulligan2018-04-01
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth -h` got 0 exit code - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth --help` got 0 exit code - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth help` got 0 exit code - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth -V` and found version 1.1.10 - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth -v` and found version 1.1.10 - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth --version` and found version 1.1.10 - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth version` and found version 1.1.10 - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth -h` and found version 1.1.10 - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth --help` and found version 1.1.10 - ran `/nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10/bin/fluidsynth help` and found version 1.1.10 - found 1.1.10 with grep in /nix/store/23kh3gax6a023mi2r3q31fd1mixa1k14-fluidsynth-1.1.10 - directory tree listing: https://gist.github.com/fbd821b325f18bdbc65812caeb1e0ecc
* fluidsynth: 1.1.8 -> 1.1.9Ryan Mulligan2018-02-25
| | | | | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/lahkxc281j7vxzivbp68c71k6jgjzmcj-fluidsynth-1.1.9/bin/fluidsynth -h` got 0 exit code - ran `/nix/store/lahkxc281j7vxzivbp68c71k6jgjzmcj-fluidsynth-1.1.9/bin/fluidsynth --help` got 0 exit code - ran `/nix/store/lahkxc281j7vxzivbp68c71k6jgjzmcj-fluidsynth-1.1.9/bin/fluidsynth -V` and found version 1.1.9 - ran `/nix/store/lahkxc281j7vxzivbp68c71k6jgjzmcj-fluidsynth-1.1.9/bin/fluidsynth --version` and found version 1.1.9 - ran `/nix/store/lahkxc281j7vxzivbp68c71k6jgjzmcj-fluidsynth-1.1.9/bin/fluidsynth -h` and found version 1.1.9 - ran `/nix/store/lahkxc281j7vxzivbp68c71k6jgjzmcj-fluidsynth-1.1.9/bin/fluidsynth --help` and found version 1.1.9 - found 1.1.9 with grep in /nix/store/lahkxc281j7vxzivbp68c71k6jgjzmcj-fluidsynth-1.1.9 - found 1.1.9 in filename of file in /nix/store/lahkxc281j7vxzivbp68c71k6jgjzmcj-fluidsynth-1.1.9
* fluidsynth: 1.1.6 -> 1.1.8Bart Brouns2017-12-09
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* fluidsynth: fix build errors in darwin buildsMatthew Bauer2016-03-04
| | | | Build inputs were not being passed in properly.
* Convert all jack references to libjack2William A. Kennington III2015-06-27
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* Revert "Remove obsolete jackaudio version 1."Bjørn Forsman2014-07-31
| | | | | | | | | This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* Remove obsolete jackaudio version 1.Peter Simons2014-07-28
|
* jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman2014-07-23
| | | | | | | | | | | Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
* Revert "fluidsynth: switch to cmake build system" which causes mpd and calf ↵Evgeny Egorochkin2013-12-05
| | | | | | | | to fail to detect fluidsynth. This reverts commit cd16faa25738e1fd885279b0707e6a842e5479c8.
* fluidsynth: switch to cmake build systemEvgeny Egorochkin2013-12-04
|
* fluidsynth: update from 1.1.5 to 1.1.6Nixpkgs Monitor2013-12-04
|
* fluidsynth: fix build on darwinJason "Don" O'Conal2013-07-14
| | | | * remove unnecessary include