* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2015-08-18 17:22 Amy Winston
0 siblings, 0 replies; 51+ messages in thread
From: Amy Winston @ 2015-08-18 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 03e805571fd8c619e904bf0211fd78b21fa84495
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 17:21:40 2015 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 17:21:40 2015 +0000
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 0000000..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 0000000..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 0000000..22387e5
--- /dev/null
+++ b/media-libs/libebur128/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>amynka@gentoo.org</email>
+</maintainer>
+<longdescription>
+</longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2015-08-19 9:53 Amy Winston
0 siblings, 0 replies; 51+ messages in thread
From: Amy Winston @ 2015-08-19 9:53 UTC (permalink / raw
To: gentoo-commits
commit: 3ab35569edf1a132bc0dcaeee498663e0bc93d64
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 09:52:00 2015 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 09:52:32 2015 +0000
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"
+}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2016-03-29 23:13 Vladimir Smirnov
0 siblings, 0 replies; 51+ messages in thread
From: Vladimir Smirnov @ 2016-03-29 23:13 UTC (permalink / raw
To: gentoo-commits
commit: 5b5bd36fb04eefcef545d3f0cc7c6133e14971ee
Author: civil@gentoo.org <civil.over <AT> gmail <DOT> com>
AuthorDate: Tue Mar 29 23:01:04 2016 +0000
Commit: Vladimir Smirnov <civil <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 23:01:04 2016 +0000
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}] )"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2016-06-09 10:32 Alexis Ballier
0 siblings, 0 replies; 51+ messages in thread
From: Alexis Ballier @ 2016-06-09 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 0bf376f0f7bcd7570fde51b6f1a4f4594410d664
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 10:29:38 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 10:32:54 2016 +0000
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 0000000..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"
+}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2016-11-01 15:58 Amy Winston
0 siblings, 0 replies; 51+ messages in thread
From: Amy Winston @ 2016-11-01 15:58 UTC (permalink / raw
To: gentoo-commits
commit: 2ff6aefcad9750bbdfaa06c8939dd19b9e7d25f8
Author: Diogo Pereira <sir.suriv <AT> gmail <DOT> com>
AuthorDate: Tue Nov 1 15:02:13 2016 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 15:57:32 2016 +0000
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 00000000..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"
+}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2016-11-02 6:54 Amy Winston
0 siblings, 0 replies; 51+ messages in thread
From: Amy Winston @ 2016-11-02 6:54 UTC (permalink / raw
To: gentoo-commits
commit: 63e8ccd481287903730d25f0350915d8a572dafb
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 06:53:23 2016 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 06:53:23 2016 +0000
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"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-05 11:59 Jeroen Roovers
0 siblings, 0 replies; 51+ messages in thread
From: Jeroen Roovers @ 2017-02-05 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 4652cfd1fb2f36da954a2cb263f33ee841e9cbc6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 11:47:33 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 11:47:33 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-15 15:05 Agostino Sarubbo
0 siblings, 0 replies; 51+ messages in thread
From: Agostino Sarubbo @ 2017-02-15 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 53117a66894e493c38a8634257111bcbcf10605d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 15:05:16 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 15:05:16 2017 +0000
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 <ago <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-15 15:56 Agostino Sarubbo
0 siblings, 0 replies; 51+ messages in thread
From: Agostino Sarubbo @ 2017-02-15 15:56 UTC (permalink / raw
To: gentoo-commits
commit: e60e4fffbb221a636fb50cd77098bd3cf4c15aea
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 15:55:26 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 15:55:26 2017 +0000
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 <ago <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-17 17:28 Markus Meier
0 siblings, 0 replies; 51+ messages in thread
From: Markus Meier @ 2017-02-17 17:28 UTC (permalink / raw
To: gentoo-commits
commit: 785c9f221d32521c9a7be0c98444bb7505eb536d
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 17:12:54 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 17:26:53 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-18 8:51 Jeroen Roovers
0 siblings, 0 replies; 51+ messages in thread
From: Jeroen Roovers @ 2017-02-18 8:51 UTC (permalink / raw
To: gentoo-commits
commit: d7e14ab82b2355d8da77f6cd8b2d986a7658feef
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 08:47:42 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 08:51:31 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-20 17:06 Michael Weber
0 siblings, 0 replies; 51+ messages in thread
From: Michael Weber @ 2017-02-20 17:06 UTC (permalink / raw
To: gentoo-commits
commit: f19d1c81b73e82e28335422657efde8c0a4c27e0
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 17:05:27 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 17:06:49 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-20 19:38 Michael Weber
0 siblings, 0 replies; 51+ messages in thread
From: Michael Weber @ 2017-02-20 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 9b619ddc4616f295fc966f9afee792efdfc5ba6c
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 19:25:54 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 19:38:11 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-22 13:19 Jeroen Roovers
0 siblings, 0 replies; 51+ messages in thread
From: Jeroen Roovers @ 2017-02-22 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 2a6c6eecd8d16c2dcbc78a2daf776a99add09b61
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 13:15:08 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 13:18:50 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-22 20:58 Michael Weber
0 siblings, 0 replies; 51+ messages in thread
From: Michael Weber @ 2017-02-22 20:58 UTC (permalink / raw
To: gentoo-commits
commit: c1291c88a3d8ce7de2a2e2511f5ceccee0ae4466
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 13:43:44 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 20:58:33 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-02-23 12:35 Michael Weber
0 siblings, 0 replies; 51+ messages in thread
From: Michael Weber @ 2017-02-23 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 9df17354ee0d3fcab4c48a7221ca843a27f2fe5f
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 12:33:41 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 12:33:41 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-03-02 15:52 Tobias Klausmann
0 siblings, 0 replies; 51+ messages in thread
From: Tobias Klausmann @ 2017-03-02 15:52 UTC (permalink / raw
To: gentoo-commits
commit: 3979944a0cfc3fe3ac949642406d6b4023587789
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 15:26:07 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 15:26:07 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-04-05 14:07 Tobias Klausmann
0 siblings, 0 replies; 51+ messages in thread
From: Tobias Klausmann @ 2017-04-05 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 4416f0fa49f955c9d3ddefc123751031e9e9ab1b
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 14:05:35 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 14:05:35 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-06-10 20:14 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2017-06-10 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 9f4713aafd2a7e5906d6cfa5e9451d1b87a60cbb
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 19:51:53 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 20:12:30 2017 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2017-11-23 17:30 Amy Liffey
0 siblings, 0 replies; 51+ messages in thread
From: Amy Liffey @ 2017-11-23 17:30 UTC (permalink / raw
To: gentoo-commits
commit: ee80a96ccabc958b288bad61de4538d399f18101
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 17:29:52 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 17:29:52 2017 +0000
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 00000000000..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"
+}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-02-10 18:43 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2018-02-10 18:43 UTC (permalink / raw
To: gentoo-commits
commit: 6a68624fccacb94dff7172e8835d0d7a3605aa71
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 18:43:33 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 18:43:44 2018 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-02-12 22:34 Thomas Deutschmann
0 siblings, 0 replies; 51+ messages in thread
From: Thomas Deutschmann @ 2018-02-12 22:34 UTC (permalink / raw
To: gentoo-commits
commit: 138a2e1a9ccd4b2acd342921ebdbda66146d7f82
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 22:33:35 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 22:34:18 2018 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-03-02 15:59 Tobias Klausmann
0 siblings, 0 replies; 51+ messages in thread
From: Tobias Klausmann @ 2018-03-02 15:59 UTC (permalink / raw
To: gentoo-commits
commit: c404a86b0f343fe16719de0fb48a3a9ff8820690
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 2 15:59:04 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 2 15:59:04 2018 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-03-05 20:23 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2018-03-05 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 32352578f097afffe72ab10cad2a421a3413b06d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 20:22:32 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 20:23:03 2018 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-03-06 22:35 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2018-03-06 22:35 UTC (permalink / raw
To: gentoo-commits
commit: cd905dde88032c841ba55aa52127187d1fc0fa95
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Mar 6 21:56:14 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Mar 6 22:28:51 2018 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-03-15 15:19 Mikle Kolyada
0 siblings, 0 replies; 51+ messages in thread
From: Mikle Kolyada @ 2018-03-15 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 902a6ee9457d9b79d8cc2be1d88498566252deba
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 15:18:34 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 15:19:09 2018 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-04-20 19:01 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2018-04-20 19:01 UTC (permalink / raw
To: gentoo-commits
commit: ddbab4613debe7c488534c6f855af84de62819bc
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Apr 20 10:12:18 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:00:52 2018 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-04-21 20:23 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2018-04-21 20:23 UTC (permalink / raw
To: gentoo-commits
commit: b83128400d55065b5905ff72f725d7e5e0b526f5
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 20:23:03 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 20:23:10 2018 +0000
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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2018-05-24 13:47 Amy Liffey
0 siblings, 0 replies; 51+ messages in thread
From: Amy Liffey @ 2018-05-24 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 4dd77c2deacce30c71bc933a61abe9d0fe599e65
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 13:45:57 2018 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu May 24 13:46:44 2018 +0000
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..00000000000
--- 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/libebur128-1.0.3.ebuild
deleted file mode 100644
index 4f58da06c7f..00000000000
--- a/media-libs/libebur128/libebur128-1.0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 )"
-
-# 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/libebur128-1.1.0.ebuild b/media-libs/libebur128/libebur128-1.1.0.ebuild
deleted file mode 100644
index f8a6bf6fa1e..00000000000
--- a/media-libs/libebur128/libebur128-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-}
diff --git a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild b/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
deleted file mode 100644
index 8ddaa34fcd8..00000000000
--- a/media-libs/libebur128/libebur128-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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}"
- "${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/libebur128-1.2.2.ebuild b/media-libs/libebur128/libebur128-1.2.2.ebuild
deleted file mode 100644
index 7ba0c94bd14..00000000000
--- a/media-libs/libebur128/libebur128-1.2.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 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 ~sparc ~x86"
-IUSE="static-libs test"
-
-DEPEND="test? ( app-arch/unzip
- media-libs/libsndfile[${MULTILIB_USEDEP}] )"
-
-PATCHES=(
- "${FILESDIR}/${P}-pkgconfig.patch"
- "${FILESDIR}/${P}-cmake.patch"
-)
-
-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"
-}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-02-19 18:04 Andreas Sturmlechner
0 siblings, 0 replies; 51+ messages in thread
From: Andreas Sturmlechner @ 2019-02-19 18:04 UTC (permalink / raw
To: gentoo-commits
commit: bc1e074deebc4e5163cb09cbf284ded384de988e
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 21:31:05 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 19 18:04:43 2019 +0000
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 <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-07-02 6:22 Amy Liffey
0 siblings, 0 replies; 51+ messages in thread
From: Amy Liffey @ 2019-07-02 6:22 UTC (permalink / raw
To: gentoo-commits
commit: d108c3805a7df097238e6a3de2d2b9c06b9d23cf
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 06:17:32 2019 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 06:21:20 2019 +0000
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 <amynka <AT> 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 00000000000..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"
+}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-07-02 6:22 Amy Liffey
0 siblings, 0 replies; 51+ messages in thread
From: Amy Liffey @ 2019-07-02 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 574b3f353c1fe80f27c1016c879fa029304e8d17
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 06:18:13 2019 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 06:21:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574b3f35
media-libs/libebur128: fix maintainer name
Signed-off-by: Amy Liffey <amynka <AT> 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 @@
<pkgmetadata>
<maintainer type="person">
<email>amynka@gentoo.org</email>
- <name>Amy Winston</name>
+ <name>Amy Liffey</name>
</maintainer>
<longdescription lang="en">
libebur128 is a library that implements the EBU R128 standard for loudness normalisation.
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-12-01 11:35 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2019-12-01 11:35 UTC (permalink / raw
To: gentoo-commits
commit: 569aafa702fc70cfece26115c9fe63ed4c201838
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Dec 1 11:07:04 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 11:35:31 2019 +0000
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 <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-12-01 11:42 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2019-12-01 11:42 UTC (permalink / raw
To: gentoo-commits
commit: f48aaea41ec1153efb01bcace2eea86f01913bcc
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 11:41:55 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 11:41:55 2019 +0000
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 <slyfox <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-12-01 13:56 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2019-12-01 13:56 UTC (permalink / raw
To: gentoo-commits
commit: d379a46de6648bfe480f5e0e4bafe595d17f9a1c
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 13:56:21 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 13:56:21 2019 +0000
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 <slyfox <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-12-01 14:01 Sergei Trofimovich
0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2019-12-01 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 02fd8ebdd8116157f49fd709c335f04c5f37df4d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 14:01:00 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 14:01:00 2019 +0000
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 <slyfox <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-12-01 14:21 Agostino Sarubbo
0 siblings, 0 replies; 51+ messages in thread
From: Agostino Sarubbo @ 2019-12-01 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 3ae1a5f44f844cc786cab9671a1feecd34e16bbc
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 14:20:57 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 14:20:57 2019 +0000
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 <ago <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-12-01 15:38 Thomas Deutschmann
0 siblings, 0 replies; 51+ messages in thread
From: Thomas Deutschmann @ 2019-12-01 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 672b857115966c2446f39b9fdbb56cd62d014758
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 15:34:14 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 15:34:14 2019 +0000
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 <whissi <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-12-03 8:38 Agostino Sarubbo
0 siblings, 0 replies; 51+ messages in thread
From: Agostino Sarubbo @ 2019-12-03 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 20e468064d426fcee2b489e2c59ba82a1ffe53ff
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 3 08:38:36 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 08:38:36 2019 +0000
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 <ago <AT> 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
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2019-12-21 11:02 Mikle Kolyada
0 siblings, 0 replies; 51+ messages in thread
From: Mikle Kolyada @ 2019-12-21 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 4bb652e873da098bdb34e8c36e3f7359b31f2713
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 11:01:46 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 11:01:46 2019 +0000
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 <zlogene <AT> 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 )"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2020-01-28 20:59 Andreas Sturmlechner
0 siblings, 0 replies; 51+ messages in thread
From: Andreas Sturmlechner @ 2020-01-28 20:59 UTC (permalink / raw
To: gentoo-commits
commit: ea63b417f4dea40cdcfe7b4e2ede883955a28abb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 20:59:20 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 20:59:20 2020 +0000
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 <asturm <AT> 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..00000000000
--- 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"
-}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2021-02-14 21:52 Andreas Sturmlechner
0 siblings, 0 replies; 51+ messages in thread
From: Andreas Sturmlechner @ 2021-02-14 21:52 UTC (permalink / raw
To: gentoo-commits
commit: bc184ef19905e07d4b02c8696e52dff68a9e32a8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 18:09:06 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 21:51:17 2021 +0000
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 <asturm <AT> 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 00000000000..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"
+}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2021-04-05 16:43 Sam James
0 siblings, 0 replies; 51+ messages in thread
From: Sam James @ 2021-04-05 16:43 UTC (permalink / raw
To: gentoo-commits
commit: f43768db7123d57cecab9b90f8ecc919529cb99a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 5 16:42:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 16:42:36 2021 +0000
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 <sam <AT> 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 )"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2021-04-05 16:45 Sam James
0 siblings, 0 replies; 51+ messages in thread
From: Sam James @ 2021-04-05 16:45 UTC (permalink / raw
To: gentoo-commits
commit: a728bcb576afc2cd5f853ec173694ea32c60a351
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 5 16:44:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 16:44:50 2021 +0000
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 <sam <AT> 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 )"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2021-04-05 16:53 Sam James
0 siblings, 0 replies; 51+ messages in thread
From: Sam James @ 2021-04-05 16:53 UTC (permalink / raw
To: gentoo-commits
commit: d4439271b33ad316d187e2f4cc33710fec5d9c31
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 5 16:48:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 16:52:35 2021 +0000
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 <sam <AT> 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 )"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2021-04-06 19:51 Sam James
0 siblings, 0 replies; 51+ messages in thread
From: Sam James @ 2021-04-06 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 57204bc8123de712fcdf13373845da71adfb733b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 19:50:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 19:50:55 2021 +0000
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 <sam <AT> 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 )"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2021-04-07 6:21 Sam James
0 siblings, 0 replies; 51+ messages in thread
From: Sam James @ 2021-04-07 6:21 UTC (permalink / raw
To: gentoo-commits
commit: f8de3943af5ace5391c2cc7a38743ab7b21662f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 7 06:20:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 7 06:20:44 2021 +0000
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 <sam <AT> 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 )"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2021-04-07 6:27 Andreas Sturmlechner
0 siblings, 0 replies; 51+ messages in thread
From: Andreas Sturmlechner @ 2021-04-07 6:27 UTC (permalink / raw
To: gentoo-commits
commit: 0f107c30b40a4dd989d62b45014b2b6db86aeb49
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 7 06:24:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 7 06:25:14 2021 +0000
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 <asturm <AT> 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..00000000000
--- 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"
-}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2022-04-10 13:33 Yixun Lan
0 siblings, 0 replies; 51+ messages in thread
From: Yixun Lan @ 2022-04-10 13:33 UTC (permalink / raw
To: gentoo-commits
commit: 04636a577de8c75aa09152981f53153e2b65aeef
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 11:34:53 2022 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 13:32:32 2022 +0000
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 <dlan <AT> 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 )"
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2024-11-10 9:31 Andreas Sturmlechner
0 siblings, 0 replies; 51+ messages in thread
From: Andreas Sturmlechner @ 2024-11-10 9:31 UTC (permalink / raw
To: gentoo-commits
commit: d7a59ff5b6080fa6f203ed3eb889eda3a29a1d68
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 19:55:10 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 09:30:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a59ff5
media-libs/libebur128: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libebur128/libebur128-1.2.6-r1.ebuild | 38 ++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/media-libs/libebur128/libebur128-1.2.6-r1.ebuild b/media-libs/libebur128/libebur128-1.2.6-r1.ebuild
new file mode 100644
index 000000000000..41f34da356b9
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.2.6-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ppc ppc64 ~riscv 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"
+}
^ permalink raw reply related [flat|nested] 51+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
@ 2024-11-10 9:31 Andreas Sturmlechner
0 siblings, 0 replies; 51+ messages in thread
From: Andreas Sturmlechner @ 2024-11-10 9:31 UTC (permalink / raw
To: gentoo-commits
commit: ee60b0c2ad019fb663ec510b55f59257471105f0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 19:55:26 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 09:30:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee60b0c2
media-libs/libebur128: drop 1.2.6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libebur128/libebur128-1.2.6.ebuild | 38 ---------------------------
1 file changed, 38 deletions(-)
diff --git a/media-libs/libebur128/libebur128-1.2.6.ebuild b/media-libs/libebur128/libebur128-1.2.6.ebuild
deleted file mode 100644
index 4cea299d48e4..000000000000
--- a/media-libs/libebur128/libebur128-1.2.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ppc ppc64 ~riscv 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"
-}
^ permalink raw reply related [flat|nested] 51+ messages in thread
end of thread, other threads:[~2024-11-10 9:31 UTC | newest]
Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-15 15:56 [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 9:31 Andreas Sturmlechner
2024-11-10 9:31 Andreas Sturmlechner
2022-04-10 13:33 Yixun Lan
2021-04-07 6:27 Andreas Sturmlechner
2021-04-07 6:21 Sam James
2021-04-06 19:51 Sam James
2021-04-05 16:53 Sam James
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2021-02-14 21:52 Andreas Sturmlechner
2020-01-28 20:59 Andreas Sturmlechner
2019-12-21 11:02 Mikle Kolyada
2019-12-03 8:38 Agostino Sarubbo
2019-12-01 15:38 Thomas Deutschmann
2019-12-01 14:21 Agostino Sarubbo
2019-12-01 14:01 Sergei Trofimovich
2019-12-01 13:56 Sergei Trofimovich
2019-12-01 11:42 Sergei Trofimovich
2019-12-01 11:35 Sergei Trofimovich
2019-07-02 6:22 Amy Liffey
2019-07-02 6:22 Amy Liffey
2019-02-19 18:04 Andreas Sturmlechner
2018-05-24 13:47 Amy Liffey
2018-04-21 20:23 Sergei Trofimovich
2018-04-20 19:01 Sergei Trofimovich
2018-03-15 15:19 Mikle Kolyada
2018-03-06 22:35 Sergei Trofimovich
2018-03-05 20:23 Sergei Trofimovich
2018-03-02 15:59 Tobias Klausmann
2018-02-12 22:34 Thomas Deutschmann
2018-02-10 18:43 Sergei Trofimovich
2017-11-23 17:30 Amy Liffey
2017-06-10 20:14 Sergei Trofimovich
2017-04-05 14:07 Tobias Klausmann
2017-03-02 15:52 Tobias Klausmann
2017-02-23 12:35 Michael Weber
2017-02-22 20:58 Michael Weber
2017-02-22 13:19 Jeroen Roovers
2017-02-20 19:38 Michael Weber
2017-02-20 17:06 Michael Weber
2017-02-18 8:51 Jeroen Roovers
2017-02-17 17:28 Markus Meier
2017-02-15 15:05 Agostino Sarubbo
2017-02-05 11:59 Jeroen Roovers
2016-11-02 6:54 Amy Winston
2016-11-01 15:58 Amy Winston
2016-06-09 10:32 Alexis Ballier
2016-03-29 23:13 Vladimir Smirnov
2015-08-19 9:53 Amy Winston
2015-08-18 17:22 Amy Winston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox