Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 698898
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- /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
0
++ /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
Lines 1-4 Link Here
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
EAPI=6
3
EAPI=6
Lines 10-16 Link Here
10
HOMEPAGE="https://gstreamer.freedesktop.org/"
10
HOMEPAGE="https://gstreamer.freedesktop.org/"
11
LICENSE="GPL-2+ LGPL-2+"
11
LICENSE="GPL-2+ LGPL-2+"
12
KEYWORDS="amd64 arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86"
12
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
13
# For OpenGL we have three separate concepts, with a list of possibilities in each:
13
# For OpenGL we have three separate concepts, with a list of possibilities in each:
14
#  * 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
14
#  * 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
Lines 93-98 Link Here
93
src_prepare() {
93
src_prepare() {
94
       # Disable GL tests for now; prone to fail with EGL_NOT_INITIALIZED, etc
94
       # Disable GL tests for now; prone to fail with EGL_NOT_INITIALIZED, etc
95
       sed -i -e '/^@USE_GL_TRUE@/d' tests/check/Makefile.in
95
       sed -i -e '/^@USE_GL_TRUE@/d' tests/check/Makefile.in
96
       # prevent detection of RPI platform on arm64
97
       if use arm64; then
98
               sed -i -e 's/ac_cv_lib_bcm_host_bcm_host_init=yes/ac_cv_lib_bcm_host_bcm_host_init=no/g' configure
99
       fi
96
       default
100
       default
97
}
101
}

Return to bug 698898