commit:     54bdbb5491d762cd844b652569912230a7b8baaf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 05:57:21 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 06:06:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bdbb54

media-libs/cogl: Drop dead video_cards_fglrx

 media-libs/cogl/cogl-1.22.2.ebuild            |  6 +-----
 media-libs/cogl/files/cogl-1.22.0-fglrx.patch | 10 ----------
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/media-libs/cogl/cogl-1.22.2.ebuild 
b/media-libs/cogl/cogl-1.22.2.ebuild
index 0419b0b7388..97738b3c596 100644
--- a/media-libs/cogl/cogl-1.22.2.ebuild
+++ b/media-libs/cogl/cogl-1.22.2.ebuild
@@ -12,7 +12,7 @@ LICENSE="MIT BSD"
 SLOT="1.0/20" # subslot = .so version
 
 # doc and profile disable for now due to bugs #484750 and #483332
-IUSE="debug examples gles2 gstreamer +introspection +kms +opengl +pango test 
video_cards_fglrx wayland" # doc profile
+IUSE="debug examples gles2 gstreamer +introspection +kms +opengl +pango test 
wayland" # doc profile
 REQUIRED_USE="
        wayland? ( gles2 )
        || ( gles2 opengl )
@@ -61,10 +61,6 @@ DEPEND="${COMMON_DEPEND}
 RESTRICT="test"
 
 src_prepare() {
-       # Let cogl work with fglrx driver, bug #567168
-       # https://bugzilla.gnome.org/show_bug.cgi?id=756306
-       use video_cards_fglrx && eapply "${FILESDIR}"/${PN}-1.22.0-fglrx.patch
-
        # Do not build examples
        sed -e "s/^\(SUBDIRS +=.*\)examples\(.*\)$/\1\2/" \
                -i Makefile.am Makefile.in || die

diff --git a/media-libs/cogl/files/cogl-1.22.0-fglrx.patch 
b/media-libs/cogl/files/cogl-1.22.0-fglrx.patch
deleted file mode 100644
index dac1419a58b..00000000000
--- a/media-libs/cogl/files/cogl-1.22.0-fglrx.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/cogl/driver/gl/gl/cogl-driver-gl.c       2015-09-02 18:39:02.000000000 
+0200
-+++ b/cogl/driver/gl/gl/cogl-driver-gl.c       2015-10-18 10:37:14.052350142 
+0200
-@@ -419,7 +419,7 @@
-   if (COGL_CHECK_GL_VERSION (ctx->glsl_major, ctx->glsl_minor, 1, 2))
-     /* We want to use version 120 if it is available so that the
-      * gl_PointCoord can be used. */
--    ctx->glsl_version_to_use = 120;
-+    ctx->glsl_version_to_use = 150;
-   else
-     ctx->glsl_version_to_use = 110;

Reply via email to