aboutsummaryrefslogtreecommitdiff
path: root/audio/yoshimi
Commit message (Collapse)AuthorAgeFilesLines
* audio/yoshimi: Update 1.7.3 -> 2.0Yuri Victorovich2021-04-073-7/+10
| | | | Contains bugfix for unresolved argp symbol in the LV2 plugin.
* audio/yoshimi: Take maintainershipYuri Victorovich2021-04-071-1/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/yoshimi: update to 1.7.3Fernando ApesteguĂ­a2020-10-302-4/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=553679
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* audio/yoshimi: Update to 1.7.2Tobias Kortkamp2020-08-182-9/+4
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.7.2/Changelog Notes: svn path=/head/; revision=545213
* audio/yoshimi: Unbreak after ports r536573Tobias Kortkamp2020-05-312-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | src/LV2_Plugin/YoshimiLV2Plugin.cpp:80:5: error: cannot initialize a member subobject of type 'LV2_Handle (*)(const struct LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2_Descriptor *, double, const char *, const LV2_Feature *const *)') with an lvalue of type 'LV2_Handle (const struct _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(const _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2_Descriptor *' vs 'const struct _LV2_Descriptor *') YoshimiLV2Plugin::instantiate, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/LV2_Plugin/YoshimiLV2Plugin.cpp:93:5: error: cannot initialize a member subobject of type 'LV2_Handle (*)(const struct LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2_Descriptor *, double, const char *, const LV2_Feature *const *)') with an lvalue of type 'LV2_Handle (const struct _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(const _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2_Descriptor *' vs 'const struct _LV2_Descriptor *') YoshimiLV2Plugin::instantiate, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/LV2_Plugin/YoshimiLV2Plugin.cpp:396:34: error: no matching constructor for initialization of 'YoshimiLV2Plugin' YoshimiLV2Plugin *inst = new YoshimiLV2Plugin(synth, sample_rate, bundle_path, features, desc); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/LV2_Plugin/YoshimiLV2Plugin.cpp:257:19: note: candidate constructor not viable: cannot convert argument of incomplete type 'const struct _LV2_Descriptor *' to 'const LV2_Descriptor *' for 5th argument YoshimiLV2Plugin::YoshimiLV2Plugin(SynthEngine *synth, double sampleRate, const char *bundlePath, const LV2_Feature *const *features, const LV2_Descriptor *desc): ^ src/LV2_Plugin/YoshimiLV2Plugin.h:47:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 5 were provided class YoshimiLV2Plugin : public MusicIO ^ src/LV2_Plugin/YoshimiLV2Plugin.cpp:833:5: error: cannot initialize a member subobject of type 'LV2UI_Handle (*)(const struct LV2UI_Descriptor *, const char *, const char *, LV2UI_Write_Function, LV2UI_Controller, LV2UI_Widget *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2UI_Descriptor *, const char *, const char *, void (*)(void *, unsigned int, unsigned int, unsigned int, const void *), void *, void **, const LV2_Feature *const *)') with an lvalue of type 'LV2UI_Handle (const _LV2UI_Descriptor *, const char *, const char *, LV2UI_Write_Function, LV2UI_Controller, LV2UI_Widget *, const LV2_Feature *const *)' (aka 'void *(const _LV2UI_Descriptor *, const char *, const char *, void (*)(void *, unsigned int, unsigned int, unsigned int, const void *), void *, void **, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2UI_Descriptor *' vs 'const _LV2UI_Descriptor *') YoshimiLV2PluginUI::instantiate, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Notes: svn path=/head/; revision=537166
* audio/yoshimi: Update to 1.7.1Tobias Kortkamp2020-04-222-4/+4
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.7.1/Changelog Notes: svn path=/head/; revision=532441
* audio/yoshimi: Update to 1.7.0.1Tobias Kortkamp2020-02-023-981/+7
| | | | | | | | | | Reduce time cost and churn when updating the port and add some files to the plist dynamically. Changes: https://github.com/Yoshimi/yoshimi/blob/1.7.0.1/Changelog Notes: svn path=/head/; revision=524973
* audio/yoshimi: Update to 1.7.0Tobias Kortkamp2020-01-193-7/+7
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.7.0/Changelog Notes: svn path=/head/; revision=523525
* audio/yoshimi: Chase retag of 1.6.1Tobias Kortkamp2019-12-172-3/+4
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/compare/1.6.1~1...1.6.1 Notes: svn path=/head/; revision=520339
* audio/yoshimi: Update to 1.6.1Tobias Kortkamp2019-12-163-7/+9
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.6.1/Changelog Notes: svn path=/head/; revision=520259
* audio/yoshimi: Update to 1.6.0.3Tobias Kortkamp2019-11-132-4/+4
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.6.0.3/Changelog Notes: svn path=/head/; revision=517362
* audio/yoshimi: Update to 1.6.0.2Tobias Kortkamp2019-10-193-5/+13
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.6.0.2/Changelog Notes: svn path=/head/; revision=514796
* audio/yoshimi: unbreak on armv*Piotr Kubaj2019-09-131-3/+0
| | | | | | | | | Builds fine on arm. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=511924
* audio/yoshimi: Update to 1.6.0.1Tobias Kortkamp2019-09-102-4/+4
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.6.0.1/Changelog Notes: svn path=/head/; revision=511745
* audio/yoshimi: Chase 1.6.0 retagTobias Kortkamp2019-09-012-8/+3
| | | | | | | It now includes the FreeBSD build fix. Notes: svn path=/head/; revision=510689
* audio/yoshimi: Update to 1.6.0Tobias Kortkamp2019-09-013-11/+153
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.6.0/doc/Yoshimi_1.6.0_features.txt Notes: svn path=/head/; revision=510688
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* audio/yoshimi: Update 1.5.11.4Tobias Kortkamp2019-05-282-8/+7
| | | | | | | Changes: https://github.com/Yoshimi/yoshimi/blob/1.5.11.4/Changelog Notes: svn path=/head/; revision=502847
* audio/yoshimi: Update distinfoTobias Kortkamp2019-05-133-3/+5
| | | | | | | Upstream rerolled the 1.5.11 tarball to include the missing manual. Notes: svn path=/head/; revision=501514
* audio/yoshimi: Fix plist orderTobias Kortkamp2019-05-121-2/+2
| | | | Notes: svn path=/head/; revision=501365
* audio/yoshimi: Update to 1.5.11Tobias Kortkamp2019-05-123-6/+7
| | | | | | | | Announcement: https://www.freelists.org/post/yoshimi/Version-1511 Changes: https://github.com/Yoshimi/yoshimi/blob/1.5.11/Changelog Notes: svn path=/head/; revision=501364
* These ports now build on aarch64.Mark Linimon2019-05-031-1/+0
| | | | | | | | | | Where necessary, pet portlint. Approved by: portmgr Obtained from: aarch64 TRYBROKEN run Notes: svn path=/head/; revision=500752
* audio/yoshimi: Update to 1.5.10.2Tobias Kortkamp2019-05-023-58/+66
| | | | | | | | | | | | - Use release tarball from SourceForge - Take maintainership Changes: https://github.com/Yoshimi/yoshimi/blob/1.5.10.2/Changelog PR: 237362 Approved by: hello@blubee.me (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=500664
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-0/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Fix build on gcc-based architectures:Mark Linimon2019-03-161-5/+5
| | | | | | | | | | | cc1plus: error: unrecognized command line option "-std=gnu++11" While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495858
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* audio/yoshimi: Update to 1.5.7Tobias Kortkamp2018-03-243-6/+9
| | | | | | | | PR: 224394 Submitted by: maintainer Notes: svn path=/head/; revision=465460
* Mark broken on arm.Mark Linimon2017-12-181-0/+4
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456577
* audio/yoshimi: Update to 1.5.6Tobias Kortkamp2017-12-174-35/+6
| | | | | | | | PR: 224394 Submitted by: maintainer Notes: svn path=/head/; revision=456558
* audio/yoshimi: Update to 1.5.5Tobias Kortkamp2017-12-123-6/+6
| | | | | | | | PR: 224274 Submitted by: maintainer Notes: svn path=/head/; revision=456167
* New port: audio/yoshimiTobias Kortkamp2017-11-115-0/+895
Yoshimi is an algorithmic MIDI software synthesizer, originally forked from ZynAddSubFX. It synthesizes in real time, can run polyphonic or monophonic, with multiple simultaneous patches on one or more MIDI channels, and has broad microtonal capability. It includes extensive addititive, subtractive, and pad synth capabilities which can be run simultaneously within the same patch. It also has eight audio effects modules. WWW: http://yoshimi.github.io/ PR: 223397 Submitted by: owen94012@gmail.com Notes: svn path=/head/; revision=453975