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

2022-04-10 Thread Yixun Lan
commit: 04636a577de8c75aa09152981f53153e2b65aeef
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Apr 10 11:34:53 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Apr 10 13:32:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04636a57

media-libs/libebur128: Keyword 1.2.6 riscv, #837059

Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/libebur128/libebur128-1.2.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libebur128/libebur128-1.2.6.ebuild 
b/media-libs/libebur128/libebur128-1.2.6.ebuild
index 2f6ba7d05ebd..54724f97b121 100644
--- a/media-libs/libebur128/libebur128-1.2.6.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-06 Thread Andreas Sturmlechner
commit: 0f107c30b40a4dd989d62b45014b2b6db86aeb49
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Apr  7 06:24:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Apr  7 06:25:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f107c30

media-libs/libebur128: Drop 1.2.4

Closes: https://bugs.gentoo.org/780105
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libebur128/Manifest|  1 -
 media-libs/libebur128/libebur128-1.2.4.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index 113780e952e..d61dcb6542c 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1,3 +1,2 @@
 DIST ebu-loudness-test-setv05.zip 91631421 BLAKE2B 
95a345b0700893ab96854c7563ecc9c667db30e8137352226d1f1ac7a666f6b08d1748d88ef11f72056d0a4bd513f365a1336de568ea45917a6ba9af5bc526ea
 SHA512 
60d022fdac47ad0be2688411be9daecbff85da994d6fa4921bba6cffab841b081d8b15d9ce284ad2253efb686463450a84a0d19cb0bad7a934546cc52dd73771
-DIST libebur128-1.2.4.tar.gz 23140 BLAKE2B 
4095a11b976109c82ffbd133d5e509b60a2fa27871982d4a81c1927cb23783e89f907bcce52e78d3c743d1e41d1bd823b9b7b510792137649e4b3b680c93eca7
 SHA512 
d9aec133aca9240f7e859aae30cfcab07ba7aa20378187d53dfeec4cd3840d49bb117fa0698591bac04d95f9d8b5cd0b1fbe41c364694f2fa8267dd690b2dc02
 DIST libebur128-1.2.6.tar.gz 25890 BLAKE2B 
8f497091d201f05efc02c423ac3e83e9d056c11ac0dd67cc89d43b7d50f1a28f22ea0f35d329e6f7c8e3df4fb1f245e729fcf7201bdf0c83477211f67472fd00
 SHA512 
ab188c6d32cd14613119258313a8a3fb1167b55501c9f5b6d3ba738d674bc58f24ac3034c23d9730ed8dc3e95a23619bfb81719e4c79807a9a16c1a5b3423582

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
deleted file mode 100644
index bbea82445b4..000
--- a/media-libs/libebur128/libebur128-1.2.4.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-multilib
-
-DESCRIPTION="A library implementing the EBU R128 loudness standard"
-HOMEPAGE="https://github.com/jiixyj/libebur128";
-SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv05.zip
 )"
-
-LICENSE="MIT"
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( app-arch/unzip
-   media-libs/libsndfile[${MULTILIB_USEDEP}] )"
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DBUILD_STATIC_LIBS=$(usex static-libs)
-   -DENABLE_TESTS=$(usex test)
-   )
-   cmake-utils_src_configure
-}
-
-multilib_src_test() {
-   cd "${WORKDIR}" || die
-   "${BUILD_DIR}"/r128-test-library | tee test-results
-   grep -c "^FAILED" test-results > /dev/null \
-   && die "At least one test failed"
-}



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

2021-04-06 Thread Sam James
commit: f8de3943af5ace5391c2cc7a38743ab7b21662f1
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  7 06:20:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  7 06:20:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8de3943

media-libs/libebur128: Stabilize 1.2.6 arm64, #780105

Signed-off-by: Sam James  gentoo.org>

 media-libs/libebur128/libebur128-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.6.ebuild 
b/media-libs/libebur128/libebur128-1.2.6.ebuild
index 735eeddcf1b..2f6ba7d05eb 100644
--- a/media-libs/libebur128/libebur128-1.2.6.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-06 Thread Sam James
commit: 57204bc8123de712fcdf13373845da71adfb733b
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  6 19:50:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  6 19:50:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57204bc8

media-libs/libebur128: Stabilize 1.2.6 arm, #780105

Signed-off-by: Sam James  gentoo.org>

 media-libs/libebur128/libebur128-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.6.ebuild 
b/media-libs/libebur128/libebur128-1.2.6.ebuild
index cf757f01bd7..735eeddcf1b 100644
--- a/media-libs/libebur128/libebur128-1.2.6.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-05 Thread Sam James
commit: d4439271b33ad316d187e2f4cc33710fec5d9c31
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  5 16:48:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  5 16:52:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4439271

media-libs/libebur128: Stabilize 1.2.6 ppc64, #780105

Signed-off-by: Sam James  gentoo.org>

 media-libs/libebur128/libebur128-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.6.ebuild 
b/media-libs/libebur128/libebur128-1.2.6.ebuild
index d256f4db088..cf757f01bd7 100644
--- a/media-libs/libebur128/libebur128-1.2.6.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-05 Thread Sam James
commit: a728bcb576afc2cd5f853ec173694ea32c60a351
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  5 16:44:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  5 16:44:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a728bcb5

media-libs/libebur128: Stabilize 1.2.6 amd64, #780105

Signed-off-by: Sam James  gentoo.org>

 media-libs/libebur128/libebur128-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.6.ebuild 
b/media-libs/libebur128/libebur128-1.2.6.ebuild
index 2aa4b719a5c..722de474c94 100644
--- a/media-libs/libebur128/libebur128-1.2.6.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-05 Thread Sam James
commit: f43768db7123d57cecab9b90f8ecc919529cb99a
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  5 16:42:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  5 16:42:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43768db

media-libs/libebur128: Stabilize 1.2.6 x86, #780105

Signed-off-by: Sam James  gentoo.org>

 media-libs/libebur128/libebur128-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.6.ebuild 
b/media-libs/libebur128/libebur128-1.2.6.ebuild
index f031bb7c263..2aa4b719a5c 100644
--- a/media-libs/libebur128/libebur128-1.2.6.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-02-14 Thread Andreas Sturmlechner
commit: bc184ef19905e07d4b02c8696e52dff68a9e32a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 14 18:09:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 14 21:51:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc184ef1

media-libs/libebur128: 1.2.6 version bump, drop IUSE=static-libs

Set CMAKE_ECLASS=cmake

Closes: https://bugs.gentoo.org/770550
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libebur128/Manifest|  1 +
 media-libs/libebur128/libebur128-1.2.6.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index b9f9ecd7063..113780e952e 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1,2 +1,3 @@
 DIST ebu-loudness-test-setv05.zip 91631421 BLAKE2B 
95a345b0700893ab96854c7563ecc9c667db30e8137352226d1f1ac7a666f6b08d1748d88ef11f72056d0a4bd513f365a1336de568ea45917a6ba9af5bc526ea
 SHA512 
60d022fdac47ad0be2688411be9daecbff85da994d6fa4921bba6cffab841b081d8b15d9ce284ad2253efb686463450a84a0d19cb0bad7a934546cc52dd73771
 DIST libebur128-1.2.4.tar.gz 23140 BLAKE2B 
4095a11b976109c82ffbd133d5e509b60a2fa27871982d4a81c1927cb23783e89f907bcce52e78d3c743d1e41d1bd823b9b7b510792137649e4b3b680c93eca7
 SHA512 
d9aec133aca9240f7e859aae30cfcab07ba7aa20378187d53dfeec4cd3840d49bb117fa0698591bac04d95f9d8b5cd0b1fbe41c364694f2fa8267dd690b2dc02
+DIST libebur128-1.2.6.tar.gz 25890 BLAKE2B 
8f497091d201f05efc02c423ac3e83e9d056c11ac0dd67cc89d43b7d50f1a28f22ea0f35d329e6f7c8e3df4fb1f245e729fcf7201bdf0c83477211f67472fd00
 SHA512 
ab188c6d32cd14613119258313a8a3fb1167b55501c9f5b6d3ba738d674bc58f24ac3034c23d9730ed8dc3e95a23619bfb81719e4c79807a9a16c1a5b3423582

diff --git a/media-libs/libebur128/libebur128-1.2.6.ebuild 
b/media-libs/libebur128/libebur128-1.2.6.ebuild
new file mode 100644
index 000..f031bb7c263
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.2.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+DESCRIPTION="Library implementing the EBU R128 loudness standard"
+HOMEPAGE="https://github.com/jiixyj/libebur128";
+SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv05.zip
 )"
+
+LICENSE="MIT"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   test? (
+   app-arch/unzip
+   media-libs/libsndfile[${MULTILIB_USEDEP}]
+   )
+"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DENABLE_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}
+
+multilib_src_test() {
+   cd "${WORKDIR}" || die
+   "${BUILD_DIR}"/r128-test-library | tee test-results
+   grep -c "^FAILED" test-results > /dev/null \
+   && die "At least one test failed"
+}



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

2020-01-28 Thread Andreas Sturmlechner
commit: ea63b417f4dea40cdcfe7b4e2ede883955a28abb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 28 20:59:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 28 20:59:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea63b417

media-libs/libebur128: Drop 1.2.3

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libebur128/Manifest|  1 -
 media-libs/libebur128/libebur128-1.2.3.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index a31d61ddfd2..b9f9ecd7063 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1,3 +1,2 @@
 DIST ebu-loudness-test-setv05.zip 91631421 BLAKE2B 
95a345b0700893ab96854c7563ecc9c667db30e8137352226d1f1ac7a666f6b08d1748d88ef11f72056d0a4bd513f365a1336de568ea45917a6ba9af5bc526ea
 SHA512 
60d022fdac47ad0be2688411be9daecbff85da994d6fa4921bba6cffab841b081d8b15d9ce284ad2253efb686463450a84a0d19cb0bad7a934546cc52dd73771
-DIST libebur128-1.2.3.tar.gz 22150 BLAKE2B 
dee5857aa6d7a2523a4635d9d69964f22c7bda32b4329822650ad738d88a789f13d9ab5b66058f75093cbecac6db31742f4d041a511605be1357b5c2b6988c00
 SHA512 
d3e335a547e7e2b276be4f28ab93b87f6af91e818ea1e6513bcabe1ea74c99a04af0b03b6a36a27a83fec065ac609db0c6f70b67275134d39151114d54a50e29
 DIST libebur128-1.2.4.tar.gz 23140 BLAKE2B 
4095a11b976109c82ffbd133d5e509b60a2fa27871982d4a81c1927cb23783e89f907bcce52e78d3c743d1e41d1bd823b9b7b510792137649e4b3b680c93eca7
 SHA512 
d9aec133aca9240f7e859aae30cfcab07ba7aa20378187d53dfeec4cd3840d49bb117fa0698591bac04d95f9d8b5cd0b1fbe41c364694f2fa8267dd690b2dc02

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
deleted file mode 100644
index 287b1bc5dcc..000
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="A library implementing the EBU R128 loudness standard"
-HOMEPAGE="https://github.com/jiixyj/libebur128";
-SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv05.zip
 )"
-
-LICENSE="MIT"
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( app-arch/unzip
-   media-libs/libsndfile[${MULTILIB_USEDEP}] )"
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DBUILD_STATIC_LIBS=$(usex static-libs)
-   -DENABLE_TESTS=$(usex test)
-   )
-   cmake-utils_src_configure
-}
-
-multilib_src_test() {
-   cd "${WORKDIR}" || die
-   "${BUILD_DIR}"/r128-test-library | tee test-results
-   grep -c "^FAILED" test-results > /dev/null \
-   && die "At least one test failed"
-}



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

2019-12-21 Thread Mikle Kolyada
commit: 4bb652e873da098bdb34e8c36e3f7359b31f2713
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 21 11:01:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 21 11:01:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb652e8

media-libs/libebur128: arm stable wrt bug #700306

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-libs/libebur128/libebur128-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
index c4b92f343ee..fe978ca5ac6 100644
--- a/media-libs/libebur128/libebur128-1.2.4.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 



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

2019-12-03 Thread Agostino Sarubbo
commit: 20e468064d426fcee2b489e2c59ba82a1ffe53ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  3 08:38:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  3 08:38:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e46806

media-libs/libebur128: ia64 stable wrt bug #700306

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/libebur128/libebur128-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
index 37f23745800..8835cdcdd8c 100644
--- a/media-libs/libebur128/libebur128-1.2.4.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2019-12-01 Thread Thomas Deutschmann
commit: 672b857115966c2446f39b9fdbb56cd62d014758
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec  1 15:34:14 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec  1 15:34:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672b8571

media-libs/libebur128: x86 stable (bug #700306)

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

 media-libs/libebur128/libebur128-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
index 95211d5a326..37f23745800 100644
--- a/media-libs/libebur128/libebur128-1.2.4.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2019-12-01 Thread Agostino Sarubbo
commit: 3ae1a5f44f844cc786cab9671a1feecd34e16bbc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec  1 14:20:57 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec  1 14:20:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae1a5f4

media-libs/libebur128: amd64 stable wrt bug #700306

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/libebur128/libebur128-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
index 1f71c9e475d..95211d5a326 100644
--- a/media-libs/libebur128/libebur128-1.2.4.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2019-12-01 Thread Sergei Trofimovich
commit: 02fd8ebdd8116157f49fd709c335f04c5f37df4d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  1 14:01:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  1 14:01:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fd8ebd

media-libs/libebur128: stable 1.2.4 for ppc64, bug #700306

Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libebur128/libebur128-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
index 880e9b2f320..1f71c9e475d 100644
--- a/media-libs/libebur128/libebur128-1.2.4.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2019-12-01 Thread Sergei Trofimovich
commit: d379a46de6648bfe480f5e0e4bafe595d17f9a1c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  1 13:56:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  1 13:56:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d379a46d

media-libs/libebur128: stable 1.2.4 for ppc, bug #700306

Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libebur128/libebur128-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
index 716ca87bbf1..880e9b2f320 100644
--- a/media-libs/libebur128/libebur128-1.2.4.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ppc ~ppc64 sparc ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2019-12-01 Thread Sergei Trofimovich
commit: f48aaea41ec1153efb01bcace2eea86f01913bcc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  1 11:41:55 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  1 11:41:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48aaea4

media-libs/libebur128: stable 1.2.4 for hppa, bug #700306

Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libebur128/libebur128-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
index 6f8bef1dfbb..716ca87bbf1 100644
--- a/media-libs/libebur128/libebur128-1.2.4.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2019-12-01 Thread Sergei Trofimovich
commit: 569aafa702fc70cfece26115c9fe63ed4c201838
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Dec  1 11:07:04 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  1 11:35:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569aafa7

media-libs/libebur128: stable 1.2.4 for sparc, bug #700306

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/libebur128/libebur128-1.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
index 20e824cc1a2..6f8bef1dfbb 100644
--- a/media-libs/libebur128/libebur128-1.2.4.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2019-07-01 Thread Amy Liffey
commit: d108c3805a7df097238e6a3de2d2b9c06b9d23cf
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Jul  2 06:17:32 2019 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Jul  2 06:21:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d108c380

media-libs/libebur128: version bump 1.2.4

Closes: https://bugs.gentoo.org/689050
Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 media-libs/libebur128/Manifest|  1 +
 media-libs/libebur128/libebur128-1.2.4.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index f8e41b5e1e8..a31d61ddfd2 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1,2 +1,3 @@
 DIST ebu-loudness-test-setv05.zip 91631421 BLAKE2B 
95a345b0700893ab96854c7563ecc9c667db30e8137352226d1f1ac7a666f6b08d1748d88ef11f72056d0a4bd513f365a1336de568ea45917a6ba9af5bc526ea
 SHA512 
60d022fdac47ad0be2688411be9daecbff85da994d6fa4921bba6cffab841b081d8b15d9ce284ad2253efb686463450a84a0d19cb0bad7a934546cc52dd73771
 DIST libebur128-1.2.3.tar.gz 22150 BLAKE2B 
dee5857aa6d7a2523a4635d9d69964f22c7bda32b4329822650ad738d88a789f13d9ab5b66058f75093cbecac6db31742f4d041a511605be1357b5c2b6988c00
 SHA512 
d3e335a547e7e2b276be4f28ab93b87f6af91e818ea1e6513bcabe1ea74c99a04af0b03b6a36a27a83fec065ac609db0c6f70b67275134d39151114d54a50e29
+DIST libebur128-1.2.4.tar.gz 23140 BLAKE2B 
4095a11b976109c82ffbd133d5e509b60a2fa27871982d4a81c1927cb23783e89f907bcce52e78d3c743d1e41d1bd823b9b7b510792137649e4b3b680c93eca7
 SHA512 
d9aec133aca9240f7e859aae30cfcab07ba7aa20378187d53dfeec4cd3840d49bb117fa0698591bac04d95f9d8b5cd0b1fbe41c364694f2fa8267dd690b2dc02

diff --git a/media-libs/libebur128/libebur128-1.2.4.ebuild 
b/media-libs/libebur128/libebur128-1.2.4.ebuild
new file mode 100644
index 000..088bc8687f2
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.2.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib
+
+DESCRIPTION="A library implementing the EBU R128 loudness standard"
+HOMEPAGE="https://github.com/jiixyj/libebur128";
+SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv05.zip
 )"
+
+LICENSE="MIT"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs test"
+
+DEPEND="test? ( app-arch/unzip
+   media-libs/libsndfile[${MULTILIB_USEDEP}] )"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DENABLE_TESTS=$(usex test)
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_test() {
+   cd "${WORKDIR}" || die
+   "${BUILD_DIR}"/r128-test-library | tee test-results
+   grep -c "^FAILED" test-results > /dev/null \
+   && die "At least one test failed"
+}



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

2019-07-01 Thread Amy Liffey
commit: 574b3f353c1fe80f27c1016c879fa029304e8d17
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Jul  2 06:18:13 2019 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Jul  2 06:21:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574b3f35

media-libs/libebur128: fix maintainer name

Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 media-libs/libebur128/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/metadata.xml 
b/media-libs/libebur128/metadata.xml
index 7fa242904d1..91a0109f1a0 100644
--- a/media-libs/libebur128/metadata.xml
+++ b/media-libs/libebur128/metadata.xml
@@ -3,7 +3,7 @@
 
 
amy...@gentoo.org
-   Amy Winston
+   Amy Liffey
 
 
libebur128 is a library that implements the EBU R128 standard for 
loudness normalisation.



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

2019-02-19 Thread Andreas Sturmlechner
commit: bc1e074deebc4e5163cb09cbf284ded384de988e
Author: Roy Bamford  gentoo  org>
AuthorDate: Sun Feb 17 21:31:05 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 19 18:04:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1e074d

media-libs/libebur128: added ~arm64

Package-Manager: Portage-2.3.60, Repoman-2.3.12

Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libebur128/libebur128-1.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index f5f8d930ec4..6f67e6141e3 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-05-24 Thread Amy Liffey
commit: 148bbb0b082c4961c1c10de49cad8878960be0dc
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu May 24 13:49:46 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu May 24 13:49:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148bbb0b

media-libs/libebur128: remove unused patches

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/libebur128-1.0.3_fix-tests.patch | 23 --
 .../libebur128/files/libebur128-1.2.2-cmake.patch  | 52 --
 .../files/libebur128-1.2.2-pkgconfig.patch | 43 --
 3 files changed, 118 deletions(-)

diff --git a/media-libs/libebur128/files/libebur128-1.0.3_fix-tests.patch 
b/media-libs/libebur128/files/libebur128-1.0.3_fix-tests.patch
deleted file mode 100644
index 34a49cbea35..000
--- a/media-libs/libebur128/files/libebur128-1.0.3_fix-tests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From d5a443afaf8bb16188d4069891c63ceab67bdb80 Mon Sep 17 00:00:00 2001
-From: Diogo Pereira 
-Date: Mon, 7 Sep 2015 18:46:20 +0100
-Subject: [PATCH] Fix tests build
-

- test/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
-index 28716f0..9bc67d4 100644
 a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -3,7 +3,8 @@ cmake_minimum_required(VERSION 2.8.9)
- set(ENABLE_TESTS OFF CACHE BOOL "Build test binaries, needs libsndfile")
- 
- if(ENABLE_TESTS)
--  find_pkg_config(SNDFILE sndfile REQUIRED)
-+  find_package(PkgConfig REQUIRED)
-+  pkg_check_modules(SNDFILE REQUIRED sndfile)
- 
-   include_directories(${EBUR128_INCLUDE_DIR})
-   include_directories(SYSTEM ${SNDFILE_INCLUDE_DIRS})

diff --git a/media-libs/libebur128/files/libebur128-1.2.2-cmake.patch 
b/media-libs/libebur128/files/libebur128-1.2.2-cmake.patch
deleted file mode 100644
index 9563ed15319..000
--- a/media-libs/libebur128/files/libebur128-1.2.2-cmake.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From d374f1983966fc3ff65bcd73e5f12d358c4f1273 Mon Sep 17 00:00:00 2001
-From: "Yann E. MORIN" 
-Date: Sat, 4 Mar 2017 14:33:07 +0100
-Subject: [PATCH] CMakeList: do not overwrite module path
-
-Currently, the CMakeList.txt completely overwrites the CMAKE_MODULE_PATH
-variable.
-
-This is problematic when an upper-layer buildsystem wants to set its own
-module path to use custom modules.
-
-For example, Buildroot [0] provides a custom platform description [1] to
-fix cross-compilation issue. Overwriting the module path means that this
-custom platform description is not found:
-
-System is unknown to cmake, create:
-Platform/Buildroot to use this system, please send your config file
-to cm...@www.cmake.org so it can be added to cmake
-
-Providing such a custom platform description is what the upstream cmake
-devs suggest [2], quoting:
-
-If a toolchain file specifies CMAKE_SYSTEM_NAME such that a custom
-`Platform/MySystem.cmake` file is loaded then the latter can set
-them [*] as needed for the target platform.
-
-[*] offending settings causing RPATH issues during cross-compilation.
-
-So we need to append to the module path, rather than replace it blindly.
-
-[0] https://buildroot.org/
-[1] https://git.buildroot.org/buildroot/tree/support/misc/Buildroot.cmake
-[2] http://public.kitware.com/pipermail/cmake/2017-February/065063.html
-
-Signed-off-by: "Yann E. MORIN" 

- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index eea18a6..ff352eb 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,7 +1,7 @@
- cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
- project(libebur128 C)
- 
--set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-+list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
- set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
- set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
- 

diff --git a/media-libs/libebur128/files/libebur128-1.2.2-pkgconfig.patch 
b/media-libs/libebur128/files/libebur128-1.2.2-pkgconfig.patch
deleted file mode 100644
index 7382960711f..000
--- a/media-libs/libebur128/files/libebur128-1.2.2-pkgconfig.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 13d70019c6d0e94b1ab71d0d2cf80023cc793071 Mon Sep 17 00:00:00 2001
-From: Sebastian Ramacher 
-Date: Sat, 18 Feb 2017 01:13:03 +0100
-Subject: [PATCH] Add a pkg-config file (fixes #61)
-
-Signed-off-by: Sebastian Ramacher 

- ebur128/CMakeLists.txt  |  6 ++
- ebur128/libebur128.pc.cmake | 11 +++
- 2 files changed, 17 insertions(+)
- create mode 100644 ebur128/libebur128.pc.cmake
-
-diff --git a/ebur128/CMakeLists.txt b/ebur128/CMakeLists.txt
-index af09ebb..f9a8017 100644
 a/ebur128/CMakeLists.txt
-+++ b/ebur128/CMakeLists.txt
-@@ -59,3 +59,9 @@ if(BUILD_STATIC_LIBS)
- else()
-   install(TARGETS ebur128 DESTINATION ${CMAKE_INSTALL_LIBDIR})
- endif()
-+
-+ pkg-config
-+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libebur128.pc.cmake
-+  

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

2018-05-24 Thread Amy Liffey
commit: 4dd77c2deacce30c71bc933a61abe9d0fe599e65
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu May 24 13:45:57 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu May 24 13:46:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd77c2d

media-libs/libebur128: remove old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libebur128/Manifest   |  6 
 media-libs/libebur128/libebur128-1.0.2.ebuild| 36 -
 media-libs/libebur128/libebur128-1.0.3.ebuild| 40 
 media-libs/libebur128/libebur128-1.1.0.ebuild| 37 --
 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 34 
 media-libs/libebur128/libebur128-1.2.2.ebuild| 39 ---
 6 files changed, 192 deletions(-)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index 8ff0b193da6..f8e41b5e1e8 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1,8 +1,2 @@
-DIST ebu-loudness-test-setv03.zip 80837115 BLAKE2B 
ec122cc0928c3cdc78d319d7aabe7d9c7fdc307abbb3b6a44b92ac9b943044eba297c705d3bea51809de8edf761ea57fe0ed296fc13b598a286a3c2443a8d20c
 SHA512 
ffa60e3f17370a7436614269ce33b2e3c8ec84c2477f05bd42b436bbd07b7018ae9ef935c9fd75ccff731bdf24b8231397ccc95fd003cdf6e04578ee62a663d5
 DIST ebu-loudness-test-setv05.zip 91631421 BLAKE2B 
95a345b0700893ab96854c7563ecc9c667db30e8137352226d1f1ac7a666f6b08d1748d88ef11f72056d0a4bd513f365a1336de568ea45917a6ba9af5bc526ea
 SHA512 
60d022fdac47ad0be2688411be9daecbff85da994d6fa4921bba6cffab841b081d8b15d9ce284ad2253efb686463450a84a0d19cb0bad7a934546cc52dd73771
-DIST libebur128-1.0.2.tar.gz 29794 BLAKE2B 
1d20b5064c4686e6b11b716dc6b9dc17180a211f39bb5f829a1a2137b8110811f4428d14a5190aee400f0a7a22e191e87ff14c714fd2223d09cee90df71810df
 SHA512 
10f0248db9ebae48c0b3a62f5bab668d77bf10cd004267593b0cec1c5fcd5b1223fff2ae82d6753db7329210a0d7feb5a65a1c030e92607805d05c1b9885416a
-DIST libebur128-1.0.3.tar.gz 19804 BLAKE2B 
799cc3cd4a5f873fbebc66f2534239129fc8705634333c27a8f73fd4744d3c555972d3e5e1e15187ed14eb6d9e84c29aff5a4a8051aa3ae982e48ffb472bdf5e
 SHA512 
586ae80c31b9ef1d315821cef6901edd3f3d5309299411e969cce18cdc1911639971ad249b3b49edae9195b428557dbfa3281a5dc22da20a245e66c497eb0422
-DIST libebur128-1.1.0.tar.gz 19318 BLAKE2B 
94e33bea4a045f363d68ccdebf51a29cee07ece881b97f0960c983d8fb117f850f950088890be24eb14cfbfcf763afff2c52ee116c7cf324e596ddfb36978951
 SHA512 
13a0d92eae8d991a15cb090e5f3ca34fbe285bf7e8e01e10b5ccc8be4f066e8bbff6920370d4506284f02dbfca3a5189ddfe9135f195179d356257055768c08a
-DIST libebur128-1.2.0.tar.gz 21690 BLAKE2B 
58221437b0f22515529ea9f67d03b0a5bf996ba06460a7fba6200fcfb7efb5db40835b9da3f571da02dcbf6d27cf5ca207dddb6125a8a44ceab99499e314b3ed
 SHA512 
70bae021e4a9c60e1eee5dd2ffb357bda007b9f29cda0a25b9ae453cf389661a238e6300a2bbfb323afe9b0955d2b8468fff91eb1bf2a3d665c9e32c5e80631d
-DIST libebur128-1.2.2.tar.gz 21738 BLAKE2B 
9e32968a7d58ae0aeb0e0c8c35e076a12e69260b4fdf5ee2bc0fc71f2ab00278f6c5195b43e4321b796711cfcba1e740ecc8f6d85b6cb6e866009d7ddc32c442
 SHA512 
76cf92824498cc0f73676ce4bf8e58156a0b2d5c686c6a483bbbdba95f879d651a2a3bb3b836e6409e0821aa165dc3c71827f47fd952407fb3e421a0c2c7ebf6
 DIST libebur128-1.2.3.tar.gz 22150 BLAKE2B 
dee5857aa6d7a2523a4635d9d69964f22c7bda32b4329822650ad738d88a789f13d9ab5b66058f75093cbecac6db31742f4d041a511605be1357b5c2b6988c00
 SHA512 
d3e335a547e7e2b276be4f28ab93b87f6af91e818ea1e6513bcabe1ea74c99a04af0b03b6a36a27a83fec065ac609db0c6f70b67275134d39151114d54a50e29

diff --git a/media-libs/libebur128/libebur128-1.0.2.ebuild 
b/media-libs/libebur128/libebur128-1.0.2.ebuild
deleted file mode 100644
index 2994e6026ef..000
--- a/media-libs/libebur128/libebur128-1.0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="A library implementing the EBU R128 loudness standard."
-HOMEPAGE="https://github.com/jiixyj/libebur128";
-SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv03.zip
 )"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+speex test"
-
-RDEPEND="speex? ( media-libs/speex )"
-DEPEND="${RDEPEND}
-   test? ( media-libs/libsndfile
-   app-arch/unzip )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_disable speex SPEEXDSP)
-   $(cmake-utils_use_enable test TESTS)
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   cd "${WORKDIR}"
-   "${P}_build"/r128-test-library | tee test-results
-   grep -c "^FAILED" test-results > /dev/null \
-   && die "At least one test failed"
-}

diff --git a/media-libs/libebur128/libebur128-1.0.3.ebuild 
b/media-libs/libebur128/l

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

2018-04-21 Thread Sergei Trofimovich
commit: b83128400d55065b5905ff72f725d7e5e0b526f5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr 21 20:23:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 21 20:23:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8312840

media-libs/libebur128: stable 1.2.3 for hppa, bug #634154

Bug: https://bugs.gentoo.org/634154
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 media-libs/libebur128/libebur128-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index 1e23e2d69d0..f5f8d930ec4 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-04-20 Thread Sergei Trofimovich
commit: ddbab4613debe7c488534c6f855af84de62819bc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Apr 20 10:12:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Apr 20 19:00:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbab461

media-libs/libebur128: stable 1.2.3 for sparc

Bug: https://bugs.gentoo.org/634154
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-libs/libebur128/libebur128-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index 2374f0aeeb3..1e23e2d69d0 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-03-15 Thread Mikle Kolyada
commit: 902a6ee9457d9b79d8cc2be1d88498566252deba
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 15:18:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 15:19:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902a6ee9

media-libs/libebur128: arm stable wrt bug #634154

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libebur128/libebur128-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index 62233ba34a1..333d926ebbb 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-03-06 Thread Sergei Trofimovich
commit: cd905dde88032c841ba55aa52127187d1fc0fa95
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Mar  6 21:56:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar  6 22:28:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd905dde

media-libs/libebur128: keyworded 1.2.2 for sparc, bug #574786

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-libs/libebur128/libebur128-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libebur128/libebur128-1.2.2.ebuild 
b/media-libs/libebur128/libebur128-1.2.2.ebuild
index d1e90f816a2..7ba0c94bd14 100644
--- a/media-libs/libebur128/libebur128-1.2.2.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-03-05 Thread Sergei Trofimovich
commit: 32352578f097afffe72ab10cad2a421a3413b06d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar  5 20:22:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:23:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32352578

media-libs/libebur128: stable 1.2.3 for ppc, bug #634154

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 media-libs/libebur128/libebur128-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index 28ac4bae311..62233ba34a1 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-03-02 Thread Tobias Klausmann
commit: c404a86b0f343fe16719de0fb48a3a9ff8820690
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Mar  2 15:59:04 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Mar  2 15:59:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c404a86b

media-libs/libebur128-1.2.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/634154

 media-libs/libebur128/libebur128-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index 70f56a616b9..28ac4bae311 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-02-12 Thread Thomas Deutschmann
commit: 138a2e1a9ccd4b2acd342921ebdbda66146d7f82
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 12 22:33:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 12 22:34:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138a2e1a

media-libs/libebur128: x86 stable (bug #634154)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libebur128/libebur128-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index 77ae54e811e..867fb43242e 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2018-02-10 Thread Sergei Trofimovich
commit: 6a68624fccacb94dff7172e8835d0d7a3605aa71
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb 10 18:43:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb 10 18:43:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a68624f

media-libs/libebur128: stable 1.2.3 for ia64, bug #634154

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 media-libs/libebur128/libebur128-1.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
index 78247354eae..77ae54e811e 100644
--- a/media-libs/libebur128/libebur128-1.2.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-11-23 Thread Amy Liffey
commit: ee80a96ccabc958b288bad61de4538d399f18101
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Nov 23 17:29:52 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Nov 23 17:29:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee80a96c

media-libs/libebur128: version bump 1.2.3

Closes: https://bugs.gentoo.org/638416
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-libs/libebur128/Manifest|  3 ++-
 media-libs/libebur128/libebur128-1.2.3.ebuild | 34 +++
 2 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index 549751feae6..0da4e16f5a4 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -4,4 +4,5 @@ DIST libebur128-1.0.2.tar.gz 29794 SHA256 
9b334d31a26b47ba6740bb7bbee7a24461d535
 DIST libebur128-1.0.3.tar.gz 19804 SHA256 
dd90d0e44bd4db1e038d990b4538a7317b2f44f29eaf2e206c247663234d9d52 SHA512 
586ae80c31b9ef1d315821cef6901edd3f3d5309299411e969cce18cdc1911639971ad249b3b49edae9195b428557dbfa3281a5dc22da20a245e66c497eb0422
 WHIRLPOOL 
c5d62232ed6bc05bf909a809fc38c15d79d1278ecc708ca94d4b41e37d38985d50764eeff9a6c5a4582baf3963864d512ba90d6b7a90c363b3bb334ebb860fda
 DIST libebur128-1.1.0.tar.gz 19318 SHA256 
c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1 SHA512 
13a0d92eae8d991a15cb090e5f3ca34fbe285bf7e8e01e10b5ccc8be4f066e8bbff6920370d4506284f02dbfca3a5189ddfe9135f195179d356257055768c08a
 WHIRLPOOL 
0775f4b220a690310f736dccd1748fe48c643cf0889378b4238b7aa4cc57967fb77c81f28cd4bdd4de220e832c220d45524fd63834e6e5ce37cfe381118cc0eb
 DIST libebur128-1.2.0.tar.gz 21690 SHA256 
f4c4ce732ae085214bcc47349f89b61ed53c13721c097e01cb966533ee6b1e5b SHA512 
70bae021e4a9c60e1eee5dd2ffb357bda007b9f29cda0a25b9ae453cf389661a238e6300a2bbfb323afe9b0955d2b8468fff91eb1bf2a3d665c9e32c5e80631d
 WHIRLPOOL 
50a861a61bcb7028d6cf94ac669d3876199680f696eff09a699713cbc5047d863f337cebd54988e3061daa420f92454148f642c16fa4abe4e50da6ad1ff76c17
-DIST libebur128-1.2.2.tar.gz 21738 SHA256 
1d0d7e855da04010a2432e11fbc596502caf11b61c3b571ccbcb10095fe44b43 SHA512 
76cf92824498cc0f73676ce4bf8e58156a0b2d5c686c6a483bbbdba95f879d651a2a3bb3b836e6409e0821aa165dc3c71827f47fd952407fb3e421a0c2c7ebf6
 WHIRLPOOL 
3ff598a6c1c47bef493770fc139274e02e36b976785d5865df8556df0c3b782a6d9aebfebf6a5ef1e291f5db6c89156cc214e775885f24b0293653003e7fb3cf
+DIST libebur128-1.2.2.tar.gz 21738 BLAKE2B 
9e32968a7d58ae0aeb0e0c8c35e076a12e69260b4fdf5ee2bc0fc71f2ab00278f6c5195b43e4321b796711cfcba1e740ecc8f6d85b6cb6e866009d7ddc32c442
 SHA512 
76cf92824498cc0f73676ce4bf8e58156a0b2d5c686c6a483bbbdba95f879d651a2a3bb3b836e6409e0821aa165dc3c71827f47fd952407fb3e421a0c2c7ebf6
+DIST libebur128-1.2.3.tar.gz 22150 BLAKE2B 
dee5857aa6d7a2523a4635d9d69964f22c7bda32b4329822650ad738d88a789f13d9ab5b66058f75093cbecac6db31742f4d041a511605be1357b5c2b6988c00
 SHA512 
d3e335a547e7e2b276be4f28ab93b87f6af91e818ea1e6513bcabe1ea74c99a04af0b03b6a36a27a83fec065ac609db0c6f70b67275134d39151114d54a50e29

diff --git a/media-libs/libebur128/libebur128-1.2.3.ebuild 
b/media-libs/libebur128/libebur128-1.2.3.ebuild
new file mode 100644
index 000..78247354eae
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.2.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+DESCRIPTION="A library implementing the EBU R128 loudness standard"
+HOMEPAGE="https://github.com/jiixyj/libebur128";
+SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv05.zip
 )"
+
+LICENSE="MIT"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="static-libs test"
+
+DEPEND="test? ( app-arch/unzip
+   media-libs/libsndfile[${MULTILIB_USEDEP}] )"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DENABLE_TESTS=$(usex test)
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_test() {
+   cd "${WORKDIR}" || die
+   "${BUILD_DIR}"/r128-test-library | tee test-results
+   grep -c "^FAILED" test-results > /dev/null \
+   && die "At least one test failed"
+}



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

2017-08-05 Thread Andreas Sturmlechner
commit: 794a1489e3155eb06139f084b9e0d4aa7c9c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug  5 09:08:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug  5 11:54:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794a

media-libs/libebur128: 1.2.2 version bump

Additional upstream fixes to cmake and adding pkgconfig file.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-libs/libebur128/Manifest |  1 +
 .../libebur128/files/libebur128-1.2.2-cmake.patch  | 52 ++
 .../files/libebur128-1.2.2-pkgconfig.patch | 43 ++
 media-libs/libebur128/libebur128-1.2.2.ebuild  | 39 
 4 files changed, 135 insertions(+)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index 76e751ea9c6..549751feae6 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -4,3 +4,4 @@ DIST libebur128-1.0.2.tar.gz 29794 SHA256 
9b334d31a26b47ba6740bb7bbee7a24461d535
 DIST libebur128-1.0.3.tar.gz 19804 SHA256 
dd90d0e44bd4db1e038d990b4538a7317b2f44f29eaf2e206c247663234d9d52 SHA512 
586ae80c31b9ef1d315821cef6901edd3f3d5309299411e969cce18cdc1911639971ad249b3b49edae9195b428557dbfa3281a5dc22da20a245e66c497eb0422
 WHIRLPOOL 
c5d62232ed6bc05bf909a809fc38c15d79d1278ecc708ca94d4b41e37d38985d50764eeff9a6c5a4582baf3963864d512ba90d6b7a90c363b3bb334ebb860fda
 DIST libebur128-1.1.0.tar.gz 19318 SHA256 
c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1 SHA512 
13a0d92eae8d991a15cb090e5f3ca34fbe285bf7e8e01e10b5ccc8be4f066e8bbff6920370d4506284f02dbfca3a5189ddfe9135f195179d356257055768c08a
 WHIRLPOOL 
0775f4b220a690310f736dccd1748fe48c643cf0889378b4238b7aa4cc57967fb77c81f28cd4bdd4de220e832c220d45524fd63834e6e5ce37cfe381118cc0eb
 DIST libebur128-1.2.0.tar.gz 21690 SHA256 
f4c4ce732ae085214bcc47349f89b61ed53c13721c097e01cb966533ee6b1e5b SHA512 
70bae021e4a9c60e1eee5dd2ffb357bda007b9f29cda0a25b9ae453cf389661a238e6300a2bbfb323afe9b0955d2b8468fff91eb1bf2a3d665c9e32c5e80631d
 WHIRLPOOL 
50a861a61bcb7028d6cf94ac669d3876199680f696eff09a699713cbc5047d863f337cebd54988e3061daa420f92454148f642c16fa4abe4e50da6ad1ff76c17
+DIST libebur128-1.2.2.tar.gz 21738 SHA256 
1d0d7e855da04010a2432e11fbc596502caf11b61c3b571ccbcb10095fe44b43 SHA512 
76cf92824498cc0f73676ce4bf8e58156a0b2d5c686c6a483bbbdba95f879d651a2a3bb3b836e6409e0821aa165dc3c71827f47fd952407fb3e421a0c2c7ebf6
 WHIRLPOOL 
3ff598a6c1c47bef493770fc139274e02e36b976785d5865df8556df0c3b782a6d9aebfebf6a5ef1e291f5db6c89156cc214e775885f24b0293653003e7fb3cf

diff --git a/media-libs/libebur128/files/libebur128-1.2.2-cmake.patch 
b/media-libs/libebur128/files/libebur128-1.2.2-cmake.patch
new file mode 100644
index 000..9563ed15319
--- /dev/null
+++ b/media-libs/libebur128/files/libebur128-1.2.2-cmake.patch
@@ -0,0 +1,52 @@
+From d374f1983966fc3ff65bcd73e5f12d358c4f1273 Mon Sep 17 00:00:00 2001
+From: "Yann E. MORIN" 
+Date: Sat, 4 Mar 2017 14:33:07 +0100
+Subject: [PATCH] CMakeList: do not overwrite module path
+
+Currently, the CMakeList.txt completely overwrites the CMAKE_MODULE_PATH
+variable.
+
+This is problematic when an upper-layer buildsystem wants to set its own
+module path to use custom modules.
+
+For example, Buildroot [0] provides a custom platform description [1] to
+fix cross-compilation issue. Overwriting the module path means that this
+custom platform description is not found:
+
+System is unknown to cmake, create:
+Platform/Buildroot to use this system, please send your config file
+to cm...@www.cmake.org so it can be added to cmake
+
+Providing such a custom platform description is what the upstream cmake
+devs suggest [2], quoting:
+
+If a toolchain file specifies CMAKE_SYSTEM_NAME such that a custom
+`Platform/MySystem.cmake` file is loaded then the latter can set
+them [*] as needed for the target platform.
+
+[*] offending settings causing RPATH issues during cross-compilation.
+
+So we need to append to the module path, rather than replace it blindly.
+
+[0] https://buildroot.org/
+[1] https://git.buildroot.org/buildroot/tree/support/misc/Buildroot.cmake
+[2] http://public.kitware.com/pipermail/cmake/2017-February/065063.html
+
+Signed-off-by: "Yann E. MORIN" 
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index eea18a6..ff352eb 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+ project(libebur128 C)
+ 
+-set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
++list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
+ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
+ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
+ 

diff --git a/media-libs/libebur128/files/libebur128-1.2.2-pkgconfig.patch 
b/media-libs/libebur128/files/libebur128-1.2.2-pkgconfig.patch
new file mode 100644
index 000..

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

2017-06-10 Thread Sergei Trofimovich
commit: 9f4713aafd2a7e5906d6cfa5e9451d1b87a60cbb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 10 19:51:53 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 10 20:12:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4713aa

media-libs/libebur128: ia64 stable, bug #574786

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 066cb33cd0f..8ddaa34fcd8 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-04-05 Thread Tobias Klausmann
commit: 4416f0fa49f955c9d3ddefc123751031e9e9ab1b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Apr  5 14:05:35 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Apr  5 14:05:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4416f0fa

media-libs/libebur128-1.2.0-r1: add alpha keyword

Gentoo-Bug: 608868

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 0131ad9dfa8..066cb33cd0f 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm hppa ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-03-02 Thread Tobias Klausmann
commit: 3979944a0cfc3fe3ac949642406d6b4023587789
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Mar  2 15:26:07 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Mar  2 15:26:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3979944a

media-libs/libebur128-1.2.0-r1: add ~alpha keyword

Gentoo-Bug: 574786

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 0a05991d2d4..0131ad9dfa8 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 arm hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm hppa ppc ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-23 Thread Michael Weber
commit: 9df17354ee0d3fcab4c48a7221ca843a27f2fe5f
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Feb 23 12:33:41 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Feb 23 12:33:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df17354

media-libs/libebur128: arm stable (bug 608868)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 05b8dddaeb..3b4d48c2a5 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm hppa ppc ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-22 Thread Michael Weber
commit: c1291c88a3d8ce7de2a2e2511f5ceccee0ae4466
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Feb 22 13:43:44 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Feb 22 20:58:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1291c88

media-libs/libebur128: ppc stable (bug 608868).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 2dd5579226..05b8dddaeb 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-22 Thread Jeroen Roovers
commit: 2a6c6eecd8d16c2dcbc78a2daf776a99add09b61
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Feb 22 13:15:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Feb 22 13:18:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6c6eec

media-libs/libebur128: Stable for PPC64 (bug #608868).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index b3971f1660..2dd5579226 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-20 Thread Michael Weber
commit: 9b619ddc4616f295fc966f9afee792efdfc5ba6c
Author: Michael Weber  gentoo  org>
AuthorDate: Mon Feb 20 19:25:54 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon Feb 20 19:38:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b619ddc

media-libs/libebur128: Add ~ppc keyword (bug 574786).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 9526426a42..b3971f1660 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa ~ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-20 Thread Michael Weber
commit: f19d1c81b73e82e28335422657efde8c0a4c27e0
Author: Michael Weber  gentoo  org>
AuthorDate: Mon Feb 20 17:05:27 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon Feb 20 17:06:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19d1c81

media-libs/libebur128: Add ~ppc64 keyword (bug 574786).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 3173806e8e..9526426a42 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa x86"
+KEYWORDS="amd64 ~arm hppa ~ppc64 x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-18 Thread Jeroen Roovers
commit: d7e14ab82b2355d8da77f6cd8b2d986a7658feef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb 18 08:47:42 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb 18 08:51:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e14ab8

media-libs/libebur128: Stable for HPPA (bug #608868).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 9f81cea9c1..3173806e8e 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~hppa x86"
+KEYWORDS="amd64 ~arm hppa x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-17 Thread Markus Meier
commit: 785c9f221d32521c9a7be0c98444bb7505eb536d
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Feb 17 17:12:54 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Feb 17 17:26:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785c9f22

media-libs/libebur128: add ~arm, bug #574786

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 1088745a2f..9f81cea9c1 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 ~hppa x86"
+KEYWORDS="amd64 ~arm ~hppa x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-15 Thread Agostino Sarubbo
commit: e60e4fffbb221a636fb50cd77098bd3cf4c15aea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 15 15:55:26 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 15 15:55:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60e4fff

media-libs/libebur128: x86 stable wrt bug #608868

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index e446084f61..1088745a2f 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-15 Thread Agostino Sarubbo
commit: 53117a66894e493c38a8634257111bcbcf10605d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 15 15:05:16 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 15 15:05:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53117a66

media-libs/libebur128: amd64 stable wrt bug #608868

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index d5a4652717..e446084f61 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2017-02-05 Thread Jeroen Roovers
commit: 4652cfd1fb2f36da954a2cb263f33ee841e9cbc6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Feb  5 11:47:33 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Feb  5 11:47:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4652cfd1

media-libs/libebur128: Mark ~hppa (bug #574786).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 media-libs/libebur128/libebur128-1.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 116e228..d5a4652 100644
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="static-libs test"
 
 DEPEND="test? ( app-arch/unzip



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

2016-11-01 Thread Amy Winston
commit: 63e8ccd481287903730d25f0350915d8a572dafb
Author: Amy Winston  gentoo  org>
AuthorDate: Wed Nov  2 06:53:23 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Wed Nov  2 06:53:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e8ccd4

media-libs/libebur128: fix subslot

Package-Manager: portage-2.2.28

 .../libebur128/{libebur128-1.2.0.ebuild => libebur128-1.2.0-r1.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libebur128/libebur128-1.2.0.ebuild 
b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
similarity index 98%
rename from media-libs/libebur128/libebur128-1.2.0.ebuild
rename to media-libs/libebur128/libebur128-1.2.0-r1.ebuild
index 7b5cb59..116e228 100644
--- a/media-libs/libebur128/libebur128-1.2.0.ebuild
+++ b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv05.zip
 )"
 
 LICENSE="MIT"
-SLOT="0/2"
+SLOT="0/1"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs test"
 



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

2016-11-01 Thread Amy Winston
commit: 2ff6aefcad9750bbdfaa06c8939dd19b9e7d25f8
Author: Diogo Pereira  gmail  com>
AuthorDate: Tue Nov  1 15:02:13 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Nov  1 15:57:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff6aefc

media-libs/libebur128: bump to 1.2.0

- Bump to EAPI 6
- Drop the dependency on media-libs/speex

Closes: #2713

 media-libs/libebur128/Manifest|  2 ++
 media-libs/libebur128/libebur128-1.2.0.ebuild | 35 +++
 2 files changed, 37 insertions(+)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index 0f92a2a..76e751e 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1,4 +1,6 @@
 DIST ebu-loudness-test-setv03.zip 80837115 SHA256 
c97e8e1f962ee0a97dca37d205418b3469dd0d1e2a627fa9f505f2f1c01f54ec SHA512 
ffa60e3f17370a7436614269ce33b2e3c8ec84c2477f05bd42b436bbd07b7018ae9ef935c9fd75ccff731bdf24b8231397ccc95fd003cdf6e04578ee62a663d5
 WHIRLPOOL 
d4d128c90759c6462c1d76183960d46eae8f434a47059c1e448d8550e9ba04daef3452d9a7bd2b38f1a85ac5551ae2983bd5fa6bcd66f7df6a88dcbc38bf3bd3
+DIST ebu-loudness-test-setv05.zip 91631421 SHA256 
9cc500b4df83f7c21855c74dce795ef5209a752bf884253ae57d0ce512efb062 SHA512 
60d022fdac47ad0be2688411be9daecbff85da994d6fa4921bba6cffab841b081d8b15d9ce284ad2253efb686463450a84a0d19cb0bad7a934546cc52dd73771
 WHIRLPOOL 
bc167598f13c12633e019cdbf315ee69a68c508ed86bbeb1831911540e16b02f5d79c8a911dc8d89a10318137ef5c12ab89f0447f2a9321d1515c64f454ab0e5
 DIST libebur128-1.0.2.tar.gz 29794 SHA256 
9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323 SHA512 
10f0248db9ebae48c0b3a62f5bab668d77bf10cd004267593b0cec1c5fcd5b1223fff2ae82d6753db7329210a0d7feb5a65a1c030e92607805d05c1b9885416a
 WHIRLPOOL 
4656d8e05d98d2a1b8d286602b2671d2016ec0b8e35f66689d97ad700c61fcb1234e85308ab00f01a6ac51d741232054b251da04594f646138eb5d0103564585
 DIST libebur128-1.0.3.tar.gz 19804 SHA256 
dd90d0e44bd4db1e038d990b4538a7317b2f44f29eaf2e206c247663234d9d52 SHA512 
586ae80c31b9ef1d315821cef6901edd3f3d5309299411e969cce18cdc1911639971ad249b3b49edae9195b428557dbfa3281a5dc22da20a245e66c497eb0422
 WHIRLPOOL 
c5d62232ed6bc05bf909a809fc38c15d79d1278ecc708ca94d4b41e37d38985d50764eeff9a6c5a4582baf3963864d512ba90d6b7a90c363b3bb334ebb860fda
 DIST libebur128-1.1.0.tar.gz 19318 SHA256 
c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1 SHA512 
13a0d92eae8d991a15cb090e5f3ca34fbe285bf7e8e01e10b5ccc8be4f066e8bbff6920370d4506284f02dbfca3a5189ddfe9135f195179d356257055768c08a
 WHIRLPOOL 
0775f4b220a690310f736dccd1748fe48c643cf0889378b4238b7aa4cc57967fb77c81f28cd4bdd4de220e832c220d45524fd63834e6e5ce37cfe381118cc0eb
+DIST libebur128-1.2.0.tar.gz 21690 SHA256 
f4c4ce732ae085214bcc47349f89b61ed53c13721c097e01cb966533ee6b1e5b SHA512 
70bae021e4a9c60e1eee5dd2ffb357bda007b9f29cda0a25b9ae453cf389661a238e6300a2bbfb323afe9b0955d2b8468fff91eb1bf2a3d665c9e32c5e80631d
 WHIRLPOOL 
50a861a61bcb7028d6cf94ac669d3876199680f696eff09a699713cbc5047d863f337cebd54988e3061daa420f92454148f642c16fa4abe4e50da6ad1ff76c17

diff --git a/media-libs/libebur128/libebur128-1.2.0.ebuild 
b/media-libs/libebur128/libebur128-1.2.0.ebuild
new file mode 100644
index ..7b5cb59
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-multilib
+
+DESCRIPTION="A library implementing the EBU R128 loudness standard"
+HOMEPAGE="https://github.com/jiixyj/libebur128";
+SRC_URI="https://github.com/jiixyj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv05.zip
 )"
+
+LICENSE="MIT"
+SLOT="0/2"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs test"
+
+DEPEND="test? ( app-arch/unzip
+   media-libs/libsndfile[${MULTILIB_USEDEP}] )"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DBUILD_STATIC_LIBS=$(usex static-libs)
+   -DENABLE_TESTS=$(usex test)
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_test() {
+   cd "${WORKDIR}"
+   "${BUILD_DIR}"/r128-test-library | tee test-results
+   grep -c "^FAILED" test-results > /dev/null \
+   && die "At least one test failed"
+}



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

2016-06-09 Thread Alexis Ballier
commit: 0bf376f0f7bcd7570fde51b6f1a4f4594410d664
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun  9 10:29:38 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun  9 10:32:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf376f0

media-libs/libebur128: bump to 1.1.0; needed by ffmpeg, bug #584816

Package-Manager: portage-2.3.0_rc1

 media-libs/libebur128/Manifest|  1 +
 media-libs/libebur128/libebur128-1.1.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index 604420c..0f92a2a 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1,3 +1,4 @@
 DIST ebu-loudness-test-setv03.zip 80837115 SHA256 
c97e8e1f962ee0a97dca37d205418b3469dd0d1e2a627fa9f505f2f1c01f54ec SHA512 
ffa60e3f17370a7436614269ce33b2e3c8ec84c2477f05bd42b436bbd07b7018ae9ef935c9fd75ccff731bdf24b8231397ccc95fd003cdf6e04578ee62a663d5
 WHIRLPOOL 
d4d128c90759c6462c1d76183960d46eae8f434a47059c1e448d8550e9ba04daef3452d9a7bd2b38f1a85ac5551ae2983bd5fa6bcd66f7df6a88dcbc38bf3bd3
 DIST libebur128-1.0.2.tar.gz 29794 SHA256 
9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323 SHA512 
10f0248db9ebae48c0b3a62f5bab668d77bf10cd004267593b0cec1c5fcd5b1223fff2ae82d6753db7329210a0d7feb5a65a1c030e92607805d05c1b9885416a
 WHIRLPOOL 
4656d8e05d98d2a1b8d286602b2671d2016ec0b8e35f66689d97ad700c61fcb1234e85308ab00f01a6ac51d741232054b251da04594f646138eb5d0103564585
 DIST libebur128-1.0.3.tar.gz 19804 SHA256 
dd90d0e44bd4db1e038d990b4538a7317b2f44f29eaf2e206c247663234d9d52 SHA512 
586ae80c31b9ef1d315821cef6901edd3f3d5309299411e969cce18cdc1911639971ad249b3b49edae9195b428557dbfa3281a5dc22da20a245e66c497eb0422
 WHIRLPOOL 
c5d62232ed6bc05bf909a809fc38c15d79d1278ecc708ca94d4b41e37d38985d50764eeff9a6c5a4582baf3963864d512ba90d6b7a90c363b3bb334ebb860fda
+DIST libebur128-1.1.0.tar.gz 19318 SHA256 
c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1 SHA512 
13a0d92eae8d991a15cb090e5f3ca34fbe285bf7e8e01e10b5ccc8be4f066e8bbff6920370d4506284f02dbfca3a5189ddfe9135f195179d356257055768c08a
 WHIRLPOOL 
0775f4b220a690310f736dccd1748fe48c643cf0889378b4238b7aa4cc57967fb77c81f28cd4bdd4de220e832c220d45524fd63834e6e5ce37cfe381118cc0eb

diff --git a/media-libs/libebur128/libebur128-1.1.0.ebuild 
b/media-libs/libebur128/libebur128-1.1.0.ebuild
new file mode 100644
index 000..6a4a8dc
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-multilib
+
+DESCRIPTION="A library implementing the EBU R128 loudness standard"
+HOMEPAGE="https://github.com/jiixyj/libebur128";
+SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv03.zip
 )"
+
+LICENSE="MIT"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86"
+IUSE="+speex static-libs test"
+
+RDEPEND="speex? ( media-libs/speex[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   test? ( media-libs/libsndfile[${MULTILIB_USEDEP}]
+   app-arch/unzip )"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_disable speex SPEEXDSP)
+   $(cmake-utils_use_build static-libs STATIC_LIBS)
+   $(cmake-utils_use_enable test TESTS)
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_test() {
+   cd "${WORKDIR}"
+   "${BUILD_DIR}"/r128-test-library | tee test-results
+   grep -c "^FAILED" test-results > /dev/null \
+   && die "At least one test failed"
+}



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

2016-03-29 Thread Vladimir Smirnov
commit: 5b5bd36fb04eefcef545d3f0cc7c6133e14971ee
Author: ci...@gentoo.org  gmail  com>
AuthorDate: Tue Mar 29 23:01:04 2016 +
Commit: Vladimir Smirnov  gentoo  org>
CommitDate: Tue Mar 29 23:01:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5bd36f

media-libs/libebur128: keyword for ~x86

Package-Manager: portage-2.2.28

 media-libs/libebur128/libebur128-1.0.2.ebuild | 4 ++--
 media-libs/libebur128/libebur128-1.0.3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/libebur128/libebur128-1.0.2.ebuild 
b/media-libs/libebur128/libebur128-1.0.2.ebuild
index 5c87eae..f5df6a0 100644
--- a/media-libs/libebur128/libebur128-1.0.2.ebuild
+++ b/media-libs/libebur128/libebur128-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+speex test"
 
 RDEPEND="speex? ( media-libs/speex )"

diff --git a/media-libs/libebur128/libebur128-1.0.3.ebuild 
b/media-libs/libebur128/libebur128-1.0.3.ebuild
index 5e02b13..60a7acf 100644
--- a/media-libs/libebur128/libebur128-1.0.3.ebuild
+++ b/media-libs/libebur128/libebur128-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0/1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+speex static-libs test"
 
 RDEPEND="speex? ( media-libs/speex[${MULTILIB_USEDEP}] )"



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

2015-09-08 Thread Amy Winston
commit: 5faa18858ba837ce1a9fa2fdcd4979b43f966480
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Sep  8 12:51:05 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Sep  8 12:51:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5faa1885

media-libs/libebur128: Version bump to 1.0.3. Thanks Diogo Pereira and mgorny.

Package-Manager: portage-2.2.20.1

 media-libs/libebur128/Manifest |  1 +
 .../files/libebur128-1.0.3_fix-tests.patch | 23 
 media-libs/libebur128/libebur128-1.0.3.ebuild  | 41 ++
 media-libs/libebur128/metadata.xml | 25 +
 4 files changed, 83 insertions(+), 7 deletions(-)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index 74aba63..604420c 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1,2 +1,3 @@
 DIST ebu-loudness-test-setv03.zip 80837115 SHA256 
c97e8e1f962ee0a97dca37d205418b3469dd0d1e2a627fa9f505f2f1c01f54ec SHA512 
ffa60e3f17370a7436614269ce33b2e3c8ec84c2477f05bd42b436bbd07b7018ae9ef935c9fd75ccff731bdf24b8231397ccc95fd003cdf6e04578ee62a663d5
 WHIRLPOOL 
d4d128c90759c6462c1d76183960d46eae8f434a47059c1e448d8550e9ba04daef3452d9a7bd2b38f1a85ac5551ae2983bd5fa6bcd66f7df6a88dcbc38bf3bd3
 DIST libebur128-1.0.2.tar.gz 29794 SHA256 
9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323 SHA512 
10f0248db9ebae48c0b3a62f5bab668d77bf10cd004267593b0cec1c5fcd5b1223fff2ae82d6753db7329210a0d7feb5a65a1c030e92607805d05c1b9885416a
 WHIRLPOOL 
4656d8e05d98d2a1b8d286602b2671d2016ec0b8e35f66689d97ad700c61fcb1234e85308ab00f01a6ac51d741232054b251da04594f646138eb5d0103564585
+DIST libebur128-1.0.3.tar.gz 19804 SHA256 
dd90d0e44bd4db1e038d990b4538a7317b2f44f29eaf2e206c247663234d9d52 SHA512 
586ae80c31b9ef1d315821cef6901edd3f3d5309299411e969cce18cdc1911639971ad249b3b49edae9195b428557dbfa3281a5dc22da20a245e66c497eb0422
 WHIRLPOOL 
c5d62232ed6bc05bf909a809fc38c15d79d1278ecc708ca94d4b41e37d38985d50764eeff9a6c5a4582baf3963864d512ba90d6b7a90c363b3bb334ebb860fda

diff --git a/media-libs/libebur128/files/libebur128-1.0.3_fix-tests.patch 
b/media-libs/libebur128/files/libebur128-1.0.3_fix-tests.patch
new file mode 100644
index 000..34a49cb
--- /dev/null
+++ b/media-libs/libebur128/files/libebur128-1.0.3_fix-tests.patch
@@ -0,0 +1,23 @@
+From d5a443afaf8bb16188d4069891c63ceab67bdb80 Mon Sep 17 00:00:00 2001
+From: Diogo Pereira 
+Date: Mon, 7 Sep 2015 18:46:20 +0100
+Subject: [PATCH] Fix tests build
+
+---
+ test/CMakeLists.txt | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
+index 28716f0..9bc67d4 100644
+--- a/test/CMakeLists.txt
 b/test/CMakeLists.txt
+@@ -3,7 +3,8 @@ cmake_minimum_required(VERSION 2.8.9)
+ set(ENABLE_TESTS OFF CACHE BOOL "Build test binaries, needs libsndfile")
+ 
+ if(ENABLE_TESTS)
+-  find_pkg_config(SNDFILE sndfile REQUIRED)
++  find_package(PkgConfig REQUIRED)
++  pkg_check_modules(SNDFILE REQUIRED sndfile)
+ 
+   include_directories(${EBUR128_INCLUDE_DIR})
+   include_directories(SYSTEM ${SNDFILE_INCLUDE_DIRS})

diff --git a/media-libs/libebur128/libebur128-1.0.3.ebuild 
b/media-libs/libebur128/libebur128-1.0.3.ebuild
new file mode 100644
index 000..5e02b13
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.0.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-multilib
+
+DESCRIPTION="A library implementing the EBU R128 loudness standard"
+HOMEPAGE="https://github.com/jiixyj/libebur128";
+SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv03.zip
 )"
+
+LICENSE="MIT"
+SLOT="0/1"
+KEYWORDS="~amd64"
+IUSE="+speex static-libs test"
+
+RDEPEND="speex? ( media-libs/speex[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   test? ( media-libs/libsndfile[${MULTILIB_USEDEP}]
+   app-arch/unzip )"
+
+# Fix tests build. Merged upstream (#39).
+PATCHES=( "${FILESDIR}/${P}_fix-tests.patch" )
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_disable speex SPEEXDSP)
+   $(cmake-utils_use_build static-libs STATIC_LIBS)
+   $(cmake-utils_use_enable test TESTS)
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_test() {
+   cd "${WORKDIR}"
+   "${BUILD_DIR}"/r128-test-library | tee test-results
+   grep -c "^FAILED" test-results > /dev/null \
+   && die "At least one test failed"
+}

diff --git a/media-libs/libebur128/metadata.xml 
b/media-libs/libebur128/metadata.xml
index c586b32..65ce2e8 100644
--- a/media-libs/libebur128/metadata.xml
+++ b/media-libs/libebur128/metadata.xml
@@ -1,12 +1,23 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
- 

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

2015-08-19 Thread Amy Winston
commit: 3ab35569edf1a132bc0dcaeee498663e0bc93d64
Author: Amy Winston  gentoo  org>
AuthorDate: Wed Aug 19 09:52:00 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Wed Aug 19 09:52:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab35569

media-libs/libebur128: Test phase added. Thanks Diogo Pereira.

Package-Manager: portage-2.2.20.1

 media-libs/libebur128/Manifest|  1 +
 media-libs/libebur128/libebur128-1.0.2.ebuild | 23 ++-
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
index 2a8529d..74aba63 100644
--- a/media-libs/libebur128/Manifest
+++ b/media-libs/libebur128/Manifest
@@ -1 +1,2 @@
+DIST ebu-loudness-test-setv03.zip 80837115 SHA256 
c97e8e1f962ee0a97dca37d205418b3469dd0d1e2a627fa9f505f2f1c01f54ec SHA512 
ffa60e3f17370a7436614269ce33b2e3c8ec84c2477f05bd42b436bbd07b7018ae9ef935c9fd75ccff731bdf24b8231397ccc95fd003cdf6e04578ee62a663d5
 WHIRLPOOL 
d4d128c90759c6462c1d76183960d46eae8f434a47059c1e448d8550e9ba04daef3452d9a7bd2b38f1a85ac5551ae2983bd5fa6bcd66f7df6a88dcbc38bf3bd3
 DIST libebur128-1.0.2.tar.gz 29794 SHA256 
9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323 SHA512 
10f0248db9ebae48c0b3a62f5bab668d77bf10cd004267593b0cec1c5fcd5b1223fff2ae82d6753db7329210a0d7feb5a65a1c030e92607805d05c1b9885416a
 WHIRLPOOL 
4656d8e05d98d2a1b8d286602b2671d2016ec0b8e35f66689d97ad700c61fcb1234e85308ab00f01a6ac51d741232054b251da04594f646138eb5d0103564585

diff --git a/media-libs/libebur128/libebur128-1.0.2.ebuild 
b/media-libs/libebur128/libebur128-1.0.2.ebuild
index e62978e..5c87eae 100644
--- a/media-libs/libebur128/libebur128-1.0.2.ebuild
+++ b/media-libs/libebur128/libebur128-1.0.2.ebuild
@@ -8,17 +8,30 @@ inherit cmake-utils
 
 DESCRIPTION="A library implementing the EBU R128 loudness standard."
 HOMEPAGE="https://github.com/jiixyj/libebur128";
-SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   test? ( 
https://tech.ebu.ch/files/live/sites/tech/files/shared/testmaterial/ebu-loudness-test-setv03.zip
 )"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+speex"
+IUSE="+speex test"
 
-DEPEND="speex? ( media-libs/speex )"
-RDEPEND="${DEPEND}"
+RDEPEND="speex? ( media-libs/speex )"
+DEPEND="${RDEPEND}
+   test? ( media-libs/libsndfile
+   app-arch/unzip )"
 
 src_configure() {
-   local mycmakeargs=( $(cmake-utils_use_disable speex SPEEXDSP) )
+   local mycmakeargs=(
+   $(cmake-utils_use_disable speex SPEEXDSP)
+   $(cmake-utils_use_enable test TESTS)
+   )
cmake-utils_src_configure
 }
+
+src_test() {
+   cd "${WORKDIR}"
+   "${P}_build"/r128-test-library | tee test-results
+   grep -c "^FAILED" test-results > /dev/null \
+   && die "At least one test failed"
+}



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

2015-08-18 Thread Amy Winston
commit: 03e805571fd8c619e904bf0211fd78b21fa84495
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Aug 18 17:21:40 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Aug 18 17:21:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e80557

media-libs/libebur128: Initial commit.

Package-Manager: portage-2.2.20.1

 media-libs/libebur128/Manifest|  1 +
 media-libs/libebur128/libebur128-1.0.2.ebuild | 24 
 media-libs/libebur128/metadata.xml|  9 +
 3 files changed, 34 insertions(+)

diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
new file mode 100644
index 000..2a8529d
--- /dev/null
+++ b/media-libs/libebur128/Manifest
@@ -0,0 +1 @@
+DIST libebur128-1.0.2.tar.gz 29794 SHA256 
9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323 SHA512 
10f0248db9ebae48c0b3a62f5bab668d77bf10cd004267593b0cec1c5fcd5b1223fff2ae82d6753db7329210a0d7feb5a65a1c030e92607805d05c1b9885416a
 WHIRLPOOL 
4656d8e05d98d2a1b8d286602b2671d2016ec0b8e35f66689d97ad700c61fcb1234e85308ab00f01a6ac51d741232054b251da04594f646138eb5d0103564585

diff --git a/media-libs/libebur128/libebur128-1.0.2.ebuild 
b/media-libs/libebur128/libebur128-1.0.2.ebuild
new file mode 100644
index 000..e62978e
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="A library implementing the EBU R128 loudness standard."
+HOMEPAGE="https://github.com/jiixyj/libebur128";
+SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+speex"
+
+DEPEND="speex? ( media-libs/speex )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=( $(cmake-utils_use_disable speex SPEEXDSP) )
+   cmake-utils_src_configure
+}

diff --git a/media-libs/libebur128/metadata.xml 
b/media-libs/libebur128/metadata.xml
new file mode 100644
index 000..22387e5
--- /dev/null
+++ b/media-libs/libebur128/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   amy...@gentoo.org
+
+
+
+