[Bug 292371] Review Request: ladspa-caps-plugins - The C* Audio Plugin Suite

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 20 17:26:33 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: ladspa-caps-plugins - The C* Audio Plugin Suite


https://bugzilla.redhat.com/show_bug.cgi?id=292371





------- Additional Comments From nando at ccrma.stanford.edu  2007-09-20 13:26 EST -------
By default the new version compiles with:

  -O2 -ffast-math -funroll-loops -Wall -fPIC -DPIC

So the extra flags are no longer needed. 
What I have in %install now is:

----
%install
%{__rm} -rf %{buildroot}
# install x86_64 in the right place
%{__perl} -p -i -e "s|/lib/|/%{_lib}/|g" Makefile
%{__make} PREFIX=%{buildroot}%{_prefix} install
# make sure plugin shared library is executable
%{__chmod} +x %{buildroot}%{_libdir}/ladspa/caps.so
----

Seems to work fine. The perl one liner could be a patch or whatever, without it
plugins go into /usr/lib/ladspa in x86_64. 

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list