summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-07-17 19:53:16 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-07-17 19:53:16 +0000
commit3a7ab07db2ddd2a86808ea07fee8aa66b9a874b1 (patch)
treebd8253a40fda45978681577b96edeb919e2b539e /x11-libs
parentVersion bump. This version works fine with python-2.6. Drop old. (diff)
downloadgentoo-2-3a7ab07db2ddd2a86808ea07fee8aa66b9a874b1.tar.gz
gentoo-2-3a7ab07db2ddd2a86808ea07fee8aa66b9a874b1.tar.bz2
gentoo-2-3a7ab07db2ddd2a86808ea07fee8aa66b9a874b1.zip
version bump. should fix SSE2 issues people were having
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/pixman/ChangeLog7
-rw-r--r--x11-libs/pixman/pixman-0.11.8.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-libs/pixman/ChangeLog b/x11-libs/pixman/ChangeLog
index 0cc533cf3db7..a4cda3113382 100644
--- a/x11-libs/pixman/ChangeLog
+++ b/x11-libs/pixman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/pixman
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.14 2008/07/02 20:51:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.15 2008/07/17 19:53:16 cardoe Exp $
+
+*pixman-0.11.8 (17 Jul 2008)
+
+ 17 Jul 2008; Doug Goldstein <cardoe@gentoo.org> +pixman-0.11.8.ebuild:
+ version bump. should fix SSE2 issues people were having
02 Jul 2008; Doug Goldstein <cardoe@gentoo.org> pixman-0.11.6.ebuild:
add altivec, mmx and sse2 USE flags. disable gtk always for tests since
diff --git a/x11-libs/pixman/pixman-0.11.8.ebuild b/x11-libs/pixman/pixman-0.11.8.ebuild
new file mode 100644
index 000000000000..3cedc5a74e10
--- /dev/null
+++ b/x11-libs/pixman/pixman-0.11.8.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.11.8.ebuild,v 1.1 2008/07/17 19:53:16 cardoe Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="Low-level pixel manipulation routines"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="altivec mmx sse2"
+
+CONFIGURE_OPTIONS="$(use_enable altivec vmx) $(use_enable mmx) \
+$(use_enable sse2) --disable-gtk"