| [proaudio] libsndfile update/aliki/jnoise/ambdec |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
...attached. Flo -- Machines can do the work, so people have time to think. public key 6C002249 x-hkp://wwwkeys.eu.pgp.net
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild,v 1.14 2008/04/21 07:15:33 vapier Exp $
inherit eutils libtool autotools
FNAME="libsndfile-1.0.18pre25"
DESCRIPTION="A C library for reading and writing files containing sampled sound"
HOMEPAGE="http://www.mega-nerd.com/libsndfile"
SRC_URI="http://www.mega-nerd.com/tmp/${FNAME}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
IUSE="sqlite flac alsa"
RESTRICT="test"
RDEPEND="flac? ( media-libs/flac )
alsa? ( media-libs/alsa-lib )
sqlite? ( >=dev-db/sqlite-3.2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
cd "${FNAME}"
econf $(use_enable sqlite) \
$(use_enable flac) \
$(use_enable alsa) \
--disable-werror \
--disable-gcc-pipe \
--disable-dependency-tracking || die "econf failed."
emake || die "emake failed."
}
src_install() {
cd "${FNAME}"
emake -j1 DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README TODO
}
Attachment:
aliki.tgz
Description: application/tgz
Attachment:
jnoise.tgz
Description: application/tgz
Attachment:
ambdec.tgz
Description: application/tgz
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |