summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-25 15:42:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-25 15:42:43 +0000
commit84d3da7046054e927cf83cc52b840bee3d49ddb5 (patch)
treee64ced000d3cbf4a3b9906e858dee09be712f06d /media-sound/musepack-tools
parentFixing #278125, thanks to Piotr Radkowski and Alessio Cassibba for the patch (diff)
downloadgentoo-2-84d3da7046054e927cf83cc52b840bee3d49ddb5.tar.gz
gentoo-2-84d3da7046054e927cf83cc52b840bee3d49ddb5.tar.bz2
gentoo-2-84d3da7046054e927cf83cc52b840bee3d49ddb5.zip
Install headers too.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/musepack-tools')
-rw-r--r--media-sound/musepack-tools/musepack-tools-444.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/media-sound/musepack-tools/musepack-tools-444.ebuild b/media-sound/musepack-tools/musepack-tools-444.ebuild
index b7086e085847..dec27d7fbcd1 100644
--- a/media-sound/musepack-tools/musepack-tools-444.ebuild
+++ b/media-sound/musepack-tools/musepack-tools-444.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-444.ebuild,v 1.1 2009/07/25 15:24:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-444.ebuild,v 1.2 2009/07/25 15:42:43 ssuominen Exp $
inherit cmake-utils
@@ -20,6 +20,13 @@ IUSE=""
RDEPEND=">=media-libs/libcuefile-${PV}
>=media-libs/libreplaygain-${PV}"
DEPEND="${RDEPEND}
+ !media-sound/mppenc
!media-libs/libmpcdec"
PATCHES=( "${FILESDIR}/${P}-gentoo.patch" )
+
+src_install() {
+ cmake-utils_src_install
+ insinto /usr/include/mpc
+ doins include/mpc/*.h || die "doins failed"
+}