From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/
Date: Sun, 14 Feb 2021 21:52:01 +0000 (UTC) [thread overview]
Message-ID: <1613339477.bc184ef19905e07d4b02c8696e52dff68a9e32a8.asturm@gentoo> (raw)
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"
+}
next reply other threads:[~2021-02-14 21:52 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-14 21:52 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 9:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/libebur128/ 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
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:56 Agostino Sarubbo
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1613339477.bc184ef19905e07d4b02c8696e52dff68a9e32a8.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox