FS#17171 - [ardour] doesn't build cause of soundtouch 1.4.0

Attached to Project: Arch Linux
Opened by Andrea Scarpino (BaSh) - Tuesday, 17 November 2009, 01:43 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 17 November 2009, 22:53 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Kieslich (tobias)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Due to liblo update, ardour needs a rebuild.

ardour 2.8 build fails with:
Package soundtouch-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `soundtouch-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'soundtouch-1.0' found
OSError: 'pkg-config --cflags --libs soundtouch-1.0' exited 1:
File "/build/src/ardour-2.8/SConstruct", line 1092:
libraries['soundtouch'].ParseConfig ('pkg-config --cflags --libs soundtouch-1.0')
File "/usr/lib/python2.6/site-packages/SCons/Environment.py", line 1447:
return function(self, self.backtick(command))
File "/usr/lib/python2.6/site-packages/SCons/Environment.py", line 585:
raise OSError("'%s' exited %d" % (command, status))

ardour 2.8.4 (last release) needs vamp-plugin-sdk from AUR:
Package vamp-sdk was not found in the pkg-config search path.
Perhaps you should add the directory containing `vamp-sdk.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vamp-sdk' found
OSError: 'pkg-config --cflags --libs vamp-sdk' exited 1:
File "/build/src/ardour-2.8.4/SConstruct", line 506:
libraries['vamp'].ParseConfig('pkg-config --cflags --libs vamp-sdk')
File "/usr/lib/python2.6/site-packages/SCons/Environment.py", line 1447:
return function(self, self.backtick(command))
File "/usr/lib/python2.6/site-packages/SCons/Environment.py", line 585:
raise OSError("'%s' exited %d" % (command, status))

Additional info:
* ardour 2.8

Steps to reproduce:
$ makepkg
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Tuesday, 17 November 2009, 22:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  by giovanni, with soundtouch-1.4.0-2

Loading...