Information for build vst3sdk-3.8.1-1.fc45

ID124052
Package Namevst3sdk
Version3.8.1
Release1.fc45
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/vst3sdk.git#587b02674b62195acd0f68ae62da86dbcce4cadf
SummaryVST 3 Plug-In SDK
DescriptionA VSTĀ® plug-in is an audio processing component that is utilized within a host application. This host application provides the audio or/and event streams that are processed by the plug-in's code. Generally speaking, a VST plug-in can take a stream of audio data, apply a process to the audio, and return the result to the host application. A VST plug-in performs its process normally using the processor of the computer. The audio stream is broken down into a series of blocks. The host supplies the blocks in sequence. The host and its current environment control the block-size. The VST plug-in maintains the status of all its own parameters relating to the running process: The host does not maintain any information about what the plug-in did with the last block of data it processed. From the host application's point of view, a VST plug-in is a black box with an arbitrary number of inputs, outputs (Event (MIDI) or Audio), and associated parameters. The host needs no implicit knowledge of the plug-in's process to be able to use it. The plug-in process can use whatever parameters it wishes, internally to the process, but depending on the capabilities of the host, it can allow the changes to user parameters to be automated by the host. VST 3 is a general rework of the long-serving VST plug-in interface. It is not compatible with the older VST versions, but it includes some new features and possibilities. We have redesigned the API to make it not only far easier and more reliable for developers to work with, but have also provided completely new possibilities for plug-ins. VST is a registered trademark of Steinberg Media Technologies GmbH. This package contains the VST 3 Plug-In library.
git:https://github.com/steinbergmedia/vst3sdk.git
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2026 14:48:39 UTC
CompletedThu, 13 Aug 2026 18:36:47 UTC
Taskbuild (f45, /rpms/vst3sdk.git:587b02674b62195acd0f68ae62da86dbcce4cadf)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/vst3sdk.git#587b02674b62195acd0f68ae62da86dbcce4cadf'}}
Tags
f45
f46
RPMs
src
vst3sdk-3.8.1-1.fc45.src.rpm (info) (download)
riscv64
vst3sdk-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-common-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-devel-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-hosting-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-tools-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-common-debuginfo-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-debuginfo-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-debugsource-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-hosting-debuginfo-3.8.1-1.fc45.riscv64.rpm (info) (download)
vst3sdk-tools-debuginfo-3.8.1-1.fc45.riscv64.rpm (info) (download)
Logs
riscv64
mock_output.log
dnf5.log
state.log
build.log
hw_info.log
root.log
mock_config.log
Changelog * Wed Aug 12 2026 Jerry James <loganjerry@gmail.com> - 3.8.1-1 - Version 3.8.1 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Wed Jul 15 2026 Jerry James <loganjerry@gmail.com> - 3.8.0-2 - Use the cmake declarative buildsystem * Tue Feb 10 2026 Jerry James <loganjerry@gmail.com> - 3.8.0-1 - Initial RPM