tetromino    15/06/11 00:35:05

  Modified:             ChangeLog
  Added:                clutter-gtk-1.6.0-r1.ebuild
  Log:
  Add upstream patch to fix totem crashes with nvidia-drivers (bug #549036, 
thanks to Harris Landgarten and Pacho Ramos).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.61                 media-libs/clutter-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/ChangeLog?rev=1.61&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/ChangeLog?rev=1.61&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   7 Feb 2015 12:24:19 -0000       1.60
+++ ChangeLog   11 Jun 2015 00:35:05 -0000      1.61
@@ -1,6 +1,14 @@
 # ChangeLog for media-libs/clutter-gtk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v 1.60 
2015/02/07 12:24:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gtk/ChangeLog,v 1.61 
2015/06/11 00:35:05 tetromino Exp $
+
+*clutter-gtk-1.6.0-r1 (11 Jun 2015)
+
+  11 Jun 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
+  +clutter-gtk-1.6.0-r1.ebuild,
+  +files/clutter-gtk-1.6.0-clutter_gdk_get_visual.patch:
+  Add upstream patch to fix totem crashes with nvidia-drivers (bug #549036,
+  thanks to Harris Landgarten and Pacho Ramos).
 
   07 Feb 2015; Pacho Ramos <pa...@gentoo.org> -clutter-gtk-1.5.2.ebuild:
   Drop old



1.1                  media-libs/clutter-gtk/clutter-gtk-1.6.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: clutter-gtk-1.6.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/clutter-gtk/clutter-gtk-1.6.0-r1.ebuild,v 
1.1 2015/06/11 00:35:05 tetromino Exp $

EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"

inherit eutils gnome2

DESCRIPTION="Library for embedding a Clutter canvas (stage) in GTK+"
HOMEPAGE="https://wiki.gnome.org/Projects/Clutter";
LICENSE="LGPL-2.1+"

SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples +introspection"

RDEPEND="
        >=x11-libs/gtk+-3.6.0:3[introspection?]
        >=media-libs/clutter-1.22.2-r1:1.0[introspection?]
        media-libs/cogl:1.0=[introspection?]
        introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
"
DEPEND="${RDEPEND}
        dev-util/gtk-doc-am
        >=sys-devel/gettext-0.18
        virtual/pkgconfig
"

src_prepare() {
        # patches from upstream git master
        epatch "${FILESDIR}"/${P}-clutter_gdk_get_visual.patch

        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                --disable-maintainer-flags \
                --enable-deprecated \
                $(use_enable introspection)
}

src_install() {
        gnome2_src_install

        if use examples; then
                insinto /usr/share/doc/${PF}/examples
                doins examples/{*.c,redhand.png}
        fi
}




Reply via email to