Compare commits

...

3 Commits

Author SHA1 Message Date
madomado 10cd438637 Update distrho.spec
Signed-off-by: madomado <madonuko@outlook.com>
2026-06-28 04:17:36 +08:00
madomado 40f9d8a91b Update distrho.spec
Signed-off-by: madomado <madonuko@outlook.com>
2026-06-28 04:11:48 +08:00
Owen Zimmerman 4d5f513167 chore (distrho): use %conf 2026-04-20 13:12:55 -05:00
+7 -3
View File
@@ -3,6 +3,10 @@
%define _disable_source_fetch 0
%global github_release 2021-03-15
%global rel_tag 2021_03_15
# apparently -pedantic is the opposite of -fpermissive
# https://stackoverflow.com/questions/10932479/in-gcc-how-can-i-mute-the-fpermissive-warning#51447005
%global _distro_extra_cflags -pedantic
%global _distro_extra_cxxflags -pedantic
Name: distrho
Version: 0
@@ -197,15 +201,15 @@ Summary: Plugin for drumsynth
%prep
%autosetup -p1 -n DISTRHO-Ports-%{github_release}
%build
%conf
%meson -Dbuild-vst2=true -Dbuild-vst3=true -Dbuild-lv2=true
%build
%meson_build
%install
%meson_install
%files dexed
%doc README.md
%license doc/GPL.txt