From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../libreplaygain/libreplaygain-477-r1.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 media-libs/libreplaygain/libreplaygain-477-r1.ebuild (limited to 'media-libs/libreplaygain/libreplaygain-477-r1.ebuild') diff --git a/media-libs/libreplaygain/libreplaygain-477-r1.ebuild b/media-libs/libreplaygain/libreplaygain-477-r1.ebuild new file mode 100644 index 000000000000..1ea6ee891c3b --- /dev/null +++ b/media-libs/libreplaygain/libreplaygain-477-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit cmake-multilib + +# svn export http://svn.musepack.net/libreplaygain libreplaygain-${PV} +# tar -cJf libreplaygain-${PV}.tar.xz libreplaygain-${PV} + +DESCRIPTION="Replay Gain library from Musepack" +HOMEPAGE="https://www.musepack.net/" +SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" +RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r2 + !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" + +src_prepare() { + sed -i -e '/CMAKE_C_FLAGS/d' CMakeLists.txt || die +} + +src_install() { + cmake-multilib_src_install + insinto /usr/include + doins -r include/replaygain +} -- cgit v1.2.3