Package: getstream / 20100616-2

Metadata

Package Version Patches format
getstream 20100616-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
libhttp memleak.patch | (download)

libhttp.c | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fixes a memleak (danchev@spnet.net) 

glib single include.patch | (download)

config.c | 2 1 + 1 - 0 !
config.h | 2 1 + 1 - 0 !
getstream.h | 2 1 + 1 - 0 !
libhttp.c | 2 1 + 1 - 0 !
libhttp.h | 3 1 + 2 - 0 !
output.h | 2 1 + 1 - 0 !
output_http.c | 2 1 + 1 - 0 !
7 files changed, 7 insertions(+), 8 deletions(-)

---
0001 Makefile fix for link as needed.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 makefile fix for link --as-needed

Suggested by Vitaliy Tomin <highwaystar.ru@gmail.com>

0001 Make building easier by using pkg config.patch | (download)

.gitignore | 1 1 + 0 - 0 !
Makefile | 17 12 + 5 - 0 !
Makefile.defs.sh | 17 17 + 0 - 0 !
3 files changed, 30 insertions(+), 5 deletions(-)

 make building easier by using pkg-config

Updated with suggestion from https://bugs.debian.org/929345
on cross compilation.