summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>2020-07-09 00:45:24 +0200
committerLasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com>2020-07-09 00:45:24 +0200
commitc1abc13cb91bc901c701a91bfbc3c596c6cc4e20 (patch)
tree3763db0d236c313b9baf55c2b7cfceb4db21b8bf
parent58a42a627ca6e51f71adfec3ab2e46cb7ca49f7b (diff)
Upated to new upstream
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/fix-rpath-in-makefile.patch10
-rw-r--r--debian/patches/spelling-mistakes.diff4
3 files changed, 13 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index dbdca16..6d1635f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cava-alsa (0.7.2-1) unstable; urgency=medium
+
+ * Updated to new upstream version
+
+ -- Lasse Flygenring-Harrsen <Lasse@Flygenring-Harrsen.com> Wed, 01 Jul 2020 17:23:30 +0200
+
cava-alsa (0.7.1-4) unstable; urgency=medium
* Updated vcs-* fields in debian/control to reflect new repository
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? "