Magellan Linux

Annotation of /trunk/todo/linphone/linphone-1.3.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
Original Path: trunk/extras/linphone/linphone-1.3.5-r1.smage2
File size: 1179 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/linphone/linphone-1.3.5-r1.smage2,v 1.5 2007-11-10 16:23:43 niro Exp $
2    
3     PNAME="linphone"
4     PVER="1.3.5"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-im"
8     STATE="stable"
9    
10     DESCRIPTION="Voip web phone utility."
11     HOMEPAGE="http://www.linphone.org/?lang=us&rubrique=1"
12    
13     DEPEND=">= dev-libs/glib2-2.6
14     >= x11-libs/gtk2+-2.6
15     >= media-libs/alsa-lib-1.0.8
16     >= media-libs/speex-1.1.6
17     >= net-lib/libosip2-2.2.2
18     >= gnome-base/gnome-panel-2
19     >= gnome-base/libgnome-2
20     >= gnome-base/libgnomeui-2"
21    
22     SDEPEND=">= dev-util/pkgconfig-0.15.0
23     >= dev-lang/nasm-0.98.38"
24    
25     SRCFILE="${PNAME}-${PVER}.tar.gz"
26     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27    
28     sminclude mbuild
29    
30     SRC_URI=(
31     mirror://${PNAME}/${SRCFILE}
32     mirror://${PNAME}/${PNAME}-1.0.1-ipv6-include.diff
33     )
34    
35     src_prepare() {
36     munpack ${SRCFILE} || die
37     cd ${SRCDIR}
38    
39     # fix ipv6 includes
40     mpatch -Np1 ${PNAME}-1.0.1-ipv6-include.diff || die
41     }
42    
43     src_compile() {
44     cd ${SRCDIR}
45    
46     # --with-speex=/usr is needed; configure is broken
47     mconfigure \
48     --with-speex=/usr \
49     --enable-nls \
50     --disable-gtk-doc \
51     --enable-alsa \
52     --enable-ipv6 \
53     --enable-glib \
54     --enable-gnome_ui=yes \
55     --enable-platform-gnome-2 \
56     || die
57    
58     mmake || die
59     }

Properties

Name Value
svn:keywords Id