--- /var/db/repos/gentoo/media-libs/gst-plugins-base/gst-plugins-base-1.14.5-r1.ebuild 2020-02-05 02:32:15.192999595 -0700 +++ /var/db/repos/genpi64/media-libs/gst-plugins-base/gst-plugins-base-1.14.5-r1.ebuild 2020-02-19 21:33:15.921999775 -0700 @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://gstreamer.freedesktop.org/" LICENSE="GPL-2+ LGPL-2+" -KEYWORDS="amd64 arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" # For OpenGL we have three separate concepts, with a list of possibilities in each: # * opengl APIs - opengl and/or gles2; USE=opengl and USE=gles2 enable these accordingly; if neither is enabled, OpenGL helper library and elements are not built at all and all the other options aren't relevant @@ -93,6 +93,10 @@ src_prepare() { # Disable GL tests for now; prone to fail with EGL_NOT_INITIALIZED, etc sed -i -e '/^@USE_GL_TRUE@/d' tests/check/Makefile.in + # prevent detection of RPI platform on arm64 + if use arm64; then + sed -i -e 's/ac_cv_lib_bcm_host_bcm_host_init=yes/ac_cv_lib_bcm_host_bcm_host_init=no/g' configure + fi default }