diff options
Diffstat (limited to 'recipes/linphone/linphone-hh-0.12.2.hh1')
4 files changed, 78 insertions, 0 deletions
diff --git a/recipes/linphone/linphone-hh-0.12.2.hh1/dotdesktop.patch b/recipes/linphone/linphone-hh-0.12.2.hh1/dotdesktop.patch new file mode 100644 index 0000000000..0b50fc9873 --- /dev/null +++ b/recipes/linphone/linphone-hh-0.12.2.hh1/dotdesktop.patch @@ -0,0 +1,12 @@ +diff -Nru linphone-0.12.2.orig/share/linphone.desktop linphone-0.12.2/share/linphone.desktop +--- linphone-0.12.2.orig/share/linphone.desktop 2005-03-02 22:11:15.000000000 +0100 ++++ linphone-0.12.2/share/linphone.desktop 2005-03-02 22:11:27.000000000 +0100 +@@ -4,7 +4,7 @@ + Comment[fr]=Linphone est un web-phone. + Comment[de]=Linphone ist ein web-phone. + Type=Application +-Exec=linphone ++Exec=linphone-gpe + Icon=linphone/linphone2.png + Terminal=0 + Categories=Application;Network; diff --git a/recipes/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch b/recipes/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch new file mode 100644 index 0000000000..ed3bfc2cae --- /dev/null +++ b/recipes/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch @@ -0,0 +1,27 @@ +--- linphone-0.12.2.hh1/gpe/Makefile.am.old 2004-08-29 21:16:33.000000000 +0100 ++++ linphone-0.12.2.hh1/gpe/Makefile.am 2004-08-29 21:16:52.000000000 +0100 +@@ -28,23 +28,6 @@ + propertybox.c propertybox.h \ + linphone-gpe.c linphone-gpe.h + +-linphone_gpe_LDADD = $(LIBOSIP_LIBS) $(GTK_LIBS) $(XML_LIBS) \ ++linphone_gpe_LDADD = $(LIBOSIP_LIBS) $(GTK_LIBS) $(XML_LIBS) $(ALSA_LIBS) \ + $(top_srcdir)/coreapi/liblinphone.la + +-if CROSS_COMPILING +- +-CROSS_ALSA_CFLAGS = -I/usr/local/arm/familiar/usr/include +-CROSS_ALSA_LIBS = -L/usr/local/arm/familiar/usr/lib -lasound +- +-linphone_gpe_LDFLAGS = /usr/local/arm/familiar/usr/X11R6/lib/libX11.so \ +- /usr/local/arm/familiar/usr/X11R6/lib/libXi.so \ +- /usr/local/arm/familiar/usr/X11R6/lib/libXext.so \ +- /usr/local/arm/familiar/usr/X11R6/lib/libXrender.so \ +- /usr/local/arm/familiar/usr/X11R6/lib/libXft.so \ +- /usr/local/arm/familiar/usr/lib/libfontconfig.so \ +- /usr/local/arm/familiar/usr/lib/libfreetype.so \ +- /usr/local/arm/familiar/usr/lib/libexpat.so \ +- $(CROSS_ALSA_LIBS) +-else +-linphone_gpe_LDFLAGS = $(ALSA_LIBS) +-endif diff --git a/recipes/linphone/linphone-hh-0.12.2.hh1/osipua-ipv6-lossage.patch b/recipes/linphone/linphone-hh-0.12.2.hh1/osipua-ipv6-lossage.patch new file mode 100644 index 0000000000..928f9aad5e --- /dev/null +++ b/recipes/linphone/linphone-hh-0.12.2.hh1/osipua-ipv6-lossage.patch @@ -0,0 +1,16 @@ +--- linphone-0.12.2.hh1/osipua/src/Makefile.am~osipua-ipv6-lossage.patch 2004-05-14 22:04:13.000000000 +0100 ++++ linphone-0.12.2.hh1/osipua/src/Makefile.am 2004-08-29 21:06:30.000000000 +0100 +@@ -41,11 +41,11 @@ + + noinst_PROGRAMS = osipua_tester test_sdphandler + osipua_tester_SOURCES = osipua_tester.c osipua_tester.h +-osipua_tester_CFLAGS = $(OSIP_CFLAGS) ++osipua_tester_CFLAGS = $(OSIP_CFLAGS) $(IPV6_CFLAGS) + osipua_tester_LDADD = libosipua.la + osipua_tester_LDFLAGS = $(OSIP_LDFLAGS) + + test_sdphandler_SOURCES = test_sdphandler.c +-test_sdphandler_CFLAGS = $(OSIP_CFLAGS) ++test_sdphandler_CFLAGS = $(OSIP_CFLAGS) $(IPV6_CFLAGS) + test_sdphandler_LDADD = libosipua.la + test_sdphandler_LDFLAGS = $(OSIP_LDFLAGS) diff --git a/recipes/linphone/linphone-hh-0.12.2.hh1/segfault.patch b/recipes/linphone/linphone-hh-0.12.2.hh1/segfault.patch new file mode 100644 index 0000000000..565ab5274b --- /dev/null +++ b/recipes/linphone/linphone-hh-0.12.2.hh1/segfault.patch @@ -0,0 +1,23 @@ +--- linphone-0.12.2.hh1/coreapi/misc.c~ 2004-05-14 15:41:04.000000000 +0100 ++++ linphone-0.12.2.hh1/coreapi/misc.c 2005-01-05 20:04:49.000000000 +0000 +@@ -197,6 +197,8 @@ + { + int len; + char *prim_contact; ++ if (lc->sip_conf.username == NULL) ++ abort (); + #ifdef LINPHONE_DEPRECATED + #ifdef INET6 + len=32+strlen(lc->sip_conf.username) + 2; +--- linphone-0.12.2.hh1/coreapi/linphonecore.c~ 2004-05-14 20:40:19.000000000 +0100 ++++ linphone-0.12.2.hh1/coreapi/linphonecore.c 2005-01-05 20:04:12.000000000 +0000 +@@ -454,8 +454,8 @@ + if (def){ + port=5060; + } +- linphone_core_set_sip_port(lc,port); + linphone_core_set_primary_contact(lc,g_strdup_printf("sip:%s@%s",username,hostname)); ++ linphone_core_set_sip_port(lc,port); + registrar_config_read(lc); + } + |