[packages/linuxsampler] - up to 2.4.2
baggins
baggins at pld-linux.org
Tue May 5 23:03:59 CEST 2026
commit 5efa028127ccd769d888a1659a395666e4d69ea0
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed May 6 01:03:49 2026 +0200
- up to 2.4.2
linuxsampler.spec | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/linuxsampler.spec b/linuxsampler.spec
index 0b8c806..317e51b 100644
--- a/linuxsampler.spec
+++ b/linuxsampler.spec
@@ -4,12 +4,12 @@
#
Summary: LinuxSampler - free, streaming capable open source pure software audio sampler
Name: linuxsampler
-Version: 2.1.0
-Release: 2
+Version: 2.4.2
+Release: 1
License: GPL v2
Group: Applications
Source0: http://download.linuxsampler.org/packages/%{name}-%{version}.tar.bz2
-# Source0-md5: c57fbd1310e9189ee72acf81e63bf3d5
+# Source0-md5: f60834ee5f231baed11178d83e8a60ae
Patch0: ladspa_dir.patch
Patch1: lib_location.patch
URL: https://www.linuxsampler.org/
@@ -121,8 +121,11 @@ sed -i -e's@/usr/lib/ladspa@%{_libdir}/ladspa@' ./Documentation/lscp.xml
--disable-midishare-driver \
--disable-coremidi-driver \
--disable-coreaudio-driver \
- --disable-mmemidi-driver
+ --disable-mmemidi-driver \
+ --enable-signed-triang-algo=intmathabs \
+ --enable-unsigned-triang-algo=intmathabs
+%{__make} -C src/network parser
%{__make}
%{?with_tests:%{__make} tests}
@@ -164,8 +167,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/plugins
-%attr(755,root,root) %{_libdir}/liblinuxsampler.so.5.*.*
-%ghost %attr(755,root,root) %{_libdir}/liblinuxsampler.so.5
+%attr(755,root,root) %{_libdir}/liblinuxsampler.so.8.*.*
+%ghost %attr(755,root,root) %{_libdir}/liblinuxsampler.so.8
%files dssi
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/linuxsampler.git/commitdiff/5efa028127ccd769d888a1659a395666e4d69ea0
More information about the pld-cvs-commit
mailing list