Magellan Linux

Annotation of /trunk/extras/linphone/linphone-1.7.1-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
File size: 1069 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.7.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-im"
8     STATE="unstable"
9    
10     DESCRIPTION="Voip web phone utility."
11     HOMEPAGE="http://www.linphone.org/index.php/eng"
12    
13     DEPEND=">= dev-libs/glib2-2.12
14     >= x11-libs/gtk2+-2.10
15     >= media-libs/alsa-lib-1.0.14
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     http://download.savannah.gnu.org/releases/${PNAME}/stable/sources/${SRCFILE}
32     mirror://${PNAME}/${SRCFILE}
33     )
34    
35     src_compile()
36     {
37     cd ${SRCDIR}
38    
39     # --with-speex=/usr is needed; configure is broken
40     mconfigure \
41     --with-speex=/usr \
42     --enable-nls \
43     --disable-gtk-doc \
44     --enable-alsa \
45     --enable-ipv6 \
46     --enable-glib \
47     --enable-gnome_ui=yes \
48     --enable-platform-gnome-2 \
49     || die
50    
51     mmake || die
52     }

Properties

Name Value
svn:keywords Id