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

Collapse All | Expand All

(-)/usr/portage/media-sound/qtractor/qtractor-0.4.7.ebuild (-1 / +9 lines)
Lines 17-23 Link Here
17
IUSE="debug dssi libsamplerate mad osc rubberband vorbis sse"
17
IUSE="debug dssi libsamplerate mad osc rubberband vorbis sse"
18
18
19
RDEPEND=">=x11-libs/qt-core-4.2:4
19
RDEPEND=">=x11-libs/qt-core-4.2:4
20
	>=x11-libs/qt-gui-4.2:4[gtk]
20
	>=x11-libs/qt-gui-4.2
21
	x11-themes/qgtkstyle
21
	media-libs/alsa-lib
22
	media-libs/alsa-lib
22
	media-libs/libsndfile
23
	media-libs/libsndfile
23
	media-sound/jack-audio-connection-kit
24
	media-sound/jack-audio-connection-kit
Lines 31-36 Link Here
31
	vorbis? ( media-libs/libvorbis )"
32
	vorbis? ( media-libs/libvorbis )"
32
DEPEND="${RDEPEND}"
33
DEPEND="${RDEPEND}"
33
34
35
src_prepare() {
36
	local regex='s!$! -L/usr/lib64/qt4/plugins/styles -lgtkstyle!'
37
	sed -i "/^\s*LIBS\s*[+=]/ ${regex}" "${S}"/src/src.pri.in
38
}
39
34
src_configure() {
40
src_configure() {
35
	append-flags "-DQT_STYLE_GTK"
41
	append-flags "-DQT_STYLE_GTK"
36
	econf \
42
	econf \
Lines 43-48 Link Here
43
		$(use_enable rubberband librubberband) \
49
		$(use_enable rubberband librubberband) \
44
		$(use_enable sse) \
50
		$(use_enable sse) \
45
		$(use_enable debug)
51
		$(use_enable debug)
52
53
	append-ldflags "-Wl,-R,/usr/lib64/qt4/plugins/styles"
46
	eqmake4 qtractor.pro -o qtractor.mak
54
	eqmake4 qtractor.pro -o qtractor.mak
47
}
55
}
48
56

Return to bug 345819