ycollet
ycollet
I looked for an octaver and first tried Detune. I found after that a web page talkling about OC2. The last version doesn't display the OC2 octaver plugin. But the...
Some changes to support Fedora 25. Try to manage lib / lib64 in various part of the code. Use dnf / yum to enumerate installed packages.
On fedora and on some others distro, ladspa, dssi and lv2 plugins are located in: - /usr/lib64/dssi - /usr/lib64/ladspa - /usr/lib64/lv2 Add these paths as default path in the preferences.
Hello, I packaged helio for Fedora 31, 32 and 33. The build page: https://copr.fedorainfracloud.org/coprs/ycollet/linuxmao/build/1697539/ The COPR Fedora repository: https://copr.fedorainfracloud.org/coprs/ycollet/linuxmao/ Just a question: In the Resources/ directory, there are some json...
I was trying to reproduce the package you ship on github and was not able to do so. Can you add some notes in INSTALL.md to explain how to do...
I try to build shadered from git repo on fedora 32 64 bits with gcc 10.2.1. I met the following error message: ``` [ 3%] Building CXX object libs/assimp/code/CMakeFiles/assimp.dir/Common/ZipArchiveIOSystem.cpp.o /home/collette/repositories/SHADERed/libs/assimp/code/Common/ZipArchiveIOSystem.cpp:66:12:...
I am using livecd-creator from Fedora 32. In the config/live-fedora-minimal.ks file, I added: ``` repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch %packages dracut-live grub2 grub2-tools grub2-efi # grub2-efi-x64-cdboot shim-x64 # shim-unsigned-x64...
I use livecd-creator from Fedora 32. During install of the kernel, I've got the following error message: ``` Exécution du scriptlet: kernel-core-5.8.11-200.fc32.x86_64 1803/1803 /etc/dracut.conf.d/99-liveos.conf:filesystems+="vfat msdos isofs ext4 xfs btrfs squashfs...
If BUILD_TESTING is OFF the build of tests are desactivated. So, desactivate the build of TestOsi.cpp if BUILD_TESTING is OFF
I use gcc-10.2.1 under Fedora 32 to build SOUL. I met an error during compilation: ``` $ make Compiling include_juce_audio_plugin_client_VST3.cpp Compiling PatchLoaderPlugin.cpp Dans le fichier inclus depuis ../../Source/../../../include/soul/patch/helper_classes/../../common/soul_ProgramDefinitions.h:21, depuis ../../Source/../../../include/soul/patch/helper_classes/../../soul_patch.h:36,...