-
-
Notifications
You must be signed in to change notification settings - Fork 128
add: monksynth #14232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
madonuko
wants to merge
14
commits into
frawhide
Choose a base branch
from
mado/w/monksynth
base: frawhide
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add: monksynth #14232
Changes from 9 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
1fdc637
add: monksynth
madonuko f39f76e
cmake-rpm-macros
madonuko 04526de
じゃあ先に言えよ
madonuko 7f63894
Update monksynth.spec
madonuko b1e0960
Update anda/multimedia/monksynth/monksynth.spec
madonuko 849a815
Merge branch 'frawhide' into mado/w/monksynth
Owen-sz 4d36ffb
wait I think I'm dumb I forgot how cmake works
madonuko d66d314
Merge branch 'mado/w/monksynth' of github.com:terrapkg/packages into …
madonuko 5fbc746
I think we can try this
madonuko c6fde07
Update anda/multimedia/monksynth/monksynth.spec
madonuko e72c1f7
Update monksynth.spec
madonuko 87b6ef4
hard link it idk
madonuko 072b59f
Update monksynth.spec
madonuko 4227e87
fuck you
madonuko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| project pkg { | ||
| rpm { | ||
| spec = "monksynth.spec" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| %define debug_package %nil | ||
| %global ver v0.2.0-beta.15 | ||
|
|
||
| Name: monksynth | ||
| Version: %(echo %ver | sed 's/^v//;s/-/~/g') | ||
| Release: 1%?dist | ||
| Summary: A monophonic vocal synthesizer using FOF synthesis, inspired by Delay Lama | ||
|
|
||
| License: MIT | ||
| URL: https://github.com/JonET/monksynth | ||
| Packager: madonuko <mado@fyralabs.com> | ||
| Source0: %url/archive/refs/tags/%ver.tar.gz | ||
| BuildRequires: gcc gcc-c++ | ||
| BuildRequires: cmake-rpm-macros cmake | ||
| BuildRequires: pkgconfig(wayland-protocols) | ||
| BuildRequires: pkgconfig(x11) | ||
| BuildRequires: pkgconfig(xcb-cursor) | ||
| BuildRequires: pkgconfig(xcb-keysyms) | ||
| BuildRequires: pkgconfig(xcb-util) | ||
| BuildRequires: pkgconfig(xcb) | ||
| 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(glib-2.0) | ||
| BuildRequires: pkgconfig(cairo) | ||
| BuildRequires: pkgconfig(pangocairo) | ||
| BuildRequires: pkgconfig(pangoft2) | ||
| BuildRequires: pkgconfig(fontconfig) | ||
| BuildRequires: pkgconfig(gtkmm-3.0) | ||
| BuildRequires: pkgconfig(atkmm-1.6) | ||
| BuildRequires: pkgconfig(sqlite3) | ||
| BuildRequires: pkgconfig(gtk+-3.0) | ||
|
|
||
| BuildSystem: cmake | ||
| BuildOption(conf): -DSMTG_PLUGIN_TARGET_PATH=%buildroot/usr/lib/vst3/%name/ | ||
| BuildOption(build): --target MonkSynth | ||
|
|
||
|
|
||
| %description | ||
| A monophonic vocal synthesizer that sounds like a monk chanting. Built using formant-wave-function (FOF) synthesis, inspired by the classic Delay Lama VST plugin by AudioNerdz (2002). | ||
|
|
||
| %conf -p | ||
| cd cpp | ||
| ln -s %buildroot/usr/lib/vst3/%name/ ~/.vst3 | ||
|
|
||
| %build -p | ||
| cd cpp | ||
| sed -i '1a #include <cstdint>' redhat-linux-build/_deps/vst3sdk-src/vstgui4/vstgui/lib/platform/*.h | ||
|
|
||
| %install -p | ||
| cd cpp | ||
|
|
||
| %files | ||
| %license LICENSE | ||
| %doc README.md SECURITY.md | ||
|
madonuko marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| rpm.version(gh_tag("JonET/monksynth")); |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.