| Summary: | multimedia/gstreamer-plugins-buzztard: fails to build with fluidsynth 2.x | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
| Component: | Individual Port(s) | Assignee: | Rene Ladan <rene> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | CC: | rene |
| Priority: | --- | Keywords: | needs-patch |
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(multimedia) |
| Hardware: | Any | ||
| OS: | Any | ||
| Bug Depends on: | |||
| Bug Blocks: | 233448 | ||
The module is unused in the ports tree, has been renamed to gst-buzztrax [0], which has been discontinued [1] upstream in 2015. We probably should just deprecate and remove it. New WWW is https://news.buzztrax.org/ [0] https://github.com/Buzztrax/gst-buzztrax/commit/10e18f63b513060b3ef657e493d75ac035bb2ded [1] https://github.com/Buzztrax/gst-buzztrax/commit/3faf9eb12dd8cb7514650bd51f1f09fe590528d8 A commit references this bug: Author: tobik Date: Sat Dec 8 10:19:52 UTC 2018 New revision: 486936 URL: https://svnweb.freebsd.org/changeset/ports/486936 Log: Deprecate multimedia/gstreamer-plugins-buzztard The module does not build with FluidSynth 2.x, is unused in the ports tree, has been renamed to gst-buzztrax [0], which has been discontinued upstream [1] in 2015. While here update WWW. [0] https://github.com/Buzztrax/gst-buzztrax/commit/10e18f63b513060b3ef657e493d75ac035bb2ded [1] https://github.com/Buzztrax/gst-buzztrax/commit/3faf9eb12dd8cb7514650bd51f1f09fe590528d8 PR: 233501 Changes: head/multimedia/gstreamer-plugins-buzztard/Makefile head/multimedia/gstreamer-plugins-buzztard/pkg-descr Expired port removed. |
src/fluidsynth/gstfluidsynth.c:258:64: error: too few arguments to function call, expected 3, have 2 ddef = fluid_settings_getnum_default (bag->settings, name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/fluidsynth/settings.h:134:1: note: 'fluid_settings_getnum_default' declared here FLUIDSYNTH_API ^ /usr/local/include/fluidsynth.h:47:24: note: expanded from macro 'FLUIDSYNTH_API' #define FLUIDSYNTH_API __attribute__ ((visibility ("default"))) ^ src/fluidsynth/gstfluidsynth.c:264:64: error: too few arguments to function call, expected 3, have 2 idef = fluid_settings_getint_default (bag->settings, name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/fluidsynth/settings.h:147:1: note: 'fluid_settings_getint_default' declared here FLUIDSYNTH_API ^ /usr/local/include/fluidsynth.h:47:24: note: expanded from macro 'FLUIDSYNTH_API' #define FLUIDSYNTH_API __attribute__ ((visibility ("default"))) ^ src/fluidsynth/gstfluidsynth.c:269:66: error: too few arguments to function call, expected 3, have 2 defstr = fluid_settings_getstr_default (bag->settings, name); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/fluidsynth/settings.h:122:1: note: 'fluid_settings_getstr_default' declared here FLUIDSYNTH_API ^ /usr/local/include/fluidsynth.h:47:24: note: expanded from macro 'FLUIDSYNTH_API' #define FLUIDSYNTH_API __attribute__ ((visibility ("default"))) ^ src/fluidsynth/gstfluidsynth.c:413:11: error: use of undeclared identifier 'FLUID_CHORUS_DEFAULT_TYPE' FLUID_CHORUS_DEFAULT_TYPE, ^ build log: https://ptpb.pw/zwBz