summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2014-07-02 16:04:41 +0000
committerTony Vroon <chainsaw@gentoo.org>2014-07-02 16:04:41 +0000
commitdac969bf7c97c052cc2693c1bbfe1caa215af376 (patch)
treefdd9ef9542e85bb9a88dead7bb08be3e40427840 /net-libs/libpri
parentBump crypto-cipher-tests to 0.0.11-r1 (diff)
downloadgentoo-2-dac969bf7c97c052cc2693c1bbfe1caa215af376.tar.gz
gentoo-2-dac969bf7c97c052cc2693c1bbfe1caa215af376.tar.bz2
gentoo-2-dac969bf7c97c052cc2693c1bbfe1caa215af376.zip
New upstream release as per Oliver Jaksch; reduced T202 default to legal minimum. Control for inband audio progress indication. Now responds to MDL TEI check requests in TE-PTP mode which is a requirement in France. Make layer2_persistence actually work.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'net-libs/libpri')
-rw-r--r--net-libs/libpri/ChangeLog12
-rw-r--r--net-libs/libpri/libpri-1.4.15.ebuild34
2 files changed, 44 insertions, 2 deletions
diff --git a/net-libs/libpri/ChangeLog b/net-libs/libpri/ChangeLog
index b4afe2f5a902..c97da6e4c985 100644
--- a/net-libs/libpri/ChangeLog
+++ b/net-libs/libpri/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/libpri
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/ChangeLog,v 1.100 2013/10/27 09:42:11 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/ChangeLog,v 1.101 2014/07/02 16:04:41 chainsaw Exp $
+
+*libpri-1.4.15 (02 Jul 2014)
+
+ 02 Jul 2014; Tony Vroon <chainsaw@gentoo.org> +libpri-1.4.15.ebuild:
+ New upstream release as per Oliver Jaksch; reduced T202 default to legal
+ minimum. Control for inband audio progress indication. Now responds to MDL
+ TEI check requests in TE-PTP mode which is a requirement in France. Make
+ layer2_persistence actually work.
27 Oct 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Voip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434
diff --git a/net-libs/libpri/libpri-1.4.15.ebuild b/net-libs/libpri/libpri-1.4.15.ebuild
new file mode 100644
index 000000000000..8f9b091aca36
--- /dev/null
+++ b/net-libs/libpri/libpri-1.4.15.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpri/libpri-1.4.15.ebuild,v 1.1 2014/07/02 16:04:41 chainsaw Exp $
+
+EAPI="5"
+
+inherit eutils
+
+MY_P="${P/_/-}"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Primary Rate ISDN (PRI) library"
+HOMEPAGE="http://www.asterisk.org/"
+SRC_URI="http://downloads.asterisk.org/pub/telephony/${PN}/releases/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.4.13-multilib.patch"
+ "${FILESDIR}/${PN}-1.4.13-respect-user-flags.patch"
+ "${FILESDIR}/${PN}-1.4.13-no-static-lib.patch"
+)
+
+src_prepare() {
+ epatch "${PATCHES[@]}"
+}
+
+src_install() {
+ emake INSTALL_PREFIX="${D}" LIBDIR="${D}/usr/$(get_libdir)" install
+ dodoc ChangeLog README TODO
+}