Commit Graph

54 Commits

Author SHA1 Message Date
R. Ryantm
d31a6d78c2 fluidsynth: 2.3.4 -> 2.3.5 2024-03-28 12:53:52 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Sergei Trofimovich
e00f77c7b8 fluidsynth: 2.3.3 -> 2.3.4
Changes: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.4
2023-09-27 19:15:31 +01:00
Sergei Trofimovich
4701d8193f
Merge pull request #242657 from OPNA2608/fix/fluidsynth_cmake_config
fluidsynth: Fix CMake config
2023-07-10 18:58:02 +01:00
OPNA2608
f43a46f8b8 fluidsynth: Fix CMake config
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.
2023-07-10 17:14:09 +02:00
R. Ryantm
caa52ee13b fluidsynth: 2.3.2 -> 2.3.3 2023-06-25 14:00:25 +00:00
Sergei Trofimovich
b394a31dd2
Merge pull request #226253 from trofi/fluidsynth-dev-and-man-output
fluidsynth: move headers out to "dev" output, mans to "man"
2023-04-24 09:32:48 +01:00
Lily Foster
77af101893
fluidsynth: fix darwin build for 2.3.2 2023-04-21 11:43:40 -04:00
Sergei Trofimovich
22e6b372f2 fluidsynth: move headers out to "dev" output, mans to "man" 2023-04-15 11:27:49 +01:00
R. Ryantm
79d784131a fluidsynth: 2.3.1 -> 2.3.2 2023-04-04 05:59:20 +00:00
sternenseemann
83666885de fluidsynth: 2.3.0 -> 2.3.1
https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.1
2023-01-06 16:12:08 +01:00
Weijia Wang
6be612f64b fluidsynth: fix build on aarch64-darwin 2022-12-09 23:32:03 +01:00
R. Ryantm
a01a3ed25b fluidsynth: 2.2.9 -> 2.3.0 2022-10-16 19:48:19 +02:00
R. Ryantm
cdf358d28c fluidsynth: 2.2.8 -> 2.2.9 2022-09-06 13:39:39 +00:00
R. Ryantm
2bfcdf649c fluidsynth: 2.2.7 -> 2.2.8 2022-07-28 12:06:31 +00:00
R. Ryantm
437781b5b1 fluidsynth: 2.2.5 -> 2.2.7 2022-07-08 10:47:13 +00:00
Panayiotis
f8d7adf284 fluidsynth: fix build on darwin
Make optional dependency `libpulseaudio` linux-only as it is broken on darwin.
2022-04-28 03:16:19 +03:00
R. Ryantm
405a7b79bd fluidsynth: 2.2.3 -> 2.2.5 2022-02-25 06:52:17 +00:00
Alyssa Ross
8acc5fef4d
fluidsynth: fix cross 2021-11-01 09:45:18 +00:00
sternenseemann
45b312013e fluidsynth_1: remove at 1.1.11
* 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.
2021-10-26 01:56:17 +02:00
Sergei Trofimovich
ba1dca357c fluidsynth: 2.0.6 -> 2.2.3 2021-09-14 21:25:30 +01:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
Thomas Gerbet
2fbc36f3d8 fluidsynth: update homepage permanent redirect to HTTPS 2021-01-16 18:29:04 -08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
6194787015 fluidsynth: 2.0.5 -> 2.0.6
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
2019-09-26 10:13:51 -07:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk
bd9e44fce3 Merge staging-next into staging 2019-05-01 11:46:16 +02:00
R. RyanTM
d5b3b356de fluidsynth: 2.0.4 -> 2.0.5
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
2019-05-01 11:32:58 +02:00
Matthew Bauer
c0c1d74c15 fluidsynth: fix on darwin 2019-04-29 21:34:25 -04:00
Matthew Bauer
da38a49a24 treewide: mark bad packages
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
R. RyanTM
2cba3d0803 fluidsynth: 2.0.3 -> 2.0.4
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
2019-03-03 20:56:00 +01:00
R. RyanTM
26eaa253da fluidsynth: 2.0.2 -> 2.0.3
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
2019-01-19 09:27:16 +01:00
R. RyanTM
0faa9008d5 fluidsynth: 2.0.1 -> 2.0.2
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
2018-12-19 17:45:14 -05:00
Linus Heckemann
6bdcc10767 fluidsynth: keep version
This avoids a mass-rebuild for packages which depend on fluidsynth 2.x.
2018-12-18 09:30:32 +01:00
Ricardo Ardissone
ffc586cf49 fluidsynth_1: init at 1.1.11 2018-12-16 10:04:07 -02:00
R. RyanTM
058e787bea fluidsynth: 1.1.11 -> 2.0.1
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
2018-11-09 22:02:16 -08:00
R. RyanTM
be9e9a4ed7 fluidsynth: 1.1.10 -> 1.1.11
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
2018-09-06 23:09:22 -07:00
Ryan Mulligan
00ffbc4b8c fluidsynth: 1.1.9 -> 1.1.10
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
2018-04-01 22:47:02 +02:00
Ryan Mulligan
b05cc4d9a5 fluidsynth: 1.1.8 -> 1.1.9
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
2018-02-25 21:28:59 -08:00
Bart Brouns
95ef6622a7 fluidsynth: 1.1.6 -> 1.1.8 2017-12-09 10:15:46 +00:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Matthew Bauer
a1363ef02d fluidsynth: fix build errors in darwin builds
Build inputs were not being passed in properly.
2016-03-04 17:44:44 -06:00
William A. Kennington III
7297255019 Convert all jack references to libjack2 2015-06-27 00:17:52 -07:00
William A. Kennington III
b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
Bjørn Forsman
62d0a320b3 Revert "Remove obsolete jackaudio version 1."
This reverts commit bdb77826d9.

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
2014-07-31 12:52:29 +02:00
Peter Simons
bdb77826d9 Remove obsolete jackaudio version 1. 2014-07-28 20:32:52 +02:00
Bjørn Forsman
f6f2f38a6e jack: change package and attr names to 'jack1' and 'jack2'
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
2014-07-23 20:22:14 +02:00
Evgeny Egorochkin
610532ac6a Revert "fluidsynth: switch to cmake build system" which causes mpd and calf to fail to detect
fluidsynth.

This reverts commit cd16faa257.
2013-12-05 07:45:04 +02:00
Evgeny Egorochkin
cd16faa257 fluidsynth: switch to cmake build system 2013-12-04 06:48:29 +02:00