swh / ladspa

The SWH Plugins package for the LADSPA plugin system
http://plugin.org.uk/
GNU General Public License v2.0
228 stars 52 forks source link

Use List::MoreUtils instead of List::Util #53

Closed tresf closed 6 years ago

tresf commented 6 years ago

Adds compatibility with Ubuntu 14.04 by switching makestub.pl to List:MoreUtils. This will add the dependency liblist-moreutils-perl, but allows compilation to succeed through Ubuntu 14.04 adding (potential) support for the continuous integration service Travis-CI.

To add this dependency to Ubuntu:

sudo apt-get install liblist-moreutils-perl

See similar problem documented and fixed here https://github.com/tseemann/snippy/commit/dc7ac8b4a75028ef1371f84c45f5daf3232dec30.