From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/wavpack/
Date: Wed, 13 Jan 2021 09:14:10 +0000 (UTC) [thread overview]
Message-ID: <1610529247.2b8c7f76552154cea6205ef2932f76c76ccc9224.sam@gentoo> (raw)
commit: 2b8c7f76552154cea6205ef2932f76c76ccc9224
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 09:14:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 09:14:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8c7f76
media-sound/wavpack: bump to 5.4.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/wavpack/Manifest | 1 +
media-sound/wavpack/wavpack-5.4.0.ebuild | 35 ++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/media-sound/wavpack/Manifest b/media-sound/wavpack/Manifest
index f2f2a7f1dfc..1d072a23457 100644
--- a/media-sound/wavpack/Manifest
+++ b/media-sound/wavpack/Manifest
@@ -1 +1,2 @@
DIST wavpack-5.3.2.tar.gz 2047344 BLAKE2B 621414f580ef0c6f71ec411cafba5e9d3f971c9ed3fa901d92083b803fb337ad5455c8f488cc985d2203fde56572adcd2899e5a5d6e07365248ef6bfd59b591b SHA512 cff46e000c2edf0124e2f4c9577611d029f124c235bf7811a58dbd5d87a02827d25f7bd0e28d2f05fd413ee9997ba48390acfc2a91ebb53885eb2a0423994a7b
+DIST wavpack-5.4.0.tar.xz 769764 BLAKE2B d35eefccf3402388d88d370daae41dc0e4f21808474e668f92a9dcee978ae71b96ae167de098a0924fcbaaa75f9b07270280e7c3b16cc8699ffaa7d2eddd0de5 SHA512 de4e75539c9b949d22f39ab73721c8a4ee7c38ff08835aa28b1d56bea08c332bcb601a54998efe520f3653a2e29c73dcfd716ad19707bb2815403786d9ed9c11
diff --git a/media-sound/wavpack/wavpack-5.4.0.ebuild b/media-sound/wavpack/wavpack-5.4.0.ebuild
new file mode 100644
index 00000000000..2d12827f243
--- /dev/null
+++ b/media-sound/wavpack/wavpack-5.4.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Hybrid lossless audio compression tools"
+HOMEPAGE="https://www.wavpack.com/"
+SRC_URI="https://github.com/dbry/WavPack/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=virtual/libiconv-0-r1"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ --disable-static \
+ $(use_enable test tests) \
+ $(multilib_native_enable apps)
+}
+
+multilib_src_test() {
+ cli/wvtest --default || die
+}
+
+multilib_src_install_all() {
+ einstalldocs
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2021-01-13 9:14 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-13 9:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 21:05 [gentoo-commits] repo/gentoo:master commit in: media-sound/wavpack/ Miroslav Šulc
2024-11-29 21:18 Eli Schwartz
2024-04-02 9:03 Miroslav Šulc
2024-04-02 5:55 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-03-01 11:06 Miroslav Šulc
2023-01-16 10:49 Miroslav Šulc
2023-01-13 12:42 Arthur Zamarin
2022-12-29 14:10 Sam James
2022-12-29 13:35 Sam James
2022-12-29 13:35 Sam James
2022-12-29 13:35 Sam James
2022-12-29 13:35 Sam James
2022-12-29 13:35 Sam James
2022-11-28 9:09 Miroslav Šulc
2022-07-14 7:09 Miroslav Šulc
2022-07-14 7:05 Agostino Sarubbo
2022-07-14 7:04 Agostino Sarubbo
2022-07-14 0:31 Sam James
2022-07-13 11:18 Arthur Zamarin
2022-07-13 11:18 Arthur Zamarin
2022-07-13 11:18 Arthur Zamarin
2022-07-13 7:39 Agostino Sarubbo
2022-07-09 12:39 David Seifert
2022-03-09 23:12 Sam James
2021-08-10 8:58 Yixun Lan
2021-04-24 19:38 David Seifert
2021-03-01 9:20 Agostino Sarubbo
2021-02-16 12:34 Sam James
2021-02-16 12:30 Sam James
2021-02-14 19:44 Sam James
2021-02-13 18:00 Sam James
2021-02-13 17:58 Sam James
2021-02-13 17:56 Sam James
2020-07-26 23:50 Aaron Bauman
2020-07-24 21:52 Sam James
2020-07-24 6:40 Sam James
2020-07-24 6:40 Sam James
2020-07-24 6:36 Sam James
2020-07-23 22:00 Sam James
2020-07-23 13:33 Sam James
2020-07-23 13:05 Sam James
2020-07-20 18:25 Sam James
2020-07-20 18:25 Sam James
2019-10-20 13:30 David Seifert
2018-09-20 15:22 Andreas Sturmlechner
2018-09-19 17:41 Markus Meier
2018-09-13 14:31 Tobias Klausmann
2018-08-25 18:55 Sergei Trofimovich
2018-08-25 18:25 Sergei Trofimovich
2018-08-25 18:11 Sergei Trofimovich
2018-08-24 12:37 Agostino Sarubbo
2018-08-24 1:40 Thomas Deutschmann
2018-08-23 20:13 Sergei Trofimovich
2018-08-22 20:43 Andreas Sturmlechner
2017-02-25 7:48 Markus Meier
2017-02-08 0:40 Michael Weber
2017-01-31 15:51 Tobias Klausmann
2017-01-31 13:56 Jeroen Roovers
2017-01-31 13:51 Jeroen Roovers
2017-01-31 11:43 Agostino Sarubbo
2017-01-30 13:09 Agostino Sarubbo
2017-01-29 19:33 Fabian Groffen
2017-01-28 20:13 Alexis Ballier
2016-12-12 20:24 Alexis Ballier
2016-04-30 16:13 Alexis Ballier
2015-08-27 7:48 Tim Harder
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=1610529247.2b8c7f76552154cea6205ef2932f76c76ccc9224.sam@gentoo \
--to=sam@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