mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/libdrm: Version bump to 2.4.88
Package-Manager: Portage-2.3.12, Repoman-2.3.4
This commit is contained in:
@@ -6,3 +6,4 @@ DIST libdrm-2.4.82.tar.bz2 754053 SHA256 43fa2dbd422d6d41ac141272cc9855360ce4d08
|
||||
DIST libdrm-2.4.84.tar.bz2 794348 SHA256 7ae9c24d91139ac9a2cdee06fe46dbe1c401a1eda1c0bd2a6d1ecf72f479e0aa SHA512 860ebc5fa934edee97e9e7e13aaa2f2e70a68b946f4f3893cd7f93b8296c10b3cd4ce4c23b1676eefe375286e6e2292b96e917d7976f65c61da3fa661e5e641a WHIRLPOOL 8984374145694034626d6ccd15d72123989f5e8a127922dd0be5ae26866f8ef9179617689bc75d9a9170bbc55419c7cb2762363e700e91291a78dfb7df740dc9
|
||||
DIST libdrm-2.4.85.tar.bz2 795471 SHA256 64e4cd87eaee38ae60b2984ef02b66159b9bdd33030040db2a04339cf15f6173 SHA512 c13b266ca2efd28506b9910306db4be378537dc13229b4d4d8f525e224d0f6a2a9ce326b9ae37dae1d716ae81c9c3bcc88d875104d567899e5854da3c63aa147 WHIRLPOOL ed8f0edf717a09d78d2a2c9d33e806d1eea024a0357c68df5aac684de8587f0ddc437bf03be078062600c0d9d7cee1b4bf8af625f1cea5155b2a6d621d803c52
|
||||
DIST libdrm-2.4.87.tar.bz2 796368 SHA256 4c1c5293bdbfa248e029d3e6446767e17a3208387a719ec9da2d20c19849ed48 SHA512 9ce259d38eaffbcaf82a6975ffa513307da6750bcc31a53cade5717f854151b0e7b6d4ce25c0b518cab5a542c544d5984329f216dc4cdc9369b4adae19a68e48 WHIRLPOOL 28a188da6652a9e02d0421ee50ba8c4d46b41b4d52563a39d4d1700c25da77635cccc9afbfb5573dbae07a5d53233f977a976be8075c5126344cdbd10dff5251
|
||||
DIST libdrm-2.4.88.tar.bz2 796583 SHA256 b5e55dbac2124e742e639f5b8553e8b7395863bf73dab4f77e99fe2fc25572b5 SHA512 0d9d4bcc0d9be1fb6b1ca075339b22b0f927288a4c02bbcbf95406b5c095051890f3d2e0d32e529ef9b6952ce1250afd1e0765ad3188c2bac924dda8c33afabb WHIRLPOOL 50abb9c520570469451015cf1b56a6ba17c6fb4609c7780a4f9e2209651c5eefcf389006ffec5f24a742c2eef57a32722b4dbe75a51ed56229db1cc10f27a212
|
||||
|
||||
63
x11-libs/libdrm/libdrm-2.4.88.ebuild
Normal file
63
x11-libs/libdrm/libdrm-2.4.88.ebuild
Normal file
@@ -0,0 +1,63 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
XORG_MULTILIB=yes
|
||||
inherit xorg-2
|
||||
|
||||
DESCRIPTION="X.Org libdrm library"
|
||||
HOMEPAGE="https://dri.freedesktop.org/"
|
||||
if [[ ${PV} = 9999* ]]; then
|
||||
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git"
|
||||
else
|
||||
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"
|
||||
fi
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
||||
VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
|
||||
for card in ${VIDEO_CARDS}; do
|
||||
IUSE_VIDEO_CARDS+=" video_cards_${card}"
|
||||
done
|
||||
|
||||
IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
|
||||
RESTRICT="test" # see bug #236845
|
||||
|
||||
RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
|
||||
video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )
|
||||
abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )"
|
||||
DEPEND="${RDEPEND}
|
||||
valgrind? ( dev-util/valgrind )"
|
||||
|
||||
src_prepare() {
|
||||
if [[ ${PV} = 9999* ]]; then
|
||||
# tests are restricted, no point in building them
|
||||
sed -ie 's/tests //' "${S}"/Makefile.am
|
||||
fi
|
||||
xorg-2_src_prepare
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
XORG_CONFIGURE_OPTIONS=(
|
||||
# Udev is only used by tests now.
|
||||
--disable-udev
|
||||
--disable-cairo-tests
|
||||
$(use_enable video_cards_amdgpu amdgpu)
|
||||
$(use_enable video_cards_exynos exynos-experimental-api)
|
||||
$(use_enable video_cards_freedreno freedreno)
|
||||
$(use_enable video_cards_intel intel)
|
||||
$(use_enable video_cards_nouveau nouveau)
|
||||
$(use_enable video_cards_omap omap-experimental-api)
|
||||
$(use_enable video_cards_radeon radeon)
|
||||
$(use_enable video_cards_tegra tegra-experimental-api)
|
||||
$(use_enable video_cards_vc4 vc4)
|
||||
$(use_enable video_cards_vivante etnaviv-experimental-api)
|
||||
$(use_enable video_cards_vmware vmwgfx)
|
||||
$(use_enable libkms)
|
||||
# valgrind installs its .pc file to the pkgconfig for the primary arch
|
||||
--enable-valgrind=$(usex valgrind auto no)
|
||||
)
|
||||
|
||||
xorg-2_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user