FS#67184 - [amsynth] 1.10.0 was built without Non Session Manager support

Attached to Project: Community Packages
Opened by Nick Dowell (nickdowell) - Friday, 03 July 2020, 15:45 GMT
Last edited by David Runge (dvzrv) - Friday, 10 July 2020, 19:59 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Users have reported that the packaged version of amsynth 1.10.0 does not announce itself to the Non Session Manager on Arch Linux.
* https://github.com/amsynth/amsynth/issues/160

Support for the Non Session Manager was added in version 1.9.0 of amsynth, and depends on the oscpack library.

Running ldd against the amsynth binary shows it was not linked against oscpack.

This dependency is included in the `optdepends` list of the PKGBUILD file, but since it is not in `makedepends` it would not have been installed at build time and therefore not built into amsynth.
* https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/amsynth
This task depends upon

Closed by  David Runge (dvzrv)
Friday, 10 July 2020, 19:59 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with amsynth 1.10.0-2
Comment by David Runge (dvzrv) - Friday, 10 July 2020, 19:22 GMT
@nickdowell: Thanks for the report!

Seems I forgot to add it to makedepends after shuffling dependencies around. Will add it in an upcoming pkgrel.

Loading...