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

(-)/usr/portage/media-video/bino/bino-1.6.1.ebuild (-4 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 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
# $Header: /var/cvsroot/gentoo-x86/media-video/bino/bino-1.6.1.ebuild,v 1.1 2014/12/28 23:56:24 robbat2 Exp $
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 lirc"
18
IUSE="debug doc lirc"
19
19
20
IUSE_VIDEO_CARDS="
20
IUSE_VIDEO_CARDS="
21
	video_cards_nvidia"
21
	video_cards_nvidia"
Lines 32-38 Link Here
32
	dev-qt/qtcore:4
32
	dev-qt/qtcore:4
33
	dev-qt/qtopengl:4
33
	dev-qt/qtopengl:4
34
	>=media-libs/libass-0.9.9
34
	>=media-libs/libass-0.9.9
35
	>=virtual/ffmpeg-0.6.90
35
	>=virtual/ffmpeg-0.7
36
	lirc? ( app-misc/lirc )
36
	lirc? ( app-misc/lirc )
37
	video_cards_nvidia? ( media-video/nvidia-settings )
37
	video_cards_nvidia? ( media-video/nvidia-settings )
38
	virtual/libintl"
38
	virtual/libintl"
Lines 51-60 Link Here
51
	local myeconfargs=(
51
	local myeconfargs=(
52
		$(use_with video_cards_nvidia xnvctrl)
52
		$(use_with video_cards_nvidia xnvctrl)
53
		$(use_with lirc liblircclient)
53
		$(use_with lirc liblircclient)
54
		$(use_enable debug)
54
		--without-equalizer
55
		--without-equalizer
55
		--htmldir=/usr/share/doc/${PF}/html
56
		--htmldir=/usr/share/doc/${PF}/html
56
	)
57
	)
57
	use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" && append-ldflags "-I/usr/$(get_libdir)" && append-libs "Xext"
58
	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"
58
	use lirc && append-cppflags "-I/usr/include/lirc"  && append-libs "lirc_client"
59
	use lirc && append-cppflags "-I/usr/include/lirc"  && append-libs "lirc_client"
59
60
60
	# Fix a compilation error because of a multiple definitions in glew
61
	# Fix a compilation error because of a multiple definitions in glew

Return to bug 538274