* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2018-02-07 21:14 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2018-02-07 21:14 UTC (permalink / raw
To: gentoo-commits
commit: e88635ebdab9abe70f1824f7314bc2ad9d0e4a2f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 7 21:00:28 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 21:14:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88635eb
media-libs/bcg729: Mark ~hppa too.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --ignore-arches
media-libs/bcg729/bcg729-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
index d5909b37447..350eba3e9e9 100644
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
IUSE="static-libs"
RDEPEND="
!media-plugins/mediastreamer-bcg729
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2018-02-07 21:14 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2018-02-07 21:14 UTC (permalink / raw
To: gentoo-commits
commit: fda5981944688fa7d423374508d28fb1a2490cb9
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 7 20:03:39 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 21:13:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda59819
media-libs/bcg729: Initial commit.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-libs/bcg729/Manifest | 1 +
media-libs/bcg729/bcg729-1.0.4.ebuild | 31 +++++++++++++++++++++++++++++++
media-libs/bcg729/metadata.xml | 7 +++++++
3 files changed, 39 insertions(+)
diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
new file mode 100644
index 00000000000..1beae9d37e7
--- /dev/null
+++ b/media-libs/bcg729/Manifest
@@ -0,0 +1 @@
+DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
new file mode 100644
index 00000000000..d5909b37447
--- /dev/null
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools ltprune
+
+DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
+HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+RDEPEND="
+ !media-plugins/mediastreamer-bcg729
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ prune_libtool_files
+}
diff --git a/media-libs/bcg729/metadata.xml b/media-libs/bcg729/metadata.xml
new file mode 100644
index 00000000000..e971bf9d9b7
--- /dev/null
+++ b/media-libs/bcg729/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>netmon@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2018-02-08 21:33 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2018-02-08 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 72e1e486e6cbb2bd621c58820e6d6dd00adb73d3
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 8 19:54:26 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 21:33:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e1e486
media-libs/bcg729: keyworded 1.0.4 for ia64, bug #646936
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
media-libs/bcg729/bcg729-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
index 350eba3e9e9..703eb5fcb66 100644
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
IUSE="static-libs"
RDEPEND="
!media-plugins/mediastreamer-bcg729
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2018-03-18 19:48 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2018-03-18 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 7fa626bf89d3f0ab4239161a8fd786ce7548d0f0
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 19:46:41 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 19:46:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa626bf
media-libs/bcg729: keyworded 1.0.4 for ppc64, bug #646936
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
media-libs/bcg729/bcg729-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
index 703eb5fcb66..efe46a20863 100644
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
!media-plugins/mediastreamer-bcg729
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2018-05-30 7:46 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2018-05-30 7:46 UTC (permalink / raw
To: gentoo-commits
commit: dbbb202f11a60605265b2274d5ddfa1248141d90
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 14:26:15 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May 30 07:45:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbb202f
media-libs/bcg729: Stable for AMD64 too.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --ignore-arches
media-libs/bcg729/bcg729-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
index efe46a20863..070e4450e49 100644
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
!media-plugins/mediastreamer-bcg729
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2018-05-31 10:01 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2018-05-31 10:01 UTC (permalink / raw
To: gentoo-commits
commit: 4ec591bd91b79cc2a210abd408ce4ad98790fcfa
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 09:54:24 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 31 09:54:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec591bd
media-libs/bcg729: stable 1.0.4 for ia64, bug #656806
Bug: https://bugs.gentoo.org/656806
Package-Manager: Portage-2.3.38, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
media-libs/bcg729/bcg729-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
index 070e4450e49..dff0967147a 100644
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ia64 ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
!media-plugins/mediastreamer-bcg729
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2018-06-06 23:23 Thomas Deutschmann
0 siblings, 0 replies; 42+ messages in thread
From: Thomas Deutschmann @ 2018-06-06 23:23 UTC (permalink / raw
To: gentoo-commits
commit: b2669f7a07b9f05dd9bf0db676f669e6617787a4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 23:10:01 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 23:22:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2669f7a
media-libs/bcg729: x86 stable (bug #656806)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/bcg729/bcg729-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
index dff0967147a..cd937c1470c 100644
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ia64 ~ppc64 x86"
IUSE="static-libs"
RDEPEND="
!media-plugins/mediastreamer-bcg729
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2018-06-19 17:29 Tobias Klausmann
0 siblings, 0 replies; 42+ messages in thread
From: Tobias Klausmann @ 2018-06-19 17:29 UTC (permalink / raw
To: gentoo-commits
commit: f42fe137116aa4446b3f8e281874f2be29bba721
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 14:34:42 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 17:28:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42fe137
media-libs/bcg729-1.0.4-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/656806
media-libs/bcg729/bcg729-1.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
index cd937c1470c..dd1a8724601 100644
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ~ppc64 x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~ppc64 x86"
IUSE="static-libs"
RDEPEND="
!media-plugins/mediastreamer-bcg729
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2019-08-12 19:58 Michał Górny
0 siblings, 0 replies; 42+ messages in thread
From: Michał Górny @ 2019-08-12 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 6b1a38fd69848e311d954842eb3b4d4b39e2995b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 19:58:50 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 19:58:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1a38fd
media-libs/bcg729: Fix maintainer type
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/bcg729/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/metadata.xml b/media-libs/bcg729/metadata.xml
index e971bf9d9b7..825589988b4 100644
--- a/media-libs/bcg729/metadata.xml
+++ b/media-libs/bcg729/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
+<maintainer type="project">
<email>netmon@gentoo.org</email>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2019-10-10 8:17 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2019-10-10 8:17 UTC (permalink / raw
To: gentoo-commits
commit: dcb39879acc28414d9be5e35fc98aa6602e7d016
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 08:17:10 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 08:17:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb39879
media-libs/bcg729: Add live ebuild
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
media-libs/bcg729/bcg729-999999.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/media-libs/bcg729/bcg729-999999.ebuild b/media-libs/bcg729/bcg729-999999.ebuild
new file mode 100644
index 00000000000..961164ae6e9
--- /dev/null
+++ b/media-libs/bcg729/bcg729-999999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit git-r3 cmake-multilib
+
+DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
+HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE="static-libs"
+RDEPEND="
+ !media-plugins/mediastreamer-bcg729
+"
+
+multilib_src_configure() {
+ local mycmakeargs+=(
+ -DENABLE_STATIC=$(usex static-libs)
+ )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2019-11-30 14:59 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2019-11-30 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 28cb4fcc47c38601e675a0c4e5a5cad15ccd4898
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 14:59:10 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 14:59:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cb4fcc
media-libs/bcg729: Update LICENSE
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
media-libs/bcg729/bcg729-4.3.0_beta.ebuild | 2 +-
media-libs/bcg729/bcg729-999999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild
index d2a80e7d214..ab0354d4960 100644
--- a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild
+++ b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
SRC_URI="${HOMEPAGE}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86"
IUSE="static-libs"
diff --git a/media-libs/bcg729/bcg729-999999.ebuild b/media-libs/bcg729/bcg729-999999.ebuild
index aabbb6a8fda..4155676ac3c 100644
--- a/media-libs/bcg729/bcg729-999999.ebuild
+++ b/media-libs/bcg729/bcg729-999999.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
EGIT_REPO_URI="https://github.com/BelledonneCommunications/bcg729"
-LICENSE="GPL-2"
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="static-libs"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2019-11-30 14:59 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2019-11-30 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 625a5bcc3e463c5f266e17ab5aab98b94e79ee6b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 14:56:32 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 14:59:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625a5bcc
media-libs/bcg729: Update live ebuild
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
media-libs/bcg729/bcg729-999999.ebuild | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/media-libs/bcg729/bcg729-999999.ebuild b/media-libs/bcg729/bcg729-999999.ebuild
index 961164ae6e9..aabbb6a8fda 100644
--- a/media-libs/bcg729/bcg729-999999.ebuild
+++ b/media-libs/bcg729/bcg729-999999.ebuild
@@ -2,23 +2,32 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit git-r3 cmake-multilib
+inherit cmake-utils git-r3
DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/BelledonneCommunications/bcg729"
-LICENSE="GPL-3"
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="static-libs"
RDEPEND="
!media-plugins/mediastreamer-bcg729
"
+S=${WORKDIR}/${P/_/-}
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.3.0_beta-cmake-build.patch
+)
-multilib_src_configure() {
- local mycmakeargs+=(
+src_configure() {
+ mycmakeargs=(
-DENABLE_STATIC=$(usex static-libs)
)
cmake-utils_src_configure
}
+
+src_install() {
+ cmake-utils_src_install
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2019-12-11 1:45 Aaron Bauman
0 siblings, 0 replies; 42+ messages in thread
From: Aaron Bauman @ 2019-12-11 1:45 UTC (permalink / raw
To: gentoo-commits
commit: e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 01:44:35 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 01:45:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cecb81
media-libs/bcg729: fix HomePageInSrcUri
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4.ebuild | 3 ++-
media-libs/bcg729/bcg729-4.3.0_beta.ebuild | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
index 6d177a36f30..4701c38eafb 100644
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -6,7 +6,8 @@ inherit autotools ltprune
DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV}.tar.gz \
+ -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild
index ab0354d4960..0af9054bbb8 100644
--- a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild
+++ b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild
@@ -2,11 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit cmake-utils
DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="${HOMEPAGE}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
+ -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2019-12-11 6:04 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2019-12-11 6:04 UTC (permalink / raw
To: gentoo-commits
commit: d89b6907f4121bce1a4a0ea9e5ea45a3ff73c1af
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 06:04:11 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 06:04:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89b6907
media-libs/bcg729: Version 4.3.0_alpha
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
media-libs/bcg729/Manifest | 2 +-
.../bcg729/{bcg729-4.3.0_beta.ebuild => bcg729-4.3.0_alpha.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
index 5bb2dec16ed..bb2a1602003 100644
--- a/media-libs/bcg729/Manifest
+++ b/media-libs/bcg729/Manifest
@@ -1,2 +1,2 @@
DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb
-DIST bcg729-4.3.0_beta.tar.gz 121655 BLAKE2B 7501b5189b07404d49c3eb0c4bcf7789a88335ec52d172f08104bd15f1a243dab4d7ad522b1a9030942534c26b1affa278263f782c5f9ce7c140a88970790646 SHA512 5523f3fc0ec730c3e20659fe268f9ea0b676807129ca21b9492d41ea2d450526dcc297005b723438c8c20e787319ba3d1c9bf62a263b88779aa1d1243de8b13c
+DIST bcg729-4.3.0_alpha.tar.gz 121783 BLAKE2B 10d34fcea3eae131cefc8133f092e4e74f5c8df244bc343fe5d73a49167c6d6ec506845d6cb29cac1fb111c1a68bcc1b60d011aa635923138fea6bec5d342594 SHA512 326a76ff32086c1cb70c0327153f04bfcb82f5fb6767668a713f2517cf4b130f23563db3c6c9b4cd33b1514ce829356120d2ebd9208291da277a9a09263764fe
diff --git a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild b/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild
similarity index 100%
rename from media-libs/bcg729/bcg729-4.3.0_beta.ebuild
rename to media-libs/bcg729/bcg729-4.3.0_alpha.ebuild
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-01-15 8:56 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2020-01-15 8:56 UTC (permalink / raw
To: gentoo-commits
commit: c5a1e1dfad6dbc11613a2eeef78af8ea35ed8e3f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 08:53:40 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 08:56:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a1e1df
media-libs/bcg729: EAPI=7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
new file mode 100644
index 00000000000..53c6d19ed72
--- /dev/null
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake-utils
+
+DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
+HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
+SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+ !media-plugins/mediastreamer-bcg729
+"
+S=${WORKDIR}/${P/_/-}
+DOCS=( AUTHORS NEWS README.md )
+
+src_configure() {
+ mycmakeargs=(
+ -DENABLE_STATIC=$(usex static-libs)
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-01-15 8:56 Jeroen Roovers
0 siblings, 0 replies; 42+ messages in thread
From: Jeroen Roovers @ 2020-01-15 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 2063d594c2823b0d8f71a7885ba4af514bab7a20
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 08:55:14 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 08:56:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2063d594
media-libs/bcg729: Drop 4.3.0_alpha
The 4.3.0_alpha tag was removed recently, so apparently that was not an
official release.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
media-libs/bcg729/Manifest | 1 -
media-libs/bcg729/bcg729-4.3.0_alpha.ebuild | 35 -----------------------------
2 files changed, 36 deletions(-)
diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
index bb2a1602003..1beae9d37e7 100644
--- a/media-libs/bcg729/Manifest
+++ b/media-libs/bcg729/Manifest
@@ -1,2 +1 @@
DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb
-DIST bcg729-4.3.0_alpha.tar.gz 121783 BLAKE2B 10d34fcea3eae131cefc8133f092e4e74f5c8df244bc343fe5d73a49167c6d6ec506845d6cb29cac1fb111c1a68bcc1b60d011aa635923138fea6bec5d342594 SHA512 326a76ff32086c1cb70c0327153f04bfcb82f5fb6767668a713f2517cf4b130f23563db3c6c9b4cd33b1514ce829356120d2ebd9208291da277a9a09263764fe
diff --git a/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild b/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild
deleted file mode 100644
index 0af9054bbb8..00000000000
--- a/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
-HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86"
-IUSE="static-libs"
-RDEPEND="
- !media-plugins/mediastreamer-bcg729
-"
-S=${WORKDIR}/${P/_/-}
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.0_beta-cmake-build.patch
-)
-
-src_configure() {
- mycmakeargs=(
- -DENABLE_STATIC=$(usex static-libs)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-05-06 6:41 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2020-05-06 6:41 UTC (permalink / raw
To: gentoo-commits
commit: 464d8c6912e3c76e329aa0c7525f39b33e760611
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed May 6 06:37:40 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed May 6 06:37:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464d8c69
media-libs/bcg729: keyworded 1.0.4-r1 for ppc, bug #716426
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index 53c6d19ed72..3664c1d80e5 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.ta
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-07-16 17:45 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-07-16 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 8e2519bc44a36e81f958e16fc1352d261fe6ef00
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 17:45:25 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 17:45:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2519bc
media-libs/bcg729: arm64 keyworded (bug #716426)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index 3664c1d80e5..63f450ccdac 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.ta
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-07-20 12:24 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-07-20 12:24 UTC (permalink / raw
To: gentoo-commits
commit: f91d5cca498611a0f1e622bb22c78b05ccde185b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 12:22:01 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 12:22:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91d5cca
media-libs/bcg729: arm keyworded (bug #716426)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index 63f450ccdac..81359d7dde9 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.ta
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-04 0:44 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-04 0:44 UTC (permalink / raw
To: gentoo-commits
commit: f37210cb10ef3fc4ff88e5ead01a41802f3eb1d2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 00:38:38 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 00:38:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37210cb
media-libs/bcg729: fix indentation in metadata.xml
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/metadata.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/media-libs/bcg729/metadata.xml b/media-libs/bcg729/metadata.xml
index 1ebfed38fe6..5fb0304da7e 100644
--- a/media-libs/bcg729/metadata.xml
+++ b/media-libs/bcg729/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>sam@gentoo.org</email>
-<name>Sam James</name>
-</maintainer>
-<maintainer type="project">
-<email>netmon@gentoo.org</email>
-</maintainer>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>netmon@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-04 0:44 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-04 0:44 UTC (permalink / raw
To: gentoo-commits
commit: 5e84a2cfd4b37d6b60c8dc1379c2e0e2943d1f76
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 00:38:09 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 00:38:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e84a2cf
media-libs/bcg729: join as (co-)maintainer
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/media-libs/bcg729/metadata.xml b/media-libs/bcg729/metadata.xml
index 825589988b4..1ebfed38fe6 100644
--- a/media-libs/bcg729/metadata.xml
+++ b/media-libs/bcg729/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+<maintainer type="person">
+<email>sam@gentoo.org</email>
+<name>Sam James</name>
+</maintainer>
<maintainer type="project">
<email>netmon@gentoo.org</email>
</maintainer>
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-04 1:48 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-04 1:48 UTC (permalink / raw
To: gentoo-commits
commit: aed7cb799c0017b7e726eff421bf016cafad08b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 01:47:59 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 01:47:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed7cb79
media-libs/bcg729: Stabilize 1.0.4-r1 arm64, #750692
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index 81359d7dde9..79cd04688b8 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.ta
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-04 9:23 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-04 9:23 UTC (permalink / raw
To: gentoo-commits
commit: f6843f6b410d1f6fc84403db3a360222b27cfeee
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 09:22:47 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 09:22:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6843f6b
media-libs/bcg729: Stabilize 1.0.4-r1 arm, #750692
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index 79cd04688b8..83ffc885acd 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.ta
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-06 20:24 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-06 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 20b56917b7dedbf7f71ffd78d0e8c38b068275a1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 20:14:59 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 20:14:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b56917
media-libs/bcg729: Stabilize 1.0.4-r1 amd64, #750692
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index 83ffc885acd..bf62f258494 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.ta
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-06 21:43 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-06 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 34f8c3691891e9a7307f986349d19debeebcc8da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 21:43:19 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 21:43:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f8c369
media-libs/bcg729: ppc64 stable (bug #750692)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index bf62f258494..6235428f839 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.ta
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~x86"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-08 10:22 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-08 10:22 UTC (permalink / raw
To: gentoo-commits
commit: c867bb4df37c1aa736d6a4634aee9cbe389fef3b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 10:21:50 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 10:21:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c867bb4d
media-libs/bcg729: Stabilize 1.0.4-r1 x86, #750692
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index 6235428f839..ce3201c782e 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.ta
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86"
IUSE="static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-24 1:40 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-24 1:40 UTC (permalink / raw
To: gentoo-commits
commit: 8915a41abcce15383892a470da2a7c55b718f790
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 01:40:36 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 01:40:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8915a41a
media-libs/bcg729: bump to 1.1.1
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/Manifest | 1 +
media-libs/bcg729/bcg729-1.1.1.ebuild | 23 +++++++++++++++++++++++
media-libs/bcg729/bcg729-999999.ebuild | 23 +++++++----------------
3 files changed, 31 insertions(+), 16 deletions(-)
diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
index 1beae9d37e7..c4e776d5f22 100644
--- a/media-libs/bcg729/Manifest
+++ b/media-libs/bcg729/Manifest
@@ -1 +1,2 @@
DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb
+DIST bcg729-1.1.1.tar.gz 122475 BLAKE2B 6774f6af439c9308db856be9d4bbb6db5c73e7a807b51dca6338d1506d896052a7830ade7767b45fd5a9ded0a6a0057e207bc1d5b0e33adbaed9dafb13a7bd3b SHA512 e8cc4b7486a9a29fb729ab9fd9e3c4a2155573f38cec16f5a53db3b416fc1119ea5f5a61243a8d37cb0b64580c5df1b632ff165dc7ff47421fa567dafffaacd8
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
new file mode 100644
index 00000000000..ed8001bbde0
--- /dev/null
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
+HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
+SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
+ -> ${P}.tar.gz"
+S="${WORKDIR}/${P/_/-}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="!media-plugins/mediastreamer-bcg729"
+
+src_install() {
+ cmake_src_install
+ find "${ED}" -name '*.la' -delete || die
+}
diff --git a/media-libs/bcg729/bcg729-999999.ebuild b/media-libs/bcg729/bcg729-999999.ebuild
index 4155676ac3c..5263aff5d73 100644
--- a/media-libs/bcg729/bcg729-999999.ebuild
+++ b/media-libs/bcg729/bcg729-999999.ebuild
@@ -1,33 +1,24 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils git-r3
+
+inherit cmake git-r3
DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
EGIT_REPO_URI="https://github.com/BelledonneCommunications/bcg729"
+S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS=""
-IUSE="static-libs"
-RDEPEND="
- !media-plugins/mediastreamer-bcg729
-"
-S=${WORKDIR}/${P/_/-}
+RDEPEND="!media-plugins/mediastreamer-bcg729"
+
PATCHES=(
"${FILESDIR}"/${PN}-4.3.0_beta-cmake-build.patch
)
-src_configure() {
- mycmakeargs=(
- -DENABLE_STATIC=$(usex static-libs)
- )
- cmake-utils_src_configure
-}
-
src_install() {
- cmake-utils_src_install
+ cmake_src_install
find "${ED}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-24 1:41 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-24 1:41 UTC (permalink / raw
To: gentoo-commits
commit: b59d26f68af175e9f5ccf52f577ef0b9071eec19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 01:41:26 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 01:41:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59d26f6
media-libs/bcg729: cleanup old
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
deleted file mode 100644
index 10929658ed0..00000000000
--- a/media-libs/bcg729/bcg729-1.0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools ltprune
-
-DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
-HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV}.tar.gz \
- -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc64 x86"
-IUSE="static-libs"
-RDEPEND="
- !media-plugins/mediastreamer-bcg729
-"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-11-24 2:08 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-11-24 2:08 UTC (permalink / raw
To: gentoo-commits
commit: ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 02:08:02 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 02:08:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb9845b
media-libs/bcg729: disable static-libs
They default to on!
Closes: https://bugs.gentoo.org/756274
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index ed8001bbde0..4ff2047c3db 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -17,6 +17,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
RDEPEND="!media-plugins/mediastreamer-bcg729"
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_STATIC=no
+ )
+ cmake_src_configure
+}
+
src_install() {
cmake_src_install
find "${ED}" -name '*.la' -delete || die
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-12-27 0:54 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-12-27 0:54 UTC (permalink / raw
To: gentoo-commits
commit: 5200e37cf5a79c4f534f13ab73b1afa7c88b19a7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 00:52:58 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 00:52:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5200e37c
media-libs/bcg729: Stabilize 1.1.1 arm, #761703
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index 4ff2047c3db..931c69fab8c 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
RDEPEND="!media-plugins/mediastreamer-bcg729"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-12-27 4:31 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-12-27 4:31 UTC (permalink / raw
To: gentoo-commits
commit: 154c563528d438f420e29753d53065b233043bb7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 04:31:25 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 04:31:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154c5635
media-libs/bcg729: Stabilize 1.1.1 amd64, #761703
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index 931c69fab8c..8dbd7f257e1 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
RDEPEND="!media-plugins/mediastreamer-bcg729"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-12-27 4:47 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2020-12-27 4:47 UTC (permalink / raw
To: gentoo-commits
commit: d4ed0e3a676d4aa3c3b25f18bbc987e73505967d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 04:46:52 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 04:47:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ed0e3a
media-libs/bcg729: Stabilize 1.1.1 arm64, #761703
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index 8dbd7f257e1..9b7e47592ed 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
RDEPEND="!media-plugins/mediastreamer-bcg729"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2020-12-27 12:28 Sergei Trofimovich
0 siblings, 0 replies; 42+ messages in thread
From: Sergei Trofimovich @ 2020-12-27 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 6b7993c5858daca8bc89770a8fdd03d0e42aeed3
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 11:59:37 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 12:27:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7993c5
media-libs/bcg729: stable 1.1.1 for ppc64
stable wrt bug #761703
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index 9b7e47592ed..e724197e7cf 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~x86"
RDEPEND="!media-plugins/mediastreamer-bcg729"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2021-01-01 22:22 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-01-01 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 85d706b3d2841c4bc90293f8e527ab087c4832ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 06:20:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 22:21:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d706b3
media-libs/bcg729: don't use -Werror
Closes: https://bugs.gentoo.org/751301
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 7 ++++++-
media-libs/bcg729/bcg729-1.1.1.ebuild | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
index ce3201c782e..04926f70bcf 100644
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,11 @@ RDEPEND="
S=${WORKDIR}/${P/_/-}
DOCS=( AUTHORS NEWS README.md )
+src_prepare() {
+ sed -i -e '/-Werror/d' CMakeLists.txt || die
+ cmake-utils_src_prepare
+}
+
src_configure() {
mycmakeargs=(
-DENABLE_STATIC=$(usex static-libs)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index e724197e7cf..3a492a09a32 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,6 +17,11 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~x86"
RDEPEND="!media-plugins/mediastreamer-bcg729"
+src_prepare() {
+ sed -i -e 's/-Werror //' CMakeLists.txt || die
+ cmake_src_prepare
+}
+
src_configure() {
local mycmakeargs=(
-DENABLE_STATIC=no
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2021-01-01 22:22 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-01-01 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 9c878248fbf450aa8fbd362fa4e5f12f73ee5268
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 06:36:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 22:21:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c878248
media-libs/bcg729: run tests
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/Manifest | 1 +
media-libs/bcg729/bcg729-1.1.1.ebuild | 22 ++++++++++++++++++++--
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
index c4e776d5f22..479f0e5ad67 100644
--- a/media-libs/bcg729/Manifest
+++ b/media-libs/bcg729/Manifest
@@ -1,2 +1,3 @@
DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb
DIST bcg729-1.1.1.tar.gz 122475 BLAKE2B 6774f6af439c9308db856be9d4bbb6db5c73e7a807b51dca6338d1506d896052a7830ade7767b45fd5a9ded0a6a0057e207bc1d5b0e33adbaed9dafb13a7bd3b SHA512 e8cc4b7486a9a29fb729ab9fd9e3c4a2155573f38cec16f5a53db3b416fc1119ea5f5a61243a8d37cb0b64580c5df1b632ff165dc7ff47421fa567dafffaacd8
+DIST bcg729-tests-20210101.zip 33438219 BLAKE2B 93bf1538f905f2fb67d703a6275ac7d616c005efb709f4d11e838be8b06e7f87429c4114dfc3e393b7b635dca51bf75a09d676188e9e11facdf7ec45ec5e4e50 SHA512 bd97521dc620e857dc3956ffc8a0b23da86ab2dd00621247ad91f05f04a9df7ce19bda426a307188f9271341332a393cb6e85c5c7e04b85c6e92496b6ffad5fc
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index 3a492a09a32..bef0e798b64 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -5,16 +5,23 @@ EAPI=7
inherit cmake
+TEST_SUFFIX="tests-20210101"
DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
- -> ${P}.tar.gz"
+SRC_URI="https://github.com/BelledonneCommunications/${PN}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" test? ( http://www.belledonne-communications.com/bc-downloads/${PN}-patterns.zip -> ${PN}-${TEST_SUFFIX}.zip )"
S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~x86"
+IUSE="test"
+RESTRICT="test"
+# Not all passing yet
+# TODO: Report upstream
+#RESTRICT="!test? ( test )"
+BDEPEND="test? ( app-arch/unzip )"
RDEPEND="!media-plugins/mediastreamer-bcg729"
src_prepare() {
@@ -25,10 +32,21 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DENABLE_STATIC=no
+ -DENABLE_TESTS=$(usex test)
)
cmake_src_configure
}
+src_test() {
+ cd "${BUILD_DIR}/test" || die
+
+ if use test ; then
+ mv "${WORKDIR}/patterns" "${BUILD_DIR}/test/" || die
+ fi
+
+ ./testCampaignAll || die
+}
+
src_install() {
cmake_src_install
find "${ED}" -name '*.la' -delete || die
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2021-01-02 0:09 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-01-02 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 15ef61e28746a191bcda73cccf290e2551abb946
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 00:08:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 00:08:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ef61e2
media-libs/bcg729: remove live ebuild
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-999999.ebuild | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/media-libs/bcg729/bcg729-999999.ebuild b/media-libs/bcg729/bcg729-999999.ebuild
deleted file mode 100644
index 5263aff5d73..00000000000
--- a/media-libs/bcg729/bcg729-999999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3
-
-DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
-HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-EGIT_REPO_URI="https://github.com/BelledonneCommunications/bcg729"
-S="${WORKDIR}/${P/_/-}"
-
-LICENSE="GPL-3"
-SLOT="0"
-RDEPEND="!media-plugins/mediastreamer-bcg729"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.0_beta-cmake-build.patch
-)
-
-src_install() {
- cmake_src_install
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2021-01-02 0:09 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-01-02 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 6344af6fa47c15d14d227cbcff151f897a5fe232
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 00:08:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 00:08:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6344af6f
media-libs/bcg729: tidy src_test logic
Copied from src_prepare (where I relied it'd be simpler in src_test),
forgot to update the logic.
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index bef0e798b64..ca7b404f630 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -39,10 +39,7 @@ src_configure() {
src_test() {
cd "${BUILD_DIR}/test" || die
-
- if use test ; then
- mv "${WORKDIR}/patterns" "${BUILD_DIR}/test/" || die
- fi
+ mv "${WORKDIR}/patterns" "${BUILD_DIR}/test/" || die
./testCampaignAll || die
}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2021-01-05 21:09 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-01-05 21:09 UTC (permalink / raw
To: gentoo-commits
commit: fc274a0c45f0a19d7f277c015cef6ecf09438cf7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 21:05:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 21:05:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc274a0c
media-libs/bcg729: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/Manifest | 1 -
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 38 --------------------------------
2 files changed, 39 deletions(-)
diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
index 479f0e5ad67..bca9c215ee8 100644
--- a/media-libs/bcg729/Manifest
+++ b/media-libs/bcg729/Manifest
@@ -1,3 +1,2 @@
-DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb
DIST bcg729-1.1.1.tar.gz 122475 BLAKE2B 6774f6af439c9308db856be9d4bbb6db5c73e7a807b51dca6338d1506d896052a7830ade7767b45fd5a9ded0a6a0057e207bc1d5b0e33adbaed9dafb13a7bd3b SHA512 e8cc4b7486a9a29fb729ab9fd9e3c4a2155573f38cec16f5a53db3b416fc1119ea5f5a61243a8d37cb0b64580c5df1b632ff165dc7ff47421fa567dafffaacd8
DIST bcg729-tests-20210101.zip 33438219 BLAKE2B 93bf1538f905f2fb67d703a6275ac7d616c005efb709f4d11e838be8b06e7f87429c4114dfc3e393b7b635dca51bf75a09d676188e9e11facdf7ec45ec5e4e50 SHA512 bd97521dc620e857dc3956ffc8a0b23da86ab2dd00621247ad91f05f04a9df7ce19bda426a307188f9271341332a393cb6e85c5c7e04b85c6e92496b6ffad5fc
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
deleted file mode 100644
index 04926f70bcf..00000000000
--- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake-utils
-
-DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
-HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
-SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86"
-IUSE="static-libs"
-
-RDEPEND="
- !media-plugins/mediastreamer-bcg729
-"
-S=${WORKDIR}/${P/_/-}
-DOCS=( AUTHORS NEWS README.md )
-
-src_prepare() {
- sed -i -e '/-Werror/d' CMakeLists.txt || die
- cmake-utils_src_prepare
-}
-
-src_configure() {
- mycmakeargs=(
- -DENABLE_STATIC=$(usex static-libs)
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2021-03-17 1:44 Sam James
0 siblings, 0 replies; 42+ messages in thread
From: Sam James @ 2021-03-17 1:44 UTC (permalink / raw
To: gentoo-commits
commit: f3d2bdecaab108dc7b89443d2df86a09bdad71f9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 01:33:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 01:33:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d2bdec
media-libs/bcg729: style change for DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index cf638a772cf..b0918c6a824 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit cmake
TEST_SUFFIX="tests-20210101"
-DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
+DESCRIPTION="Encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
SRC_URI="https://github.com/BelledonneCommunications/${PN}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" test? ( http://www.belledonne-communications.com/bc-downloads/${PN}-patterns.zip -> ${PN}-${TEST_SUFFIX}.zip )"
@@ -16,6 +16,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86"
IUSE="test"
+
RESTRICT="test"
# Not all passing yet
# TODO: Report upstream
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2021-12-31 3:42 Yixun Lan
0 siblings, 0 replies; 42+ messages in thread
From: Yixun Lan @ 2021-12-31 3:42 UTC (permalink / raw
To: gentoo-commits
commit: 237cb26067daaddb02c9469f2c54a53cac064865
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Wed Dec 29 14:50:46 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 03:40:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237cb260
media-libs/bcg729: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index b0918c6a824f..626a270c12b1 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86"
IUSE="test"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2024-01-12 8:30 Arthur Zamarin
0 siblings, 0 replies; 42+ messages in thread
From: Arthur Zamarin @ 2024-01-12 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 7b65c078c92b8b53ff229629ff73a7dcb8c1a8d5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 08:30:15 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 08:30:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b65c078
media-libs/bcg729: Keyword 1.1.1 sparc, #919424
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index 626a270c12b1..bd3d3a546684 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
IUSE="test"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 42+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
@ 2024-09-27 13:35 WANG Xuerui
0 siblings, 0 replies; 42+ messages in thread
From: WANG Xuerui @ 2024-09-27 13:35 UTC (permalink / raw
To: gentoo-commits
commit: 3f445beb2930694c522d453437cb525fdccbc1a0
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 13:23:19 2024 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 13:24:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f445beb
media-libs/bcg729: keyword 1.1.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
media-libs/bcg729/bcg729-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/bcg729/bcg729-1.1.1.ebuild b/media-libs/bcg729/bcg729-1.1.1.ebuild
index 20dab09531f5..2b5d8de3f110 100644
--- a/media-libs/bcg729/bcg729-1.1.1.ebuild
+++ b/media-libs/bcg729/bcg729-1.1.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
IUSE="test"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 42+ messages in thread
end of thread, other threads:[~2024-09-27 13:35 UTC | newest]
Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-08 10:22 [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-09-27 13:35 WANG Xuerui
2024-01-12 8:30 Arthur Zamarin
2021-12-31 3:42 Yixun Lan
2021-03-17 1:44 Sam James
2021-01-05 21:09 Sam James
2021-01-02 0:09 Sam James
2021-01-02 0:09 Sam James
2021-01-01 22:22 Sam James
2021-01-01 22:22 Sam James
2020-12-27 12:28 Sergei Trofimovich
2020-12-27 4:47 Sam James
2020-12-27 4:31 Sam James
2020-12-27 0:54 Sam James
2020-11-24 2:08 Sam James
2020-11-24 1:41 Sam James
2020-11-24 1:40 Sam James
2020-11-06 21:43 Sam James
2020-11-06 20:24 Sam James
2020-11-04 9:23 Sam James
2020-11-04 1:48 Sam James
2020-11-04 0:44 Sam James
2020-11-04 0:44 Sam James
2020-07-20 12:24 Sam James
2020-07-16 17:45 Sam James
2020-05-06 6:41 Sergei Trofimovich
2020-01-15 8:56 Jeroen Roovers
2020-01-15 8:56 Jeroen Roovers
2019-12-11 6:04 Jeroen Roovers
2019-12-11 1:45 Aaron Bauman
2019-11-30 14:59 Jeroen Roovers
2019-11-30 14:59 Jeroen Roovers
2019-10-10 8:17 Jeroen Roovers
2019-08-12 19:58 Michał Górny
2018-06-19 17:29 Tobias Klausmann
2018-06-06 23:23 Thomas Deutschmann
2018-05-31 10:01 Sergei Trofimovich
2018-05-30 7:46 Jeroen Roovers
2018-03-18 19:48 Sergei Trofimovich
2018-02-08 21:33 Sergei Trofimovich
2018-02-07 21:14 Jeroen Roovers
2018-02-07 21:14 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox