From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/wavpack/
Date: Sat, 28 Jan 2017 20:13:32 +0000 (UTC) [thread overview]
Message-ID: <1485634400.8836076b266b80addc4278471b294368b064c87e.aballier@gentoo> (raw)
commit: 8836076b266b80addc4278471b294368b064c87e
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 19:41:20 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 20:13:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8836076b
media-sound/wavpack: bump to 5.1.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-sound/wavpack/Manifest | 1 +
media-sound/wavpack/wavpack-5.1.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/media-sound/wavpack/Manifest b/media-sound/wavpack/Manifest
index 3652085..886858e 100644
--- a/media-sound/wavpack/Manifest
+++ b/media-sound/wavpack/Manifest
@@ -1,3 +1,4 @@
DIST wavpack-4.70.0.tar.bz2 411878 SHA256 2cade379b0aba99fbc4e442ccc6dac6c609f6212e46516a083e24c8c364430a4 SHA512 6a93e36b3bea5b410142416b4b0329c5f65031418cdd303d395ca2aaad2a1ab02987b9a329dec6d14fe9387a3d5978caaf6345056eece24c5ad0ae9273349449 WHIRLPOOL e9b34aad74e183814f710d038c30946dcf43c6472e25778507494c4c40f9adf166e8cda81916f670150876adcf34979bd88e40fc81ee2a7c036db1b3a285e69b
DIST wavpack-4.80.0.tar.bz2 450257 SHA256 79182ea75f7bd1ca931ed230062b435fde4a4c2e0dbcad048007bd1ef1e66be9 SHA512 728d53df866c75d6d0d2e576b798fc59c308c735baf8075171dcdfb35cce81e5847114568f8160d411a2521aa8c0244c01c9129b0c124ee9cfa4f4748eed2b80 WHIRLPOOL 69e9a840ae3676036abd850d998884536cee572a9ef177031b46208e4f8773ca3ad0f2398268babcea62848b7f1fdb9dd494120faf21a20b7c0112c19c0c7e12
DIST wavpack-5.0.0.tar.bz2 807953 SHA256 918d7e32a19598df543b17fff840b10a0880f87296f9e32af454d256b6a64049 SHA512 c3b237ae1893861870f83c43fe084efcfb03997142b30ce79f1583fa8440c546198d542bf3c9bbd80f58823dd34195827dacf89850b34140ac1f10ceb41852ff WHIRLPOOL edc01ef726e1a96c99780856e425c2c8db6e83ee4e7da9b7e1fbf4954f4e88cafcfcc1fdfd3a19a4ab178cc22c9a73104fd2e818bb7bcd49eddb03e5f2df3f6e
+DIST wavpack-5.1.0.tar.bz2 824331 SHA256 1939627d5358d1da62bc6158d63f7ed12905552f3a799c799ee90296a7612944 SHA512 4c31616ae63c3a875afa20f26ce935f7a8f9921e2892b4b8388eca3ccd83b2d686f43eed8b9ec1dead934a1148401b9dced3b05f509b7942c48d7af31cf80a54 WHIRLPOOL 4f90a2c63c3dbcbde42b4e0f42b3b0ea871e705189c4ccd3bc247c5370f8008c062f5513c7dcfd3b258002125f688c091d37eec4f16685698bb3cae747044617
diff --git a/media-sound/wavpack/wavpack-5.1.0.ebuild b/media-sound/wavpack/wavpack-5.1.0.ebuild
new file mode 100644
index 00000000..2431272
--- /dev/null
+++ b/media-sound/wavpack/wavpack-5.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+inherit autotools-multilib
+
+DESCRIPTION="Hybrid lossless audio compression tools"
+HOMEPAGE="http://www.wavpack.com/"
+SRC_URI="http://www.wavpack.com/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND=">=virtual/libiconv-0-r1
+ abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r4
+ !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README )
+
+multilib_src_configure() {
+ local myeconfargs=(
+ $(multilib_native_enable apps)
+ )
+ autotools-utils_src_configure
+}
next reply other threads:[~2017-01-28 20:14 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-28 20:13 Alexis Ballier [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
2021-01-13 9:14 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
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=1485634400.8836076b266b80addc4278471b294368b064c87e.aballier@gentoo \
--to=aballier@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