From 66138426e152de5aad1252b507a27336bfd3779f Mon Sep 17 00:00:00 2001 From: Andreas Proschofsky Date: Tue, 30 Nov 2010 07:29:28 +0000 Subject: Some version bumps svn path=/; revision=319 --- dev-libs/glib/Manifest | 4 +- dev-libs/glib/glib-2.27.3.ebuild | 135 --------------------- dev-libs/glib/glib-2.27.4.ebuild | 135 +++++++++++++++++++++ gnome-base/gnome-desktop/Manifest | 4 +- .../gnome-desktop/gnome-desktop-2.91.2.ebuild | 53 -------- .../gnome-desktop/gnome-desktop-2.91.3.ebuild | 53 ++++++++ gnome-base/gsettings-desktop-schemas/Manifest | 4 +- .../gsettings-desktop-schemas-0.1.1.ebuild | 21 ---- .../gsettings-desktop-schemas-0.1.2.ebuild | 21 ++++ media-libs/clutter/Manifest | 4 +- media-libs/clutter/clutter-1.5.6.ebuild | 93 -------------- media-libs/clutter/clutter-1.5.8.ebuild | 83 +++++++++++++ 12 files changed, 300 insertions(+), 310 deletions(-) delete mode 100644 dev-libs/glib/glib-2.27.3.ebuild create mode 100644 dev-libs/glib/glib-2.27.4.ebuild delete mode 100644 gnome-base/gnome-desktop/gnome-desktop-2.91.2.ebuild create mode 100644 gnome-base/gnome-desktop/gnome-desktop-2.91.3.ebuild delete mode 100644 gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-0.1.1.ebuild create mode 100644 gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-0.1.2.ebuild delete mode 100644 media-libs/clutter/clutter-1.5.6.ebuild create mode 100644 media-libs/clutter/clutter-1.5.8.ebuild diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest index d8c3b0e..a6dbffe 100644 --- a/dev-libs/glib/Manifest +++ b/dev-libs/glib/Manifest @@ -5,5 +5,5 @@ AUX glib-2.24-assert-test-failure.patch 724 RMD160 011da2b341281d14741e715eddd40 AUX glib-2.25-punt-python-check.patch 541 RMD160 93fe958f07c2e03abb3abf95eaa0273b0822d874 SHA1 a9b0b50847f00773254b55238785f65f516ff4ad SHA256 eea2b3a2692b93c98ff06b26b784a264391bc61f8434d101c30cb14802234a3e AUX glib-2.25-skip-tests-with-dbus-keyring.patch 933 RMD160 20eb4c83cffca42aca845dc74cc2a67803c5df6c SHA1 f845fa3cc991330aa3dcdfbec8426501261a8c70 SHA256 930cdfe8f3b46c20826057b5771f953172c97fed8b3e509f4fde13094ff1c251 AUX glib-2.6.3-testglib-ssp.patch 344 RMD160 6709acf85c52e39553e2e5ee93637f7e9cc7eca6 SHA1 403b249a460a9700669e754a562fb6974f3d6898 SHA256 c2ece3d7b4533e3bfbe8100df5d0824176d9dfa0b18697a8919162956c8ebfa8 -DIST glib-2.27.3.tar.bz2 6780936 RMD160 96b8bcff0d1acc40629a064c7ee343120e491c1e SHA1 1021842ba919e6c9fa0146bdac9d08b2c8ae2672 SHA256 c44177b635e88639361eb1daf7aaa33315a00aaf46db5accf2f11920c7ff1919 -EBUILD glib-2.27.3.ebuild 4396 RMD160 e7e17396129ee6bafe41b8b452e49cff05a3041a SHA1 0fd2a437624f50ce186d5b5a07bcd41b2d4f40ba SHA256 385d5adc658fc8ab2452d1437f3709d812c2316023b451824b6abfdaedb66e41 +DIST glib-2.27.4.tar.bz2 6876218 RMD160 f992d7a069ef8195696cc7c9778993cc0cfe0810 SHA1 4ffdd4dd8a9e4d6ffea5939edddbbc755aed6d0e SHA256 71367cbf45998f736d7998282bc62fdefe13544a2c8ca523d9e5e9cc212758e6 +EBUILD glib-2.27.4.ebuild 4396 RMD160 e7e17396129ee6bafe41b8b452e49cff05a3041a SHA1 0fd2a437624f50ce186d5b5a07bcd41b2d4f40ba SHA256 385d5adc658fc8ab2452d1437f3709d812c2316023b451824b6abfdaedb66e41 diff --git a/dev-libs/glib/glib-2.27.3.ebuild b/dev-libs/glib/glib-2.27.3.ebuild deleted file mode 100644 index 65e497b..0000000 --- a/dev-libs/glib/glib-2.27.3.ebuild +++ /dev/null @@ -1,135 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit autotools gnome.org libtool eutils flag-o-matic - -DESCRIPTION="The GLib library of C routines" -HOMEPAGE="http://www.gtk.org/" - -LICENSE="LGPL-2" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="debug doc fam hardened +introspection selinux static-libs test xattr" - -# Due to removal of gio API, gnome bug 631398, tests will fail with: -# symbol lookup error: /usr/lib64/gio/modules/libgiogconf.so: undefined symbol: g_desktop_app_info_lookup_get_type -# That library is installed by gvfs, gvfs-1.6.4-r99* has a patch to remove it -RDEPEND="virtual/libiconv - sys-libs/zlib - xattr? ( sys-apps/attr ) - fam? ( virtual/fam )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.16 - >=sys-devel/gettext-0.11 - doc? ( - >=dev-libs/libxslt-1.0 - >=dev-util/gtk-doc-1.11 - ~app-text/docbook-xml-dtd-4.1.2 ) - test? ( >=sys-apps/dbus-1.2.14 )" -PDEPEND="introspection? ( dev-libs/gobject-introspection ) - !=mesa-7.3 -RDEPEND=">=dev-libs/glib-2.26 - >=x11-libs/cairo-1.10 - >=x11-libs/pango-1.20[introspection?] - >=dev-libs/json-glib-0.12[introspection?] - >=dev-libs/atk-1.7 - - virtual/opengl - x11-libs/libdrm - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXdamage - x11-libs/libXi - x11-proto/inputproto - >=x11-libs/libXfixes-3 - >=x11-libs/libXcomposite-0.4 - - gtk? ( || ( - x11-libs/gdk-pixbuf - >=x11-libs/gtk+-2.0 ) ) - introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) -" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/pkgconfig - >=dev-util/gtk-doc-am-1.13 - doc? ( - >=dev-util/gtk-doc-1.13 - >=app-text/docbook-sgml-utils-0.6.14[jadetex] - dev-libs/libxslt ) -" - -src_prepare() { - epatch ${FILESDIR}/${PN}-9999-perfneu1.patch - epatch ${FILESDIR}/${PN}-9999-perfneu2.patch - epatch ${FILESDIR}/${PN}-9999-perfneu3.patch - epatch ${FILESDIR}/${PN}-9999-perfneu4.patch - epatch ${FILESDIR}/${PN}-9999-perfneu5.patch - epatch ${FILESDIR}/${PN}-9999-perfneu6.patch - -} - -src_configure() { - # We only need conformance tests, the rest are useless for us -# sed -e 's/^\(SUBDIRS =\).*/\1/g' \ -# -i tests/Makefile.{am,in} || die "tests sed failed" - - # XXX: Conformance test suite (and clutter itself) does not work under Xvfb - # XXX: Profiling, coverage disabled for now - # XXX: What do we do about eglx/eglnative/opengl-egl-xlib/osx/etc flavours? - local myconf=" - --enable-debug=minimum - --enable-cogl-debug=minimum - --enable-conformance=no - --disable-gcov - --enable-profile=no - --enable-maintainer-flags=no - --enable-xinput - --with-flavour=glx - --with-imagebackend=gdk-pixbuf - $(use_enable introspection) - $(use_enable doc docs)" - - if ! use gtk; then - myconf="${myconf} --with-imagebackend=internal" - # Internal image backend is experimental - ewarn "You have selected the experimental internal image backend" - fi - - if use debug; then - myconf="${myconf} - --enable-debug=yes - --enable-cogl-debug=yes" - fi - - touch ${S}/TODO - - econf ${myconf} -} diff --git a/media-libs/clutter/clutter-1.5.8.ebuild b/media-libs/clutter/clutter-1.5.8.ebuild new file mode 100644 index 0000000..2ef5ae0 --- /dev/null +++ b/media-libs/clutter/clutter-1.5.8.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit clutter + +DESCRIPTION="Clutter is a library for creating graphical user interfaces" + +SLOT="1.0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="debug doc +gtk +introspection" + +# NOTE: glx flavour uses libdrm + >=mesa-7.3 +RDEPEND=">=dev-libs/glib-2.26 + >=x11-libs/cairo-1.10 + >=x11-libs/pango-1.20[introspection?] + >=dev-libs/json-glib-0.12[introspection?] + >=dev-libs/atk-1.7 + + virtual/opengl + x11-libs/libdrm + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXdamage + x11-libs/libXi + x11-proto/inputproto + >=x11-libs/libXfixes-3 + >=x11-libs/libXcomposite-0.4 + + gtk? ( || ( + x11-libs/gdk-pixbuf + >=x11-libs/gtk+-2.0 ) ) + introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) +" +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/pkgconfig + >=dev-util/gtk-doc-am-1.13 + doc? ( + >=dev-util/gtk-doc-1.13 + >=app-text/docbook-sgml-utils-0.6.14[jadetex] + dev-libs/libxslt ) +" + +src_configure() { + # We only need conformance tests, the rest are useless for us +# sed -e 's/^\(SUBDIRS =\).*/\1/g' \ +# -i tests/Makefile.{am,in} || die "tests sed failed" + + # XXX: Conformance test suite (and clutter itself) does not work under Xvfb + # XXX: Profiling, coverage disabled for now + # XXX: What do we do about eglx/eglnative/opengl-egl-xlib/osx/etc flavours? + local myconf=" + --enable-debug=minimum + --enable-cogl-debug=minimum + --enable-conformance=no + --disable-gcov + --enable-profile=no + --enable-maintainer-flags=no + --enable-xinput + --with-flavour=glx + --with-imagebackend=gdk-pixbuf + $(use_enable introspection) + $(use_enable doc docs)" + + if ! use gtk; then + myconf="${myconf} --with-imagebackend=internal" + # Internal image backend is experimental + ewarn "You have selected the experimental internal image backend" + fi + + if use debug; then + myconf="${myconf} + --enable-debug=yes + --enable-cogl-debug=yes" + fi + + touch ${S}/TODO + + econf ${myconf} +} -- cgit v1.2.3-65-gdbad