public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: ChangeLog linphone-3.0.0.ebuild
@ 2008-12-23  4:47 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2008-12-23  4:47 UTC (permalink / raw
  To: gentoo-commits

vapier      08/12/23 04:47:30

  Modified:             ChangeLog
  Added:                linphone-3.0.0.ebuild
  Log:
  Version bump #246494 by Nico Schlömer.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)

Revision  Changes    Path
1.21                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	23 Dec 2008 04:05:12 -0000	1.20
+++ ChangeLog	23 Dec 2008 04:47:30 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.20 2008/12/23 04:05:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.21 2008/12/23 04:47:30 vapier Exp $
+
+*linphone-3.0.0 (23 Dec 2008)
+
+  23 Dec 2008; Mike Frysinger <vapier@gentoo.org>
+  +files/linphone-3.0.0-pkg-config.patch, +linphone-3.0.0.ebuild:
+  Version bump #246494 by Nico Schlömer.
 
   23 Dec 2008; Mike Frysinger <vapier@gentoo.org> linphone-2.1.1.ebuild:
   Disable USE=video #189774.



1.1                  net-voip/linphone/linphone-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.1&content-type=text/plain

Index: linphone-3.0.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.1 2008/12/23 04:47:30 vapier Exp $

inherit eutils

DESCRIPTION="Voice Over IP phone (internet phone which uses SIP)"
HOMEPAGE="http://www.linphone.org/"
SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/stable/sources/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="1"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa arts console gsm gtk ilbc ipv6 video xv"

RDEPEND="dev-libs/glib
	dev-perl/XML-Parser
	net-dns/bind-tools
	>=net-libs/libosip-3.0.3
	>=net-libs/libeXosip-3.0.3
	>=media-libs/speex-1.1.12
	gsm? ( >=media-sound/gsm-1.0.12-r1 )
	gtk? (
		>=x11-libs/gtk+-2
		gnome-base/libglade
	)
	alsa? ( media-libs/alsa-lib )
	arts? ( kde-base/arts )
	ilbc? ( dev-libs/ilbc-rfc3951 )
	video? (
		>=media-libs/libsdl-1.2.9
		media-video/ffmpeg
		>=media-libs/libtheora-1.0_alpha7
	)"
DEPEND="${RDEPEND}
	x86? ( xv? ( dev-lang/nasm ) )
	dev-util/pkgconfig"
# use the bundled ortp until newer versions leave package.mask
#	>=net-libs/ortp-0.13.0
#	portaudio? ( >=media-libs/portaudio-19_pre )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-pkg-config.patch
}

src_compile() {
	export ac_cv_path_DOXYGEN=false
	econf \
		--disable-manual \
		--disable-strict \
		--libdir=/usr/$(get_libdir)/linphone \
		--libexecdir=/usr/$(get_libdir)/linphone/exec \
		$(use_enable console console_ui) \
		$(use_enable gtk gtk_ui) \
		$(use_with ilbc) \
		$(use_enable ipv6) \
		$(use_enable alsa) \
		$(use_enable arts artsc) \
		$(use_with gsm) \
		$(use_enable video) \
		--disable-portaudio \
		$(use_enable x86 truespeech) \
		|| die "Unable to configure"
		#--enable-external-ortp \
		#$(use_enable portaudio)
	emake || die "Unable to make"
}

src_install () {
	emake DESTDIR="${D}" install || die "Failed to install"
	dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README README.arm TODO

	# don't install mediastreamer/ortp includes, docs and pkgconfig files
	# to avoid conflicts with net-libs/ortp
	rm -r "${D}"/usr/include/{mediastreamer2,ortp} || die
	rm -r "${D}"/usr/$(get_libdir)/linphone/pkgconfig/{mediastreamer,ortp}.pc || die
	mv "${D}"/usr/$(get_libdir)/{linphone/,}pkgconfig || die
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: ChangeLog linphone-3.0.0.ebuild
@ 2009-01-02  7:21 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2009-01-02  7:21 UTC (permalink / raw
  To: gentoo-commits

vapier      09/01/02 07:21:37

  Modified:             ChangeLog linphone-3.0.0.ebuild
  Log:
  Disable intltool requirements #252704.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.22                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	23 Dec 2008 04:47:30 -0000	1.21
+++ ChangeLog	2 Jan 2009 07:21:37 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.21 2008/12/23 04:47:30 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.22 2009/01/02 07:21:37 vapier Exp $
+
+  02 Jan 2009; Mike Frysinger <vapier@gentoo.org> linphone-3.0.0.ebuild:
+  Disable intltool requirements #252704.
 
 *linphone-3.0.0 (23 Dec 2008)
 



1.2                  net-voip/linphone/linphone-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?r1=1.1&r2=1.2

Index: linphone-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linphone-3.0.0.ebuild	23 Dec 2008 04:47:30 -0000	1.1
+++ linphone-3.0.0.ebuild	2 Jan 2009 07:21:37 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.1 2008/12/23 04:47:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.2 2009/01/02 07:21:37 vapier Exp $
 
 inherit eutils
 
@@ -47,6 +47,9 @@
 
 src_compile() {
 	export ac_cv_path_DOXYGEN=false
+	export ac_cv_path_INTLTOOL_UPDATE=true #252704
+	export ac_cv_path_INTLTOOL_MERGE=true
+	export ac_cv_path_INTLTOOL_EXTRACT=true
 	econf \
 		--disable-manual \
 		--disable-strict \






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: ChangeLog linphone-3.0.0.ebuild
@ 2009-04-27 19:37 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-04-27 19:37 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/27 19:37:27

  Modified:             ChangeLog linphone-3.0.0.ebuild
  Log:
  amd64/x86 stable, bug #267386
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	27 Apr 2009 18:05:17 -0000	1.27
+++ ChangeLog	27 Apr 2009 19:37:27 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.27 2009/04/27 18:05:17 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.28 2009/04/27 19:37:27 maekke Exp $
+
+  27 Apr 2009; Markus Meier <maekke@gentoo.org> linphone-3.0.0.ebuild:
+  amd64/x86 stable, bug #267386
 
 *linphone-3.1.1 (27 Apr 2009)
 



1.5                  net-voip/linphone/linphone-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?r1=1.4&r2=1.5

Index: linphone-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linphone-3.0.0.ebuild	24 Apr 2009 04:12:34 -0000	1.4
+++ linphone-3.0.0.ebuild	27 Apr 2009 19:37:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.4 2009/04/24 04:12:34 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.5 2009/04/27 19:37:27 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="alsa arts console gsm gtk ipv6 video xv"
 
 RDEPEND="dev-libs/glib






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: ChangeLog linphone-3.0.0.ebuild
@ 2009-04-28 12:14 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 4+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-04-28 12:14 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/04/28 12:14:35

  Modified:             ChangeLog linphone-3.0.0.ebuild
  Log:
  ppc stable, bug 267386
  (Portage version: 2.1.6.7/cvs/Linux ppc)

Revision  Changes    Path
1.29                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	27 Apr 2009 19:37:27 -0000	1.28
+++ ChangeLog	28 Apr 2009 12:14:35 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.28 2009/04/27 19:37:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.29 2009/04/28 12:14:35 volkmar Exp $
+
+  28 Apr 2009; Mounir Lamouri <volkmar@gentoo.org> linphone-3.0.0.ebuild:
+  ppc stable, bug 267386
 
   27 Apr 2009; Markus Meier <maekke@gentoo.org> linphone-3.0.0.ebuild:
   amd64/x86 stable, bug #267386



1.6                  net-voip/linphone/linphone-3.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild?r1=1.5&r2=1.6

Index: linphone-3.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linphone-3.0.0.ebuild	27 Apr 2009 19:37:27 -0000	1.5
+++ linphone-3.0.0.ebuild	28 Apr 2009 12:14:35 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.5 2009/04/27 19:37:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.6 2009/04/28 12:14:35 volkmar Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="alsa arts console gsm gtk ipv6 video xv"
 
 RDEPEND="dev-libs/glib






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-28 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 19:37 [gentoo-commits] gentoo-x86 commit in net-voip/linphone: ChangeLog linphone-3.0.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-28 12:14 Mounir Lamouri (volkmar)
2009-01-02  7:21 Mike Frysinger (vapier)
2008-12-23  4:47 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox