Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bumblebee/
Date: Mon, 16 Jul 2018 05:02:31
Message-Id: 1531717070.cfe1c73d0f40b355e00e733b3889f0ed33476499.np-hardass@gentoo
1 commit: cfe1c73d0f40b355e00e733b3889f0ed33476499
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 8 19:14:43 2018 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 04:57:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe1c73d
7
8 x11-misc/bumblebee: Bump to latest development commit
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-misc/bumblebee/Manifest | 1 +
13 .../bumblebee/bumblebee-3.2.1_p20170130.ebuild | 95 ++++++++++++++++++++++
14 2 files changed, 96 insertions(+)
15
16 diff --git a/x11-misc/bumblebee/Manifest b/x11-misc/bumblebee/Manifest
17 index 92f4952549a..898009991f0 100644
18 --- a/x11-misc/bumblebee/Manifest
19 +++ b/x11-misc/bumblebee/Manifest
20 @@ -1,2 +1,3 @@
21 DIST bumblebee-3.2.1.tar.gz 143110 BLAKE2B 537fe96e061f229c4c1e7748aef89e4eec040536d7a3161b449a34752c19078d3b4da6703f1c11268b4bb0e6590f94168bab5917fceac0eb73825b3c233548f0 SHA512 6f016f75d199577215ff00c059e196829e9d3efeb0fb6eebe6c3fad6176e330332e1ef25875a22ac9892895683d95899ea44f1ec1f85d31300ad83cb1fe0310a
22 DIST bumblebee-3.2.1_p20170123.tar.gz 63376 BLAKE2B 986cc1ff39d937547268b07c98f8881810586c58a40f454cb3839aea4e5f116b27b8947acc7b1e05f3cca7a3f717f963ae3ad9f379473b40b898e6fcfedff5e6 SHA512 398101927211a8d09f19d519fd0537c94b942bd7fc11d10d394a3a520f2afa6abe174db78b60bb134caf78ffda4cdd50d0ef424134acd07ff4ce93998881e31b
23 +DIST bumblebee-3.2.1_p20170130.tar.gz 63428 BLAKE2B 33a2fbbd6e6cbc6cd026b87714d06e54d8803cc75e997cc1bd1aa1d1263c3fe9602f822b92c67fa7e76632bb19daaae11e591b88d087889a970d374f6316e847 SHA512 b457e8ce197782bd1b1fabd3c0c67e4ec26cdb90a3715bbe7a8e1550cdde19134151567cfa0c73d800c30e5d303b30bc1261d5f3cbceaa64d559416e4d541070
24
25 diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
26 new file mode 100644
27 index 00000000000..cb8c3ee8876
28 --- /dev/null
29 +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
30 @@ -0,0 +1,95 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit autotools multilib readme.gentoo-r1 systemd user
37 +
38 +if [[ ${PV} == 9999 ]]; then
39 + inherit git-r3
40 + EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git"
41 + EGIT_BRANCH="develop"
42 + KEYWORDS=""
43 +else
44 + COMMIT="d469a32fc0dfef5b3725c7a5331be2d04b870594"
45 + SRC_URI="https://github.com/Bumblebee-Project/Bumblebee/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
46 + KEYWORDS="~amd64 ~x86"
47 +
48 + S="${WORKDIR}/Bumblebee-${COMMIT}"
49 +fi
50 +
51 +DESCRIPTION="Service providing elegant and stable means of managing Optimus graphics chipsets"
52 +HOMEPAGE="https://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee"
53 +
54 +SLOT="0"
55 +LICENSE="GPL-3"
56 +
57 +IUSE="+bbswitch video_cards_nouveau video_cards_nvidia"
58 +
59 +COMMON_DEPEND="
60 + dev-libs/glib:2
61 + dev-libs/libbsd
62 + sys-apps/kmod
63 + x11-libs/libX11
64 +"
65 +
66 +RDEPEND="${COMMON_DEPEND}
67 + virtual/opengl
68 + x11-base/xorg-drivers[video_cards_nvidia?,video_cards_nouveau?]
69 + bbswitch? ( sys-power/bbswitch )
70 +"
71 +
72 +DEPEND="${COMMON_DEPEND}
73 + sys-apps/help2man
74 + virtual/pkgconfig
75 +"
76 +
77 +PDEPEND="
78 + || (
79 + x11-misc/primus
80 + x11-misc/virtualgl
81 + )
82 +"
83 +
84 +REQUIRED_USE="|| ( video_cards_nouveau video_cards_nvidia )"
85 +
86 +pkg_setup() {
87 + enewgroup bumblebee
88 +}
89 +
90 +src_prepare() {
91 + default
92 + eautoreconf
93 +}
94 +
95 +src_configure() {
96 + if use video_cards_nvidia ; then
97 + # Get paths to GL libs for all ABIs
98 + local i nvlib=""
99 + for i in $(get_all_libdirs) ; do
100 + nvlib="${nvlib}:/usr/${i}/opengl/nvidia/lib"
101 + done
102 +
103 + local nvpref="/usr/$(get_libdir)/opengl/nvidia"
104 + local xorgpref="/usr/$(get_libdir)/xorg/modules"
105 + ECONF_PARAMS="CONF_DRIVER=nvidia CONF_DRIVER_MODULE_NVIDIA=nvidia \
106 + CONF_LDPATH_NVIDIA=${nvlib#:} \
107 + CONF_MODPATH_NVIDIA=${nvpref}/lib,${nvpref}/extensions,${xorgpref}/drivers,${xorgpref}"
108 + fi
109 +
110 + econf \
111 + ${ECONF_PARAMS}
112 +}
113 +
114 +src_install() {
115 + default
116 +
117 + newconfd "${FILESDIR}"/${PN}.confd ${PN}
118 + newinitd "${FILESDIR}"/${PN}.initd ${PN}
119 + newenvd "${FILESDIR}"/${PN}.envd 99${PN}
120 + systemd_dounit scripts/systemd/bumblebeed.service
121 +
122 + local DOC_CONTENTS="In order to use Bumblebee, add your user to 'bumblebee' group.
123 + You may need to setup your /etc/bumblebee/bumblebee.conf"
124 + readme.gentoo_create_doc
125 +}