Mailinglist Archive: opensuse-commit (1155 mails)

< Previous Next >
commit linphone
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 03 Oct 2007 01:06:49 +0200
  • Message-id: <20071002230650.473306781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package linphone
checked in at Wed Oct 3 01:06:49 CEST 2007.

--------
--- linphone/linphone.changes   2007-06-19 10:25:11.000000000 +0200
+++ /mounts/work_src_done/STABLE/linphone/linphone.changes      2007-10-01 09:24:50.713434000 +0200
@@ -1,0 +2,9 @@
+Tue Sep  4 10:30:34 CEST 2007 - mskibbe@xxxxxxx
+
+- update to versin 1.7.1:
+  * arts sound input/output
+  * improved sound latency with alsa
+  * alsa support works with dmix/dsnoop
+  * fix a lot of bugs
+
+-------------------------------------------------------------------

Old:
----
  linphone-1.3.0.tar.bz2
  linphone-proto.diff

New:
----
  linphone-1.7.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ linphone.spec ++++++
--- /var/tmp/diff_new_pack.r14657/_old  2007-10-03 01:06:44.000000000 +0200
+++ /var/tmp/diff_new_pack.r14657/_new  2007-10-03 01:06:44.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package linphone (Version 1.3.0)
+# spec file for package linphone (Version 1.7.1)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -12,19 +12,18 @@
 
 Name:           linphone
 BuildRequires:  gnome-panel-devel gnutls-devel intltool libgnomeprintui-devel libosip2-devel libwnck-devel mDNSResponder-devel perl-XML-Parser readline-devel speex-devel update-desktop-files
-License:        GNU General Public License (GPL)
+License:        GPL v2 or later
 Group:          Productivity/Networking/Other
 Summary:        Web Phone
-Version:        1.3.0
-Release:        89
+Version:        1.7.1
+Release:        1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-URL:            http://www.linphone.org
+Url:            http://www.linphone.org
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        %{name}-manual.tar.bz2
 Patch1:         linphone-desktop.patch
-Patch2:         linphone-proto.diff
-Patch3:         %name-%version.patch
-NoSource:       0
+Patch3:         %name-1.3.0.patch
+#NoSource:       0
 
 %description
 Linphone is a Web phone with a GNOME interface. It lets you make
@@ -62,7 +61,7 @@
 %package devel
 Group:          Productivity/Networking/Other
 Summary:        Web Phone
-Requires:       %{name} = %{version} glib2-devel alsa-devel speex-devel glibc-devel libosip2
+Requires:       %{name} = %{version} glib2-devel alsa-devel speex-devel glibc-devel libosip2-devel
 
 %description devel
 Linphone is a Web phone with a GNOME interface. It lets you make
@@ -78,29 +77,9 @@
 --------
     Simon Morlat <simon.morlat@xxxxxxxxxxxx>
 
-%package doc
-Group:          Productivity/Networking/Other
-Summary:        Web Phone
-Requires:       %{name} = %{version}
-
-%description doc
-Linphone is a Web phone with a GNOME interface. It lets you make
-two-party calls over IP networks such as the Internet. It uses the IETF
-protocols SIP (Session Initiation Protocol) and RTP (Realtime TransporT
-Protocol) to make calls, so it should be able to communicate with other
-SIP-based Web phones. With several codecs available, it can be used
-with high speed connections as well as 28k modems.
-
-
-
-Authors:
---------
-    Simon Morlat <simon.morlat@xxxxxxxxxxxx>
-
 %prep
 %setup -q
 %patch1
-%patch2
 %patch3
 find -name "CVS" -type d | xargs rm -rfv
 
@@ -110,7 +89,8 @@
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %configure\
        --libexecdir=%{_prefix}/lib/gnome-panel\
-       --disable-static
+       --disable-static \
+       --disable-video
 make %{?jobs:-j%jobs}
 
 %install
@@ -127,6 +107,9 @@
 ln -s linphone/linphone2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
 %suse_update_desktop_file -D "linphone/index.xml.html" -G "SIP Phone" %name Network Telephony 
 %find_lang %{name}
+cat %{name}.lang
+# delete unused man pages 
+rm -rf $RPM_BUILD_ROOT%{_datadir}/man/cs/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -140,34 +123,35 @@
 %files -f  %{name}.lang
 %defattr(-,root,root)
 %{_bindir}/*
-%{_libdir}/*.so.*
-%{_datadir}/applications/linphone.desktop
 %{_datadir}/sounds/linphone
-%{_datadir}/gnome-2.0/ui/*
+%{_libdir}/*.so.*
 %{_datadir}/pixmaps/linphone
-%{_datadir}/pixmaps/linphone2.png
 %doc %{_mandir}/man1/*.*
+%{_datadir}/pixmaps/linphone2.png
+%{_datadir}/images/nowebcamCIF.jpg
+%{_datadir}/applications/linphone.desktop
+%dir %{_datadir}/images
 
 %files applet
 %defattr(-,root,root)
-%{_libdir}/bonobo/servers/*.server
-%{_prefix}/lib/gnome-panel/*
+#%{_libdir}/bonobo/servers/*.server
+/usr/lib/gnome-panel/*
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/linphone
 %{_includedir}/ortp
+%{_includedir}/mediastreamer2
 %{_libdir}/*.so
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
-
-%files doc
-%defattr(-,root,root)
-%{_datadir}/gtk-doc/html/*
-%dir %{_datadir}/gtk-doc
-%dir %{_datadir}/gtk-doc/html
-
 %changelog
+* Tue Sep 04 2007 - mskibbe@xxxxxxx
+- update to versin 1.7.1:
+  * arts sound input/output
+  * improved sound latency with alsa
+  * alsa support works with dmix/dsnoop
+  * fix a lot of bugs
 * Tue Jun 19 2007 - mskibbe@xxxxxxx
 - disable Werror
 * Wed May 16 2007 - ro@xxxxxxx

++++++ linphone-1.3.0.patch ++++++
--- /var/tmp/diff_new_pack.r14657/_old  2007-10-03 01:06:44.000000000 +0200
+++ /var/tmp/diff_new_pack.r14657/_new  2007-10-03 01:06:44.000000000 +0200
@@ -1,6 +1,6 @@
 --- configure.in
 +++ configure.in
-@@ -321,7 +321,7 @@
+@@ -275,7 +275,7 @@
  
  if test "$GCC$strictness" = "yesyes" ; then
        STRICT_OPTIONS="-Wall -Wp,-D_FORTIFY_SOURCE=2"
@@ -16,7 +16,7 @@
      }
  
 -  if (300<=code<=399)
-+  if ( (300 <= code ) && ( code <= 399) )
++  if ((300<=code) && (code<=399))
      {
        /* Should add contact fields */
        /* ... */
@@ -25,7 +25,7 @@
      }
  
 -  if (300<=code<=399)
-+  if ( ( 300 <= code ) && ( code <= 399 ) )
++  if ((300<=code)&&(code<=399))
      {
        /* Should add contact fields */
        /* ... */
@@ -34,16 +34,49 @@
      }
  
 -  if (300<=code<=399)
-+  if ( ( 300 <= code ) && ( code <= 399 ) )
++  if ((300<=code)&&(code<=399))
      {
        /* Should add contact fields */
        /* ... */
-@@ -1249,7 +1249,7 @@
+@@ -1248,12 +1248,12 @@
+       OSIP_TRACE(osip_trace(__FILE__,__LINE__,OSIP_INFO1,NULL,"ERROR: Could not create response for subscribe\n"));
        return;
      }

+-
 -  if (300<=code<=399)
-+  if ( ( 300 <= code ) && ( code <= 399 ) )
++/*
++  if ((300<=code)&&(code<=399))
      {
-       /* Should add contact fields */
-       /* ... */
+-      /* Should add contact fields */
+-      /* ... */
++      Should add contact fields
+     }
++*/

+   evt_answer = osip_new_outgoing_sipmessage(response);
+   evt_answer->transactionid = tr->transactionid;
+--- mediastreamer2/configure.ac
++++ mediastreamer2/configure.ac
+@@ -42,9 +42,9 @@

+ AC_MSG_CHECKING([warning make an error on compilation])
+ AC_ARG_ENABLE(strict,
+-[  --enable-strict       Enable error on compilation warning [default=yes]],
++[  --enable-strict       Enable error on compilation warning [default=no]],
+ [wall_werror=$enableval],
+-[wall_werror=yes]
++[wall_werror=no]
+ )

+ CFLAGS="-DORTP_INET6 $CFLAGS "
+--- oRTP/configure.ac
++++ oRTP/configure.ac
+@@ -178,7 +178,7 @@
+ AC_DEFINE_UNQUOTED(POSIXTIMER_INTERVAL,$posixtimer_interval,[Defines the periodicity of the rtp scheduler in microseconds])

+ if test $GCC = yes && test $wall_werror = yes;  then
+-      CFLAGS="$CFLAGS -Werror "
++      CFLAGS="$CFLAGS"
+ fi

+ ORTPDEPS_LIBS="$ORTPDEPS_LIBS $PTHREAD_LIBS $PTHREAD_LDFLAGS"

++++++ linphone-1.3.0.tar.bz2 -> linphone-1.7.1.tar.bz2 ++++++
linphone/linphone-1.3.0.tar.bz2 /mounts/work_src_done/STABLE/linphone/linphone-1.7.1.tar.bz2 differ: byte 11, line 1

++++++ linphone-desktop.patch ++++++
--- /var/tmp/diff_new_pack.r14657/_old  2007-10-03 01:06:44.000000000 +0200
+++ /var/tmp/diff_new_pack.r14657/_new  2007-10-03 01:06:44.000000000 +0200
@@ -1,5 +1,5 @@
---- gnome/GNOME_LinphoneApplet.server.in.in
-+++ gnome/GNOME_LinphoneApplet.server.in.in
+--- gtk/GNOME_LinphoneApplet.server.in.in
++++ gtk/GNOME_LinphoneApplet.server.in.in
 @@ -25,7 +25,7 @@
        <oaf_attribute name="name" type="string" _value="Linphone"/>
        <oaf_attribute name="description" type="string" _value="Linphone"/>
@@ -9,28 +9,30 @@
  
  </oaf_server>
  
---- share/linphone_applet.desktop
-+++ share/linphone_applet.desktop
-@@ -5,5 +5,5 @@
- Comment[de]=Linphone ist ein web-phone.
- Type=Application
- Exec=linphone --applet --activate-goad-server=linphone_applet
--Icon=linphone/linphone2.png
-+Icon=linphone2.png
- Terminal=0
-\ No newline at end of file
 --- share/linphone.desktop
 +++ share/linphone.desktop
-@@ -1,10 +1,11 @@
+@@ -1,5 +1,6 @@
  [Desktop Entry]
  Name=Linphone
 +GenericName=Linphone
  Comment=Linphone is a web-phone
  Comment[fr]=Linphone est un web-phone.
  Comment[de]=Linphone ist ein web-phone.
- Type=Application
+@@ -7,4 +8,4 @@
  Exec=linphone
+ Icon=linphone2.png
+ Terminal=false
+-Categories=Application;Network;
+\ No newline at end of file
++Categories=Application;Network;
+--- share/linphone_applet.desktop
++++ share/linphone_applet.desktop
+@@ -5,5 +5,5 @@
+ Comment[de]=Linphone ist ein web-phone.
+ Type=Application
+ Exec=linphone --applet --activate-goad-server=linphone_applet
 -Icon=linphone/linphone2.png
-+Icon=linphone2
- Terminal=0
- Categories=Application;Network;
+-Terminal=0
+\ No newline at end of file
++Icon=linphone2.png
++Terminal=0


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread