]> git.pld-linux.org Git - packages/linphone.git/blob - linphone-system-libs.patch
- pl, fixes
[packages/linphone.git] / linphone-system-libs.patch
1 --- linphone-0.11.0/mediastreamer/Makefile.am.orig      Mon May  5 16:30:01 2003
2 +++ linphone-0.11.0/mediastreamer/Makefile.am   Fri Jun 27 12:12:12 2003
3 @@ -72,8 +72,8 @@
4                                                                                                                         
5                                         
6  libmediastreamer_la_LIBADD= $(GLIB_LIBS) \
7 -                                                       ../gsmlib/libgsm.la \
8 -                                                       ../lpc10-1.5/liblpc10.la \
9 +                                                       -lgsm \
10 +                                                       -llpc10 \
11                                                         ../oRTP/src/libortp.la
12         
13  #the xine wrapper video output */
14 @@ -89,7 +89,7 @@
15  #the ffmpeg wrapper video encoder and decoder
16  libmsffmpeg_la_SOURCES=msavencoder.c msavencoder.h\
17                                                 msavdecoder.c msavdecoder.h
18 -libmsffmpeg_la_LIBADD=libmediastreamer.la ../ffmpeg/libavcodec/libavcodec.la
19 +libmsffmpeg_la_LIBADD=libmediastreamer.la -lavcodec
20  
21  #the gdk video output plugin
22  libmsgdkvo_la_SOURCES=msvideooutput.c msvideooutput.h
23 @@ -98,7 +98,7 @@
24  
25  #the speex encoder and decoder 
26  libmsspeex_la_SOURCES=msspeexenc.c msspeexenc.h msspeexdec.c msspeexdec.h
27 -libmsspeex_la_LIBADD=libmediastreamer.la $(top_srcdir)/speex/libspeex/libspeex.la
28 +libmsspeex_la_LIBADD=libmediastreamer.la -lspeex
29  
30  #the v4l plugin 
31  libmsv4l_la_SOURCES=msv4l.c msv4l.h
32 @@ -178,9 +178,6 @@
33                                                 -I$(top_srcdir)/mediastreamer \
34                                                 -I$(top_srcdir)/oRTP/src \
35                                                 -I$(top_srcdir)/oRTP \
36 -                                               -I$(top_srcdir)/gsmlib   \
37 -                                               -I$(top_srcdir)/lpc10-1.5    \
38 -                        -I$(top_srcdir)/ffmpeg/libavcodec \
39 +                        -I/usr/include/ffmpeg \
40                                                 -I/usr/X11R6/include/X11 \
41 -                                               -I/usr/include/SDL \
42 -                                               -I$(top_srcdir)/speex/libspeex
43 +                                               -I/usr/include/SDL
44 --- linphone-0.11.0/media_api/Makefile.am.orig  Mon Sep 23 14:13:20 2002
45 +++ linphone-0.11.0/media_api/Makefile.am       Fri Jun 27 12:10:21 2003
46 @@ -22,11 +22,7 @@
47  DEFS=@DEFS@ @SOUNDDEFS@ -DDEBUG -DG_LOG_DOMAIN=\"MediaApi\" 
48  
49  INCLUDES=-I$(top_srcdir)/mediastreamer \
50 -               -I$(top_srcdir)/speex \
51 -               -I$(top_srcdir)/gsmlib \
52                 -I$(top_srcdir)/oRTP \
53 -               -I$(top_srcdir)/oRTP/src \
54 -               -I$(top_srcdir)/lpc10-1.5 \
55 -               -I$(top_srcdir)/ffmpeg 
56 +               -I$(top_srcdir)/oRTP/src
57  
58  
59 --- linphone-0.11.0/coreapi/Makefile.am.orig    Thu Mar 27 11:31:16 2003
60 +++ linphone-0.11.0/coreapi/Makefile.am Fri Jun 27 12:08:45 2003
61 @@ -6,7 +6,6 @@
62         -I$(top_srcdir)/oRTP/src \
63         -I$(top_srcdir)/oRTP/ \
64         -I$(top_srcdir)/mediastreamer \
65 -       -I$(top_srcdir)/speex/libspeex \
66         -I$(osip_prefix)/include/ 
67  
68  EXTRA_DIST= parse-path.cP 
69 --- linphone-0.11.0/console/Makefile.am.orig    Fri Feb 28 15:48:37 2003
70 +++ linphone-0.11.0/console/Makefile.am Fri Jun 27 12:08:55 2003
71 @@ -7,7 +7,6 @@
72         -I$(top_srcdir)/oRTP/src \
73         -I$(top_srcdir)/oRTP/ \
74         -I$(top_srcdir)/mediastreamer \
75 -       -I$(top_srcdir)/speex/libspeex \
76         -I$(osip_prefix)/include/ 
77  
78  
79 --- linphone-0.11.0/gnome/Makefile.am.orig      Thu Mar 27 11:31:09 2003
80 +++ linphone-0.11.0/gnome/Makefile.am   Fri Jun 27 12:09:31 2003
81 @@ -8,7 +8,6 @@
82         -I$(top_srcdir)/oRTP/src \
83         -I$(top_srcdir)/oRTP/ \
84         -I$(top_srcdir)/mediastreamer \
85 -       -I$(top_srcdir)/speex/libspeex \
86         -I$(top_srcdir)/coreapi \
87         -I$(top_srcdir)/osipua/src 
88  
89 --- linphone-0.11.0/Makefile.am.orig    Wed Mar 12 18:22:51 2003
90 +++ linphone-0.11.0/Makefile.am Fri Jun 27 11:54:50 2003
91 @@ -1,6 +1,6 @@
92  ## Process this file with automake to produce Makefile.in
93  
94 -SUBDIRS = pixmaps ffmpeg po macros debian ipkg oRTP gsmlib lpc10-1.5 speex mediastreamer \
95 +SUBDIRS = pixmaps po macros debian ipkg oRTP mediastreamer \
96                 media_api osipua coreapi console gnome share developer-docs 
97  
98  EXTRA_DIST = config.rpath mkinstalldirs  linphone2.glade BUGS linphone.kdevprj \
99 --- linphone-0.11.0/configure.in.orig   Mon May 19 10:43:31 2003
100 +++ linphone-0.11.0/configure.in        Fri Jun 27 11:57:03 2003
101 @@ -178,24 +178,12 @@
102  
103  if test "$video" = "true"; then
104         echo "WARNING: Video support is under developpement, nothing works."
105 -       dnl check if nasm is present (needed to compile ffmpeg )
106 -       AC_CHECK_PROG(NASM, nasm, true, false)
107 -       
108 -       if $NASM ;then
109 -               cd $(top_builddir2)/ffmpeg; ln -sf Makefile.orig Makefile; cd ..
110 -               cd $(top_builddir2)/ffmpeg/libavcodec; ln -sf Makefile.libtool Makefile; cd .. ;cd ..
111 -               echo "Video support will be build, although it is not functionnal for the moment."      
112 -               AVCODEC_LIBS="../ffmpeg/libavcodec/libavcodec.la"
113 +               AVCODEC_LIBS="-lavcodec"
114                 AC_SUBST(AVCODEC_LIBS)
115                 AC_DEFINE(HAVE_AVCODEC,1,[Defines if we can use libavcodec library])
116 -       else
117 -               AC_MSG_ERROR("nasm is missing ! You require nasm to build the video support in linphone.")
118 -       fi
119         PKG_CHECK_MODULES(GDK,gdk-2.0 >= 2.0.0)
120         AC_SUBST(GDK_CFLAGS)
121         AC_SUBST(GDK_LIBS)
122 -else
123 -   cd $(top_builddir2)/ffmpeg; ln -sf Makefile.null Makefile ; cd ..
124  fi
125  
126  dnl mediastreamer configuration
127 @@ -227,7 +215,7 @@
128  AC_SUBST(SOUNDDEFS)
129  
130  
131 -AC_CONFIG_SUBDIRS( ffmpeg speex oRTP osipua)
132 +AC_CONFIG_SUBDIRS( oRTP osipua)
133  
134  ##################################################
135  # Check for gtk-doc.
136 @@ -252,8 +240,6 @@
137  mediastreamer/Makefile
138  media_api/Makefile
139  osipua/Makefile
140 -gsmlib/Makefile
141 -lpc10-1.5/Makefile
142  coreapi/Makefile
143  gnome/Makefile
144  console/Makefile
This page took 0.061089 seconds and 3 git commands to generate.