aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linphone/linphone-hh-0.12.2.hh1
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/linphone/linphone-hh-0.12.2.hh1
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
downloadopenembedded-709c4d66e0b107ca606941b988bad717c0b45d9b.tar.gz
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/linphone/linphone-hh-0.12.2.hh1')
-rw-r--r--recipes/linphone/linphone-hh-0.12.2.hh1/dotdesktop.patch12
-rw-r--r--recipes/linphone/linphone-hh-0.12.2.hh1/gpe-cross-lossage.patch27
-rw-r--r--recipes/linphone/linphone-hh-0.12.2.hh1/osipua-ipv6-lossage.patch16
-rw-r--r--recipes/linphone/linphone-hh-0.12.2.hh1/segfault.patch23
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);
+ }
+