861ac185a6
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
22 lines
703 B
Diff
22 lines
703 B
Diff
--- a/src/Makefile 2007-11-06 11:42:45.000000000 +0100
|
|
+++ b/src/Makefile 2015-09-28 12:37:57.171530771 +0200
|
|
@@ -46,17 +46,8 @@
|
|
# TARGETS
|
|
#
|
|
|
|
-test: /tmp/test.wav ../snd/noise.wav always
|
|
- @echo ---------------------------------------------
|
|
- @echo First listen to the white noise input signal:
|
|
- @echo ---------------------------------------------
|
|
- -sndfile-play ../snd/noise.wav
|
|
- @echo -------------------------
|
|
- @echo Compare to plugin output.
|
|
- @echo -------------------------
|
|
- @echo Should be a noise band around 6000Hz, repeated quietly after 1s.
|
|
- -sndfile-play /tmp/test.wav
|
|
- @echo Test complete.
|
|
+test: targets
|
|
+ @echo No testing.
|
|
|
|
install: targets
|
|
-mkdir -p $(INSTALL_PLUGINS_DIR)
|