[SCM] cmus/master: Dropped 03-terminal_corruption.patch; applied upstream

ryanakca-guest at users.alioth.debian.org ryanakca-guest at users.alioth.debian.org
Fri Feb 18 18:19:08 UTC 2011


The following commit has been merged in the master branch:
commit 4980c872dceefba7b3c7bdc17a0f089185fae1ea
Author: Ryan Kavanagh <ryanakca at kubuntu.org>
Date:   Tue Feb 15 15:14:36 2011 -0500

    Dropped 03-terminal_corruption.patch; applied upstream

diff --git a/debian/patches/03-terminal_corruption.patch b/debian/patches/03-terminal_corruption.patch
deleted file mode 100644
index 8625d58..0000000
--- a/debian/patches/03-terminal_corruption.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Save tcap strings to a separate buffer.
- tcap strings hey are saved to print_buffer, which later is overwritten,
- resulting in terminal corruption when cmus tries to change terminal title on
- track change.
-Origin: upstream, commit:a40da89a168a533673e69a71a0cb0b8827a8385d
-Forwarded: not-needed
----
- ui_curses.c |    3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
---- cmus.orig/ui_curses.c
-+++ cmus/ui_curses.c
-@@ -109,6 +109,7 @@ static char conv_buffer[512];
- 
- static int using_utf8;
- 
-+static char tcap_buffer[64];
- static const char *t_ts;
- static const char *t_fs;
- 
-@@ -2045,7 +2046,7 @@ static void init_curses(void)
- 	 */
- 	update_colors();
- 
--	ptr = print_buffer;
-+	ptr = tcap_buffer;
- 	t_ts = tgetstr("ts", &ptr);
- 	t_fs = tgetstr("fs", &ptr);
- 	d_print("ts: %d fs: %d\n", !!t_ts, !!t_fs);
diff --git a/debian/patches/series b/debian/patches/series
index 1953a24..9b32268 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-03-terminal_corruption.patch
 10-roaraudio_support.patch
 20-segfault_on_adding_to_queue.patch

-- 
cmus packaging



More information about the pkg-multimedia-commits mailing list