summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-04-30 18:12:40 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-04-30 18:12:40 +0200
commitc500a7b3f422e1c9f60fa4e99373045718d0df97 (patch)
tree5cbc7f4c655f0fa84b943ca5910675f6fa84dd09 /media-sound/wavpack
parentdev-ml/opam: apply debian patch, backported from upstream, to check certicate... (diff)
downloadgentoo-c500a7b3f422e1c9f60fa4e99373045718d0df97.tar.gz
gentoo-c500a7b3f422e1c9f60fa4e99373045718d0df97.tar.bz2
gentoo-c500a7b3f422e1c9f60fa4e99373045718d0df97.zip
media-sound/wavpack: bump to 4.80.0, bug #580818 by Jens Rex
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-sound/wavpack')
-rw-r--r--media-sound/wavpack/Manifest1
-rw-r--r--media-sound/wavpack/wavpack-4.80.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/media-sound/wavpack/Manifest b/media-sound/wavpack/Manifest
index 550caf0f4cf5..91b601e524cf 100644
--- a/media-sound/wavpack/Manifest
+++ b/media-sound/wavpack/Manifest
@@ -1 +1,2 @@
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
diff --git a/media-sound/wavpack/wavpack-4.80.0.ebuild b/media-sound/wavpack/wavpack-4.80.0.ebuild
new file mode 100644
index 000000000000..b99c6193287d
--- /dev/null
+++ b/media-sound/wavpack/wavpack-4.80.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 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[${MULTILIB_USEDEP}]
+ 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 )