Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:kill_it:daw
open303
open303.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File open303.spec of Package open303
# # spec file for package open303 # # 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 https://bugs.opensuse.org/ # Name: open303 Version: 20230920 Release: 0 Summary: VST3 version of Open303 License: MIT URL: https://github.com/scheffle/open303 Source0: %{name}-%{version}.tar.gz Source1: vst3sdk-3.7.9_build_61.tar.xz Source2: vst3utils-git.2e9fef3.tar.xz BuildRequires: gcc-c++ %if 0%{?suse_version} == 1500 BuildRequires: gcc9-c++ %endif BuildRequires: cmake >= 3.22 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb-util) BuildRequires: pkgconfig(xcb-cursor) BuildRequires: pkgconfig(xcb-keysyms) BuildRequires: pkgconfig(xcb-xkb) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(xkbcommon-x11) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(liblo) BuildRequires: pkgconfig(gtkmm-3.0) BuildRequires: pkgconfig(sqlite3) %description %package -n vst3-%{name} Summary: VST3 version of Open303 %description -n vst3-%{name} This is a VST3 port of Open303 with the following VST3 features added: silence flag (if no sound is produced, the silence flag is set so that following plug-ins don't need to process the audio data) support for single & double precision processing support for chord and scale events to limit the used pitches for the sequencer %prep %setup -q -a 1 -a 2 %build export CPATH=/usr/include:/usr/include/X11:/usr/include/libxkbcommon %cmake -Dvst3sdk_PATH=../vst3sdk-3.7.9_build_61 -Dvst3utils_PATH=../vst3utils-git.2e9fef3 -DSMTG_RUN_VST_VALIDATOR=OFF \ %if 0%{?suse_version} == 1500 -DCMAKE_CXX_COMPILER=g++-9 %endif %cmake_build %install mkdir -p %{buildroot}%{_libdir}/vst3 cp -r build/VST3/RelWithDebInfo/Open303.vst3 %{buildroot}%{_libdir}/vst3/ %files -n vst3-%{name} %{_libdir}/vst3/* %license License.txt %doc ReadMe.md %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