--- linphone-3.3.2.orig/debian/libortp8.install +++ linphone-3.3.2/debian/libortp8.install @@ -0,0 +1 @@ +usr/lib/libortp.so.* --- linphone-3.3.2.orig/debian/control +++ linphone-3.3.2/debian/control @@ -0,0 +1,144 @@ +Source: linphone +Section: sound +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian VoIP Team +Uploaders: Samuel Mimram , Kilian Krause , Faidon Liambotis , Mark Purcell , Lionel Elie Mamane +Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), cdbs, + autoconf, automake1.9, autotools-dev, libtool, pkg-config, intltool, + libglib2.0-dev, libosip2-dev (>= 3.0.3-2), libexosip2-dev (>= 3.0.3-2), + libsrtp-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390], + libasound2-dev [alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc sparc64], + libv4l-dev [alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc sparc64], + libspeex-dev (>= 1.1.12), libspeexdsp-dev, libsamplerate0-dev, libxml-parser-perl, libgsm1-dev, + libgtk2.0-dev, libglade2-dev, libtheora-dev, + libavcodec-dev, libreadline-dev, libsdl1.2-dev, libswscale-dev, doxygen +Build-Conflicts: libssl-dev +Standards-Version: 3.8.4 +Homepage: http://www.linphone.org/ +Vcs-Svn: svn://svn.debian.org/pkg-voip/linphone/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/linphone/?op=log + +Package: linphone +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, linphone-nox (=${binary:Version}) +Suggests: yelp +Replaces: linphone-common (<< 3.1.2-2) +Description: SIP softphone - graphical client + Linphone is an audio and video internet phone using the SIP protocol. It + has a GTK+ and console interface, includes a large variety of audio and video + codecs, and provides IM features. + . + The main features of linphone are: + - a nice graphical interface; + - it includes a large variety of codecs with different quality / bandwidths; + - it uses the well-known and standardised SIP protocol. + +Package: linphone-nox +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, linphone-common (=${source:Version}), host +Description: SIP softphone - console-only client + Linphone is an audio and video internet phone using the SIP protocol. It + has a GTK+ and console interface, includes a large variety of audio and video + codecs, and provides IM features. + . + This package contains the console version of linphone. + +Package: linphone-common +Architecture: all +Depends: ${misc:Depends} +Replaces: linphone-nox (<= 0.12.2-2) +Description: Shared components of the linphone SIP softphone + Linphone is an audio and video internet phone using the SIP protocol. It + has a GTK+ and console interface, includes a large variety of audio and video + codecs, and provides IM features. + . + This package contains the resource files of linphone (the rings). + +Package: liblinphone3 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: linphone's shared library part (supporting the SIP protocol) + Linphone is an audio and video internet phone using the SIP protocol. It + has a GTK+ and console interface, includes a large variety of audio and video + codecs, and provides IM features. + . + This package contains only the shared runtime libraries. + +Package: liblinphone-dev +Section: libdevel +Architecture: any +Provides: liblinphone2-dev +Replaces: liblinphone2-dev +Depends: ${misc:Depends}, libmediastreamer-dev, libortp-dev, libosip2-dev (>= 2.2.0), libspeex-dev, libsamplerate0-dev, libasound2-dev [linux-any] +Conflicts: liblinphone2-dev +Description: linphone web phone's library (supporting the SIP protocol) + Linphone is an audio and video internet phone using the SIP protocol. It + has a GTK+ and console interface, includes a large variety of audio and video + codecs, and provides IM features. + . + This package contains the files needed to use the linphone's library in your + programs. + +Package: libmediastreamer0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: linphone web phone's media library + Linphone is an audio and video internet phone using the SIP protocol. It + has a GTK+ and console interface, includes a large variety of audio and video + codecs, and provides IM features. + . + This package contains the shared runtime libraries for handling media + operations. + +Package: libmediastreamer-dev +Section: libdevel +Architecture: any +Provides: libmediastreamer0-dev +Replaces: libmediastreamer0-dev +Depends: ${misc:Depends}, libasound2-dev [linux-any], libortp-dev, libspeex-dev, libmediastreamer0 (=${binary:Version}) +Conflicts: libmediastreamer0-dev +Description: linphone web phone's media library + Linphone is an audio and video internet phone using the SIP protocol. It + has a GTK+ and console interface, includes a large variety of audio and video + codecs, and provides IM features. + . + This package contains the shared runtime libraries for handling media + operations. + +Package: libortp8 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Real-time Transport Protocol stack + This library implements the RFC1889 (RTP) with a easy to use API with high + and low level access. + . + Its main features are: + - support for multiples profiles, AV profile (RFC1890) being the default one; + - an optional packet scheduler for synchronizing rtp recv and send; + - implements blocking and non blocking IO for RTP sessions; + - supports mutiplexing IO; + - supports part of RFC2833 for telephone events over RTP. + +Package: libortp-dev +Section: libdevel +Architecture: any +Provides: libortp7-dev +Replaces: libortp7-dev +Depends: ${misc:Depends}, + libsrtp0-dev [alpha amd64 armel hppa i386 mips mipsel powerpc s390], + libortp8 (=${binary:Version}) +Conflicts: libortp7-dev +Description: Real-time Transport Protocol stack + This library implements the RFC1889 (RTP) with a easy to use API with high + and low level access. + . + Its main features are: + - support for multiples profiles, AV profile (RFC1890) being the default one; + - an optional packet scheduler for synchronizing rtp recv and send; + - implements blocking and non blocking IO for RTP sessions; + - supports mutiplexing IO; + - supports part of RFC2833 for telephone events over RTP. --- linphone-3.3.2.orig/debian/rules +++ linphone-3.3.2/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_BUILD_PARALLEL := yes +DEB_DH_MAKESHLIBS_ARGS_libmediastreamer0 := -V +DEB_DH_MAKESHLIBS_ARGS_liblinphone3 := -V +DEB_DH_MAKESHLIBS_ARGS_libortp8 := -V +DEB_INSTALL_CHANGELOGS_ALL := NEWS +DEB_CONFIGURE_EXTRA_FLAGS = --disable-strict + +DEBVERSION:=$(shell head -n 1 debian/changelog \ + | sed -e 's/^[^(]*(\([^)]*\)).*/\1/') +UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//') + +FILENAME := linphone_$(UPVERSION).orig.tar.gz +URL := http://mirrors.zerg.biz/nongnu/linphone/stable/sources/linphone-$(UPVERSION).tar.gz + +clean:: + rm -fR oRTP/doc + +install/linphone-common:: + rm debian/tmp/usr/share/linphone/COPYING + +print-version: + @@echo "Debian version: $(DEBVERSION)" + @@echo "Upstream version: $(UPVERSION)" + +get-orig-source: + @@dh_testdir + @@[ -d ../tarballs/. ]||mkdir -p ../tarballs + @@echo Downloading $(FILENAME) from $(URL) ... + @@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL) --- linphone-3.3.2.orig/debian/linphone.menu +++ linphone-3.3.2/debian/linphone.menu @@ -0,0 +1,3 @@ +?package(linphone):needs="X11" section="Applications/Network/Communication" \ + title="Linphone" command="/usr/bin/linphone-3" hints="Telephony"\ + icon="/usr/share/pixmaps/linphone/linphone2.xpm" --- linphone-3.3.2.orig/debian/README.source +++ linphone-3.3.2/debian/README.source @@ -0,0 +1,38 @@ +This package uses dpatch to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To get the fully patched source after unpacking the source package, cd +to the root level of the source package and run: + + debian/rules patch + +Removing a patch is as simple as removing its entry from the +debian/patches/00list file, and please also remove the patch file +itself. + +Creating a new patch is done with "dpatch-edit-patch patch XX_patchname" +where you should replace XX with a new number and patchname with a +descriptive shortname of the patch. You can then simply edit all the +files your patch wants to edit, and then simply "exit 0" from the shell +to actually create the patch file. + +To tweak an already existing patch, call "dpatch-edit-patch XX_patchname" +and replace XX_patchname with the actual filename from debian/patches +you want to use. + +To clean up afterwards again, "debian/rules unpatch" will do the +work for you - or you can of course choose to call +"fakeroot debian/rules clean" all together. + + +--- + +this documentation is part of dpatch package, and may be used by +packages using dpatch to comply with policy on README.source. This +documentation is meant to be useful to users who are not proficient in +dpatch in doing work with dpatch-based packages. Please send any +improvements to the BTS of dpatch package. + +original text by Gerfried Fuchs, edited by Junichi Uekawa +10 Aug 2008. --- linphone-3.3.2.orig/debian/compat +++ linphone-3.3.2/debian/compat @@ -0,0 +1 @@ +7 --- linphone-3.3.2.orig/debian/changelog +++ linphone-3.3.2/debian/changelog @@ -0,0 +1,501 @@ +linphone (3.3.2-2ubuntu1) maverick; urgency=low + + * Fix dependency issues + - Make libmediastreamer-dev depend on libmediastreamer0 + - Make libortp-dev depend on libortp8 + + -- Rohan Garg Fri, 13 Aug 2010 22:43:25 +0530 + +linphone (3.3.2-2) unstable; urgency=low + + * Tighten shlibs version dependss; libmediastreamer0, libortp8, liblinphone3 + - Fixes "linphone does not start (undefined symbol in + /usr/lib/liblinphone.so.3)" (Closes: #592183) + + -- Mark Purcell Sun, 08 Aug 2010 13:11:41 +1000 + +linphone (3.3.2-1) unstable; urgency=low + + * New upstream release + * Refresh debian/watch to gnu.org + + -- Mark Purcell Wed, 07 Jul 2010 13:00:37 +1000 + +linphone (3.3.1-1) unstable; urgency=low + + * New upstream release + + -- Mark Purcell Mon, 07 Jun 2010 22:14:41 +1000 + +linphone (3.3.0-2) unstable; urgency=low + + * Make SRTP support explicit (Closes: #583008) + - Build-Depends: libsrtp-dev [alpha amd64 armel hppa i386 mips mipsel + powerpc s390] + - Build-Conflicts: libssl-dev - uses none of its symbols + - libortp-dev Depends: libsrtp0-dev [alpha amd64 armel hppa i386 mips + mipsel powerpc s390] + + -- Mark Purcell Sun, 30 May 2010 18:35:15 +1000 + +linphone (3.3.0-1) unstable; urgency=low + + * New upstream release + + * debian/control: s/is a is an/is an/ (Closes: #582661) + * debian/control s/It main/Its main/ (Closes: #582665) + * configure --disable-strict (Closes: 561708) + * Cleanup arches libv4l-dev libasound2-dev (Closes: #542595) + * Cleanup debian/watch + * Drop fix_desktop_section.dpatch - included upstream + * Drop desktop-icon.dpatch - included upstream + * Drop always_ipv4_for_ipv4_hosts.dpatch - included upstream + * Drop dpatch + * Upstream dropped /usr/bin/sipomatic + + -- Mark Purcell Sun, 23 May 2010 10:04:07 +1000 + +linphone (3.2.1-2) unstable; urgency=low + + [ Mark Purcell ] + * Pickup upstream user changelog: NEWS + + [ Lionel Elie Mamane ] + * Identify with IPv4 address to IPv4 host even if it has an AAAA DNS RR + (Closes: #578950). + * Enable parallel builds + * Disable alsa on GNU/kFreeBSD and GNU/Hurd (Closes: #542595). + * Bump up Standards-Version to 3.8.4 + * Migrate Build-Depends to libreadline-dev + instead of libreadline5-dev (Closes: #553805) + * Depend on precise liblinphone3 version (Closes: #545093). + * Don't install badly out-of-date linphone(1) manpage, + do install linphonecsh(1) + * Correct location of icon in .desktop file (Closes: #519679) + * Build-Depend on libv4l-dev + * Add myself as Uploader + + -- Lionel Elie Mamane Mon, 26 Apr 2010 20:59:06 +0200 + +linphone (3.2.1-1) unstable; urgency=low + + * New upstream release + + -- Mark Purcell Wed, 14 Oct 2009 08:26:02 +1100 + +linphone (3.2.0-1) unstable; urgency=low + + * New upstream release + * Add Build-Depends: libgsm1-dev + - Fixes "[linphone] gsm codec not supported anymore?" (Closes: #537054) + * Fix "FTBFS twice in a row" Patch from Peter Green, thks + (Closes: #530728) + * Minor debian/watch changes + * Fix "depends on libraw1394-8 which is unavailable" Rebuilt (Closes: #518574) + + -- Mark Purcell Fri, 09 Oct 2009 08:34:14 +1100 + +linphone (3.1.2-2) unstable; urgency=low + + [ Kilian Krause ] + * Remove -N from wget args in get-orig-source target as -O is already + used. + + [ Lionel Elie Mamane ] + * linphone: Fix file conflict with linphone-common (<= 3.1.2-1) + (Closes: #528076) + + -- Lionel Elie Mamane Wed, 27 May 2009 11:39:51 +0200 + +linphone (3.1.2-1) unstable; urgency=low + + * New upstream release. + * Add get-orig-source target to debian/rules + * Fix menu-icon-missing by installing + /usr/share/pixmaps/linphone/linphone2.xpm directly into linphone package + + -- Kilian Krause Sat, 09 May 2009 23:01:20 +0200 + +linphone (3.1.1-2) unstable; urgency=low + + * Fix "linphone_3.1.1-1(mips/unstable): FTBFS on mips: missing + intltool" added Build-Depends: intltool (Closes: #525052) + * Fix "symbol lookup error: /usr/lib/liblinphone.so.3: undefined" + set shlibs args "libmediastreamer0 (>= 3)" (Closes: #520250) + + -- Mark Purcell Wed, 22 Apr 2009 08:01:08 +1000 + +linphone (3.1.1-1) unstable; urgency=low + + * New upstream release + - Fixes "new version 3.1.0 is available" (Closes: #521128) + * Fix "should depend on host" Added Depends: (Closes: #524620) + * Build-Depends & Description: changes from Simon Morlat (upstream) + * Add linphonecsh to linphone-nox package + + -- Mark Purcell Tue, 21 Apr 2009 22:34:41 +1000 + +linphone (3.0.0-3) unstable; urgency=low + + * Fix "spurious gnome-applets" Removed Build-Depends: (Closes: #520133) + + -- Mark Purcell Wed, 18 Mar 2009 07:29:23 +1100 + +linphone (3.0.0-2) unstable; urgency=low + + * Rebuild against libavcodec-dev=3:0.svn20090303-1 (sid) + + -- Mark Purcell Tue, 10 Mar 2009 20:57:04 +1100 + +linphone (3.0.0-1) unstable; urgency=low + + [ Patrick Matthäi ] + * Add missing description for fix_desktop_section.dpatch. + Thanks lintian. + + [ Mark Purcell ] + * New Upstream Release + - Fixes "new version 3.0.0 available" (Closes: #505566) + - Fixes "linphone - FTBFS: error: ffmpeg/avcodec.h:" (Closes: #517835) + - libosip2 transition + * Switch to cdbs + * NEW packages libortp8, liblinphone3 - soname bump + * NEW packages libortp-dev, liblinphone-dev, libmediastreamer-dev + * Confilicts:/ Provides:/ Replaces: + libortp7-dev, liblinphone2-dev, libmediastreamer0-dev + * Standards-Version: 3.8.0 - fixed by above + + -- Mark Purcell Mon, 09 Mar 2009 09:54:17 +1100 + +linphone (2.1.1-1) unstable; urgency=low + + * Added missing build dependency on libspeexdsp-dev. + Closes: #474851 + + [ Faidon Liambotis ] + * New upstream version. + - Adapt debian/libortp7-dev.install to work with libortp 0.14.2 and future + versions. + * Do not change config.sub/.guess on clean (eliminates lintian warning). + + -- Faidon Liambotis Sun, 27 Apr 2008 18:21:57 +0300 + +linphone (2.1.0-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Thu, 14 Feb 2008 21:46:23 +0100 + +linphone (2.0.1-3) unstable; urgency=low + + * Added a shlibs for libmediastreamer0, closes: #454900. + + -- Samuel Mimram Sat, 08 Dec 2007 17:41:58 +0000 + +linphone (2.0.1-2) unstable; urgency=low + + * Add missing dependency on doxygen. + + -- Samuel Mimram Thu, 06 Dec 2007 12:14:39 +0000 + +linphone (2.0.1-1) unstable; urgency=low + + [ Kilian Krause ] + * New upstream release. + * Conflict with libortp5-dev to fix conflicting file + (/usr/include/ortp/event.h). (Closes: #454281) + + [ Samuel Mimram ] + * liblinphone2-dev conflicts with liblinphone1-dev. + + -- Samuel Mimram Wed, 05 Dec 2007 11:24:25 +0000 + +linphone (2.0.0-1) unstable; urgency=low + + * New upstream release, closes: #453185. + * New soname for liblinphone. + * Removed fix_segfault.dpatch, ingerated upstream. + * Updated watch file. + + -- Samuel Mimram Thu, 29 Nov 2007 11:47:30 +0000 + +linphone (1.99.0-3) unstable; urgency=high + + * Backport segfault fix from CVS. (Closes: #445462) + * High urgency due to fixing RC bug. + * Fix wrong menu section (Closes: #444898) + * Add myself to Uploaders to get rid of NMU nag. + * Fix "Long descriptions contains short description." + * Fix "desktop-entry-invalid-category Application" + + -- Kilian Krause Sun, 07 Oct 2007 00:00:52 +0000 + +linphone (1.99.0-2) unstable; urgency=low + + [ Kilian Krause ] + * Fix debian/watch and get-orig-source target + + [ Samuel Mimram ] + * Rebuild against latest libosip2, closes: #441896. + + -- Samuel Mimram Wed, 12 Sep 2007 15:34:40 +0200 + +linphone (1.99.0-1) unstable; urgency=low + + * New upstream release. + * Added a build-dependency on libexosip2-dev. + * New soname for libortp. + * Correctly builds with latest libosip2, closes: #439481. + * Hide manual menu entry since none is available, closes: #287159. + + -- Samuel Mimram Thu, 30 Aug 2007 16:23:08 +0200 + +linphone (1.7.1-3) unstable; urgency=low + + * Make liblinphone1-dev depend on libmediastreamer0-dev (thanks Alex Samad), + closes: #433430. + * Install nowebcamCIF.jpg in linphone-common. + * Don't ignore errors on make clean. + + -- Samuel Mimram Wed, 18 Jul 2007 10:20:53 +0200 + +linphone (1.7.1-2) unstable; urgency=low + + * Add --disable-strict option to configure, closes: #427194. + + -- Samuel Mimram Sun, 10 Jun 2007 22:22:47 +0200 + +linphone (1.7.1-1) unstable; urgency=low + + * New upstream release. + * The gnome applet was removed from upstream sources, not installing it + anymore. + * Removed desktop_icon.dpatch, gnome_applet_dir.dpatch and + sip-max-forwards.dpatch which are either obsolete or integrated upstream. + + -- Samuel Mimram Tue, 24 Apr 2007 23:54:23 +0200 + +linphone (1.6.0-2) unstable; urgency=low + + * Disable arts support, closes: #397815. + + -- Samuel Mimram Fri, 23 Mar 2007 00:06:37 +0100 + +linphone (1.6.0-1) experimental; urgency=low + + [ Samuel Mimram ] + * New upstream release. + * Added sip-max-forwards.dpatch to correctly set SIP maximum forwards + number, closes: #413193. + * Updated upstream url in watch and rules. + + [ Kilian Krause ] + * Fix building arch=all in binary-arch target. + + -- Samuel Mimram Thu, 8 Mar 2007 21:43:06 +0100 + +linphone (1.5.1-1) unstable; urgency=low + + * New upstream release. + * Enable video support. + * Fix mismatched #endif in mscommon.h, closes: #398307. + + -- Samuel Mimram Wed, 15 Nov 2006 10:34:50 +0000 + +linphone (1.5.0-1) unstable; urgency=low + + * New upstream release. + * Removed ice.dpatch and stun_sparc.dpatch, integrated upstream. + + -- Samuel Mimram Wed, 11 Oct 2006 11:33:53 +0000 + +linphone (1.4.1-2) unstable; urgency=low + + * Added ice.dpatch to fix the FTBFS on amd64 (thanks Jérémy Bobio) + and stun_sparc.dpatch to fix the FTBFS on sparc, closes: #390009. + + -- Samuel Mimram Sat, 30 Sep 2006 17:16:37 +0000 + +linphone (1.4.1-1) unstable; urgency=low + + * New upstream release. + * Removed no_developer_docs.dpatch, 00mscodec_null_name.dpatch, + 10mscodec_null_strcmp.dpatch, gcc-4.1.dpatch and + world_readable_passwords.dpatch, not needed anymore. + * New packages: libmediastreamer0 and libmediastreamer0-dev. + * New SONAME for libortp. + * Updated watch file. + * Acknowledge NMU, closes: #382616. + + -- Samuel Mimram Tue, 19 Sep 2006 09:55:19 +0000 + +linphone (1.3.5-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Always include config.h in sndcard.h (Closes: #382616). + * Make binNMUable. + + -- Luk Claes Sat, 16 Sep 2006 12:16:32 +0200 + +linphone (1.3.5-1) unstable; urgency=low + + [ Kilian Krause ] + * Bump speex build-dep to 1.1.12 as configure requests. + + [ Samuel Mimram ] + * New upstream release. + * Added no_developer_doc.dpatch in order not to build some parts of the + documentation which don't build for now (we didn't ship them anyway), + closes: #365523. We need to regenerate configure and Makefiles for this. + * Added world_readable_passwords.dpatch to change the permissions of the + configuration file to 600 (thanks Alec Berryman). This might be too strict + but at least it is safe, closes: #361913. + * Updated desktop_icon.dpatch to correct the location of the icon in the + linphone.desktop file, closes: #346435. + * Updated standards version to 3.7.2, no changes needed. + + -- Samuel Mimram Mon, 15 May 2006 09:02:05 +0000 + +linphone (1.3.3-1) unstable; urgency=low + + * New upstream release. + * Added gcc-4.1.dpatch in order to compile with gcc 4.1, closes: #358068. + + -- Samuel Mimram Tue, 21 Mar 2006 10:46:37 +0000 + +linphone (1.3.1-1) unstable; urgency=low + + [ Samuel Mimram ] + * New upstream release. + * New maintainer Debian VoIP Team, added myself to uploaders. + * New soname for libortp. + * Removed addressbook_entries.dpatch, integrated upstream. + + [ Kilian Krause ] + * debian/rules: Add get-orig-source target. + + -- Samuel Mimram Wed, 15 Mar 2006 23:18:57 +0000 + +linphone (1.2.0-3) unstable; urgency=low + + * Addd desktop_icon.dpatch to correct the icon location in linphone.desktop, + closes: #346435. + * Added addressbook_entries.dpatch to make addressbook work as expected when + clicking on an entry (thanks Emiliano Necciari). + + -- Samuel Mimram Fri, 20 Jan 2006 23:42:23 +0100 + +linphone (1.2.0-2) unstable; urgency=low + + * Updated liblinphone1's shlibs, closes: #345457. + + -- Samuel Mimram Sat, 31 Dec 2005 19:24:49 +0100 + +linphone (1.2.0-1) unstable; urgency=low + + * New upstream release. + * Primary selection isn't destroyed anymore, closes: #309374. + * Linphonec now handles ctrl+D, closes: #333423. + * Swedish translation integrated upstream, closes: #340432. + * Removed pl_utf8 patch, integrated upstream. + * Soname bump: libortp2 instead of libortp0. + + -- Samuel Mimram Sun, 18 Dec 2005 12:39:06 +0100 + +linphone (1.1.0-2) unstable; urgency=low + + * Added a shlibs to version the dependencies on liblinphone1 and updated + libortp0's one, closes: #327795. + * Added pl_utf8 patch to correct the charset of the polish translation, + closes: #327457. + * Installing ortp.pc in libortp0-dev. + + -- Samuel Mimram Mon, 12 Sep 2005 12:02:50 +0200 + +linphone (1.1.0-1) unstable; urgency=low + + * New upstream release. + * IPv6 should work now, closes: #301874. + * Clearing of passwords should work now, closes: #321064. + * Corrected typos in german translation, closes: #313999. + * Removed addrbook_sip_addr patch (integrated upstream). + * Added yelp to linphone's Suggests, closes: #325863. + + -- Samuel Mimram Thu, 8 Sep 2005 19:37:27 +0200 + +linphone (1.0.1-6) unstable; urgency=low + + * Build-depending on libjack0.100.0-dev instead of libjack0.80.0-dev, + closes: #317211. + * Updated standards version to 3.6.2. + + -- Samuel Mimram Mon, 18 Jul 2005 21:31:20 +0200 + +linphone (1.0.1-5) unstable; urgency=low + + * Added a patch to check sip addresses format when adding contacts in + address book, closes: #305078. + + -- Samuel Mimram Sat, 30 Apr 2005 13:58:35 +0200 + +linphone (1.0.1-4) unstable; urgency=low + + * Added a perl script and a README.Debian to explain how to convert old + adress book entries to new format, closes: #303819. + + -- Samuel Mimram Sun, 10 Apr 2005 17:57:39 +0200 + +linphone (1.0.1-3) unstable; urgency=low + + * Tightened the shlibs of libortp0 to 1.0.1 version. + + -- Samuel Mimram Thu, 31 Mar 2005 18:11:23 +0200 + +linphone (1.0.1-2) unstable; urgency=low + + * Added the 10mscodec_null_strcmp patch to make some more checks for NULL + pointers. I hope this will solve the crash on startup, closes: #301494. + + -- Samuel Mimram Wed, 30 Mar 2005 11:19:04 +0200 + +linphone (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Samuel Mimram Wed, 23 Mar 2005 12:50:48 +0100 + +linphone (1.0.0-1) unstable; urgency=low + + * New upstream release. + * The code was reorganized to be cleaner, some libraries have been merged. + * Big-endian architectures are now supported, closes: #275738, #284079. + * Sound should not be decreased on startup anymore, closes: #299227. + * Samuel Thibault's patches were integrated upstream (many thanks), + closes: #297213, #297215, #297622. + * Put the rings in a separate package (linphone-common) to save disk space + on the Debian mirrors. + * Using dh_desktop to register the .desktop file. + * Added -g to the CFLAGS. + + -- Samuel Mimram Mon, 21 Mar 2005 18:11:06 +0100 + +linphone (0.12.2-2) unstable; urgency=low + + * Removed all big-endian archs since they are not supported by this version + of linphone (please wait until the release of the 1.0 version). + * Now using other packages' shlibs with dh_shlibdeps. + * Switched to dpatch to handle the patches. + * Install /usr/share/doc/linphone-nox/linphonec and corrected the error + message accordingly to display the right path, closes: #270935. + * Applied a patch to have IPv6 really enabled in the libmediastreamer (thanks + Henrik Riomar and Fabio Massimo Di Nitto). + * Check for NULL arguments in mscodec.c. + * Updated the config.guess and config.sub. + + -- Samuel Mimram Fri, 10 Sep 2004 11:20:03 +0200 + +linphone (0.12.2-1) unstable; urgency=low + + * Initial Release, closes: #68243. + + -- Samuel Mimram Wed, 30 Jun 2004 13:58:16 +0200 --- linphone-3.3.2.orig/debian/linphone-common.install +++ linphone-3.3.2/debian/linphone-common.install @@ -0,0 +1,6 @@ +usr/share/sounds +usr/share/gnome +usr/share/pixmaps/linphone/*.png +usr/share/linphone +usr/share/images +usr/share/locale --- linphone-3.3.2.orig/debian/README.Debian +++ linphone-3.3.2/debian/README.Debian @@ -0,0 +1,41 @@ +Location of configuration file changed between 1.3.3-1 and 1.3.5-1 versions +--------------------------------------------------------------------------- +If you want to keep your old settings, you should type the following command: +mv ~/.gnome2/linphone ~/.gnome2_private/linphone + + +Converting the address book entries between versions 0.12.2 and 1.0.0 +--------------------------------------------------------------------- +You seem to have lost your address book while updating linphone? + +Linphone has changed the format in which address book entries are stored between +versions 0.12.2 and 1.0.0. + +To see your old entries back with a new version of linphone you can use the perl +script cv_addr_book.pl provided in /usr/share/doc/linphone/. You only have to +run it once under your current user (don't forget to chmod +x the script before +running it). + +If you don't want to know the details, don't read the following paragraph. The +address book is stored in the file ~/.gnome2/linphone. The old entries were in +this format: + +[address_book] +entry_count=4 +entry0=Name0 +entry1=Name1 +... + +whereas new entries are in this format: + +[friend_0] +url=Name0 +pol=wait +subscribe=1 +proxy=-1 + +etc. + +Sorry for the inconveniences caused by this change. + + -- Samuel Mimram Thu, 13 Apr 2006 13:49:36 +0200 --- linphone-3.3.2.orig/debian/liblinphone-dev.install +++ linphone-3.3.2/debian/liblinphone-dev.install @@ -0,0 +1,4 @@ +usr/include/linphone/*.h +usr/lib/liblinphone.la +usr/lib/liblinphone.so +usr/lib/pkgconfig/linphone.pc --- linphone-3.3.2.orig/debian/libmediastreamer0.install +++ linphone-3.3.2/debian/libmediastreamer0.install @@ -0,0 +1,2 @@ +usr/lib/libmediastreamer.so.* +# usr/lib/libquickstream.so.* --- linphone-3.3.2.orig/debian/copyright +++ linphone-3.3.2/debian/copyright @@ -0,0 +1,81 @@ +This package was debianized by Samuel Mimram on +Wed, 30 Jun 2004 13:58:16 +0200. + +It was downloaded from http://www.linphone.org/ + +Upstream Authors: Simon Morlat, Florian Wintertein, Aymeric Moizard, Sharath Udupa. + +Copyright (C) 2001-2005 Simon Morlat + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + +On Debian systems you can find a copy of this license in +/usr/share/common-licenses/GPL. + + +Some libraries are under other copyrights / licenses: + +* FFmpeg: Copyright (C) 2000, 2001 Gerard Lantau. + Released under the GNU General Public License + (see /usr/share/common-licenses/GPL) + +* gsmlib: Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, + Technische Universitaet Berlin + + Released under the following license: + + Any use of this software is permitted provided that this notice is not + removed and that neither the authors nor the Technische Universitaet Berlin + are deemed to have made any representations as to the suitability of this + software for any purpose nor are held responsible for any defects of + this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. + + As a matter of courtesy, the authors request to be informed about uses + this software has found, about bugs in this software, and about any + improvements that may be of general interest. + + Berlin, 28.11.1994 + Jutta Degener + Carsten Bormann + +* oRTP: Copyright (C) Simon Morlat + Released under the GNU Lesser General Public License + (see /usr/share/common-licenses/LGPL). + +* osipua: Copyright (C) 2001 Simon Morlat and Aymeric Moizard + Released under the GNU Lesser General Public License + (see /usr/share/common-licenses/LGPL). + +* speex: Copyright (C) 2002-2003 Jean-Marc Valin + + Released under the following license: + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + - Neither the name of the Xiph.org Foundation nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- linphone-3.3.2.orig/debian/linphone.docs +++ linphone-3.3.2/debian/linphone.docs @@ -0,0 +1,6 @@ +BUGS +README +README.arm +TODO +debian/cv_addr_book.pl +debian/README.Debian --- linphone-3.3.2.orig/debian/libmediastreamer-dev.install +++ linphone-3.3.2/debian/libmediastreamer-dev.install @@ -0,0 +1,4 @@ +usr/lib/libmediastreamer.so +usr/lib/libmediastreamer.la +usr/lib/pkgconfig/mediastreamer.pc +usr/include/mediastreamer2/*.h --- linphone-3.3.2.orig/debian/linphone-common.links +++ linphone-3.3.2/debian/linphone-common.links @@ -0,0 +1 @@ +usr/share/common-licenses/GPL-2 usr/share/linphone/COPYING --- linphone-3.3.2.orig/debian/linphone.install +++ linphone-3.3.2/debian/linphone.install @@ -0,0 +1,4 @@ +usr/bin/linphone-3 +usr/lib/linphone/mediastream /usr/lib/gnome-applets +usr/share/applications/linphone.desktop +debian/linphone2.xpm /usr/share/pixmaps/linphone --- linphone-3.3.2.orig/debian/cv_addr_book.pl +++ linphone-3.3.2/debian/cv_addr_book.pl @@ -0,0 +1,75 @@ +#!/usr/bin/perl -w + +# Convert linphone's address book from version 0.12 to version 1.0.0. +# +# Copyright (C) 2005 Samuel Mimram +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +use strict; +use Env '$HOME'; + +my $conffile = "$HOME/.gnome2/linphone"; +my $tmpfile = "/tmp/linphone.tmp"; +my $friend_nb = 0; +my $old_nb = 0; + +system "cp $conffile $tmpfile"; + +open CONF, $conffile or die "Cannot open configuration file: $!"; +open OUT, ">>$tmpfile" or die "Cannot open temp file: $!"; + +while () +{ + $friend_nb = ($1 + 1) if (/\[friend_(\d+)\]/); +} + +print "$friend_nb existing new entries were found\n"; + +seek CONF, 0, 0; + +while () +{ + last if (/^\[address_book\]$/); +} + +if ( =~ /^entry_count=(\d+)$/) +{ + $old_nb = $1; + print "$old_nb old entries were found\n"; +} +else +{ + die "Wrong file format (entry_count not found)"; +} + + +my $i; +my ($name, $user, $domain); + +for ($i = 0; $i < $old_nb; $i++) +{ + if ( =~ /^entry$i=(.*) $/) + { + $name = $1; + $user = $2; + $domain = $3; + print OUT ("[friend_".($friend_nb + $i)."]\n"); + print OUT "url=$name \n"; + print OUT "pol=accept\nsubscribe=1\nproxy=-1\n\n"; + } + else + { + die "Wrong file format (entry$i not found or invalid)"; + } +} + +close CONF; +close OUT; + +system "cp $tmpfile $conffile"; + +print "Successfully added old entries\n"; --- linphone-3.3.2.orig/debian/liblinphone3.install +++ linphone-3.3.2/debian/liblinphone3.install @@ -0,0 +1 @@ +usr/lib/liblinphone.so.* --- linphone-3.3.2.orig/debian/linphone-nox.docs +++ linphone-3.3.2/debian/linphone-nox.docs @@ -0,0 +1,4 @@ +BUGS +README +README.arm +TODO --- linphone-3.3.2.orig/debian/linphone-nox.manpages +++ linphone-3.3.2/debian/linphone-nox.manpages @@ -0,0 +1,5 @@ +debian/tmp/usr/share/man/cs/man1/linphonec.1 +debian/tmp/usr/share/man/cs/man1/sipomatic.1 +debian/tmp/usr/share/man/man1/linphonec.1 +debian/tmp/usr/share/man/man1/linphonecsh.1 +debian/tmp/usr/share/man/man1/sipomatic.1 --- linphone-3.3.2.orig/debian/linphone-nox.install +++ linphone-3.3.2/debian/linphone-nox.install @@ -0,0 +1,2 @@ +usr/bin/linphonec +usr/bin/linphonecsh --- linphone-3.3.2.orig/debian/libortp-dev.install +++ linphone-3.3.2/debian/libortp-dev.install @@ -0,0 +1,5 @@ +usr/include/ortp/*.h +usr/lib/libortp.la +usr/lib/libortp.so +usr/lib/pkgconfig/ortp.pc +usr/share/doc/ortp/ortp-*/html usr/share/doc/libortp8-dev --- linphone-3.3.2.orig/debian/linphone2.xpm +++ linphone-3.3.2/debian/linphone2.xpm @@ -0,0 +1,158 @@ +/* XPM */ +static char *linphone2[] = { +/* columns rows colors chars-per-pixel */ +"32 32 120 2", +" c #00590054004E", +". c #082807A20707", +"X c #08780811076A", +"o c #0CC50C430B6F", +"O c #10890F940E27", +"+ c #119010FD0FD5", +"@ c #157114851300", +"# c #1831169B1430", +"$ c #1D371C071A17", +"% c #20701F781DBB", +"& c #22DA21741EEE", +"* c #253E24802306", +"= c #28A82723246D", +"- c #2B5F29B02699", +"; c #2D632C072998", +": c #30EB2FC52D96", +"> c #32FE31A12EDC", +", c #3675352432BE", +"< c #3946370F333C", +"1 c #3C713A363666", +"2 c #3E303CBD39D4", +"3 c #41AB3F1D3AAB", +"4 c #445642013DC8", +"5 c #490E45B14002", +"6 c #4693448940EC", +"7 c #499647134273", +"8 c #4C3549034345", +"9 c #4FD94D934971", +"0 c #54CD504B4987", +"q c #549951124B02", +"w c #58E654C54DC9", +"e c #57AF55A9524B", +"r c #5891565651FB", +"t c #5C9D5A31557A", +"y c #601D5D75591D", +"u c #62645E5E5709", +"i c #61B35ECC595B", +"p c #669963075C46", +"a c #6A57661A5E78", +"s c #69DE673A622A", +"d c #6E426A82637D", +"f c #72BA6DEB655A", +"g c #758A71BB6AC4", +"h c #7AE576576E37", +"j c #77CF75997136", +"k c #7A8E76F470D4", +"l c #7ECD7B0D7399", +"z c #82D97DE574A6", +"x c #81477EB979E0", +"c c #88988077743E", +"v c #85F58144778F", +"b c #875E83B97C4F", +"n c #8AB6864E7DC4", +"m c #8D3B88ED8027", +"M c #93A38BB37F32", +"N c #8BC687FD8098", +"B c #8E728AAE8355", +"V c #8FA78D9488CB", +"C c #93F28E9C84D5", +"Z c #928D8F3388BA", +"A c #970991838743", +"S c #964E92A98B6A", +"D c #9B2E92CF85A3", +"F c #9C5796B68C7F", +"G c #9FD899538DC8", +"H c #9F4E9ACF91DD", +"J c #A02E9DFE9972", +"K c #A1D8983B89B1", +"L c #A36E9B158D5A", +"P c #A3D69E76942A", +"I c #A3BB9FEB98D7", +"U c #A997A038913C", +"Y c #A717A1C39747", +"T c #A695A3259C32", +"R c #ABECA399954F", +"E c #ABFCA6AC9C46", +"W c #AF0CA94F9DE5", +"Q c #B29AA82F97D6", +"! c #B39DAB5B9CEB", +"~ c #BA77AF269DFF", +"^ c #BBB0B0BA9FE9", +"/ c #AE3DAAAFA35A", +"( c #B441AED6A3F1", +") c #B316AFE3A927", +"_ c #B73FB184A5CD", +"` c #B66EB2C1AB4D", +"' c #BD03B449A4FE", +"] c #BC12B670AB2C", +"[ c #BF92B93CAC7B", +"{ c #BABFB7B2B158", +"} c #BF57BB7DB3A7", +"| c #C26CB712A57C", +" . c #C575B9C9A7D3", +".. c #C2C1BC06AE62", +"X. c #C90ABEE2ADC2", +"o. c #C42CBE91B2D7", +"O. c #C740C15DB4E8", +"+. c #C70BC344BB8E", +"@. c #CCBBC52EB5E5", +"#. c #CCEAC72DBBA6", +"$. c #CF5BC918BC07", +"%. c #D386CC49BD33", +"&. c #CC1BC896C107", +"*. c #CF55CB91C3B8", +"=. c #D386CE7FC3F0", +"-. c #D6D9D137C58E", +";. c #DE07D639C59B", +":. c #DD48D7FDCD15", +">. c #E0C9D8FFC86F", +",. c #DFCCD99ACC58", +"<. c #DF90DBDED411", +"1. c #E161D943C80C", +"2. c #E292DB20CB30", +"3. c #E60EE034D39D", +"4. c #E914E2F0D5BF", +"5. c #EBABE704DD1D", +"6. c #EE59E9B6DFD8", +"7. c #EF7EEB63E2C5", +"8. c #F441F02BE78D", +"9. c None", +/* pixels */ +"9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9. o $ * ; : * X 9.9.9.9.9.9.9.", +"9.9.9.9.9.9.9.9.9.9.9.9. o , e l F ) ) } o.` y . 9.9.9.9.9.9.", +"9.9.9.9.9.9.9.9.9.9. + , j / *.*.-.&./ W B g P } 4 9.9.9.9.9.9.", +"9.9.9.9.9.9.9.9. % y E :.*.{ ] P D m C ( L G =.3.n . 9.9.9.9.9.", +"9.9.9.9.9.9. @ t { <.*.J A G Q ~ ~ c S o.P =.6.3.' & 9.9.9.9.9.", +"9.9.9.9.9. 1 ) <.+.H m G m Y A C g u W { P { :.4.%.> 9.9.9.9.9.", +"9.9.9.9.9.& Z *.Y p z Q M B +.T =.*.} o./ b d Z / E 4 9.9.9.9.", +"9.9.9.9. u =.:.$.O.^ f v G / *.8.6.7.5.&.Z N j y S 3 9.9.9.9.", +"9.9. $ , t %.6.5.2.;.E ! ' J +.} +.} E F l d ! ' l n $ 9.9.9.9.", +"9. * r - f -.6.8.>.Q _ Y ._ _ B s n H f T H Y ,.G n k X 9.9.9.", +"9.o 7 @ l 4.3.*.' _ [ h g $.b S @.` J W A ] / =.@.b B 2 9.9.9.", +"9.# , 9. 4 ] R P | @.b m ] 2.[ ' >.] B _ O.J F n -.%.h V = 9.9.", +"9., 7 . 9.o f R R L f v O.%.;.%._ %.;.] J T A ( C _ %.! k g X 9.", +"9.X 4 e 9.+ d D F ] .;.1.;.1.$.o.>.%.I N P S Y b O.;.v j 3 9.", +"9.9.1 g . 9. p %.1.1.1.1.;.;.;.,...@.>.@.B F z S A b $.@.h Z = ", +"9.o s $ 9.9.9.o f %.%.@.%.;.;.1.;.=._ %.>.E m H k Y F S ..Z J 9 ", +"9.. 4 2 9.9.9.o a [ Q W %.;.;.;.2...[ >.@.l _ $.O.] / S G L 7 ", +"9., v > 9.9.9. 4 l a L ;.;.>.;.1.;.Y $.@...] Y / Q K Q ' R p ", +"9.@ e ; $ y + f P %.;.;.;.;.,.=./ ! P R F R ^ | | | R g ", +"9.- s 6 X $ 5 1 1 6 o - 4 W >.2.;.;.;.,.$.G U Q ~ ] | | | .U u ", +"9.9 < ; l E $...o.! F n a 7 A %.1.;.;.%.@.^ ^ | | | | | | U a $ ", +"9.* l P O.l y 0 a V Y @.$._ d g O.1.>.%.| | | | | .' K a & . 9.", +". 2 ` E w 3 - + $ & a $.%.y 5 ^ >.~ D .| | Q M w @ . 9.", +"@ m Y < 4 s p % - f n h q a %.W + - D m M | K f 3 + 9.9.9.", +"< ..A , r g P ( [ %...$.-.R n v . @ w h w $ . 9.9.9.9.9.9.", +"s ( Y ] $.-.%.W M f f n Y X.z ; 9. X . 9.9.9.9.9.9.9.9.", +"* p S ! F a d m 2 & p p 1 z ! , 9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.", +" X @ # O . 7 Y n @ . X & Y a o 9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.", +"9.9.9.9.9.9.o f P h = o 9.1 Y q 9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.", +"9.9.9.9.9.9. = d D I F m P a 1 9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.", +"9.9.9.9.9.9.9. $ a m Y P b 7 $ 9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.", +"9.9.9.9.9.9.9.9. + ; 4 3 & o 9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9." +}; --- linphone-3.3.2.orig/debian/libortp8.docs +++ linphone-3.3.2/debian/libortp8.docs @@ -0,0 +1,3 @@ +oRTP/AUTHORS +oRTP/README +oRTP/TODO --- linphone-3.3.2.orig/debian/watch +++ linphone-3.3.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://download.savannah.gnu.org/releases-noredirect/linphone/stable/sources/ linphone-([\d\.]+).tar.gz debian svn-upgrade