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

Collapse All | Expand All

(-)rezound-0.12.3_beta-r1.ebuild (-5 / +6 lines)
Lines 8-39 Link Here
8
inherit eutils autotools
8
inherit eutils autotools
9
9
10
MY_P="${P/_/}"
10
MY_P="${P/_/}"
11
S="${WORKDIR}/${MY_P}"
11
S="${WORKDIR}/${MY_P}"
12
12
13
PATCHLEVEL="4"
13
PATCHLEVEL="5"
14
DESCRIPTION="Sound editor and recorder"
14
DESCRIPTION="Sound editor and recorder"
15
HOMEPAGE="http://rezound.sourceforge.net"
15
HOMEPAGE="http://rezound.sourceforge.net"
16
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz
16
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz
17
	mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2"
17
	mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2"
18
18
19
LICENSE="GPL-2"
19
LICENSE="GPL-2"
20
SLOT="0"
20
SLOT="0"
21
KEYWORDS="~amd64 ~ppc -sparc ~x86"
21
KEYWORDS="~amd64 ~ppc -sparc ~x86"
22
IUSE="16bittmp alsa flac jack nls oss portaudio soundtouch vorbis"
22
IUSE="16bittmp alsa flac jack nls oss portaudio soundtouch vorbis fftw"
23
23
24
RDEPEND="=sci-libs/fftw-2*
24
RDEPEND=">=x11-libs/fox-1.6.19
25
	>=x11-libs/fox-1.6.19
26
	>=media-libs/audiofile-0.2.3
25
	>=media-libs/audiofile-0.2.3
27
	>=media-libs/ladspa-sdk-1.12
26
	>=media-libs/ladspa-sdk-1.12
28
	>=media-libs/ladspa-cmt-1.15
27
	>=media-libs/ladspa-cmt-1.15
29
	alsa? ( >=media-libs/alsa-lib-1.0 )
28
	alsa? ( >=media-libs/alsa-lib-1.0 )
30
	flac? ( >=media-libs/flac-1.1.2 )
29
	flac? ( >=media-libs/flac-1.1.2 )
31
	jack? ( media-sound/jack-audio-connection-kit )
30
	jack? ( media-sound/jack-audio-connection-kit )
32
	portaudio? ( >=media-libs/portaudio-18 )
31
	portaudio? ( >=media-libs/portaudio-18 )
33
	soundtouch? ( >=media-libs/libsoundtouch-1.2.1 )
32
	soundtouch? ( >=media-libs/libsoundtouch-1.2.1 )
34
	vorbis? ( media-libs/libvorbis media-libs/libogg )"
33
	vorbis? ( media-libs/libvorbis media-libs/libogg )
34
        fftw? ( =sci-libs/fftw-3* )"
35
35
36
# optional packages (don't need to be installed during emerge):
36
# optional packages (don't need to be installed during emerge):
37
#
37
#
38
# >=media-sound/lame-3.92
38
# >=media-sound/lame-3.92
39
# app-cdr/cdrdao
39
# app-cdr/cdrdao
Lines 78-87 Link Here
78
		$(use_enable oss) \
78
		$(use_enable oss) \
79
		$(use_enable portaudio) \
79
		$(use_enable portaudio) \
80
		$(use_enable flac) \
80
		$(use_enable flac) \
81
		$(use_enable vorbis) \
81
		$(use_enable vorbis) \
82
		$(use_enable soundtouch) \
82
		$(use_enable soundtouch) \
83
		$(use_enable fftw) \
83
		${sampletype} \
84
		${sampletype} \
84
		--enable-ladspa \
85
		--enable-ladspa \
85
		--enable-largefile \
86
		--enable-largefile \
86
		|| die "configure failed"
87
		|| die "configure failed"
87
88

Return to bug 219438