[weasel-commit] Source: pixman=0.17.2-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 07 Jan 2010 17:05:52 -0500

================================
pixman:source=0.17.2-1 (previous: 0.15.10-1)
cvc rdiff pixman -1 /weasel.rpath.org@wgl:3-devel/0.17.2-1
================================
0.17.2-1 Filip Brcic (brcha@xxxxxxx) Thu Jan  7 17:05:40 2010
    version bump + metadata

pixman.recipe: changed
Index: pixman.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- pixman.recipe /weasel.rpath.org@wgl:3-devel/0.15.10-1
+++ pixman.recipe /weasel.rpath.org@wgl:3-devel/0.17.2-1
@@ -1,11 +1,29 @@
 #
-# Copyright (c) 2007 rPath, Inc.
-# This file is distributed under the terms of the MIT License.
-# A copy is available at http://www.rpath.com/permanent/mit-license.html
+# Copyright (c) 2010 Filip Brcic <brcha@xxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
-loadSuperClass('xorgpackage')
-class Pixman(XorgPackageRecipe):
+loadSuperClass('xorgcpackage')
+class Pixman(XorgCPackageRecipe):
     name = 'pixman'
-    version = '0.15.10'
+    version = '0.17.2'
     component = 'lib'
+
+    buildRequires = []
+
+    shortDesc  = 'Low-level pixel manipulation routines'
+    url        = 'http://xorg.freedesktop.org/'
+    licenses   = [ 'MIT' ]
+    categories = [ 'X' ]
+
+    extraConfig = ' --disable-gtk'
+
+    if Arch.x86.mmx or Arch.x86_64:
+        extraConfig += ' --enable-mmx'
+    else:
+        extraConfig += ' --disable-mmx'
+
+    if Arch.x86.sse2 or Arch.x86_64:
+        extraConfig += ' --enable-sse2'
+    else:
+        extraConfig += ' --disable-sse2'


pixman-0.17.2.tar.bz2: new
pixman-0.15.10.tar.bz2: removed

Committed by: brcha

Other related posts: