* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2016-02-24 15:23 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2016-02-24 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 3d846545957fb287beb9bec7c69361878eb3a234
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 15:23:00 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 15:23:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d846545
media-libs/libilbc: update to new upstream and add multilib support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
media-libs/libilbc/Manifest | 1 +
.../{libilbc-9999.ebuild => libilbc-2.0.2.ebuild} | 20 ++++++++------------
media-libs/libilbc/libilbc-9999.ebuild | 20 ++++++++------------
3 files changed, 17 insertions(+), 24 deletions(-)
diff --git a/media-libs/libilbc/Manifest b/media-libs/libilbc/Manifest
index 6038f79..9fd94aa 100644
--- a/media-libs/libilbc/Manifest
+++ b/media-libs/libilbc/Manifest
@@ -1 +1,2 @@
DIST libilbc-1.1.1.tar.xz 302324 SHA256 c52a3f46cf5671ac67494371e78281fa72c87a1af1fd8b8e1731693b6541be87 SHA512 7c9fa6da4d8b32fd49ea62f9e876e385930501c9caedcafac94ea74b9372722b06dd28062dc4fcca765ad6c519cfb52bb595d396ca50d361f563c715f6679845 WHIRLPOOL 120a041823e58d0db3d05549491c00e1b74340f2eefd51f2903f29aacefbbbc94f12cc821451e772c7434ea21fc86ff0c5f8ff15a26e732d1e698d2e7ef44c0a
+DIST libilbc-2.0.2.tar.bz2 392643 SHA256 88e2dc14e1fccd7b7a0d7f84e96ac22a33c3c86820cee4b0a05e3dcc08c2b096 SHA512 ad0ef3326144fa1e9b6983be9aeefcec0064930a0124980f0fa2b38967f145e4cef7be75d8eae72f4a9650f297f15968944e73ef256e642116125dea326d8ba8 WHIRLPOOL 091280c168f0877e4d05386161db119e3c0ee029488e28c87de15137cbb79d3bc5536dfb9c9b1fe1ca65cb65d7688e4b8784f65107427d62905989f8c4eb992f
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
similarity index 51%
copy from media-libs/libilbc/libilbc-9999.ebuild
copy to media-libs/libilbc/libilbc-2.0.2.ebuild
index 2326360..b056c4a 100644
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -2,32 +2,28 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
if [[ ${PV} == 9999 ]] ; then
SCM="autotools git-2"
- EGIT_REPO_URI="git://github.com/lu-zero/libilbc.git"
+ EGIT_REPO_URI="https://github.com/TimothyGu/libilbc"
SRC_URI=""
KEYWORDS=""
else
- SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
fi
-inherit eutils multilib ${SCM}
+inherit eutils multilib ${SCM} autotools-multilib
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
-HOMEPAGE="https://github.com/dekkers/libilbc"
+HOMEPAGE="https://github.com/TimothyGu/libilbc"
LICENSE="BSD"
SLOT="0"
-IUSE=""
+IUSE="static-libs"
src_prepare() {
[[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- find "${D}"usr/$(get_libdir) -name '*.la' -delete
+ autotools-multilib_src_prepare
}
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild
index 2326360..b056c4a 100644
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ b/media-libs/libilbc/libilbc-9999.ebuild
@@ -2,32 +2,28 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
if [[ ${PV} == 9999 ]] ; then
SCM="autotools git-2"
- EGIT_REPO_URI="git://github.com/lu-zero/libilbc.git"
+ EGIT_REPO_URI="https://github.com/TimothyGu/libilbc"
SRC_URI=""
KEYWORDS=""
else
- SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
fi
-inherit eutils multilib ${SCM}
+inherit eutils multilib ${SCM} autotools-multilib
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
-HOMEPAGE="https://github.com/dekkers/libilbc"
+HOMEPAGE="https://github.com/TimothyGu/libilbc"
LICENSE="BSD"
SLOT="0"
-IUSE=""
+IUSE="static-libs"
src_prepare() {
[[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- find "${D}"usr/$(get_libdir) -name '*.la' -delete
+ autotools-multilib_src_prepare
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2017-02-15 15:05 Agostino Sarubbo
0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2017-02-15 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 4faf17aa06505dcc1d025e558f232e279c4d5431
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 15:05:21 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 15:05:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4faf17aa
media-libs/libilbc: amd64 stable wrt bug #608868
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/libilbc/libilbc-2.0.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index b056c4a0a7..95a366601f 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,10 +8,10 @@ if [[ ${PV} == 9999 ]] ; then
SCM="autotools git-2"
EGIT_REPO_URI="https://github.com/TimothyGu/libilbc"
SRC_URI=""
- KEYWORDS=""
+ KEYWORDS="amd64"
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2017-02-15 15:56 Agostino Sarubbo
0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2017-02-15 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 05c7e6be0ea6a8c246bcca0df61ab9142bd14947
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 15:55:31 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 15:55:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c7e6be
media-libs/libilbc: x86 stable wrt bug #608868
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/libilbc/libilbc-2.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index 95a366601f..9246ed5a65 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -8,10 +8,10 @@ if [[ ${PV} == 9999 ]] ; then
SCM="autotools git-2"
EGIT_REPO_URI="https://github.com/TimothyGu/libilbc"
SRC_URI=""
- KEYWORDS="amd64"
+ KEYWORDS="amd64 x86"
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2017-02-22 13:08 Michael Weber
0 siblings, 0 replies; 24+ messages in thread
From: Michael Weber @ 2017-02-22 13:08 UTC (permalink / raw
To: gentoo-commits
commit: 5fdc2a0592a648ce0886c0e7c984d2698ebc23c2
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 13:07:56 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 13:08:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdc2a05
media-libs/libilbc: Remove arm64 and x86 KEYWORDS inadvertently set by previos ekeyword runs.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/libilbc/libilbc-2.0.2.ebuild | 1 -
media-libs/libilbc/libilbc-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index 878787feea..52c8753a5e 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -8,7 +8,6 @@ if [[ ${PV} == 9999 ]] ; then
SCM="autotools git-2"
EGIT_REPO_URI="https://github.com/TimothyGu/libilbc"
SRC_URI=""
- KEYWORDS="amd64 x86"
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild
index aa8f295a9f..7864883680 100644
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ b/media-libs/libilbc/libilbc-9999.ebuild
@@ -8,7 +8,6 @@ if [[ ${PV} == 9999 ]] ; then
SCM="autotools git-2"
EGIT_REPO_URI="https://github.com/TimothyGu/libilbc"
SRC_URI=""
- KEYWORDS=""
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2017-02-22 13:15 Michael Weber
0 siblings, 0 replies; 24+ messages in thread
From: Michael Weber @ 2017-02-22 13:15 UTC (permalink / raw
To: gentoo-commits
commit: c5381b54b678755a3b5ce379b2f4151a51794e45
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 13:14:37 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 13:14:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5381b54
media-libs/libilbc: ppc stable (bug 608868).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/libilbc/libilbc-2.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index 43bf2163ed..82d299bf2b 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
+ KEYWORDS="amd64 ~arm ppc ppc64 x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2017-02-22 13:15 Michael Weber
0 siblings, 0 replies; 24+ messages in thread
From: Michael Weber @ 2017-02-22 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 93118609d46f75ed20e616e9c36de1d98c18a6a6
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 13:09:17 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 13:09:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93118609
media-libs/libilbc: ppc64 stable (bug 608868).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/libilbc/libilbc-2.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index 52c8753a5e..43bf2163ed 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+ KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2017-02-23 12:35 Michael Weber
0 siblings, 0 replies; 24+ messages in thread
From: Michael Weber @ 2017-02-23 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 415e4fdcb84c07e85052860756acda377e6d50dc
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 12:33:48 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 12:33:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415e4fdc
media-libs/libilbc: arm stable (bug 608868)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
media-libs/libilbc/libilbc-2.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index 82d299bf2b..6264a06b02 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 ~arm ppc ppc64 x86"
+ KEYWORDS="amd64 arm ppc ppc64 x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2017-06-18 11:56 Alexis Ballier
0 siblings, 0 replies; 24+ messages in thread
From: Alexis Ballier @ 2017-06-18 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 0f21433a60a1c37872d863e10c17bd90f8e55e49
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 10:30:42 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 11:44:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f21433a
media-libs/libilbc: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-libs/libilbc/libilbc-2.0.2.ebuild | 2 +-
media-libs/libilbc/libilbc-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index 38503e53566..703890bce67 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 arm ppc ppc64 x86"
+ KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild
index 32e56a914eb..7b1912d25d8 100644
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ b/media-libs/libilbc/libilbc-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/TimothyGu/libilbc/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2018-04-01 11:08 Sergei Trofimovich
0 siblings, 0 replies; 24+ messages in thread
From: Sergei Trofimovich @ 2018-04-01 11:08 UTC (permalink / raw
To: gentoo-commits
commit: ec1d399f2a20d01b081e6d33b7b40b649a356758
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Apr 1 08:34:46 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 1 11:07:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1d399f
media-libs/libilbc: keyworded 2.0.2 for sparc, bug #574786
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
media-libs/libilbc/libilbc-2.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index f132e82b28c..e71021ba2c6 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+ KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86"
fi
inherit eutils multilib ${SCM} autotools-multilib
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2019-06-16 16:43 David Seifert
0 siblings, 0 replies; 24+ messages in thread
From: David Seifert @ 2019-06-16 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 8f78ff63145d28a84fd95a4bff9d0d8688c8e8c1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 16:43:04 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 16:43:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f78ff63
media-libs/libilbc: Remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/libilbc/Manifest | 1 -
media-libs/libilbc/libilbc-1.1.1.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/media-libs/libilbc/Manifest b/media-libs/libilbc/Manifest
index 38b9a78ecd0..6b5e497ca50 100644
--- a/media-libs/libilbc/Manifest
+++ b/media-libs/libilbc/Manifest
@@ -1,2 +1 @@
-DIST libilbc-1.1.1.tar.xz 302324 BLAKE2B 726d53fc638f9d019b6d50a3ec463350efd59510ce15b9d6af30fc0ad6094f5acc53c4a5c2e77d17fdcd35f3e63bceb310716eb175e82ca7226dec023cb96df4 SHA512 7c9fa6da4d8b32fd49ea62f9e876e385930501c9caedcafac94ea74b9372722b06dd28062dc4fcca765ad6c519cfb52bb595d396ca50d361f563c715f6679845
DIST libilbc-2.0.2.tar.bz2 392643 BLAKE2B 1b1772c415a823a63c2fdb64913eeee8becdda0438c3942e74dc0be5dc6e000538c8f0feb796d23eb815e792d9b9e695f598869a31dd69a90c1fb12823a09e28 SHA512 ad0ef3326144fa1e9b6983be9aeefcec0064930a0124980f0fa2b38967f145e4cef7be75d8eae72f4a9650f297f15968944e73ef256e642116125dea326d8ba8
diff --git a/media-libs/libilbc/libilbc-1.1.1.ebuild b/media-libs/libilbc/libilbc-1.1.1.ebuild
deleted file mode 100644
index 69c70d5fafb..00000000000
--- a/media-libs/libilbc/libilbc-1.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-if [[ ${PV} == 9999 ]] ; then
- SCM="autotools git-2"
- EGIT_REPO_URI="https://github.com/lu-zero/${PN}.git"
- SRC_URI=""
- KEYWORDS=""
-else
- SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-fi
-
-inherit eutils multilib ${SCM}
-
-DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
-HOMEPAGE="https://github.com/lu-zero/libilbc https://github.com/TimothyGu/libilbc"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- find "${D}"usr/$(get_libdir) -name '*.la' -delete
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2019-06-16 16:43 David Seifert
0 siblings, 0 replies; 24+ messages in thread
From: David Seifert @ 2019-06-16 16:43 UTC (permalink / raw
To: gentoo-commits
commit: cdcd8c65898c2530eefcb0f86de3a7ea04e53c4e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 16:43:01 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 16:43:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcd8c65
media-libs/libilbc: Port to EAPI 7
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/libilbc/libilbc-2.0.2.ebuild | 28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 deletions(-)
diff --git a/media-libs/libilbc/libilbc-2.0.2.ebuild b/media-libs/libilbc/libilbc-2.0.2.ebuild
index 40eb6ee13b7..d01615a69b3 100644
--- a/media-libs/libilbc/libilbc-2.0.2.ebuild
+++ b/media-libs/libilbc/libilbc-2.0.2.ebuild
@@ -1,19 +1,18 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-if [[ ${PV} == 9999 ]] ; then
- SCM="autotools git-2"
+inherit multilib-minimal
+
+if [[ ${PV} == *9999 ]]; then
+ inherit autotools git-r3
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
- SRC_URI=""
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2"
KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
fi
-inherit eutils multilib ${SCM} autotools-multilib
-
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
HOMEPAGE="https://github.com/TimothyGu/libilbc"
@@ -21,8 +20,21 @@ LICENSE="BSD"
SLOT="0"
IUSE="static-libs"
+PATCHES=( "${FILESDIR}"/${PN}-2.0.2-ppc_ppc64_sparc.patch )
+
src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.0.2-ppc_ppc64_sparc.patch
+ default
[[ ${PV} == *9999 ]] && eautoreconf
- autotools-multilib_src_prepare
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+ einstalldocs
+
+ # package provides .pc files
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2019-06-16 16:43 David Seifert
0 siblings, 0 replies; 24+ messages in thread
From: David Seifert @ 2019-06-16 16:43 UTC (permalink / raw
To: gentoo-commits
commit: 6168b5a550af1b3df0f11421cc460a56f4c51d00
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 16:42:58 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 16:42:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6168b5a5
media-libs/libilbc: Update live ebuild
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/libilbc/libilbc-9999.ebuild | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild
index a7ac81e5c6d..1d00bd81c2f 100644
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ b/media-libs/libilbc/libilbc-9999.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-if [[ ${PV} == 9999 ]] ; then
- SCM="autotools git-2"
+inherit multilib-minimal
+
+if [[ ${PV} == *9999 ]]; then
+ inherit autotools git-r3
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
- SRC_URI=""
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
fi
-inherit eutils multilib ${SCM} autotools-multilib
-
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
HOMEPAGE="https://github.com/TimothyGu/libilbc"
@@ -22,6 +21,18 @@ SLOT="0"
IUSE="static-libs"
src_prepare() {
+ default
[[ ${PV} == *9999 ]] && eautoreconf
- autotools-multilib_src_prepare
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+ einstalldocs
+
+ # package provides .pc files
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2021-01-01 2:47 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-01-01 2:47 UTC (permalink / raw
To: gentoo-commits
commit: 3d26906a797c71a236e82359d98275e0f4f690ab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 02:46:07 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 02:47:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d26906a
media-libs/libilbc: sync live
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libilbc/libilbc-9999.ebuild | 31 +++++++++----------------------
1 file changed, 9 insertions(+), 22 deletions(-)
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild
index 1d00bd81c2f..9f2f31bf171 100644
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ b/media-libs/libilbc/libilbc-9999.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib-minimal
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
if [[ ${PV} == *9999 ]]; then
- inherit autotools git-r3
+ inherit git-r3
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
- SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+ SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
fi
@@ -17,22 +18,8 @@ DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
HOMEPAGE="https://github.com/TimothyGu/libilbc"
LICENSE="BSD"
-SLOT="0"
-IUSE="static-libs"
+SLOT="0/3"
-src_prepare() {
- default
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- einstalldocs
-
- # package provides .pc files
- find "${D}" -name '*.la' -delete || die
-}
+PATCHES=(
+ "${FILESDIR}/${PN}-3.0.4-respect-CFLAGS.patch"
+)
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2021-02-01 13:31 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-02-01 13:31 UTC (permalink / raw
To: gentoo-commits
commit: 5c82e08dbb7769f48d4e7150dcbde6af058fedf7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 13:31:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 13:31:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c82e08d
media-libs/libilbc: Stabilize 3.0.4 ppc64, #768153
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index 9f2f31bf171..249f79ea240 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2021-02-01 13:33 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-02-01 13:33 UTC (permalink / raw
To: gentoo-commits
commit: 9c5c6d0a387f45562455d49d8a5e70270868f09d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 13:33:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 13:33:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5c6d0a
media-libs/libilbc: Stabilize 3.0.4 amd64, #768153
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index 249f79ea240..ffa5643bf7b 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2021-02-03 0:20 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-02-03 0:20 UTC (permalink / raw
To: gentoo-commits
commit: 8c829161abfd0a71f8648397a976e2e7643ffe62
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 3 00:20:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 3 00:20:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c829161
media-libs/libilbc: Stabilize 3.0.4 x86, #768153
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index ffa5643bf7b..8a31e6d212b 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~sparc x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2021-02-05 12:29 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-02-05 12:29 UTC (permalink / raw
To: gentoo-commits
commit: 250e115b4f9895223abe41b25d0186872f522263
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 12:29:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 12:29:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250e115b
media-libs/libilbc: Stabilize 3.0.4 ppc, #768153
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index 8a31e6d212b..9d95e85d487 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~sparc x86"
+ KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~sparc x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2021-02-15 0:38 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-02-15 0:38 UTC (permalink / raw
To: gentoo-commits
commit: c8b5533db3a94efe9cc03fd2438700d21b6a6cb7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 00:37:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 00:37:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b5533d
media-libs/libilbc: Stabilize 3.0.4 arm, #768153
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index 9d95e85d487..d904beb1e77 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~sparc x86"
+ KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2021-02-15 5:35 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-02-15 5:35 UTC (permalink / raw
To: gentoo-commits
commit: 2d076ef7711a70b4d095c701871b12b642a707da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 05:35:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 05:35:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d076ef7
media-libs/libilbc: Stabilize 3.0.4 arm64, #768153
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index d904beb1e77..2425e78987a 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86"
+ KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2021-08-24 14:33 Marek Szuba
0 siblings, 0 replies; 24+ messages in thread
From: Marek Szuba @ 2021-08-24 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 662d23e8913f7db9253cae3e42fec4e65d8658b2
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 14:11:27 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 14:33:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662d23e8
media-libs/libilbc: keyword 3.0.4 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index 2425e78987a..285925de2ae 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
+ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2023-02-28 1:30 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-02-28 1:30 UTC (permalink / raw
To: gentoo-commits
commit: ad54cbd0b188768c23daf9509225d8d86b3d8bbe
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Feb 27 14:48:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 01:30:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad54cbd0
media-libs/libilbc: Keyword 3.0.4 mips, #896128
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index 0dec75c32601..715276cc4177 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
+ KEYWORDS="amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2023-03-22 18:53 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-03-22 18:53 UTC (permalink / raw
To: gentoo-commits
commit: e4711c4ac1f69dd2f6bfa0b33874f6cd7e8c1424
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 10:13:10 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 18:52:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4711c4a
media-libs/libilbc: update EAPI 7 -> 8, unbreak 9999 src_prepare()
See also: https://github.com/gentoo/gentoo/pull/25297
Sync KEYWORDS to 9999 template.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libilbc/libilbc-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild
index 1b5199a69506..8245f9774424 100644
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ b/media-libs/libilbc/libilbc-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake-multilib
-if [[ ${PV} == *9999 ]]; then
+if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
@@ -21,5 +21,5 @@ SLOT="0/3"
PATCHES=(
"${FILESDIR}/${PN}-3.0.4-respect-CFLAGS.patch"
- "${FILESDIR}/${P}-support-ia64.patch"
+ "${FILESDIR}/${PN}-3.0.4-support-ia64.patch" # bug 610546
)
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2023-07-28 16:58 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-07-28 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 4bbd107aa1035f0e7f48067b21ed5bc1934f27a0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 16:57:31 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 16:58:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbd107a
media-libs/libilbc: drop 9999, continuously broken, dead upstream
Closes: https://bugs.gentoo.org/901323
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libilbc/libilbc-9999.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild
deleted file mode 100644
index 8245f9774424..000000000000
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
-else
- SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
-HOMEPAGE="https://github.com/TimothyGu/libilbc"
-
-LICENSE="BSD"
-SLOT="0/3"
-
-PATCHES=(
- "${FILESDIR}/${PN}-3.0.4-respect-CFLAGS.patch"
- "${FILESDIR}/${PN}-3.0.4-support-ia64.patch" # bug 610546
-)
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/
@ 2023-07-28 16:58 Andreas Sturmlechner
0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-07-28 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 2237866031e07187786e5200de0aa39e7abc102e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 16:55:30 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 16:58:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22378660
media-libs/libilbc: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libilbc/libilbc-3.0.4.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-libs/libilbc/libilbc-3.0.4.ebuild b/media-libs/libilbc/libilbc-3.0.4.ebuild
index 715276cc4177..8ac4b1a4e6d0 100644
--- a/media-libs/libilbc/libilbc-3.0.4.ebuild
+++ b/media-libs/libilbc/libilbc-3.0.4.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake-multilib
-if [[ ${PV} == *9999 ]]; then
+if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
else
@@ -20,6 +20,6 @@ LICENSE="BSD"
SLOT="0/3"
PATCHES=(
- "${FILESDIR}/${PN}-3.0.4-respect-CFLAGS.patch"
- "${FILESDIR}/${P}-support-ia64.patch"
+ "${FILESDIR}/${P}-respect-CFLAGS.patch" # bug 770892
+ "${FILESDIR}/${P}-support-ia64.patch" # bug 610546
)
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2023-07-28 16:58 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-16 16:43 [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2023-07-28 16:58 Andreas Sturmlechner
2023-07-28 16:58 Andreas Sturmlechner
2023-03-22 18:53 Andreas Sturmlechner
2023-02-28 1:30 Sam James
2021-08-24 14:33 Marek Szuba
2021-02-15 5:35 Sam James
2021-02-15 0:38 Sam James
2021-02-05 12:29 Sam James
2021-02-03 0:20 Sam James
2021-02-01 13:33 Sam James
2021-02-01 13:31 Sam James
2021-01-01 2:47 Sam James
2019-06-16 16:43 David Seifert
2019-06-16 16:43 David Seifert
2018-04-01 11:08 Sergei Trofimovich
2017-06-18 11:56 Alexis Ballier
2017-02-23 12:35 Michael Weber
2017-02-22 13:15 Michael Weber
2017-02-22 13:15 Michael Weber
2017-02-22 13:08 Michael Weber
2017-02-15 15:56 Agostino Sarubbo
2017-02-15 15:05 Agostino Sarubbo
2016-02-24 15:23 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox