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

(-)sox-14.2.0.ebuild (-1 / +8 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 eutils flag-o-matic
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
37
	epatch "${FILESDIR}/${P}-gentoo.patch"
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

Return to bug 246299