summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-10-22 17:15:49 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-10-22 17:15:49 +0000
commit4cd5e5d62cd80dec4f8f1ffe762a881f4ab8e0df (patch)
tree8ff60125ef7bb4e0dd1da2ac1c76a1ebfbd2fdd7 /x11-libs
parentgrub:0 - Only apply -fuse-ld=bfd when gcc is new enough to support it, bug 52... (diff)
downloadgentoo-2-4cd5e5d62cd80dec4f8f1ffe762a881f4ab8e0df.tar.gz
gentoo-2-4cd5e5d62cd80dec4f8f1ffe762a881f4ab8e0df.tar.bz2
gentoo-2-4cd5e5d62cd80dec4f8f1ffe762a881f4ab8e0df.zip
Version bump.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/pixman/ChangeLog10
-rw-r--r--x11-libs/pixman/pixman-0.32.4.ebuild4
-rw-r--r--x11-libs/pixman/pixman-0.32.6.ebuild32
3 files changed, 42 insertions, 4 deletions
diff --git a/x11-libs/pixman/ChangeLog b/x11-libs/pixman/ChangeLog
index 78dbd5c1cfed..000dcdc3991c 100644
--- a/x11-libs/pixman/ChangeLog
+++ b/x11-libs/pixman/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/pixman
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.187 2013/12/27 03:20:15 mattst88 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.188 2014/10/22 17:15:49 chithanh Exp $
+
+*pixman-0.32.6 (22 Oct 2014)
+
+ 22 Oct 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +pixman-0.32.6.ebuild, pixman-0.32.4.ebuild:
+ Version bump.
27 Dec 2013; Matt Turner <mattst88@gentoo.org> -pixman-0.28.0.ebuild,
-pixman-0.28.2.ebuild, -pixman-0.30.0.ebuild, -pixman-0.30.2-r1.ebuild,
diff --git a/x11-libs/pixman/pixman-0.32.4.ebuild b/x11-libs/pixman/pixman-0.32.4.ebuild
index 908fd71d9aab..b31e4e46ceaf 100644
--- a/x11-libs/pixman/pixman-0.32.4.ebuild
+++ b/x11-libs/pixman/pixman-0.32.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild,v 1.11 2013/12/26 20:17:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.4.ebuild,v 1.12 2014/10/22 17:15:49 chithanh Exp $
EAPI=5
XORG_MULTILIB=yes
diff --git a/x11-libs/pixman/pixman-0.32.6.ebuild b/x11-libs/pixman/pixman-0.32.6.ebuild
new file mode 100644
index 000000000000..7802f87b4e90
--- /dev/null
+++ b/x11-libs/pixman/pixman-0.32.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.32.6.ebuild,v 1.1 2014/10/22 17:15:49 chithanh Exp $
+
+EAPI=5
+XORG_MULTILIB=yes
+inherit xorg-2 toolchain-funcs versionator
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
+DESCRIPTION="Low-level pixel manipulation routines"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="altivec iwmmxt loongson2f mmxext neon sse2 ssse3"
+RDEPEND="abi_x86_32? (
+ !<=app-emulation/emul-linux-x86-gtklibs-20131008
+ !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
+ )"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable mmxext mmx)
+ $(use_enable sse2)
+ $(use_enable ssse3)
+ $(use_enable altivec vmx)
+ $(use_enable neon arm-neon)
+ $(use_enable iwmmxt arm-iwmmxt)
+ $(use_enable loongson2f loongson-mmi)
+ --disable-gtk
+ --disable-libpng
+ )
+ xorg-2_src_configure
+}