Opened 13 months ago
Last modified 3 months ago
#68657 new defect
gstreamer1-gst-plugins-bad @1.16.2_11+x11: Uses flite opportunistically
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | gstreamer1-gst-plugins-bad |
Description
In trace mode configure output shows:
:info:configure configure: *** checking feature: Flite plugin *** :info:configure configure: *** for plug-ins: flite *** :info:configure checking for flite_init in -lflite... no :info:configure configure: *** These plugins will not be built: flite
and /opt/local/lib/gstreamer-1.0/libgstflite.so is not created.
But without trace mode (and the flite port installed and active) configure output shows:
:info:configure configure: *** checking feature: Flite plugin *** :info:configure configure: *** for plug-ins: flite *** :info:configure checking for flite_init in -lflite... yes :info:configure checking for flite/flite.h... yes :info:configure configure: *** These plugins will be built: flite
and /opt/local/lib/gstreamer-1.0/libgstflite.so is created.
Change History (1)
comment:1 Changed 3 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
Note: See
TracTickets for help on using
tickets.