[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2024-01-12 Thread Arthur Zamarin
commit: 7b65c078c92b8b53ff229629ff73a7dcb8c1a8d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 12 08:30:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 12 08:30:15 2024 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2021-12-30 Thread Yixun Lan
commit: 237cb26067daaddb02c9469f2c54a53cac064865
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Dec 29 14:50:46 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Dec 31 03:40:05 2021 +
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  gmail.com>
Signed-off-by: Yixun Lan  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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2021-03-16 Thread Sam James
commit: f3d2bdecaab108dc7b89443d2df86a09bdad71f9
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 01:33:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 01:33:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d2bdec

media-libs/bcg729: style change for DESCRIPTION

Signed-off-by: Sam James  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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/files/

2021-01-31 Thread Conrad Kostecki
commit: 228a203da2c17ef9fb92d5cb7ecb3ffbaa0aa4fb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jan 29 15:43:22 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jan 31 20:38:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228a203d

media-libs/bcg729: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/19256
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-libs/bcg729/files/bcg729-4.3.0_beta-cmake-build.patch | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-libs/bcg729/files/bcg729-4.3.0_beta-cmake-build.patch 
b/media-libs/bcg729/files/bcg729-4.3.0_beta-cmake-build.patch
deleted file mode 100644
index 9efcf0fabe8..000
--- a/media-libs/bcg729/files/bcg729-4.3.0_beta-cmake-build.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -119,5 +119,3 @@
-   DESTINATION ${CONFIG_PACKAGE_LOCATION}
- )
- 
--add_subdirectory(build)
--



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2021-01-05 Thread Sam James
commit: fc274a0c45f0a19d7f277c015cef6ecf09438cf7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  5 21:05:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  5 21:05:57 2021 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2021-01-01 Thread Sam James
commit: 15ef61e28746a191bcda73cccf290e2551abb946
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  2 00:08:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  2 00:08:50 2021 +
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  gentoo.org>

 media-libs/bcg729/bcg729-99.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/media-libs/bcg729/bcg729-99.ebuild 
b/media-libs/bcg729/bcg729-99.ebuild
deleted file mode 100644
index 5263aff5d73..000
--- a/media-libs/bcg729/bcg729-99.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
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2021-01-01 Thread Sam James
commit: 6344af6fa47c15d14d227cbcff151f897a5fe232
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  2 00:08:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  2 00:08:49 2021 +
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  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
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2021-01-01 Thread Sam James
commit: 85d706b3d2841c4bc90293f8e527ab087c4832ce
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  1 06:20:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  1 22:21:53 2021 +
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  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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2021-01-01 Thread Sam James
commit: 9c878248fbf450aa8fbd362fa4e5f12f73ee5268
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  1 06:36:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  1 22:21:54 2021 +
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  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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-12-27 Thread Sergei Trofimovich
commit: 6b7993c5858daca8bc89770a8fdd03d0e42aeed3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 27 11:59:37 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 27 12:27:59 2020 +
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  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"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-12-26 Thread Sam James
commit: d4ed0e3a676d4aa3c3b25f18bbc987e73505967d
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 27 04:46:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 27 04:47:20 2020 +
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  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"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-12-26 Thread Sam James
commit: 154c563528d438f420e29753d53065b233043bb7
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 27 04:31:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 27 04:31:25 2020 +
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  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"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-12-26 Thread Sam James
commit: 5200e37cf5a79c4f534f13ab73b1afa7c88b19a7
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 27 00:52:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 27 00:52:58 2020 +
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  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"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-23 Thread Sam James
commit: ffb9845bf9a6f4d3bafd8d2e72a591cc918c0943
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 24 02:08:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 24 02:08:07 2020 +
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  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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-23 Thread Sam James
commit: b59d26f68af175e9f5ccf52f577ef0b9071eec19
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 24 01:41:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 24 01:41:26 2020 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-23 Thread Sam James
commit: 8915a41abcce15383892a470da2a7c55b718f790
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 24 01:40:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 24 01:40:36 2020 +
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  gentoo.org>

 media-libs/bcg729/Manifest |  1 +
 media-libs/bcg729/bcg729-1.1.1.ebuild  | 23 +++
 media-libs/bcg729/bcg729-99.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 000..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-99.ebuild 
b/media-libs/bcg729/bcg729-99.ebuild
index 4155676ac3c..5263aff5d73 100644
--- a/media-libs/bcg729/bcg729-99.ebuild
+++ b/media-libs/bcg729/bcg729-99.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
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-08 Thread Sam James
commit: c867bb4df37c1aa736d6a4634aee9cbe389fef3b
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 10:21:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 10:21:50 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-06 Thread Sam James
commit: 34f8c3691891e9a7307f986349d19debeebcc8da
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  6 21:43:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  6 21:43:19 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-06 Thread Sam James
commit: 20b56917b7dedbf7f71ffd78d0e8c38b068275a1
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  6 20:14:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  6 20:14:59 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-04 Thread Sam James
commit: f6843f6b410d1f6fc84403db3a360222b27cfeee
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 09:22:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 09:22:47 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-03 Thread Sam James
commit: aed7cb799c0017b7e726eff421bf016cafad08b8
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 01:47:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 01:47:59 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-03 Thread Sam James
commit: f37210cb10ef3fc4ff88e5ead01a41802f3eb1d2
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 00:38:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 00:38:38 2020 +
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  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-s...@gentoo.org
-Sam James
-
-
-net...@gentoo.org
-
+   
+   s...@gentoo.org
+   Sam James
+   
+   
+   net...@gentoo.org
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-11-03 Thread Sam James
commit: 5e84a2cfd4b37d6b60c8dc1379c2e0e2943d1f76
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 00:38:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 00:38:09 2020 +
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  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+
+s...@gentoo.org
+Sam James
+
 
 net...@gentoo.org
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-07-20 Thread Sam James
commit: f91d5cca498611a0f1e622bb22c78b05ccde185b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 12:22:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 12:22:01 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-07-16 Thread Sam James
commit: 8e2519bc44a36e81f958e16fc1352d261fe6ef00
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 17:45:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 17:45:39 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-05-06 Thread Sergei Trofimovich
commit: 464d8c6912e3c76e329aa0c7525f39b33e760611
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May  6 06:37:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 06:37:40 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-01-15 Thread Jeroen Roovers
commit: 2063d594c2823b0d8f71a7885ba4af514bab7a20
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 15 08:55:14 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 15 08:56:02 2020 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2020-01-15 Thread Jeroen Roovers
commit: c5a1e1dfad6dbc11613a2eeef78af8ea35ed8e3f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan 15 08:53:40 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan 15 08:56:02 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2019-12-10 Thread Jeroen Roovers
commit: d89b6907f4121bce1a4a0ea9e5ea45a3ff73c1af
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec 11 06:04:11 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec 11 06:04:34 2019 +
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  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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2019-12-10 Thread Aaron Bauman
commit: e9cecb814e5bc16ac2de49ba6f76cf7f36f466e4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec 11 01:44:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec 11 01:45:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cecb81

media-libs/bcg729: fix HomePageInSrcUri

Signed-off-by: Aaron Bauman  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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2019-11-30 Thread Jeroen Roovers
commit: 28cb4fcc47c38601e675a0c4e5a5cad15ccd4898
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 30 14:59:10 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 30 14:59:32 2019 +
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  gentoo.org>

 media-libs/bcg729/bcg729-4.3.0_beta.ebuild | 2 +-
 media-libs/bcg729/bcg729-99.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-99.ebuild 
b/media-libs/bcg729/bcg729-99.ebuild
index aabbb6a8fda..4155676ac3c 100644
--- a/media-libs/bcg729/bcg729-99.ebuild
+++ b/media-libs/bcg729/bcg729-99.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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2019-11-30 Thread Jeroen Roovers
commit: 625a5bcc3e463c5f266e17ab5aab98b94e79ee6b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 30 14:56:32 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 30 14:59:31 2019 +
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  gentoo.org>

 media-libs/bcg729/bcg729-99.ebuild | 19 ++-
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/media-libs/bcg729/bcg729-99.ebuild 
b/media-libs/bcg729/bcg729-99.ebuild
index 961164ae6e9..aabbb6a8fda 100644
--- a/media-libs/bcg729/bcg729-99.ebuild
+++ b/media-libs/bcg729/bcg729-99.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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/files/, media-libs/bcg729/

2019-11-30 Thread Jeroen Roovers
commit: d4c1662f54c5a1dd6d1778600035ed7c616983f2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Nov 30 14:53:37 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Nov 30 14:59:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c1662f

media-libs/bcg729: Version 4.3.0_beta

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Jeroen Roovers  gentoo.org>

 media-libs/bcg729/Manifest |  1 +
 media-libs/bcg729/bcg729-4.3.0_beta.ebuild | 33 ++
 .../files/bcg729-4.3.0_beta-cmake-build.patch  |  8 ++
 3 files changed, 42 insertions(+)

diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
index 1beae9d37e7..5bb2dec16ed 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-4.3.0_beta.tar.gz 121655 BLAKE2B 
7501b5189b07404d49c3eb0c4bcf7789a88335ec52d172f08104bd15f1a243dab4d7ad522b1a9030942534c26b1affa278263f782c5f9ce7c140a88970790646
 SHA512 
5523f3fc0ec730c3e20659fe268f9ea0b676807129ca21b9492d41ea2d450526dcc297005b723438c8c20e787319ba3d1c9bf62a263b88779aa1d1243de8b13c

diff --git a/media-libs/bcg729/bcg729-4.3.0_beta.ebuild 
b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild
new file mode 100644
index 000..d2a80e7d214
--- /dev/null
+++ b/media-libs/bcg729/bcg729-4.3.0_beta.ebuild
@@ -0,0 +1,33 @@
+# 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="${HOMEPAGE}/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
+"
+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
+}

diff --git a/media-libs/bcg729/files/bcg729-4.3.0_beta-cmake-build.patch 
b/media-libs/bcg729/files/bcg729-4.3.0_beta-cmake-build.patch
new file mode 100644
index 000..9efcf0fabe8
--- /dev/null
+++ b/media-libs/bcg729/files/bcg729-4.3.0_beta-cmake-build.patch
@@ -0,0 +1,8 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -119,5 +119,3 @@
+   DESTINATION ${CONFIG_PACKAGE_LOCATION}
+ )
+ 
+-add_subdirectory(build)
+-



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2019-10-10 Thread Jeroen Roovers
commit: dcb39879acc28414d9be5e35fc98aa6602e7d016
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Oct 10 08:17:10 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Oct 10 08:17:23 2019 +
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  gentoo.org>

 media-libs/bcg729/bcg729-99.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/media-libs/bcg729/bcg729-99.ebuild 
b/media-libs/bcg729/bcg729-99.ebuild
new file mode 100644
index 000..961164ae6e9
--- /dev/null
+++ b/media-libs/bcg729/bcg729-99.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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2019-08-12 Thread Michał Górny
commit: 6b1a38fd69848e311d954842eb3b4d4b39e2995b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 19:58:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 19:58:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1a38fd

media-libs/bcg729: Fix maintainer type

Signed-off-by: Michał Górny  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
 net...@gentoo.org
 
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2018-06-19 Thread Tobias Klausmann
commit: f42fe137116aa4446b3f8e281874f2be29bba721
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 19 14:34:42 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 19 17:28:54 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2018-06-06 Thread Thomas Deutschmann
commit: b2669f7a07b9f05dd9bf0db676f669e6617787a4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun  6 23:10:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  6 23:22:41 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2018-05-31 Thread Sergei Trofimovich
commit: 4ec591bd91b79cc2a210abd408ce4ad98790fcfa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May 31 09:54:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 31 09:54:24 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2018-05-30 Thread Jeroen Roovers
commit: dbbb202f11a60605265b2274d5ddfa1248141d90
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May 29 14:26:15 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 30 07:45:31 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2018-03-18 Thread Sergei Trofimovich
commit: 7fa626bf89d3f0ab4239161a8fd786ce7548d0f0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 19:46:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 19:46:41 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2018-02-08 Thread Sergei Trofimovich
commit: 72e1e486e6cbb2bd621c58820e6d6dd00adb73d3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb  8 19:54:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb  8 21:33:10 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2018-02-07 Thread Jeroen Roovers
commit: e88635ebdab9abe70f1824f7314bc2ad9d0e4a2f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb  7 21:00:28 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb  7 21:14:01 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/

2018-02-07 Thread Jeroen Roovers
commit: fda5981944688fa7d423374508d28fb1a2490cb9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb  7 20:03:39 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb  7 21:13:58 2018 +
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 000..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 000..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 000..e971bf9d9b7
--- /dev/null
+++ b/media-libs/bcg729/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+net...@gentoo.org
+
+