From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA53D138334 for ; Sat, 18 Aug 2018 04:53:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93029E087B; Sat, 18 Aug 2018 04:53:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A2CFE087B for ; Sat, 18 Aug 2018 04:53:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71B7D33BDC5 for ; Sat, 18 Aug 2018 04:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC733A0 for ; Sat, 18 Aug 2018 04:53:44 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1534567996.e28ad2e5f4d43431d39369ab5cb3f5ffcc8926e3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e28ad2e5f4d43431d39369ab5cb3f5ffcc8926e3 X-VCS-Branch: master Date: Sat, 18 Aug 2018 04:53:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 25d81d4f-a85a-4038-b5df-ba0feada7759 X-Archives-Hash: 28fa7936abf2ade24b4ee13d70d99a16 commit: e28ad2e5f4d43431d39369ab5cb3f5ffcc8926e3 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 18 04:02:24 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Aug 18 04:53:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28ad2e5 media-libs/mesa: Drop USE=openmax support No known consumers. Reverse dependency media-libs/libomxil-bellagio seems to be unmaintained upstream. media-libs/mesa/mesa-9999.ebuild | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 6e51f277caf..459f3e38e68 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -37,14 +37,13 @@ done IUSE="${IUSE_VIDEO_CARDS} +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm lm_sensors - opencl osmesa openmax pax_kernel pic selinux test unwind vaapi valgrind - vdpau vulkan wayland xa xvmc" + opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau + vulkan wayland xa xvmc" REQUIRED_USE=" d3d9? ( dri3 gallium ) llvm? ( gallium ) opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) ) - openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) lm_sensors? ( gallium ) @@ -106,10 +105,6 @@ RDEPEND=" dev-libs/libclc virtual/libelf:0=[${MULTILIB_USEDEP}] ) - openmax? ( - >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] - x11-misc/xdg-utils - ) vaapi? ( >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) @@ -300,7 +295,6 @@ multilib_src_configure() { emesonargs+=( $(meson_use d3d9 gallium-nine) $(meson_use llvm) - -Dgallium-omx=$(usex openmax bellagio disabled) $(meson_use vaapi gallium-va) $(meson_use vdpau gallium-vdpau) $(meson_use xa gallium-xa) @@ -412,12 +406,6 @@ multilib_src_install() { fi eend $? fi - - if use openmax; then - echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share/mesa/xdg\"" > "${T}/99mesaxdgomx" - doenvd "${T}"/99mesaxdgomx - keepdir /usr/share/mesa/xdg - fi } multilib_src_install_all() { @@ -437,21 +425,6 @@ pkg_postinst() { if use opencl; then eselect opencl set --use-old ${PN} fi - - # run omxregister-bellagio to make the OpenMAX drivers known system-wide - if use openmax; then - ebegin "Registering OpenMAX drivers" - BELLAGIO_SEARCH_PATH="${EPREFIX}/usr/$(get_libdir)/libomxil-bellagio0" \ - OMX_BELLAGIO_REGISTRY=${EPREFIX}/usr/share/mesa/xdg/.omxregister \ - omxregister-bellagio - eend $? - fi -} - -pkg_prerm() { - if use openmax; then - rm "${EPREFIX}"/usr/share/mesa/xdg/.omxregister - fi } # $1 - VIDEO_CARDS flag (check skipped for "--")