Lines 1-10
Link Here
|
1 |
# Copyright 1999-2008 Gentoo Foundation |
1 |
# Copyright 1999-2008 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.41.0-r1.ebuild,v 1.1 2008/04/20 21:43:29 flameeyes Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-sound/wavpack/wavpack-4.41.0-r1.ebuild,v 1.1 2008/04/20 21:43:29 flameeyes Exp $ |
4 |
|
4 |
|
5 |
inherit libtool eutils flag-o-matic |
5 |
inherit libtool autotools eutils flag-o-matic |
6 |
|
6 |
|
7 |
DESCRIPTION="WavPack audio compression tools" |
7 |
DESCRIPTION="WavPack audio compression tools" |
8 |
HOMEPAGE="http://www.wavpack.com" |
8 |
HOMEPAGE="http://www.wavpack.com" |
9 |
SRC_URI="http://www.wavpack.com/${P}.tar.bz2" |
9 |
SRC_URI="http://www.wavpack.com/${P}.tar.bz2" |
10 |
|
10 |
|
Lines 14-27
Link Here
|
14 |
IUSE="mmx" |
14 |
IUSE="mmx" |
15 |
|
15 |
|
16 |
src_unpack() { |
16 |
src_unpack() { |
17 |
unpack ${A} |
17 |
unpack ${A} |
18 |
cd "${S}" |
18 |
cd "${S}" |
19 |
|
|
|
20 |
epatch "${FILESDIR}/${P}-constant.patch" |
21 |
|
22 |
elibtoolize |
19 |
elibtoolize |
|
|
20 |
eautoreconf |
23 |
} |
21 |
} |
24 |
|
22 |
|
25 |
src_compile() { |
23 |
src_compile() { |
26 |
test-flags-CC -flax-vector-conversions && \ |
24 |
test-flags-CC -flax-vector-conversions && \ |
27 |
append-flags -flax-vector-conversions |
25 |
append-flags -flax-vector-conversions |