[packages/linphone] Version: 3.5.2
jajcus
jajcus at pld-linux.org
Sat Dec 15 14:43:57 CET 2012
commit 870abe3e4cca3df37e258f0ddc5f6ef51902d31d
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Sat Dec 15 13:22:14 2012 +0100
Version: 3.5.2
- up to 3.5.2
- linphone-chdir.patch deleted – fixed upstream
- linphone-nov4l.patch deleted – now checked by the mediastreamer configure
linphone-chdir.patch | 15 ---------------
linphone-nov4l.patch | 11 -----------
linphone.spec | 12 ++++--------
3 files changed, 4 insertions(+), 34 deletions(-)
---
diff --git a/linphone.spec b/linphone.spec
index a4b80d5..357b041 100644
--- a/linphone.spec
+++ b/linphone.spec
@@ -19,15 +19,13 @@ Blocked: fix todo first
Summary: Linphone Internet Phone
Summary(pl.UTF-8): Linphone - telefon internetowy
Name: linphone
-Version: 3.4.3
-Release: 2.1
+Version: 3.5.2
+Release: 0.1
License: LGPL/GPL
Group: Applications/Communications
Source0: http://download.savannah.gnu.org/releases/linphone/stable/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 66e21f36d62c2094f7b4360262c46f20
-Patch0: %{name}-chdir.patch
-Patch1: %{name}-imgdir.patch
-Patch2: %{name}-nov4l.patch
+# Source0-md5: 4be6e940372dba1f6793aef849c1ff0d
+Patch0: %{name}-imgdir.patch
URL: http://www.linphone.org/
BuildRequires: alsa-lib-devel >= 0.9.0
BuildRequires: autoconf
@@ -125,8 +123,6 @@ Statyczne wersje bibliotek Linphone.
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
-%patch2 -p1
%build
%{__libtoolize}
diff --git a/linphone-chdir.patch b/linphone-chdir.patch
deleted file mode 100644
index 143018d..0000000
--- a/linphone-chdir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -dur linphone-3.4.3.orig/gtk/main.c linphone-3.4.3/gtk/main.c
---- linphone-3.4.3.orig/gtk/main.c 2011-03-25 14:40:44.000000000 +0100
-+++ linphone-3.4.3/gtk/main.c 2011-04-30 13:26:33.000000000 +0200
-@@ -1431,8 +1431,9 @@
- g_object_set(settings, "gtk-menu-images", TRUE, NULL);
- g_object_set(settings, "gtk-button-images", TRUE, NULL);
-
-- if (workingdir!=NULL)
-- chdir(workingdir);
-+ if (workingdir!=NULL && chdir(workingdir)) {
-+ g_warning("Cannot chdir to the working directory: %s", workingdir);
-+ }
-
- /* Now, look for the factory configuration file, we do it this late
- since we want to have had time to change directory and to parse
diff --git a/linphone-nov4l.patch b/linphone-nov4l.patch
deleted file mode 100644
index ffe9b2d..0000000
--- a/linphone-nov4l.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- linphone-3.4.3/mediastreamer2/src/Makefile.am~ 2011-04-30 16:30:24.987955429 +0200
-+++ linphone-3.4.3/mediastreamer2/src/Makefile.am 2011-04-30 16:33:01.948504997 +0200
-@@ -117,7 +117,7 @@
- endif
-
- if BUILD_V4L
--libmediastreamer_la_SOURCES+=msv4l.c msv4l2.c
-+libmediastreamer_la_SOURCES+=msv4l2.c
- endif
-
- if BUILD_WIN32
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/linphone.git/commitdiff/3fa357b93385e73fede15e7daf5f4df1b15300ed
More information about the pld-cvs-commit
mailing list