From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7688513835A for ; Mon, 20 Jul 2020 18:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD216E0963; Mon, 20 Jul 2020 18:25:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3CFDE0963 for ; Mon, 20 Jul 2020 18:25:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D63A34F059 for ; Mon, 20 Jul 2020 18:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5D562D6 for ; Mon, 20 Jul 2020 18:25:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595269481.c776c386637618b5b9f951d6a13251b7200bf9ef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/wavpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/wavpack/Manifest media-sound/wavpack/wavpack-5.3.2.ebuild X-VCS-Directories: media-sound/wavpack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c776c386637618b5b9f951d6a13251b7200bf9ef X-VCS-Branch: master Date: Mon, 20 Jul 2020 18:25:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b724a73-302e-49a6-9dbb-1d3679a815cc X-Archives-Hash: 79a4cd4a78d5ab4fd1e6ab6001a85820 commit: c776c386637618b5b9f951d6a13251b7200bf9ef Author: John Helmert III posteo net> AuthorDate: Tue Jul 7 00:20:15 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 20 18:24:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c776c386 media-sound/wavpack: Security bump to 5.3.2 This also fixes tests. Previously `make check` successfully executed but didn't run any tests. Bug: https://bugs.gentoo.org/672638 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: John Helmert III posteo.net> Signed-off-by: Sam James gentoo.org> media-sound/wavpack/Manifest | 1 + media-sound/wavpack/wavpack-5.3.2.ebuild | 45 ++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/media-sound/wavpack/Manifest b/media-sound/wavpack/Manifest index 9aca241ebb9..92249c7e56c 100644 --- a/media-sound/wavpack/Manifest +++ b/media-sound/wavpack/Manifest @@ -1 +1,2 @@ DIST wavpack-5.1.0.tar.bz2 824331 BLAKE2B 736dcb3cc0bee4ebcf76b8a7df178aa1b797ec6858358bf289a3e151f62d2ce8f430d163d46a84c0b5a7501c732ac639955c867e53fd9217ca7f213b601a8697 SHA512 4c31616ae63c3a875afa20f26ce935f7a8f9921e2892b4b8388eca3ccd83b2d686f43eed8b9ec1dead934a1148401b9dced3b05f509b7942c48d7af31cf80a54 +DIST wavpack-5.3.2.tar.gz 2047344 BLAKE2B 621414f580ef0c6f71ec411cafba5e9d3f971c9ed3fa901d92083b803fb337ad5455c8f488cc985d2203fde56572adcd2899e5a5d6e07365248ef6bfd59b591b SHA512 cff46e000c2edf0124e2f4c9577611d029f124c235bf7811a58dbd5d87a02827d25f7bd0e28d2f05fd413ee9997ba48390acfc2a91ebb53885eb2a0423994a7b diff --git a/media-sound/wavpack/wavpack-5.3.2.ebuild b/media-sound/wavpack/wavpack-5.3.2.ebuild new file mode 100644 index 00000000000..31bd4db68fb --- /dev/null +++ b/media-sound/wavpack/wavpack-5.3.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools multilib-minimal + +# Need to fetch a commit because upstream didn't tag the minor release +COMMIT="e4e8d191e8dd74cbdbeaef3232c16a7ef517e68d" + +DESCRIPTION="Hybrid lossless audio compression tools" +HOMEPAGE="http://www.wavpack.com/" +SRC_URI="https://github.com/dbry/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +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}" + +S="${WORKDIR}/WavPack-${COMMIT}" + +src_prepare() { + default + eautoreconf +} + +multilib_src_configure() { + ECONF_SOURCE=${S} econf \ + --disable-static \ + $(use_enable test tests) \ + $(multilib_native_enable apps) +} + +multilib_src_test() { + cli/wvtest --default +} + +multilib_src_install_all() { + einstalldocs + find "${D}" -name '*.la' -delete || die +}