summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-28 21:34:04 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-28 21:34:04 +0000
commit659aec735ac4a9a0e3b3e6b440fc130fb1542765 (patch)
tree6f71d50a874bbf46a44969d20aa69c08c4b2ee1b /media-sound/musepack-tools
parentVersion bump with various bugfixes. (diff)
downloadgentoo-2-659aec735ac4a9a0e3b3e6b440fc130fb1542765.tar.gz
gentoo-2-659aec735ac4a9a0e3b3e6b440fc130fb1542765.tar.bz2
gentoo-2-659aec735ac4a9a0e3b3e6b440fc130fb1542765.zip
go multilib and slat it for soundlibs -r6
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-sound/musepack-tools')
-rw-r--r--media-sound/musepack-tools/ChangeLog8
-rw-r--r--media-sound/musepack-tools/musepack-tools-465-r1.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/media-sound/musepack-tools/ChangeLog b/media-sound/musepack-tools/ChangeLog
index c67aa7ba5c27..2a0f4068a24d 100644
--- a/media-sound/musepack-tools/ChangeLog
+++ b/media-sound/musepack-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/musepack-tools
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/ChangeLog,v 1.67 2013/06/01 23:49:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/ChangeLog,v 1.68 2013/07/28 21:34:04 aballier Exp $
+
+*musepack-tools-465-r1 (28 Jul 2013)
+
+ 28 Jul 2013; Alexis Ballier <aballier@gentoo.org>
+ +musepack-tools-465-r1.ebuild:
+ go multilib and slat it for soundlibs -r6
01 Jun 2013; Tim Harder <radhermit@gentoo.org> -musepack-tools-444-r1.ebuild,
-files/musepack-tools-444-gentoo.patch:
diff --git a/media-sound/musepack-tools/musepack-tools-465-r1.ebuild b/media-sound/musepack-tools/musepack-tools-465-r1.ebuild
new file mode 100644
index 000000000000..a4fb5ce03ec1
--- /dev/null
+++ b/media-sound/musepack-tools/musepack-tools-465-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-465-r1.ebuild,v 1.1 2013/07/28 21:34:04 aballier Exp $
+
+EAPI=5
+inherit cmake-multilib
+
+# svn export http://svn.musepack.net/libmpc/trunk musepack-tools-${PV}
+# tar -cjf musepack-tools-${PV}.tar.bz2 musepack-tools-${PV}
+
+DESCRIPTION="Musepack SV8 libraries and utilities"
+HOMEPAGE="http://www.musepack.net"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="BSD LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=media-libs/libcuefile-${PV}[${MULTILIB_USEDEP}]
+ >=media-libs/libreplaygain-${PV}[${MULTILIB_USEDEP}]
+ abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r5
+ !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )
+ !media-libs/libmpcdec
+ !media-libs/libmpcdecsv7"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-gentoo.patch" )