mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sys-apps/drm_info: add 2.10.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST drm_info-v2.10.0.tar.bz2 21060 BLAKE2B bc9bb03eeef1673157e924ece031365dcea6dcb1d50b9c4758186bf28c9cefc98c29deb82c0c8841d5504a00e7b8d3b7a8eca156e0cadcf69e029f3d3292d86d SHA512 b7628f8921ff66a96d9c5230b558938c4da5b75b5fead5f9fcd0a90725e24cde71d853d8473372a3255d70216825141ec0aa3ddfff2825481903992f981430dc
|
||||
DIST drm_info-v2.9.0.tar.bz2 20575 BLAKE2B 7070268e464a216d9c1043f65edd536520198370269ad3a36f9bea0c81f8c09096ed6b4ba222ad793a1816b3bf3f41423997f6ca995502b200b11a50e3594598 SHA512 6188f9b3a6a4799680619de1608e1075d5c29c8d0662c33ec0355cfe1af2617b990cb6852d3fe91e2e6d29ac4aa24335d6451a9225bc1d579a85b04a0d75f7cc
|
||||
|
||||
34
sys-apps/drm_info/drm_info-2.10.0.ebuild
Normal file
34
sys-apps/drm_info/drm_info-2.10.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2020-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
|
||||
DESCRIPTION="Small utility to dump info about DRM devices"
|
||||
HOMEPAGE="https://gitlab.freedesktop.org/emersion/drm_info"
|
||||
SRC_URI="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+pci"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/json-c:=
|
||||
>=x11-libs/libdrm-2.4.134
|
||||
pci? ( sys-apps/pciutils )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="app-text/scdoc"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dman-pages=enabled # scdoc is no pandoc
|
||||
$(meson_feature pci libpci)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user