diff options
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/Manifest.gz | bin | 13865 -> 13854 bytes | |||
-rw-r--r-- | x11-apps/igt-gpu-tools/Manifest | 4 | ||||
-rw-r--r-- | x11-apps/igt-gpu-tools/igt-gpu-tools-1.30.ebuild | 105 | ||||
-rw-r--r-- | x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild | 6 | ||||
-rw-r--r-- | x11-apps/xbacklight/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.2.4.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/xlogo/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xlogo/xlogo-1.0.7.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/xrandr/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.5.3.ebuild | 2 |
10 files changed, 116 insertions, 11 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz Binary files differindex 9a6f0205841d..a6edbfd81d1e 100644 --- a/x11-apps/Manifest.gz +++ b/x11-apps/Manifest.gz diff --git a/x11-apps/igt-gpu-tools/Manifest b/x11-apps/igt-gpu-tools/Manifest index 7e0346e6482c..c574954a8587 100644 --- a/x11-apps/igt-gpu-tools/Manifest +++ b/x11-apps/igt-gpu-tools/Manifest @@ -1,4 +1,6 @@ DIST igt-gpu-tools-1.29.tar.xz 2944444 BLAKE2B 8d34a2b1a9dfc6d8a23be6d2a45436f531e98f0aa8b05346d5a4f2232d4904fc12cb7a986ee335b2a9a31760de10cfed0d92b7de6052ed75baeadc190c5ebee9 SHA512 1bce6cc916b79bee3562cdee945444bfe925efac37c0df61f8adc17b1aade752cb2e31a05c0dc5de5f2c54256f3319cab7ee45014d5d910e16cca50accd2d1ed +DIST igt-gpu-tools-1.30.tar.xz 3079568 BLAKE2B 0be7a31d5ca472d6011abc271d4fd5c1c34e7e458a510dab1d99e56bed87d9923a757aced407e5b2cf72b37c074d62fe3fcdefb0fc75c43f439650f129b51005 SHA512 be0af7c7b3bbf6d47ac5267b6be9af356cfd148f2588d624635e642299df0ab0a825bc1498c6ba2b9f8b6c1e4f0126b6fdf22c82548bfa1df1906efad492db60 EBUILD igt-gpu-tools-1.29.ebuild 2518 BLAKE2B 4c4df3d9b6ccea5fdaf92b322177c940c4ac33d0d2020ff725d86ade661b5fdc18308970fe01a17d770d8dea8f72761379e3c63354241fa82d4f461fe8f28f8e SHA512 22d4f463c4124743b96b01a983dafd976638a7512600e66d6563011be22c8e3e68940bf8b30f34e311c8cc6481981d30b746543d424f81dda68c88339167e689 -EBUILD igt-gpu-tools-9999.ebuild 2518 BLAKE2B 4c4df3d9b6ccea5fdaf92b322177c940c4ac33d0d2020ff725d86ade661b5fdc18308970fe01a17d770d8dea8f72761379e3c63354241fa82d4f461fe8f28f8e SHA512 22d4f463c4124743b96b01a983dafd976638a7512600e66d6563011be22c8e3e68940bf8b30f34e311c8cc6481981d30b746543d424f81dda68c88339167e689 +EBUILD igt-gpu-tools-1.30.ebuild 2451 BLAKE2B 03ec5d09fe951c29c337984d63244728c1823972fb0a57f82f912f96549b84a5ae4c76da658cf8a2039464823adda7ed221bd6454d486ce68b54e9da9e86053f SHA512 7e3f52aec80efff5ef83904011bae9eff757fc4e85a5541d9c8ffd701585354b98a89435d321cba2eef6cc5a1810f696656f01efff88d351fe9b588ed6a23028 +EBUILD igt-gpu-tools-9999.ebuild 2451 BLAKE2B 03ec5d09fe951c29c337984d63244728c1823972fb0a57f82f912f96549b84a5ae4c76da658cf8a2039464823adda7ed221bd6454d486ce68b54e9da9e86053f SHA512 7e3f52aec80efff5ef83904011bae9eff757fc4e85a5541d9c8ffd701585354b98a89435d321cba2eef6cc5a1810f696656f01efff88d351fe9b588ed6a23028 MISC metadata.xml 743 BLAKE2B 41f82413bcc0ca4cae3b142bca8871403fa73cba2f54328b283854336e637128b53c01f33655c65d65dbb132b56a3e1a6e0dd889cf840eb3f5f25fd9f8fb14cf SHA512 812de04b016d8154e0255abae0174ff89a89dcb2eb2430e198284a0dac2bd93dfea0e0268abbae5a97c5b7fb6a9cc2c70f398844de634b8b2bab118057e2bc2a diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.30.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.30.ebuild new file mode 100644 index 000000000000..7610ba673ffb --- /dev/null +++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.30.ebuild @@ -0,0 +1,105 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +EGIT_REPO_URI="https://gitlab.freedesktop.org/drm/${PN}.git" +if [[ ${PV} = *9999* ]]; then + GIT_ECLASS="git-r3" +fi + +PYTHON_COMPAT=( python3_{10..13} ) +inherit ${GIT_ECLASS} meson python-any-r1 + +DESCRIPTION="Intel GPU userland tools" + +HOMEPAGE="https://gitlab.freedesktop.org/drm/igt-gpu-tools" +if [[ ${PV} != *9999* ]]; then + KEYWORDS="~amd64 ~x86" + SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.xz" +fi +LICENSE="MIT" +SLOT="0" +IUSE="chamelium man overlay runner tests unwind valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xv" +REQUIRED_USE=" + || ( video_cards_amdgpu video_cards_intel video_cards_nouveau ) + overlay? ( + video_cards_intel + || ( X xv ) + ) + runner? ( tests ) +" +RESTRICT="test" + +RDEPEND=" + dev-libs/elfutils + dev-libs/glib:2 + sys-apps/kmod + sys-libs/zlib:= + sys-process/procps:= + virtual/libudev:= + >=x11-libs/cairo-1.12.0[X?] + >=x11-libs/libdrm-2.4.82[video_cards_amdgpu?,video_cards_intel?,video_cards_nouveau?] + >=x11-libs/libpciaccess-0.10 + x11-libs/pixman + chamelium? ( + dev-libs/xmlrpc-c:=[curl] + sci-libs/gsl:= + media-libs/alsa-lib + ) + overlay? ( + >=x11-libs/libXrandr-1.3 + xv? ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXv + ) + ) + runner? ( dev-libs/json-c:= ) + unwind? ( sys-libs/libunwind:= ) + valgrind? ( dev-debug/valgrind ) + " +DEPEND="${RDEPEND} + man? ( dev-python/docutils ) + overlay? ( + >=dev-util/peg-0.1.18 + x11-base/xorg-proto + ) + video_cards_intel? ( + app-alternatives/yacc + app-alternatives/lex + ) +" +BDEPEND="${PYTHON_DEPS}" + +src_prepare() { + sed -e "s/find_program('rst2man-3'/find_program('rst2man.py', 'rst2man-3'/" -i man/meson.build + default_src_prepare +} + +src_configure() { + local gpus="" + use video_cards_amdgpu && gpus+="amdgpu," + use video_cards_intel && gpus+="intel," + use video_cards_nouveau && gpus+="nouveau," + + local overlay_backends="" + use overlay && use xv && overlay_backends+="xv," + use overlay && use X && overlay_backends+="x," + + local emesonargs=( + $(meson_feature overlay) + -Doverlay_backends=${overlay_backends%?} + $(meson_feature chamelium) + $(meson_feature valgrind) + $(meson_feature man) + -Dtestplan=disabled + -Dsphinx=disabled + -Ddocs=disabled + $(meson_feature tests) + -Dxe_driver=disabled + -Dlibdrm_drivers=${gpus%?} + $(meson_feature unwind libunwind) + $(meson_feature runner) + ) + meson_src_configure +} diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild index 72aa45ebbf28..7610ba673ffb 100644 --- a/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild +++ b/x11-apps/igt-gpu-tools/igt-gpu-tools-9999.ebuild @@ -19,14 +19,13 @@ if [[ ${PV} != *9999* ]]; then fi LICENSE="MIT" SLOT="0" -IUSE="chamelium doc man overlay runner tests unwind valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xv" +IUSE="chamelium man overlay runner tests unwind valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xv" REQUIRED_USE=" || ( video_cards_amdgpu video_cards_intel video_cards_nouveau ) overlay? ( video_cards_intel || ( X xv ) ) - doc? ( tests ) runner? ( tests ) " RESTRICT="test" @@ -60,7 +59,6 @@ RDEPEND=" valgrind? ( dev-debug/valgrind ) " DEPEND="${RDEPEND} - doc? ( >=dev-util/gtk-doc-1.25-r1 ) man? ( dev-python/docutils ) overlay? ( >=dev-util/peg-0.1.18 @@ -96,7 +94,7 @@ src_configure() { $(meson_feature man) -Dtestplan=disabled -Dsphinx=disabled - $(meson_feature doc docs) + -Ddocs=disabled $(meson_feature tests) -Dxe_driver=disabled -Dlibdrm_drivers=${gpus%?} diff --git a/x11-apps/xbacklight/Manifest b/x11-apps/xbacklight/Manifest index 3fc270d501d1..6e5b974929bf 100644 --- a/x11-apps/xbacklight/Manifest +++ b/x11-apps/xbacklight/Manifest @@ -1,5 +1,5 @@ DIST xbacklight-1.2.3.tar.bz2 124611 BLAKE2B 19355773b2b2bc491cb3682d9d02fed462d30ed21742dfb9f7398ec39e85bde4fdd1b60bc8b4ac2a2d32410016186c1f1e5d45904fb19358bcc16eee69242dbf SHA512 717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7 DIST xbacklight-1.2.4.tar.xz 121276 BLAKE2B d0a05f0e5c09c9a1114b044123c8cb9ca97d07c87d7941df1db29ad400e38d39ad3e78e528bc4b3f7ee69b24c74e436b618ea5abbae4517dbbbce0577ea30f9a SHA512 6aa39d8f4430b2b9da92afff462aebbd0f3fdef50bf6a4fc3e5c08e45ae18156dc2017b8a46cd3185b2e4b1b836d2bd7379821a6591afa3d6db395247c8193e3 EBUILD xbacklight-1.2.3.ebuild 357 BLAKE2B 99d693809f3e0968266481e7113a4849a7b3bcbfa38bc5a99ec9a636b32167226ef3ecc4ed15e6adf90280cdce3a147a24c19766286d88224482b7d266d003d8 SHA512 f22f74140b4fed445b6dabda4b7ca7e5a208bdb0d5047b1a99cc58fab9d27eb70589b0c2b4d78e8e39c05e860d641b5d1d4d05a60136c381cdf331f28b643a9d -EBUILD xbacklight-1.2.4.ebuild 382 BLAKE2B afd4e2f72d8691457f9e71ad8ed48f97407a0c2432c9e1a92e95f5aa7bb347a00e89f56adcdf6dd92b7ce8d2d84696ad50f209beb71c7fd5974d0d6c9ede58ce SHA512 bea2ccabf0b4f25af04527fcb52618dbc45999abf175fd6d90420765c254a072dd983bbe0ae31aa7e64e2c56f631f3630aa371687d4443ed9368e927d94ee529 +EBUILD xbacklight-1.2.4.ebuild 381 BLAKE2B 02ba63de6375ca6208ca87edd492c8154cc26aa44fc29a952160c99536f72a73e170ead9a6e85ad81b5289b86cb5f60a7e77c82d4d5786fc12ffcdfa9162a3c4 SHA512 249f62ce9366dafb7ca45d01d4e05894923d5d5950083cb1394f6b6bff524612367d364af4ec49d0a32d0243fa8eb308f20687f82010085bc0fc6772d031f5e0 MISC metadata.xml 341 BLAKE2B 5fdf087fc2f573e735981e4af574304f6d0ec1815a0b7d961e8eab7697e37fdc8cb746b84b4a3f8d356f06704b62eb81e9b6dd83333a481efa0c7c590013906e SHA512 edc896038f569f3d2f9ed2a6a42e292de08f62e548c4a02128e1a4ea6b8b487af8849edda3dbd04b367c3ea880a5f72722c3622e33ea7fb3ade26d294e9074b6 diff --git a/x11-apps/xbacklight/xbacklight-1.2.4.ebuild b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild index b22530bd94e9..0991c29afdf0 100644 --- a/x11-apps/xbacklight/xbacklight-1.2.4.ebuild +++ b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild @@ -6,7 +6,7 @@ XORG_TARBALL_SUFFIX="xz" inherit xorg-3 DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ~ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" RDEPEND="x11-libs/libxcb >=x11-libs/xcb-util-0.3.8" diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest index afc670f74206..6bcfacfea9cd 100644 --- a/x11-apps/xlogo/Manifest +++ b/x11-apps/xlogo/Manifest @@ -1,5 +1,5 @@ DIST xlogo-1.0.6.tar.xz 128772 BLAKE2B 422f2f3791e0b61625a5e1b4053cb3327345845ff101c5c2d690598c2c7545b9d7ccdd5c5aa9fa76423d85ef2e03d41c75999619d333cd7e4f769e67f087a177 SHA512 f0c921e0e34d2c0959d95ca0fcb7488395043280b8b35bcad4e8a528224f2b38581fbf60e82239d06760ecd637692cb29c3b1c0c46ac7f269f692a139d954ea0 DIST xlogo-1.0.7.tar.xz 133996 BLAKE2B 9c37a3471b70a5c8009cea0d150c24317eaace491098558e685d9fe0c7838061e002c90011e2e91461e262e5d577cb84fe63590499ecf03c052b084be46f188c SHA512 dfea0d42aeec7394c487e009c22ebb24af9501fa8144079d4fe1f32931cfad6bd1eb3830a1d211b9785a9f89fe22c61d4d4b6d6b881af42f3f916ccc5eb9ce66 EBUILD xlogo-1.0.6.ebuild 497 BLAKE2B ddcdabd5ec07fbcd9c4fce2b27ce98fb8c74e5ad50b9dcf902471bf16be7976bce958cafc54fd17a94be238b9d1f2411465f144ec8cbc48f28e0a827ae5bcf58 SHA512 7f5876d8e51f06dd7435db49eca0645b7697f76ac3e2be420e0a56ba8c0d1d23ac92eb7873b8256568ba13d100cbee9e0c4e68bc9c7da0861bc692c67b868dc0 -EBUILD xlogo-1.0.7.ebuild 498 BLAKE2B ce60fea47340481fc469a2fc13ebc14d7b685a0c919a448aa77eb4897ebfecab6d4b2c531859b3a949d84922f14dec730c0cd0113f7f23bda69a954565f5699d SHA512 9a909a97c19d5dd676db2bec7a5f9c5499df339604315198161f62505542d6ec6c1218a6d1f198b2868ac5e8232bd2724ad688cac6bc60f91f0fe0715141d9c9 +EBUILD xlogo-1.0.7.ebuild 497 BLAKE2B 0cb36522658a00ba7d138d61621a13ff9d3c08cd67406b42294f78877e80982308049d780bdcbc40f09559514f78ddde77065db57e02ef897a09c7e1fa88dbbc SHA512 e6f967f273e9603c4a777bb91238414b1eb1e58e604e8df65072eeaf278054f49c2170c87505981bd01201145e843e86401c5f95532e91439aea43b8feecbf22 MISC metadata.xml 336 BLAKE2B 3d29f95f3977cd9af4c119b68ab2710cd730cdf2805a84f68ecd50e7c2ab77bb9d887ad6104fc2812064d87c4a5a733da802e3c564ff144dbc6af0dab945d52b SHA512 a57dced6e58758f839a9353e2d01e96566095640a39a1cf250f786c084775a1186242c444796504c1ced8893df4b0dadf418a9abc726f4f82b0dc05b97b4689d diff --git a/x11-apps/xlogo/xlogo-1.0.7.ebuild b/x11-apps/xlogo/xlogo-1.0.7.ebuild index 897032a576be..2762c9c35e50 100644 --- a/x11-apps/xlogo/xlogo-1.0.7.ebuild +++ b/x11-apps/xlogo/xlogo-1.0.7.ebuild @@ -8,7 +8,7 @@ inherit xorg-3 DESCRIPTION="X Window System logo" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86" RDEPEND=" x11-libs/libXrender diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest index 81802ac7ba9a..d17d15838cde 100644 --- a/x11-apps/xrandr/Manifest +++ b/x11-apps/xrandr/Manifest @@ -1,5 +1,5 @@ DIST xrandr-1.5.2.tar.xz 174012 BLAKE2B 7c4afea6b8bc4361bde2565e930db98abb925b51d717e23c3ec95853aacf58b465f8c858652b8eebd7b0fdb289b4da4ab9235e571f61c8f77e4818efcb12de07 SHA512 b536e8f1e04094894aa52ae496725c58691b043860b3327c41d737b07b642a939733321b62f698032b11ba857208a6177600a3ca3295ff1be6ade4341cdc2747 DIST xrandr-1.5.3.tar.xz 176852 BLAKE2B a2f253e0027976ef1bbf346361f6cfcfb575db36f134ec21e234f733fe7e70959d401c6b078a0d6d0297021aeff12eef57e4fdc865c86531784e439927385995 SHA512 2096afb9040ca18005aaf744401df40bdb8e8c8c06ffc97b927e63131800a4dc40cec063bdb5f38cd74b3d24b25fbed258c16cb6c73161efea44b3065b15c100 EBUILD xrandr-1.5.2.ebuild 527 BLAKE2B 363eeda01a2467e14cd53d396c80c153b932dcca2e50af23927bb19d05d60b0964d068e409bf7f6a208acc6d9555ec94568b9fe1e483c0ca6bcb5a86a7e90bc4 SHA512 0289d8a979f91eadd9e67d9d5b7d58964ed637f6a98c40449e0b23c35cf9ebe0c4ec8d9dd77b686e4499ce127d71841fc21c870834a278b2af4a9ac440a52bec -EBUILD xrandr-1.5.3.ebuild 527 BLAKE2B 1ddac509d20b94457ae83f1db0b282ff56763d3b5c80fc4e45d6b4d1db7b1c185d19a2b5b5cb32477c79f016a2ec7b425e5757d2bd41d279e1609889f06271a9 SHA512 94dd6d5a648ad73db7529c4be4078d3cf6cfdd6229dbbfc45311877672b1383a6b64e466d1a6a71a49bac00ab960778cb9c4b78d96cd5b197dfc985de4c1348b +EBUILD xrandr-1.5.3.ebuild 526 BLAKE2B f0726f186ea765a40d7427b79866aae67d924e905afe2409f8d8d7f513ef0e0f243b2544675dfed9b1582684085a26e528d11deed50312f3537c4b47773730dc SHA512 06cd39a066f38fbf9682d18c674692f22e30618b3c914944de59a8f63ee50e406697824692821b8dcb5acccfc802888ba33ff18e780f69696d77c763e56f39e3 MISC metadata.xml 337 BLAKE2B 3003fb3f334179c653f32ef2a864a609df08a585981e15adb49cb63209530479c22c0ed5c5e62e64d3647b25b57e28af7a41d948af012ed450ad1afd6be23374 SHA512 e51bf78854aaa4634a164f04408ccc202983e118f987cb90469feefefe51ee4671ba9b3a329b71ab6806022c0e6beb32ff27c7ee35682945a3bb8fd1a40636c2 diff --git a/x11-apps/xrandr/xrandr-1.5.3.ebuild b/x11-apps/xrandr/xrandr-1.5.3.ebuild index 5959e829f9ec..28870d513d52 100644 --- a/x11-apps/xrandr/xrandr-1.5.3.ebuild +++ b/x11-apps/xrandr/xrandr-1.5.3.ebuild @@ -7,7 +7,7 @@ inherit xorg-3 DESCRIPTION="A primitive command line interface to RandR extension" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=">=x11-libs/libXrandr-1.5 x11-libs/libXrender |