diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-02-14 23:11:10 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-02-14 23:11:10 +0000 |
commit | 506029d3437309ef3dc00408de537964bd33b7fd (patch) | |
tree | a47146d3e6c71f82f6cba043b8d2dc9622d5a2e9 /media-libs | |
parent | gui-wm/gamescope: Version bump to 3.11.52_beta2 (diff) | |
download | gentoo-506029d3437309ef3dc00408de537964bd33b7fd.tar.gz gentoo-506029d3437309ef3dc00408de537964bd33b7fd.tar.bz2 gentoo-506029d3437309ef3dc00408de537964bd33b7fd.zip |
media-libs/libdisplay-info: Version bump to 0.1.0
Of course they make their first proper release the day after I package this!
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libdisplay-info/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libdisplay-info/libdisplay-info-0.1.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/libdisplay-info/Manifest b/media-libs/libdisplay-info/Manifest index 8cdc1fdfe99c..05e47cdaa4fe 100644 --- a/media-libs/libdisplay-info/Manifest +++ b/media-libs/libdisplay-info/Manifest @@ -1 +1,2 @@ +DIST libdisplay-info-0.1.0.tar.xz 76788 BLAKE2B 716e2dd58e7689886401ee7428e232975c1ecd203cb379353ab81698bba2abd9d9bb2574e48bb49a4f515aa8a23b6bc9bee89635f933c8c7fb7448f2e37f7c0e SHA512 f4d2d8ab2683db2c5ab04a11483dadf575608e0293a79ca2856a83d900bfa21d8abcbac7a8691ac5814b86962721a696f99a6e07d99efbaaa5f38b956e62a145 DIST libdisplay-info-0_p20230112.tar.bz2 76463 BLAKE2B 4e1eacfc426b261fef4c94501929cd7dcf56f1976bf1310aa5c162901f2ad7de9f712a49e8918e50f9759ada01c26222a9dd9c78fc251ad52b93f74b58b45da6 SHA512 e29689cabe24bd5f6bff2a575758d8a04229f7e4259d14d194cf95d166ca5dd0c4bad7b0f6c6751691b6b45ddb1219fbfeef6bdd4037c8c0fadc227a790d1885 diff --git a/media-libs/libdisplay-info/libdisplay-info-0.1.0.ebuild b/media-libs/libdisplay-info/libdisplay-info-0.1.0.ebuild new file mode 100644 index 000000000000..a234cda1fce0 --- /dev/null +++ b/media-libs/libdisplay-info/libdisplay-info-0.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) + +inherit meson + +DESCRIPTION="Simple framework for writing Vulkan layers" +HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info" +SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" +KEYWORDS="~amd64" +LICENSE="MIT" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="sys-apps/hwdata" +DEPEND="${RDEPEND}" + +BDEPEND=" + virtual/pkgconfig + test? ( >=sys-apps/edid-decode-0_pre20230131 ) +" |