Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246299 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-sound/sox/sox-14.2.0.ebuild (-1 / +9 lines)
Lines 2-8 Link Here
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/sox/sox-14.2.0.ebuild,v 1.1 2008/11/10 12:11:12 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.2.0.ebuild,v 1.1 2008/11/10 12:11:12 aballier Exp $
4
4
5
inherit flag-o-matic
5
inherit flag-o-matic autotools
6
6
7
DESCRIPTION="The swiss army knife of sound processing programs"
7
DESCRIPTION="The swiss army knife of sound processing programs"
8
HOMEPAGE="http://sox.sourceforge.net"
8
HOMEPAGE="http://sox.sourceforge.net"
Lines 30-35 Link Here
30
	png? ( media-libs/libpng )
30
	png? ( media-libs/libpng )
31
	wavpack? ( media-sound/wavpack )"
31
	wavpack? ( media-sound/wavpack )"
32
32
33
src_unpack() {
34
	unpack ${A}
35
	cd "${S}"
36
	epatch "${FILESDIR}/${P}-distro.patch"
37
	eautoreconf
38
}
39
33
src_compile () {
40
src_compile () {
34
	# Fixes wav segfaults. See Bug #35745.
41
	# Fixes wav segfaults. See Bug #35745.
35
	append-flags -fsigned-char
42
	append-flags -fsigned-char
Lines 51-56 Link Here
51
		$(use_with amrnb amr-nb) \
58
		$(use_with amrnb amr-nb) \
52
		$(use_with png) \
59
		$(use_with png) \
53
		$(use_with wavpack) \
60
		$(use_with wavpack) \
61
		--with-distro="Gentoo" \
54
		--enable-fast-ulaw \
62
		--enable-fast-ulaw \
55
		--enable-fast-alaw \
63
		--enable-fast-alaw \
56
		|| die "configure failed"
64
		|| die "configure failed"

Return to bug 246299