Age | Commit message (Collapse) | Author |
|
Remove unnecessary quotes and curly braces.
Move cmake options to local bash array for better handling.
Consolidate cmake calls to adhere to packaging guidelines.
|
|
Add -ffat-lto-objects to CXXFLAGS to prevent mangled static libs.
Simplify quoting in file.
Apply cmake packaging guidelines.
Do not break long lines when installing files.
|
|
Rename /usr/bin/record to /usr/bin/marsyas-record:
https://bugs.archlinux.org/task/69837
Replace all build fixes with actual patches and upstream them.
Add fix for qt >= 5.15.0.
Minor cleanups.
|
|
Adding qt5-base to optdepends (for several executables). Adding package to pd-externals and vamp-plugins groups. Removing python2 (only) module, built using swig.
Simplifying cmake setup.
|
|
|
|
Adding new maintainer. Switching to correct license (GPL2). Moving to pro-audio group. Shrinking depends to absolute necessities.
Adding optdepends for pd (for provided external), python2 (python2 interface), vamp-plugin-sdk (for provided vamp plugin).
Fixing python2 shebangs, Fixing broken include in vamp plugin source and adding needed const_cast for pd_external source.
Building with pd external, swig (for Python interface), vamp plugin. Installing pd exteranl and vamp plugin manually as theres no make target.
|
|
FTR, commands used to change arch=() and then verify the changes:
$ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
$ grep -r i686 * | grep arch= | grep -v repos
$ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
echo "$l1 -> $l2"
done | sort -u
|
|
|
|
|
|
|
|
|