Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/
Date: Mon, 29 May 2017 04:10:55
Message-Id: 1496030915.beb24caa5c0dd6c5f08dfc1d3e5a7fd08df19798.mattst88@gentoo
1 commit: beb24caa5c0dd6c5f08dfc1d3e5a7fd08df19798
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 29 04:08:35 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 04:08:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb24caa
7
8 x11-libs/libdrm: Version bump to 2.4.81
9
10 x11-libs/libdrm/Manifest | 1 +
11 x11-libs/libdrm/libdrm-2.4.81.ebuild | 63 ++++++++++++++++++++++++++++++++++++
12 2 files changed, 64 insertions(+)
13
14 diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
15 index 063c383bafe..7d183ed8728 100644
16 --- a/x11-libs/libdrm/Manifest
17 +++ b/x11-libs/libdrm/Manifest
18 @@ -1,3 +1,4 @@
19 DIST libdrm-2.4.75.tar.bz2 774589 SHA256 2d5a500eef412cc287d12268eed79d571e262d4957a2ec9258073f305985054f SHA512 7d30029dfc384024eb6a82a04122064366572f5888ac4594fd9e02bc0a22ed2d154bef1840bd24f0543b77460d6359d7e424d424e10f4256ee3c898041be2292 WHIRLPOOL 24134409e59fe48bae02890b8153c063a49b114bcad9911487aa25ee594fe622ba04a3b2e486a2944ebe4177e205a8a970dd8d584550022780a70cb0447decf9
20 DIST libdrm-2.4.79.tar.bz2 783711 SHA256 c6aaf319293bce38023e9a637471b0f45c93c807d2a279060d741fc7a2e5b197 SHA512 62d6dbdf5e4e73e948fcb128a3ee76c88843d0aabf0af5751526829e9b95cff151a121af88ba9625acc7f5bc4ecfa71f9a3762005d5da76cff1d91dfc8ea8ea7 WHIRLPOOL 38e64cad8cd49a44931b598896d9ced625560a0d9da4f095d4d76eff3b64d8ab80285a6df2ff3c27ab41946fa0dcc718960cf01ac662be891c0f561997058208
21 DIST libdrm-2.4.80.tar.bz2 771243 SHA256 a82a519601e9cdfad795e760807eb07ac8913b225e25fc8fe9bc03e3be6549f1 SHA512 478f64bcc6f4815368ae86d023f11ba6b37595bb9d8baa588b466c6c0e2aae48a50a489137750ed21fbabef5afabf183c78c152eb770bfe316fa7401b191a30b WHIRLPOOL 210f62c21aa27fb93eba3a8303daeab80b9da4b20ec6a70649fbad88f4277559a58018fbb12ff4b92bc6b8dc16b7ccbec1724bfcafe353382673352e9ac6d16d
22 +DIST libdrm-2.4.81.tar.bz2 786276 SHA256 8cc05c195ac8708199979a94c4e4d1a928c14ec338ecbcb38ead09f54dae11ae SHA512 5f7a1524acad59890d3f890bed90a660a424e18a88d587ca356223bde4a7446d1c540f97ec11cb10d2e7ed1b4ae86127957634354a1be6d04199295ab24782e5 WHIRLPOOL 2694fe988c7ebf34b30076a10dcb2d5ba8a24ddddb1ad348da69874814d64e78ad48f959275faa02fabd798ae214f386ef8437bdf48d485f77519b8759d695df
23
24 diff --git a/x11-libs/libdrm/libdrm-2.4.81.ebuild b/x11-libs/libdrm/libdrm-2.4.81.ebuild
25 new file mode 100644
26 index 00000000000..464b3a444eb
27 --- /dev/null
28 +++ b/x11-libs/libdrm/libdrm-2.4.81.ebuild
29 @@ -0,0 +1,63 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +XORG_MULTILIB=yes
36 +inherit xorg-2
37 +
38 +DESCRIPTION="X.Org libdrm library"
39 +HOMEPAGE="https://dri.freedesktop.org/"
40 +if [[ ${PV} = 9999* ]]; then
41 + EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
42 +else
43 + SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2"
44 +fi
45 +
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
47 +VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
48 +for card in ${VIDEO_CARDS}; do
49 + IUSE_VIDEO_CARDS+=" video_cards_${card}"
50 +done
51 +
52 +IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
53 +RESTRICT="test" # see bug #236845
54 +
55 +RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
56 + video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )
57 + abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
58 +DEPEND="${RDEPEND}
59 + valgrind? ( dev-util/valgrind )"
60 +
61 +src_prepare() {
62 + if [[ ${PV} = 9999* ]]; then
63 + # tests are restricted, no point in building them
64 + sed -ie 's/tests //' "${S}"/Makefile.am
65 + fi
66 + xorg-2_src_prepare
67 + epatch_user
68 +}
69 +
70 +src_configure() {
71 + XORG_CONFIGURE_OPTIONS=(
72 + # Udev is only used by tests now.
73 + --disable-udev
74 + --disable-cairo-tests
75 + $(use_enable video_cards_amdgpu amdgpu)
76 + $(use_enable video_cards_exynos exynos-experimental-api)
77 + $(use_enable video_cards_freedreno freedreno)
78 + $(use_enable video_cards_intel intel)
79 + $(use_enable video_cards_nouveau nouveau)
80 + $(use_enable video_cards_omap omap-experimental-api)
81 + $(use_enable video_cards_radeon radeon)
82 + $(use_enable video_cards_tegra tegra-experimental-api)
83 + $(use_enable video_cards_vc4 vc4)
84 + $(use_enable video_cards_vivante etnaviv-experimental-api)
85 + $(use_enable video_cards_vmware vmwgfx)
86 + $(use_enable libkms)
87 + # valgrind installs its .pc file to the pkgconfig for the primary arch
88 + --enable-valgrind=$(usex valgrind auto no)
89 + )
90 +
91 + xorg-2_src_configure
92 +}