Although nobody noticed, gstreamer-1.0-plugins-good wasn't build with aasink plugin although aalib-devel is defined as a build dependency. This patch addresses this issue.
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Differential D1040
fix aalib package for gstreamer Authored by kyrios123 on Sep 19 2017, 2:25 PM. Tags Referenced Files
Subscribers None
Details
Although nobody noticed, gstreamer-1.0-plugins-good wasn't build with aasink plugin although aalib-devel is defined as a build dependency. This patch addresses this issue. Signed-off-by: Pierre-Yves <pyu@riseup.net> Before: configure: *** checking feature: aalib ASCII Art library *** configure: *** for plug-ins: aasink *** checking for aalib-config... no checking for AALIB - version >= 0.11.0... no *** The aalib-config script installed by AALIB could not be found *** If AALIB was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the AALIB_CONFIG environment variable to the *** full path to aalib-config. configure: *** These plugins will not be built: aasink After: configure: *** checking feature: aalib ASCII Art library *** configure: *** for plug-ins: aasink *** checking for aalib-config... /usr/bin/aalib-config checking for AALIB - version >= 0.11.0... yes configure: *** These plugins will be built: aasink
Diff Detail
|