* [gentoo-commits] repo/gentoo:master commit in: dev-libs/ilbc-rfc3951/
@ 2019-04-25 3:58 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-04-25 3:58 UTC (permalink / raw
To: gentoo-commits
commit: 53853e1963249d59ba5ed23f59fbf8e1300db316
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sun Apr 21 07:06:12 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 03:57:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53853e19
dev-libs/ilbc-rfc3951: update HOMEPAGE
Closes: https://bugs.gentoo.org/668226
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11760
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
index 09b36c8a238..d6f2d5ee5d0 100644
--- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
+++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=0
inherit eutils autotools
DESCRIPTION="iLBC is a speech codec suitable for robust voice communication over IP"
-HOMEPAGE="http://www.ilbcfreeware.org/"
+HOMEPAGE="https://webrtc.org/license/ilbc-freeware/"
SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz"
# relicensed under 3-clause BSD license, bug 390797
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/ilbc-rfc3951/
@ 2020-05-12 13:57 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2020-05-12 13:57 UTC (permalink / raw
To: gentoo-commits
commit: 9b5e22f9d13c4ec9ed36749b81f9da2c817b7009
Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Sun May 3 13:33:31 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 12 13:57:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5e22f9
dev-libs/ilbc-rfc3951: add blocker against media-libs/libilbc.
media-libs/libilbc seems to be a drop-in replacement for
dev-libs/ilbc-rfc3951.
I intend to retire ilbc-rfc3951 as I've already switched asterisk to
media-libs/libilbc.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/15624
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r2.ebuild | 36 ++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r2.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r2.ebuild
new file mode 100644
index 00000000000..e0e5d1ce154
--- /dev/null
+++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="iLBC is a speech codec suitable for robust voice communication over IP"
+HOMEPAGE="https://webrtc.org/license/ilbc-freeware/"
+SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz -> ${P}.tar.gz"
+
+# relicensed under 3-clause BSD license, bug 390797
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+S="${WORKDIR}/${PN}"
+PATCHES=( "${FILESDIR}"/${PN}-asneeded.patch )
+
+RDEPEND="!media-libs/libilbc"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --enable-shared \
+ --disable-static
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/ilbc-rfc3951/
@ 2019-07-29 18:42 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-07-29 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 711de2050554055cb4412b88229293d7233ae51b
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 18:37:16 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 18:42:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711de205
dev-libs/ilbc-rfc3951: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
index d6f2d5ee5d0..075b530085f 100644
--- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
+++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz"
# relicensed under 3-clause BSD license, bug 390797
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 sparc x86"
IUSE=""
S="${WORKDIR}/${PN}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/ilbc-rfc3951/
@ 2017-05-06 22:20 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-05-06 22:20 UTC (permalink / raw
To: gentoo-commits
commit: be5ce5de2161fd9dd8b588e8465c35db7f3bc77e
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat May 6 17:14:31 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 6 22:19:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5ce5de
dev-libs/ilbc-rfc3951: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
index 3213b8055ee..c07a48d2914 100644
--- a/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
+++ b/dev-libs/ilbc-rfc3951/ilbc-rfc3951-0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit eutils autotools
-DESCRIPTION="iLBC (internet Low Bitrate Codec) is a speech codec suitable for robust voice communication over IP"
+DESCRIPTION="iLBC is a speech codec suitable for robust voice communication over IP"
HOMEPAGE="http://www.ilbcfreeware.org/"
SRC_URI="http://simon.morlat.free.fr/download/1.1.x/source/ilbc-rfc3951.tar.gz"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-05-12 13:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-25 3:58 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ilbc-rfc3951/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2020-05-12 13:57 Joonas Niilola
2019-07-29 18:42 Aaron Bauman
2017-05-06 22:20 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox