Skip to content

Commit

Permalink
[fluidsynth] update to 2.2.1 (#18524)
Browse files Browse the repository at this point in the history
* [fluidsynth] update to 2.2.1

* update version

* delete vcpkg_fixup_pkgconfig

* update version
  • Loading branch information
JonLiu1993 committed Jun 24, 2021
1 parent 5ff4ce0 commit 1d4f578
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/fluidsynth/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO FluidSynth/fluidsynth
REF 2393aef3bd0b4e78084cfe16735d402bc1497edd #v2.1.4
SHA512 181914f883982d931dfa4d8c0d0391fb91fbf3448e1eb1ea1541c938d874d7611066e7e289859d83b610a85ba089463e0a93f77db5a6253349f6b328a7373dc6
REF 90a6c52e1c347d1c4283b0de9f860ed2fbc413bc #v2.2.1
SHA512 311a078e95204baf9b348fb8c83370003982fad59553de945437fec7647c9237dd4382f9f8f70080ed472745c66fe528764cd898581d628ab4422427c3d58b3a
HEAD_REF master
PATCHES
force-x86-gentables.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/fluidsynth/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "fluidsynth",
"version": "2.1.4",
"port-version": 1,
"version": "2.2.1",
"description": "FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.",
"homepage": "https://github.com/FluidSynth/fluidsynth",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2037,8 +2037,8 @@
"port-version": 0
},
"fluidsynth": {
"baseline": "2.1.4",
"port-version": 1
"baseline": "2.2.1",
"port-version": 0
},
"fmem": {
"baseline": "c-libs-2ccee3d2fb",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fluidsynth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "226d8e9bba548bfb4592dfe5979797e3ffde0f69",
"version": "2.2.1",
"port-version": 0
},
{
"git-tree": "e0fa8719cb1348a12b177ffdba4943891bede664",
"version": "2.1.4",
Expand Down

0 comments on commit 1d4f578

Please sign in to comment.