summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-03-24Rebuild to re-sign package.David Runge
Remove unnecessary quotes and curly braces. Move cmake options to local bash array for better handling. Consolidate cmake calls to adhere to packaging guidelines.
2021-12-29Rebuild to fix issues with LTO.David Runge
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.
2021-03-01Rebuild to resolve executable name conflict.David Runge
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.
2020-01-06Updating maintainer info. Adding all direct library dependencies.David Runge
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.
2018-11-18Renaming sfinfo binary because of conflict (FS#60787).David Runge
2018-11-11upgpkg: 0.5.0-5David Runge
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.
2017-11-15Remove i686 from arch=()Evangelos Foutras
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
2017-07-15PIE rebuildAntonio Rojas
2017-07-110.5.0-3: PIE static libraries rebuildBartłomiej Piotrowski
2015-12-06C++11 ABI rebuildEvangelos Foutras
2015-10-05addpkg: 0.5.0-1Felix Yan