Page MenuHomeSolus

fix aalib package for gstreamer
ClosedPublic

Authored by kyrios123 on Sep 19 2017, 2:25 PM.
Referenced Files
F11048010: D1040.id2465.diff
Thu, Aug 10, 4:01 PM
F11048009: D1040.id2834.diff
Thu, Aug 10, 4:01 PM
F11048008: D1040.id.diff
Thu, Aug 10, 4:01 PM
F11033476: D1040.diff
Wed, Aug 9, 3:44 PM
F11013229: D1040.diff
Fri, Aug 4, 11:18 AM
F10821884: D1040.diff
Jun 2 2023, 3:29 PM
F10772256: D1040.id2834.diff
May 21 2023, 11:32 AM
F10772213: D1040.id2465.diff
May 21 2023, 11:18 AM
Subscribers
None

Details

Reviewers
None
Group Reviewers
Triage Team
Commits
R328:d11d5b2a2b30: fix aalib package for gstreamer
Summary

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>

Test Plan

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

Repository
R328 aalib
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage