]> git.pld-linux.org Git - packages/getstream.git/blame - glib2.patch
- release 4 (by relup.sh)
[packages/getstream.git] / glib2.patch
CommitLineData
6237d01d
JR
1diff -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"
13Only in getstream2-20100616-glib: config.c~
14diff -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
24Only in getstream2-20100616-glib: config.h~
25Only in getstream2-20100616-glib: config.o
26Only in getstream2-20100616-glib: crc32.o
27Only in getstream2-20100616-glib: dmx.o
28Only in getstream2-20100616-glib: dvr.o
29Only in getstream2-20100616-glib: fe.o
30Only in getstream2-20100616-glib: getstream
31diff -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"
43Only in getstream2-20100616-glib: getstream.h~
44Only in getstream2-20100616-glib: getstream.o
45Only in getstream2-20100616-glib: input.o
46Only in getstream2-20100616-glib: libconf.o
47diff -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
59Only in getstream2-20100616-glib: libhttp.c~
60diff -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
73Only in getstream2-20100616-glib: libhttp.h~
74Only in getstream2-20100616-glib: libhttp.o
75Only in getstream2-20100616-glib: logging.o
76diff -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
88Only in getstream2-20100616-glib: output.h~
89diff -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"
101Only in getstream2-20100616-glib: output_http.c~
102Only in getstream2-20100616-glib: output_http.o
103Only in getstream2-20100616-glib: output.o
104Only in getstream2-20100616-glib: output_pipe.o
105Only in getstream2-20100616-glib: output_rtp.o
106Only in getstream2-20100616-glib: output_udp.o
107Only in getstream2-20100616-glib: pat.o
108Only in getstream2-20100616-glib: pmt.o
109Only in getstream2-20100616-glib: psi.o
110Only in getstream2-20100616-glib: sap.o
111Only in getstream2-20100616-glib: simplebuffer.o
112Only in getstream2-20100616-glib: socket.o
113Only in getstream2-20100616-glib: stream.o
114Only in getstream2-20100616-glib: tsdecode
115Only in getstream2-20100616-glib: tsdecode.o
116Only in getstream2-20100616-glib: util.o
This page took 0.107403 seconds and 5 git commands to generate.