summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-plugins/calf: dropped obsolete 0.90.3-r2 + renamed some patchesMiroslav Šulc2024-12-078-230/+0
| | | | | Bug: https://bugs.gentoo.org/945950 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-plugins/calf: bump to 0.9.4 + eapi8 + updated liveMiroslav Šulc2024-11-034-14/+22
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-plugins/calf: remove unused patchMichael Mair-Keimberger2024-08-281-11/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-plugins/calf: updated live ebuild patchesMiroslav Šulc2024-06-233-18/+107
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-plugins/calf: eapi8 + updated desktop patch in live ebuildMiroslav Šulc2024-03-161-0/+14
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-plugins/calf/files: rebased live patch + scrubbed patchesMiroslav Šulc2024-01-145-19/+11
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-plugins/calf: resurrected patch commentMiroslav Šulc2023-10-261-0/+14
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-plugins/calf: updated live patchesMiroslav Šulc2023-10-201-20/+7
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-plugins/calf: Backport clang fixViolet Purcell2023-09-221-0/+45
| | | | | | | Upstream: https://github.com/calf-studio-gear/calf/commit/bfb857445e72230659493d3491970e3cb3c7eb9a Closes: https://bugs.gentoo.org/831023 Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/calf: Remove usage of std::bind2ndViolet Purcell2023-09-221-0/+32
| | | | | | | | | Fixes build with C++17+. Upstream-PR: https://github.com/calf-studio-gear/calf/pull/331 Closes: https://bugs.gentoo.org/914506 Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/calf: Fix build with LLDViolet Purcell2023-09-222-0/+52
| | | | | | | Upstream-PR: https://github.com/calf-studio-gear/calf/pull/332 Closes: https://bugs.gentoo.org/740158 Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/calf: disable broken slibtool patch for nowSam James2021-04-131-118/+0
| | | | | | | | Seems to break some symlinks, pending fix upstream. Closes: https://bugs.gentoo.org/779343 Bug: https://bugs.gentoo.org/778314 Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/calf: fix build with slibtoolSam James2021-03-271-0/+118
| | | | | | Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/778314 Signed-off-by: Sam James <sam@gentoo.org>
* media-plugins/calf: removed old (0.90.1)Miroslav Šulc2020-01-171-66/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-plugins/calf: Fix build with >=fluidsynth-2Andreas Sturmlechner2019-04-061-0/+66
| | | | | | | Reported-by: Anton Gubarkov <anton.gubarkov@gmail.com> Closes: https://bugs.gentoo.org/680128 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-plugins/calf: Drop 0.0.60-r1, 0.90.0-r2Andreas Sturmlechner2019-03-111-67/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-plugins/calf: 0.90.1 version bump, EAPI-7 bump, various QAAndreas Sturmlechner2019-03-103-0/+133
| | | | | | | | | Fix automagic Fix desktop file Fix htmldir Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-plugins/calf: fix cpp14 compilation errors, bug #594116Kacper Kołodziej2016-09-181-0/+67
Gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=594116 Change types of some numbers: * from float to double * casts some variables to types required by context Closes: https://github.com/gentoo/gentoo/pull/2356 Signed-off-by: David Seifert <soap@gentoo.org>