Opened 8 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:
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 (0)

Note: See TracTickets for help on using tickets.