Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:kill_it:JUCE
Wavetable
Wavetable.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Wavetable.spec of Package Wavetable
# # spec file for package Wavetable # # Copyright (c) 2023 SUSE LLC # Copyright (c) Konstantin Voinov konstantin.voinov@gmail.com # # 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 https://bugs.opensuse.org/ # %define _lto_cflags %{nil} Name: Wavetable Version: 1.0.22+git.0.397a6f3 Release: 0 Summary: Wavetable synth License: BSD-3-Clause Group: Productivity/Multimedia/Sound/Midi URL: https://socalabs.com/synths/wavetable/ Source0: https://github.com/FigBug/Wavetable/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: 01-Wavetable-CMakeLists.patch BuildRequires: JUCE8_03-devel BuildRequires: Mesa-libGL-devel BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libXcursor-devel BuildRequires: libXrandr-devel BuildRequires: libcurl-devel BuildRequires: libjack-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xinerama) %description A 2 oscillator wavetable synth with flexible modulation options. %package -n vst-%{name} Summary: Wavetable synth (VST) %description -n vst-%{name} A 2 oscillator wavetable synth with flexible modulation options. %package -n vst3-%{name} Summary: Wavetable synth (VST3) %description -n vst3-%{name} A 2 oscillator wavetable synth with flexible modulation options. %package -n lv2-%{name} Summary: Wavetable synth (LV2) %description -n lv2-%{name} A 2 oscillator wavetable synth with flexible modulation options. %prep %autosetup -p1 %build %cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON %cmake_build %install mkdir -p %{buildroot}%{_bindir} install build/%{name}_artefacts/RelWithDebInfo/Standalone/%{name} %{buildroot}%{_bindir}/ mkdir -p %{buildroot}%{_libdir}/vst install build/%{name}_artefacts/RelWithDebInfo/VST/*.so %{buildroot}%{_libdir}/vst/ mkdir -p %{buildroot}%{_libdir}/vst3 cp -r build/%{name}_artefacts/RelWithDebInfo/VST3/*.vst3 %{buildroot}%{_libdir}/vst3/ mkdir -p %{buildroot}%{_libdir}/lv2 cp -r build/%{name}_artefacts/RelWithDebInfo/LV2/*.lv2 %{buildroot}%{_libdir}/lv2/ %files %{_bindir}/* %license LICENSE %doc README.md %files -n vst-%{name} %dir %{_libdir}/vst %{_libdir}/vst/ %doc README.md %license LICENSE %files -n vst3-%{name} %{_libdir}/vst3/ %doc README.md %license LICENSE %files -n lv2-%{name} %{_libdir}/lv2/ %doc README.md %license LICENSE %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor