SPECS (AC-branch): linphone.spec - updated to 1.5.1
kosmo
kosmo at pld-linux.org
Tue Dec 12 15:06:51 CET 2006
Author: kosmo Date: Tue Dec 12 14:06:51 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- updated to 1.5.1
---- Files affected:
SPECS:
linphone.spec (1.37 -> 1.37.2.1)
---- Diffs:
================================================================
Index: SPECS/linphone.spec
diff -u SPECS/linphone.spec:1.37 SPECS/linphone.spec:1.37.2.1
--- SPECS/linphone.spec:1.37 Mon Jan 23 09:16:40 2006
+++ SPECS/linphone.spec Tue Dec 12 15:06:46 2006
@@ -3,20 +3,18 @@
# - split main package to few smaller (there is linphonec for console,
# auto-answering machine and linphone applet for gnome)
# - check why --enable-alsa doesn't require alsa-lib-devel
-# - check if all this configure option I've set are really needed
Summary: Linphone Internet Phone
Summary(pl): Linphone - telefon internetowy
Name: linphone
-Version: 1.2.0
+Version: 1.5.1
Release: 1
License: LGPL/GPL
Group: Applications/Communications
-Source0: http://simon.morlat.free.fr/download/1.2.x/source/%{name}-%{version}.tar.gz
-# Source0-md5: bd5e513a665ce2e381afce64d569c707
+Source0: http://download.savannah.nongnu.org/releases/%{name}/1.5.x/source/%{name}-%{version}.tar.gz
+# Source0-md5: 196f817d77aba906e7c1a896f8501a0f
Patch0: %{name}-desktop.patch
Patch1: %{name}-automake.patch
-#Patch2: %{name}-system-libs.patch
URL: http://www.linphone.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -29,10 +27,10 @@
BuildRequires: libgsm-devel >= 1.0.10
BuildRequires: libosip2-devel >= 2.2.0
BuildRequires: libtool >= 1:1.4.2-9
-#BuildRequires: lpc10-devel >= 1.5
BuildRequires: pkgconfig
+BuildRequires: readline-devel
BuildRequires: scrollkeeper
-BuildRequires: speex-devel >= 1.0.0
+BuildRequires: speex-devel >= 1.1.6
BuildRequires: xft-devel
Requires(post,postun): /sbin/ldconfig
Requires(post,postun): /usr/bin/scrollkeeper-update
@@ -97,12 +95,9 @@
%setup -q
%patch0 -p1
%patch1 -p1
-#%patch2 -p1
%build
rm -f missing
-# gettext 0.11.5 used
-#%%{__gettextize}
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
@@ -114,11 +109,22 @@
# don't use -f here
automake -a -c --foreign
cd ..
+
+# --enable-video conflicts with ffmpeg's swscaler :(
+#
%configure \
--with-html-dir=%{_gtkdocdir} \
- --enable-platform-gnome-2 \
--enable-alsa \
- --enable-ipv6
+ --enable-gnome_ui \
+ --enable-ipv6 \
+ --enable-portaudio \
+ --disable-strict \
+ --disable-video \
+ --with-ffmpeg=%{_prefix} \
+ --with-gsm=%{_prefix} \
+ --with-osip=%{_prefix} \
+ --with-sdl=%{_prefix}
+
%{__make}
%install
@@ -184,6 +190,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37.2.1 2006/12/12 14:06:46 kosmo
+- updated to 1.5.1
+
Revision 1.37 2006/01/23 08:16:40 ankry
- added desktop patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/linphone.spec?r1=1.37&r2=1.37.2.1&f=u
More information about the pld-cvs-commit
mailing list