summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2005-10-29 15:55:35 +0000
committerStefan Knoblich <stkn@gentoo.org>2005-10-29 15:55:35 +0000
commit62f449c9b485c860924aa766739e2ca4c772ac84 (patch)
tree5da378fc7e9fbb02038831914af7b970cba26c7e /net-misc/yate
parentStable on hppa, ppc. See bug #109997. (diff)
downloadhistorical-62f449c9b485c860924aa766739e2ca4c772ac84.tar.gz
historical-62f449c9b485c860924aa766739e2ca4c772ac84.tar.bz2
historical-62f449c9b485c860924aa766739e2ca4c772ac84.zip
Version bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/yate')
-rw-r--r--net-misc/yate/ChangeLog8
-rw-r--r--net-misc/yate/Manifest5
-rw-r--r--net-misc/yate/files/digest-yate-0.9.0_pre21
-rw-r--r--net-misc/yate/files/yate-0.9.0-gtk2.diff12
-rw-r--r--net-misc/yate/yate-0.9.0_pre2.ebuild59
5 files changed, 83 insertions, 2 deletions
diff --git a/net-misc/yate/ChangeLog b/net-misc/yate/ChangeLog
index 31b7818c0283..1beeadcd778c 100644
--- a/net-misc/yate/ChangeLog
+++ b/net-misc/yate/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/yate
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/ChangeLog,v 1.8 2005/09/23 00:04:39 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/ChangeLog,v 1.9 2005/10/29 15:55:35 stkn Exp $
+
+*yate-0.9.0_pre2 (29 Oct 2005)
+
+ 29 Oct 2005; Stefan Knoblich <stkn@gentoo.org>
+ +files/yate-0.9.0-gtk2.diff, +yate-0.9.0_pre2.ebuild:
+ Version bump.
23 Sep 2005; Stefan Knoblich <stkn@gentoo.org> yate-0.9.0_pre1.ebuild:
gtk2 -> gtk use-flag change for bug #106560 and small cleanup.
diff --git a/net-misc/yate/Manifest b/net-misc/yate/Manifest
index d6d8108af559..b865d5111efc 100644
--- a/net-misc/yate/Manifest
+++ b/net-misc/yate/Manifest
@@ -1,9 +1,12 @@
MD5 ea5916a9c7bef10e4269f2b23911ef2a yate-0.8.7.ebuild 1511
MD5 40ced3866d63d0e787ceded1e0bf14ab yate-0.9.0_pre1.ebuild 1186
+MD5 a5853967c728ef2cec64962ebbc237f8 yate-0.9.0_pre2.ebuild 1375
MD5 44cf247f04cc83413fcb40ed59d0847a metadata.xml 248
-MD5 24b68bd6dc40ee1e9c71cccbdfc46a5c ChangeLog 1369
+MD5 1744b6b97b78b5fdeaf505fc2592e1bb ChangeLog 1523
MD5 8027cc2ba989b40324b2d179e3239faa files/yate-0.8.7-gcc34.patch 719
MD5 26cfc21d3f5f0e1dbec294e66f7ad71b files/yate.rc6 499
+MD5 4fdef5b11a7def702e6ade6468d466d5 files/digest-yate-0.9.0_pre2 66
MD5 25957eca186961762745baaf9774ca8a files/yate.confd 219
+MD5 edecbe99a20c597bf25842b603efb5a7 files/yate-0.9.0-gtk2.diff 339
MD5 9b480e9a4409cd15839e2a7338714ccf files/digest-yate-0.8.7 62
MD5 7c5dec856dd8b7ac3c6478dc08d25a4b files/digest-yate-0.9.0_pre1 66
diff --git a/net-misc/yate/files/digest-yate-0.9.0_pre2 b/net-misc/yate/files/digest-yate-0.9.0_pre2
new file mode 100644
index 000000000000..a75c871bba01
--- /dev/null
+++ b/net-misc/yate/files/digest-yate-0.9.0_pre2
@@ -0,0 +1 @@
+MD5 10ec0a4f1cb1b0964ce3f37cdbce9798 yate-0.9.0pre2.tar.gz 853844
diff --git a/net-misc/yate/files/yate-0.9.0-gtk2.diff b/net-misc/yate/files/yate-0.9.0-gtk2.diff
new file mode 100644
index 000000000000..c105393fdc37
--- /dev/null
+++ b/net-misc/yate/files/yate-0.9.0-gtk2.diff
@@ -0,0 +1,12 @@
+--- yate/contrib/gtk2/Makefile.in.orig 2005-10-29 17:49:21.000000000 +0000
++++ yate/contrib/gtk2/Makefile.in 2005-10-29 17:29:40.000000000 +0000
+@@ -15,7 +15,9 @@
+ MODFLAGS:= @MODULE_LDFLAGS@
+ MODSTRIP:= @MODULE_SYMBOLS@
+
++ifeq (@HAVE_GTK2@,yes)
+ PROJECT = libgtk2client.a
++endif
+ SOURCES = gtk2client.cpp
+ OBJECTS = $(SOURCES:.cpp=.o)
+
diff --git a/net-misc/yate/yate-0.9.0_pre2.ebuild b/net-misc/yate/yate-0.9.0_pre2.ebuild
new file mode 100644
index 000000000000..269ee0ee3533
--- /dev/null
+++ b/net-misc/yate/yate-0.9.0_pre2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/yate-0.9.0_pre2.ebuild,v 1.1 2005/10/29 15:55:35 stkn Exp $
+
+IUSE="gsm gtk h323 ilbc postgres zaptel"
+
+inherit eutils
+
+DESCRIPTION="YATE - Yet Another Telephony Engine"
+HOMEPAGE="http://yate.null.ro/"
+SRC_URI="http://voip.null.ro/tarballs/${P/_/}.tar.gz"
+
+S=${WORKDIR}/${PN}
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="media-sound/sox
+ zaptel? ( >=net-libs/libpri-1.0.0
+ >=net-misc/zaptel-1.0.0 )
+ h323? ( >=net-libs/openh323-1.15.3 )
+ gtk? ( >=x11-libs/gtk+-2.6.8 )
+ gsm? ( media-sound/gsm )
+ postgres? ( dev-db/postgresql )"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ # fix gtk2 plugin makefile
+ epatch ${FILESDIR}/${PN}-0.9.0-gtk2.diff
+}
+
+src_compile() {
+ econf \
+ $(use_with gtk libgtk2 /usr) \
+ $(use_with h323 openh323 /usr) \
+ $(use_with h323 pwlib /usr) \
+ $(use_with zaptel libpri) \
+ $(use_with gsm libgsm) \
+ $(use_with postgres libpq /usr) \
+ $(use_enable ilbc) \
+ || die "Configure failed"
+ emake everything || die "Make failed"
+}
+
+src_install() {
+ emake DESTDIR=${D} install || die "Make install failed"
+
+ newinitd ${FILESDIR}/yate.rc6 yate
+ newconfd ${FILESDIR}/yate.confd yate
+
+ # install standard docs...
+ dodoc README ChangeLog docs/*
+
+ docinto scripts
+ dodoc scripts/*
+}