rpms/linphone/devel .cvsignore, 1.9, 1.10 linphone.spec, 1.34, 1.35 sources, 1.9, 1.10 linphone-1.0.1-desktop.patch, 1.2, NONE linphone-1.4.1-libs.patch, 1.1, NONE linphone-1.5.1-osipcompat.patch, 1.1, NONE linphone-1.7.1-extgsm.patch, 1.1, NONE linphone-1.7.1-gtkosip.patch, 1.1, NONE linphone-1.7.1-imagedir.patch, 1.1, NONE linphone-1.7.1-ortpm4.patch, 1.1, NONE

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Feb 5 14:16:02 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/linphone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23087

Modified Files:
	.cvsignore linphone.spec sources 
Removed Files:
	linphone-1.0.1-desktop.patch linphone-1.4.1-libs.patch 
	linphone-1.5.1-osipcompat.patch linphone-1.7.1-extgsm.patch 
	linphone-1.7.1-gtkosip.patch linphone-1.7.1-imagedir.patch 
	linphone-1.7.1-ortpm4.patch 
Log Message:
Update to 2.1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/linphone/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	23 Apr 2007 16:36:34 -0000	1.9
+++ .cvsignore	5 Feb 2008 14:15:25 -0000	1.10
@@ -1 +1 @@
-linphone-1.7.1.tar.gz
+linphone-2.1.0.tar.gz


Index: linphone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linphone/devel/linphone.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- linphone.spec	29 Aug 2007 05:33:06 -0000	1.34
+++ linphone.spec	5 Feb 2008 14:15:25 -0000	1.35
@@ -1,20 +1,19 @@
 Name:           linphone
-Version:        1.7.1
-Release:        4%{?dist}
+Version:        2.1.0
+Release:        1%{?dist}
 Summary:        Phone anywhere in the whole world by using the Internet
 
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://www.linphone.org/
-Source0:        http://download.savannah.nongnu.org/releases/linphone/1.7.x/sources/%{name}-%{version}.tar.gz
-Patch0:         linphone-1.7.1-ortpm4.patch
-Patch1:         linphone-1.7.1-imagedir.patch
-Patch2:         linphone-1.7.1-gtkosip.patch
-Patch3:         linphone-1.7.1-extgsm.patch
+Source0:        http://download.savannah.nongnu.org/releases/linphone/2.1.x/sources/%{name}-%{version}.tar.gz
+Patch0:         linphone-2.1.0-imagedir.patch
+Patch1:         linphone-2.1.0-novideo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  compat-libosip2-devel
-BuildRequires:  ortp-devel >= 0.13.1
+BuildRequires:  libosip2-devel >= 3.0.3-2
+BuildRequires:  libeXosip2-devel >= 3.0.3-2
+BuildRequires:  ortp-devel >= 0.14.1
 
 BuildRequires:  readline-devel
 BuildRequires:  ncurses-devel
@@ -37,7 +36,7 @@
 BuildRequires:  intltool
 BuildRequires:  gettext
 
-BuildRequires:  popt-devel
+#BuildRequires:  popt-devel
 
 %description
 Linphone is mostly sip compliant. It works successfully with these
@@ -65,17 +64,15 @@
 
 %prep
 %setup0 -q
-%patch0 -p1 -b .ortpm4
-%patch1 -p1 -b .imagedir
-%patch2 -p1 -b .gtkosip
-%patch3 -p1 -b .extgsm
-
-pushd share/cs
-for f in *.1
-do
-        /usr/bin/iconv --from-code iso-8859-2 --to-code utf-8 --output $f.new $f && sed -i -e 's/Encoding: ISO-8859-2/Encoding: UTF-8/' $f.new && mv $f.new $f
-done
-popd
+%patch0 -p1
+%patch1 -p1
+
+#pushd share/cs
+#for f in *.1
+#do
+#        /usr/bin/iconv --from-code iso-8859-2 --to-code utf-8 --output $f.new $f && sed -i -e 's/Encoding: ISO-8859-2/Encoding: UTF-8/' $f.new && mv $f.new $f
+#done
+#popd
 
 %build
 
@@ -88,13 +85,23 @@
 
 pushd mediastreamer2
 libtoolize --copy --force
-aclocal -I m4
+aclocal -I ../m4
 autoheader
 automake --force-missing --add-missing --copy
 autoconf
 popd
 
-%configure --disable-static --disable-rpath --disable-video --enable-alsa --enable-strict --enable-external-ortp --with-osip-version=2.2.2 --enable-external-gsm
+%configure --disable-static \
+	   --disable-rpath \
+	   --enable-console_ui=yes \
+	   --enable-gtk_ui=yes \
+	   --enable-ipv6 \
+	   --enable-truespeech \
+	   --disable-video \
+	   --enable-alsa \
+	   --enable-strict \
+	   --enable-external-ortp
+
 make %{?_smp_mflags}
 
 %install
@@ -125,7 +132,6 @@
 %{_bindir}/*
 %{_libdir}/liblinphone.so.*
 %{_libdir}/libmediastreamer.so.*
-%{_libdir}/libquickstream.so.*
 %{_libexecdir}/*
 %{_mandir}/man1/*
 %lang(cs) %{_mandir}/cs/man1/*
@@ -142,10 +148,12 @@
 %{_includedir}/mediastreamer2
 %{_libdir}/liblinphone.so
 %{_libdir}/libmediastreamer.so
-%{_libdir}/libquickstream.so
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Feb  1 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 2.1.0-1
+- Update to 2.1.0
+
 * Wed Aug 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.1-4
 - Update license tag.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/linphone/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	23 Apr 2007 16:36:34 -0000	1.9
+++ sources	5 Feb 2008 14:15:25 -0000	1.10
@@ -1 +1 @@
-6fe246d072fad2f4a9533317ab7e9060  linphone-1.7.1.tar.gz
+5f388166f98c4dd985f155f7988eabc7  linphone-2.1.0.tar.gz


--- linphone-1.0.1-desktop.patch DELETED ---


--- linphone-1.4.1-libs.patch DELETED ---


--- linphone-1.5.1-osipcompat.patch DELETED ---


--- linphone-1.7.1-extgsm.patch DELETED ---


--- linphone-1.7.1-gtkosip.patch DELETED ---


--- linphone-1.7.1-imagedir.patch DELETED ---


--- linphone-1.7.1-ortpm4.patch DELETED ---




More information about the fedora-extras-commits mailing list