mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-28 14:28:28 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10cd438637 | |||
| 40f9d8a91b | |||
| 4d5f513167 |
@@ -3,6 +3,10 @@
|
|||||||
%define _disable_source_fetch 0
|
%define _disable_source_fetch 0
|
||||||
%global github_release 2021-03-15
|
%global github_release 2021-03-15
|
||||||
%global rel_tag 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
|
Name: distrho
|
||||||
Version: 0
|
Version: 0
|
||||||
@@ -197,15 +201,15 @@ Summary: Plugin for drumsynth
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n DISTRHO-Ports-%{github_release}
|
%autosetup -p1 -n DISTRHO-Ports-%{github_release}
|
||||||
|
|
||||||
%build
|
%conf
|
||||||
%meson -Dbuild-vst2=true -Dbuild-vst3=true -Dbuild-lv2=true
|
%meson -Dbuild-vst2=true -Dbuild-vst3=true -Dbuild-lv2=true
|
||||||
|
|
||||||
|
%build
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%files dexed
|
%files dexed
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license doc/GPL.txt
|
%license doc/GPL.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user