Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1eee412c6 |
2 changed files with 2 additions and 12 deletions
|
|
@ -1,6 +0,0 @@
|
|||
# Not real spelling errors:
|
||||
addFilter(r" spelling-error \('([Uu]ncheck|wavmerge)',")
|
||||
# Use the latest GPLv2 license text
|
||||
# https://github.com/thp/wavbreaker/pull/32
|
||||
# We will not patch this until/unless upstream merges the PR.
|
||||
addFilter(r" incorrect-fsf-address ")
|
||||
|
|
@ -69,15 +69,11 @@ sample rate, 16-bit sample size, etc.).
|
|||
# %%py3_shebang_fix contrib/
|
||||
# Note also that this package neither BuildRequires nor Requires a Python
|
||||
# interpreter.
|
||||
find contrib/ -type f -name '*.py' -print \
|
||||
-exec sed --regexp-extended --in-place '1{/^#!/d}' '{}' '+'
|
||||
|
||||
|
||||
%conf
|
||||
%meson -Dmp3=true -Dogg_vorbis=true
|
||||
find contrib/ -type f -name '*.py' -print -exec sed -r -i '1{/^#!/d}' '{}' '+'
|
||||
|
||||
|
||||
%build
|
||||
%meson -Dmp3=true -Dogg_vorbis=true
|
||||
%meson_build
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue