linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] patch for rpm users


From: Francois-Xavier KOWALSKI
Subject: [Linphone-developers] patch for rpm users
Date: Wed, 17 May 2006 22:36:16 +0200
User-agent: Thunderbird 1.5 (X11/20051201)

Hello,

just ckin'ed the following to allow RPM users to have build & install oRTP packages built from the Linphone complete source tree.

./configure.ac:

+ dnl Packaging: Pick oRTP version from ${top_srcdir}/oRTP/configure.ac
+ dnl Feel free to propose an alternative & cleaner version...
+ top_srcdir=`basename $0`
+ changequote(, )dnl
+ ORTP_VERSION=`grep -E ^[AC]+_INIT ${top_srcdir}/oRTP/configure.ac | sed -e 's:^.*_INIT(.*,\[\(.*\)\]):\1:g'`
+ changequote([, ])dnl
+ AC_SUBST([ORTP_VERSION])

./linphone.spec.in

- %define        ortpversion    0.9.1
%define        ortpversion    @ORTP_VERSION@

--
Francois-Xavier "FiX" KOWALSKI     /_ __  Tel:+33 (0)4 76 14 63 27
OpenCall Business Unit -- OCBU    / //_/  Fax:+33 (0)4 76 14 51 62
Media-Processing Engineering        /     http://www.hp.com/go/opencall
                              i n v e n t





reply via email to

[Prev in Thread] Current Thread [Next in Thread]