ladish: normalise patches
This commit is contained in:
parent
84bd83ee79
commit
78faf18230
|
@ -1,5 +1,5 @@
|
|||
--- sigsegv.c 2017-10-21 17:29:14.166064983 +0200
|
||||
+++ daemon/sigsegv.c 2017-10-21 17:28:45.685063897 +0200
|
||||
--- a/daemon/sigsegv.c 2017-10-21 17:29:14.166064983 +0200
|
||||
+++ b/daemon/sigsegv.c 2017-10-21 17:28:45.685063897 +0200
|
||||
@@ -61,7 +61,7 @@
|
||||
# define REGFORMAT "%x"
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- alsapid/lib.c.orig 2016-06-06 16:35:46.734195397 +0200
|
||||
+++ alsapid/lib.c 2016-06-06 16:35:54.209195783 +0200
|
||||
--- a/alsapid/lib.c 2016-06-06 16:35:46.734195397 +0200
|
||||
+++ b/alsapid/lib.c 2016-06-06 16:35:54.209195783 +0200
|
||||
@@ -73,16 +73,29 @@
|
||||
//static int (* real_snd_seq_create_port)(snd_seq_t * handle, snd_seq_port_info_t * info);
|
||||
//static int (* real_snd_seq_create_simple_port)(snd_seq_t * seq, const char * name, unsigned int caps, unsigned int type);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- daemon/sigsegv.c.orig 2016-06-06 16:11:21.506119807 +0200
|
||||
+++ daemon/sigsegv.c 2016-06-06 16:11:26.667120074 +0200
|
||||
--- a/daemon/sigsegv.c 2016-06-06 16:11:21.506119807 +0200
|
||||
+++ b/daemon/sigsegv.c 2016-06-06 16:11:26.667120074 +0200
|
||||
@@ -39,7 +39,9 @@
|
||||
#include <signal.h>
|
||||
#include <ucontext.h>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- proxies/graph_proxy.h.orig 2016-06-06 16:05:42.186102302 +0200
|
||||
+++ proxies/graph_proxy.h 2016-06-06 16:06:09.741103724 +0200
|
||||
--- a/proxies/graph_proxy.h 2016-06-06 16:05:42.186102302 +0200
|
||||
+++ b/proxies/graph_proxy.h 2016-06-06 16:06:09.741103724 +0200
|
||||
@@ -28,7 +28,7 @@
|
||||
#define GRAPH_PROXY_H__61D1ED56_E33B_4F50_B45B_F520979E8AA7__INCLUDED
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
|||
typedef struct graph_proxy_tag { int unused; } * graph_proxy_handle;
|
||||
|
||||
#ifdef __cplusplus
|
||||
--- alsapid/alsapid.h.orig 2016-06-06 16:26:09.314165609 +0200
|
||||
+++ alsapid/alsapid.h 2016-06-06 16:26:23.903166361 +0200
|
||||
--- a/alsapid/alsapid.h 2016-06-06 16:26:09.314165609 +0200
|
||||
+++ b/alsapid/alsapid.h 2016-06-06 16:26:23.903166361 +0200
|
||||
@@ -28,6 +28,7 @@
|
||||
#define ALSAPID_H__0A27F284_7538_4791_8023_0FBED929EAF3__INCLUDED
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- daemon/loader.c.orig 2016-06-06 16:42:34.970216458 +0200
|
||||
+++ daemon/loader.c 2016-06-06 16:42:42.293216836 +0200
|
||||
--- a/daemon/loader.c 2016-06-06 16:42:34.970216458 +0200
|
||||
+++ b/daemon/loader.c 2016-06-06 16:42:42.293216836 +0200
|
||||
@@ -59,13 +59,13 @@
|
||||
|
||||
bool terminal;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff --git daemon/loader.c daemon/loader.c
|
||||
index 777d7cb..d7b8a21 100644
|
||||
--- daemon/loader.c
|
||||
+++ daemon/loader.c
|
||||
--- a/daemon/loader.c
|
||||
+++ b/daemon/loader.c
|
||||
@@ -34,6 +34,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <pty.h> /* forkpty() */
|
||||
|
|
|
@ -17,6 +17,7 @@ homepage="http://ladish.org"
|
|||
distfiles="${DEBIAN_SITE}/main/l/ladish/ladish_1+dfsg0.orig.tar.bz2"
|
||||
checksum=39b09d5a4c2f2d65d37374eb8b53f35039f2229d96ea6ddef7b1ce154403383a
|
||||
python_version=2
|
||||
patch_args=-Np1
|
||||
|
||||
CXXFLAGS=-std=c++11
|
||||
|
||||
|
|
Loading…
Reference in New Issue