]> git.pld-linux.org Git - packages/getstream.git/blob - glib2.patch
- fix building with recent glib2
[packages/getstream.git] / glib2.patch
1 diff -ur getstream2-20100616/config.c getstream2-20100616-glib/config.c
2 --- getstream2-20100616/config.c        2010-06-16 14:14:08.000000000 +0200
3 +++ getstream2-20100616-glib/config.c   2017-04-04 20:12:50.306602973 +0200
4 @@ -10,7 +10,7 @@
5  #include <strings.h>
6  #include <string.h>
7  
8 -#include <glib/glist.h>
9 +#include <glib.h>
10  
11  #include "config.h"
12  #include "libconf.h"
13 Only in getstream2-20100616-glib: config.c~
14 diff -ur getstream2-20100616/config.h getstream2-20100616-glib/config.h
15 --- getstream2-20100616/config.h        2010-06-16 14:14:08.000000000 +0200
16 +++ getstream2-20100616-glib/config.h   2017-04-04 20:12:31.829710464 +0200
17 @@ -1,5 +1,5 @@
18  
19 -#include <glib/glist.h>
20 +#include <glib.h>
21  
22  #include "getstream.h"
23  
24 Only in getstream2-20100616-glib: config.h~
25 Only in getstream2-20100616-glib: config.o
26 Only in getstream2-20100616-glib: crc32.o
27 Only in getstream2-20100616-glib: dmx.o
28 Only in getstream2-20100616-glib: dvr.o
29 Only in getstream2-20100616-glib: fe.o
30 Only in getstream2-20100616-glib: getstream
31 diff -ur getstream2-20100616/getstream.h getstream2-20100616-glib/getstream.h
32 --- getstream2-20100616/getstream.h     2010-06-16 14:14:08.000000000 +0200
33 +++ getstream2-20100616-glib/getstream.h        2017-04-04 20:11:04.915315383 +0200
34 @@ -10,7 +10,7 @@
35  #include <linux/dvb/frontend.h>
36  
37  #include <event.h>
38 -#include <glib/glist.h>
39 +#include <glib.h>
40  
41  #include "sap.h"
42  #include "psi.h"
43 Only in getstream2-20100616-glib: getstream.h~
44 Only in getstream2-20100616-glib: getstream.o
45 Only in getstream2-20100616-glib: input.o
46 Only in getstream2-20100616-glib: libconf.o
47 diff -ur getstream2-20100616/libhttp.c getstream2-20100616-glib/libhttp.c
48 --- getstream2-20100616/libhttp.c       2010-06-16 14:14:08.000000000 +0200
49 +++ getstream2-20100616-glib/libhttp.c  2017-04-04 20:13:00.096722656 +0200
50 @@ -13,7 +13,7 @@
51  #include <stdio.h>
52  #include <stdarg.h>
53  
54 -#include <glib/glist.h>
55 +#include <glib.h>
56  
57  #include "libhttp.h"
58  
59 Only in getstream2-20100616-glib: libhttp.c~
60 diff -ur getstream2-20100616/libhttp.h getstream2-20100616-glib/libhttp.h
61 --- getstream2-20100616/libhttp.h       2010-06-16 14:14:08.000000000 +0200
62 +++ getstream2-20100616-glib/libhttp.h  2017-04-04 20:12:13.836157236 +0200
63 @@ -7,8 +7,7 @@
64  #include <netinet/in.h>
65  #include <event.h>
66  
67 -#include <glib/glist.h>
68 -#include <glib/ghash.h>
69 +#include <glib.h>
70  
71  
72  #define MAX_HEADER_SIZE        3000
73 Only in getstream2-20100616-glib: libhttp.h~
74 Only in getstream2-20100616-glib: libhttp.o
75 Only in getstream2-20100616-glib: logging.o
76 diff -ur getstream2-20100616/output.h getstream2-20100616-glib/output.h
77 --- getstream2-20100616/output.h        2010-06-16 14:14:08.000000000 +0200
78 +++ getstream2-20100616-glib/output.h   2017-04-04 20:13:14.073560207 +0200
79 @@ -4,7 +4,7 @@
80  #include "getstream.h"
81  #include "libhttp.h"
82  
83 -#include <glib/glist.h>
84 +#include <glib.h>
85  
86  #include <event.h>
87  
88 Only in getstream2-20100616-glib: output.h~
89 diff -ur getstream2-20100616/output_http.c getstream2-20100616-glib/output_http.c
90 --- getstream2-20100616/output_http.c   2010-06-16 14:14:08.000000000 +0200
91 +++ getstream2-20100616-glib/output_http.c      2017-04-04 20:13:09.443503596 +0200
92 @@ -5,7 +5,7 @@
93  #include <string.h>
94  #include <stdio.h>
95  
96 -#include <glib/glist.h>
97 +#include <glib.h>
98  
99  #include "output.h"
100  #include "simplebuffer.h"
101 Only in getstream2-20100616-glib: output_http.c~
102 Only in getstream2-20100616-glib: output_http.o
103 Only in getstream2-20100616-glib: output.o
104 Only in getstream2-20100616-glib: output_pipe.o
105 Only in getstream2-20100616-glib: output_rtp.o
106 Only in getstream2-20100616-glib: output_udp.o
107 Only in getstream2-20100616-glib: pat.o
108 Only in getstream2-20100616-glib: pmt.o
109 Only in getstream2-20100616-glib: psi.o
110 Only in getstream2-20100616-glib: sap.o
111 Only in getstream2-20100616-glib: simplebuffer.o
112 Only in getstream2-20100616-glib: socket.o
113 Only in getstream2-20100616-glib: stream.o
114 Only in getstream2-20100616-glib: tsdecode
115 Only in getstream2-20100616-glib: tsdecode.o
116 Only in getstream2-20100616-glib: util.o
This page took 0.099826 seconds and 3 git commands to generate.