summaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gpephone/linphone-1.5.0/linphone-pkgconfig.patch
blob: 9cb6ed1756c8f8a98aeebee2b1086e067c10a98d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- share/linphone.pc.in.orig	2007-01-31 05:48:02.000000000 +0100
+++ share/linphone.pc.in	2007-01-31 05:49:09.000000000 +0100
@@ -7,5 +7,5 @@
 Name: liblinphone
 Description: All in one linphone libs.
 Version: @VERSION@
-Libs: @LINPHONE_LIBS@
-Cflags: @LINPHONE_CFLAGS@
+Libs: -L${libdir} -llinphone
+Cflags: -I${includedir}
--- oRTP/ortp.pc.in.orig	2007-01-31 07:12:29.000000000 +0100
+++ oRTP/ortp.pc.in	2007-01-31 07:14:33.000000000 +0100
@@ -2,9 +2,10 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 includedir=@includedir@
+libdir=@libdir@
 
 Name: oRTP 
 Description: Implement the RFC3550 (RTP) with a easy to use API with high and low level access. 
 Version: @ORTP_PKGCONFIG_VERSION@                           
-Libs: -L@libdir@ -lortp @ORTPDEPS_LIBS@
-Cflags: -I@includedir@ @ORTPDEPS_CFLAGS@
+Libs: -L${libdir} -lortp
+Cflags: -I${includedir}
--- mediastreamer2/mediastreamer.pc.in.orig	2007-01-31 07:16:10.000000000 +0100
+++ mediastreamer2/mediastreamer.pc.in	2007-01-31 07:18:33.000000000 +0100
@@ -2,10 +2,11 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 includedir=@includedir@
+libdir=@libdir@
 
 Name: mediastreamer 
 Description: A mediastreaming library for telephony applications
 Depends: ortp
 Version: @MEDIASTREAMER_VERSION@
-Libs: -L@libdir@
-Cflags: -I@includedir@ 
+Libs: -L${libdir}
+Cflags: -I${includedir}