diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-07 10:04:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-07 10:04:04 +0000 |
commit | 38a94e6cb8f772f29ebf8e25e1fe5cb34711d324 (patch) | |
tree | c2a8332a723fed2ff05fb095f73e03c4b2b26818 /packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch | |
parent | 4fcd37c8af2c23d84fab538eb08d2b14134af8cc (diff) |
gpephone: add recipes from http://linuxtogo.org/~florian/gpepe/
* They still need to be run through oe-stylize.py
* things like linphone need to get merged with their original counterparts in OE
Diffstat (limited to 'packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch')
-rw-r--r-- | packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch b/packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch new file mode 100644 index 0000000000..9cb6ed1756 --- /dev/null +++ b/packages/gpephone/linphone-1.5.0/linphone-pkgconfig.patch @@ -0,0 +1,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} |