summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/fix-rpath-in-makefile.patch10
-rw-r--r--debian/patches/spelling-mistakes.diff4
2 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/fix-rpath-in-makefile.patch b/debian/patches/fix-rpath-in-makefile.patch
index 9b043ab..9ee83f4 100644
--- a/debian/patches/fix-rpath-in-makefile.patch
+++ b/debian/patches/fix-rpath-in-makefile.patch
@@ -7,11 +7,11 @@ Avoid changing the runtime search path for the binary, which is not necessary si
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: cava-alsa/Makefile.am
-===================================================================
---- cava-alsa.orig/Makefile.am 2020-07-01 14:04:17.405510966 +0200
-+++ cava-alsa/Makefile.am 2020-07-01 14:05:54.364797434 +0200
-@@ -11,7 +11,7 @@
+diff --git a/Makefile.am b/Makefile.am
+index 8ee1c22..9e024c2 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -11,7 +11,7 @@ M_CPPFLAGS = -DSYSTEM_LIBINIPARSER=@SYSTEM_LIBINIPARSER@
bin_PROGRAMS = cava
cava_SOURCES = cava.c config.c input/common.c input/fifo.c input/shmem.c \
output/terminal_noncurses.c output/raw.c
diff --git a/debian/patches/spelling-mistakes.diff b/debian/patches/spelling-mistakes.diff
index c332b66..2dc293f 100644
--- a/debian/patches/spelling-mistakes.diff
+++ b/debian/patches/spelling-mistakes.diff
@@ -8,10 +8,10 @@ Fixed spelling mistake 'quiting' instead of 'quitting', which ended up in the bi
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cava.c b/cava.c
-index 45ec0c3..8ee0043 100644
+index 62859bf..17a34a8 100644
--- a/cava.c
+++ b/cava.c
-@@ -473,7 +473,7 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co
+@@ -474,7 +474,7 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co
if (n > 2000) {
cleanup();
fprintf(stderr, "could not get rate and/or format, problems with audio thread? "