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

Collapse All | Expand All

(-)seq24-0.8.7.ebuild.orig (+10 lines)
Lines 15-20 Link Here
15
15
16
RDEPEND=">=media-libs/alsa-lib-0.9.0
16
RDEPEND=">=media-libs/alsa-lib-0.9.0
17
	>=dev-cpp/gtkmm-2.4
17
	>=dev-cpp/gtkmm-2.4
18
	>=dev-libs/libsigc++-2.0
18
	jack? ( >=media-sound/jack-audio-connection-kit-0.90.0 )
19
	jack? ( >=media-sound/jack-audio-connection-kit-0.90.0 )
19
	lash? ( >=media-sound/lash-0.5.0 )"
20
	lash? ( >=media-sound/lash-0.5.0 )"
20
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
Lines 29-34 Link Here
29
	fi
30
	fi
30
}
31
}
31
32
33
src_unpack() {
34
	unpack ${A}
35
	cd "${S}"
36
	# fix #220827
37
	if has_version ">=dev-libs/libsigc++-2.2"; then
38
		epatch "${FILESDIR}/${P}-sigc22_fix.patch"
39
	fi
40
}
41
32
src_compile() {
42
src_compile() {
33
	econf \
43
	econf \
34
		$(use_enable jack jack-support) \
44
		$(use_enable jack jack-support) \

Return to bug 220827