From 6d9ddc3091b65dcb1fd4c2cbb3c100e027d3a113 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer <genstef@gentoo.org> Date: Wed, 25 Apr 2007 09:02:48 +0000 Subject: Version bump thanks to Roman Zimmermann <mereandor@gmail.com> and karpi in bug 174803 (Portage version: 2.1.2.4) --- net-voip/linphone/ChangeLog | 9 ++- net-voip/linphone/files/digest-linphone-1.7.0 | 3 - net-voip/linphone/files/digest-linphone-1.7.1 | 3 + net-voip/linphone/linphone-1.7.0.ebuild | 81 --------------------------- net-voip/linphone/linphone-1.7.1.ebuild | 81 +++++++++++++++++++++++++++ 5 files changed, 92 insertions(+), 85 deletions(-) delete mode 100644 net-voip/linphone/files/digest-linphone-1.7.0 create mode 100644 net-voip/linphone/files/digest-linphone-1.7.1 delete mode 100644 net-voip/linphone/linphone-1.7.0.ebuild create mode 100644 net-voip/linphone/linphone-1.7.1.ebuild (limited to 'net-voip') diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog index 5d719c632b75..1f1596193e85 100644 --- a/net-voip/linphone/ChangeLog +++ b/net-voip/linphone/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-voip/linphone # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.2 2007/04/18 20:45:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.3 2007/04/25 09:02:48 genstef Exp $ + +*linphone-1.7.1 (25 Apr 2007) + + 25 Apr 2007; Stefan Schweizer <genstef@gentoo.org> -linphone-1.7.0.ebuild, + +linphone-1.7.1.ebuild: + Version bump thanks to Roman Zimmermann <mereandor@gmail.com> and karpi in + bug 174803 *linphone-1.7.0 (14 Apr 2007) diff --git a/net-voip/linphone/files/digest-linphone-1.7.0 b/net-voip/linphone/files/digest-linphone-1.7.0 deleted file mode 100644 index 7c56fb2b125f..000000000000 --- a/net-voip/linphone/files/digest-linphone-1.7.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c9ba7cd5089fbd958a17c29d81da9ad5 linphone-1.7.0.tar.gz 7537029 -RMD160 1db13abced60d209ce5af6adba2f1e79d5466ccc linphone-1.7.0.tar.gz 7537029 -SHA256 f47b09889e5b8aacc3fd843ac1a98cbda7260bebab24e375df88bd80f0316a73 linphone-1.7.0.tar.gz 7537029 diff --git a/net-voip/linphone/files/digest-linphone-1.7.1 b/net-voip/linphone/files/digest-linphone-1.7.1 new file mode 100644 index 000000000000..fb5baadcbc6e --- /dev/null +++ b/net-voip/linphone/files/digest-linphone-1.7.1 @@ -0,0 +1,3 @@ +MD5 6fe246d072fad2f4a9533317ab7e9060 linphone-1.7.1.tar.gz 7537415 +RMD160 da5959e3b79c0eeb48b72481b1390e98e7cdadfd linphone-1.7.1.tar.gz 7537415 +SHA256 3a3c606e2313f9871f07e41dfbeb87f6edb404f7927f7737fc22ab1a59a59e48 linphone-1.7.1.tar.gz 7537415 diff --git a/net-voip/linphone/linphone-1.7.0.ebuild b/net-voip/linphone/linphone-1.7.0.ebuild deleted file mode 100644 index 93b7c708d8a4..000000000000 --- a/net-voip/linphone/linphone-1.7.0.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-1.7.0.ebuild,v 1.1 2007/04/14 09:42:42 genstef Exp $ - -WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.9" - -inherit eutils autotools - -MY_DPV="${PV%.*}.x" - -DESCRIPTION="Linphone is a SIP phone with a GNOME interface." -HOMEPAGE="http://www.linphone.org" -SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${MY_DPV}/sources/${P}.tar.gz" -SLOT=1 -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="alsa console ilbc ipv6 novideo xv" - -RDEPEND="dev-libs/glib - dev-perl/XML-Parser - net-dns/bind-tools - >=net-libs/libosip-2.2.0 - >=media-libs/speex-1.1.12 - x86? ( xv? ( dev-lang/nasm ) ) - >=x11-libs/gtk+-2 - gnome-base/libglade - alsa? ( media-libs/alsa-lib ) - ilbc? ( dev-libs/ilbc-rfc3951 ) - !novideo? ( >=media-libs/libsdl-1.2.9 - media-video/ffmpeg - >=media-libs/libtheora-1.0_alpha7 )" -# portaudio? ( >=media-libs/portaudio-19_pre )" - -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/linphone-1.6.0-call.patch - sed -i -e "s:wall_werror=yes:wall_werror=no:" mediastreamer2/config* - - ./autogen.sh -} - -src_compile() { - local withconsole myconf="" - - use console && withconsole="yes" || withconsole="no" - use x86 && myconf="--enable-truespeech" - - econf \ - --libdir=/usr/$(get_libdir)/linphone \ - --enable-console_ui=${withconsole} \ - --enable-gtk_ui=yes \ - $(use_with ilbc) \ - $(use_enable ipv6) \ - $(use_enable alsa) \ - $(use_enable !novideo video) \ - --disable-portaudio \ - ${myconf} || die "Unable to configure" - #$(use_enable portaudio) \ - - emake || die "Unable to make" -} - -src_install () { - emake DESTDIR=${D} install || die "Failed to install" - - dodoc ABOUT-NLS AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README - dodoc README.arm TODO - - # don't install ortp includes, docs and pkgconfig files - # to avoid conflicts with net-libs/ortp - rm -rf ${D}/usr/include/ortp - rm -rf ${D}/usr/share/gtk-doc/html/ortp - rm -rf ${D}/usr/$(get_libdir)/linphone/pkgconfig - rm -rf ${D}/ortp -} diff --git a/net-voip/linphone/linphone-1.7.1.ebuild b/net-voip/linphone/linphone-1.7.1.ebuild new file mode 100644 index 000000000000..fa963c792805 --- /dev/null +++ b/net-voip/linphone/linphone-1.7.1.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-1.7.1.ebuild,v 1.1 2007/04/25 09:02:48 genstef Exp $ + +WANT_AUTOCONF="2.5" +WANT_AUTOMAKE="1.9" + +inherit eutils autotools + +MY_DPV="${PV%.*}.x" + +DESCRIPTION="Linphone is a SIP phone with a GNOME interface." +HOMEPAGE="http://www.linphone.org" +SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${MY_DPV}/sources/${P}.tar.gz" +SLOT=1 +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="alsa console ilbc ipv6 novideo xv" + +RDEPEND="dev-libs/glib + dev-perl/XML-Parser + net-dns/bind-tools + >=net-libs/libosip-2.2.0 + >=media-libs/speex-1.1.12 + x86? ( xv? ( dev-lang/nasm ) ) + >=x11-libs/gtk+-2 + gnome-base/libglade + alsa? ( media-libs/alsa-lib ) + ilbc? ( dev-libs/ilbc-rfc3951 ) + !novideo? ( >=media-libs/libsdl-1.2.9 + media-video/ffmpeg + >=media-libs/libtheora-1.0_alpha7 )" +# portaudio? ( >=media-libs/portaudio-19_pre )" + +DEPEND="${RDEPEND}" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/linphone-1.6.0-call.patch + sed -i -e "s:wall_werror=yes:wall_werror=no:" mediastreamer2/config* + + ./autogen.sh +} + +src_compile() { + local withconsole myconf="" + + use console && withconsole="yes" || withconsole="no" + use x86 && myconf="--enable-truespeech" + + econf \ + --libdir=/usr/$(get_libdir)/linphone \ + --enable-console_ui=${withconsole} \ + --enable-gtk_ui=yes \ + $(use_with ilbc) \ + $(use_enable ipv6) \ + $(use_enable alsa) \ + $(use_enable !novideo video) \ + --disable-portaudio \ + ${myconf} || die "Unable to configure" + #$(use_enable portaudio) \ + + emake || die "Unable to make" +} + +src_install () { + emake DESTDIR=${D} install || die "Failed to install" + + dodoc ABOUT-NLS AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README + dodoc README.arm TODO + + # don't install ortp includes, docs and pkgconfig files + # to avoid conflicts with net-libs/ortp + rm -rf ${D}/usr/include/ortp + rm -rf ${D}/usr/share/gtk-doc/html/ortp + rm -rf ${D}/usr/$(get_libdir)/linphone/pkgconfig + rm -rf ${D}/ortp +} -- cgit v1.2.3-65-gdbad