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

Collapse All | Expand All

(-)/mnt/gen2/old-portage/media-video/bino/bino-1.6.1.ebuild (-3 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
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
# $Id$
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 15-21 Link Here
15
LICENSE="GPL-3"
15
LICENSE="GPL-3"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 ~x86"
17
KEYWORDS="~amd64 ~x86"
18
IUSE="doc libav lirc"
18
IUSE="debug doc libav lirc"
19
19
20
IUSE_VIDEO_CARDS="
20
IUSE_VIDEO_CARDS="
21
	video_cards_nvidia"
21
	video_cards_nvidia"
Lines 52-61 Link Here
52
	local myeconfargs=(
52
	local myeconfargs=(
53
		$(use_with video_cards_nvidia xnvctrl)
53
		$(use_with video_cards_nvidia xnvctrl)
54
		$(use_with lirc liblircclient)
54
		$(use_with lirc liblircclient)
55
		$(use_enable debug)
55
		--without-equalizer
56
		--without-equalizer
56
		--htmldir=/usr/share/doc/${PF}/html
57
		--htmldir=/usr/share/doc/${PF}/html
57
	)
58
	)
58
	use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" && append-ldflags "-I/usr/$(get_libdir)" && append-libs "Xext"
59
	use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" && append-ldflags "-L/usr/$(get_libdir)/opengl/nvidia/lib -L/usr/$(get_libdir)" && append-libs "Xext"
59
	use lirc && append-cppflags "-I/usr/include/lirc"  && append-libs "lirc_client"
60
	use lirc && append-cppflags "-I/usr/include/lirc"  && append-libs "lirc_client"
60
61
61
	# Fix a compilation error because of a multiple definitions in glew
62
	# Fix a compilation error because of a multiple definitions in glew

Return to bug 538274