# # spec file for package csound # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define py3version %(pkg-config python3 --modversion) %define support_fltk 1 %bcond_with python %if 0%{?suse_version} > 1500 %bcond_without java %else %bcond_with java %endif %define maj 6 %define min 0 Name: csound Version: 6.12.2 Release: 0 Summary: Computer Sound Synthesis and Composition Program License: GFDL-1.2-only AND LGPL-2.1-or-later AND MIT Group: Productivity/Multimedia/Sound/Utilities Url: http://www.csounds.com Source: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: README.SUSE # Default to using pulseaudio instead of portaudio Patch2: csound-6.08-default-pulse.patch # Use xdg-open to open a browser to view the manual Patch4: csound-6.08-xdg-open.patch Patch6: fluidsynth2.patch BuildRequires: alsa-devel BuildRequires: bison BuildRequires: cmake BuildRequires: doxygen BuildRequires: eigen3-devel BuildRequires: fdupes BuildRequires: flex BuildRequires: fluidsynth-devel BuildRequires: gcc-c++ BuildRequires: gcc-c++ BuildRequires: jack-devel %if %{with java} BuildRequires: java-devel-openjdk %endif BuildRequires: libboost_atomic-devel BuildRequires: libboost_filesystem-devel BuildRequires: libboost_locale-devel BuildRequires: libboost_regex-devel BuildRequires: libboost_thread-devel BuildRequires: liblo-devel BuildRequires: libsndfile-devel BuildRequires: lua-devel BuildRequires: portaudio-devel BuildRequires: swig %if %{with python} BuildRequires: python3-devel %endif %if %support_fltk BuildRequires: fltk-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: xorg-x11-devel %endif Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %global luaver %(lua -v | sed -r 's/Lua ([[:digit:]]+\\.[[:digit:]]+).*/\\1/') %description Csound is a software synthesis program. It is fully modular and supports an unlimited amount of oscillators and filters. %package -n libcsnd6-%{maj}_%{min} Summary: Csound6 library Group: System/Libraries %description -n libcsnd6-%{maj}_%{min} Library for csound use %package -n libcsound64-%{maj}_%{min} Summary: Csound6 library Group: System/Libraries %description -n libcsound64-%{maj}_%{min} Library for csound use %if %{with java} %package java-bindings Summary: Csound6 library Group: System/Libraries %description java-bindings Java bindings for csound use %endif %package plugins Summary: Plugins Group: Productivity/Multimedia/Other %description plugins Plugins for csound %package devel Summary: Development files for Csound Group: Development/Libraries/C and C++ Requires: lib_jcsound6 = %{version} Requires: libcsnd6-%{maj}_%{min} = %{version} Requires: libcsound64-%{maj}_%{min} = %{version} %description devel Development files for Csound, a sound synthesis program. %lang_package %prep %setup -q %patch2 -p1 -b .default-pulse %patch4 -p1 -b .xdg-open #%%patch5 -p1 %patch6 -p1 # remove __DATE__ from source files, causes unnecessary rebuilds sed -i 's:__DATE__:"":' Engine/musmon.c include/version.h Top/main.c # copy readme cp %{SOURCE1} . %build # Needed to link libbuchla.so export CFLAGS="%{optflags} -lm" export CXXFLAGS="%{optflags} -std=c++11" %cmake \ %if %{with python} -DPYTHON_LIBRARY="%{_libdir}/libpython$(pkg-config python3 --modversion)$(python3-config --abiflags).so" \ -DPYTHON_INCLUDE_DIR="%{_includedir}/python$(pkg-config python3 --modversion)$(python3-config --abiflags)" \ %endif -DNEED_PORTTIME:BOOL=OFF \ -DRPM_LUAVER:STRING=%{luaver} \ %if %{_lib} == "lib64" -DUSE_LIB64:BOOL=ON %else -DUSE_LIB64:BOOL=OFF %endif make %{_smp_mflags} %install %cmake_install #python bindings are wip rm -rf %{buildroot}root %fdupes -s %{buildroot} %find_lang %{name}%{maj} %post -n libcsnd6-%{maj}_%{min} -p /sbin/ldconfig %postun -n libcsnd6-%{maj}_%{min} -p /sbin/ldconfig %post -n libcsound64-%{maj}_%{min} -p /sbin/ldconfig %postun -n libcsound64-%{maj}_%{min} -p /sbin/ldconfig %if %{with java} %post java-bindings -p /sbin/ldconfig %postun java-bindings -p /sbin/ldconfig %endif %files %doc AUTHORS README.md README.SUSE Release_Notes %license COPYING %{_bindir}/* %files -n libcsnd6-%{maj}_%{min} %{_libdir}/libcsnd6.so.%{maj}.%{min} %files -n libcsound64-%{maj}_%{min} %{_libdir}/libcsound64.so.%{maj}.%{min} %if %{with java} %files java-bindings %{_libdir}/lib_jcsound6.so %{_libdir}/csnd6.jar %endif %files plugins %{_libdir}/csound/ %files devel %{_includedir}/csound/ %{_libdir}/libcs*.so %{_datadir}/cmake/Csound/ %files lang -f %{name}%{maj}.lang %defattr(-,root,root) # TODO: %if 1 == 0 -- Installing: /data/packages/BUILDROOT/csound-6.12.2-0.x86_64/root/.local/lib/python2.7/site-packages/_csnd6.so -- Installing: /data/packages/BUILDROOT/csound-6.12.2-0.x86_64/root/.local/lib/python2.7/site-packages/csnd6.py -- Installing: /data/packages/BUILDROOT/csound-6.12.2-0.x86_64/root/.local/lib/python2.7/site-packages/ctcsound.py %endif %changelog