[oe-commits] org.oe.dev libpixman: Added release 0.9.6, needed by cairo 0.5.2+.

likewise commit openembedded-commits at lists.openembedded.org
Fri Nov 9 23:03:50 UTC 2007


libpixman: Added release 0.9.6, needed by cairo 0.5.2+.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 594ee1f1f69354383c6084b178426e937f74ea41
ViewMTN: http://monotone.openembedded.org/revision/info/594ee1f1f69354383c6084b178426e937f74ea41
Files:
1
packages/libpixman/libpixman_0.9.6.bb
Diffs:

#
# mt diff -r3ceed45c9d4c44db45af90121464ecd4dfb6317c -r594ee1f1f69354383c6084b178426e937f74ea41
#
# 
# 
# add_file "packages/libpixman/libpixman_0.9.6.bb"
#  content [6058783591b5e89abad921c75fba92e49effa18c]
# 
============================================================
--- packages/libpixman/libpixman_0.9.6.bb	6058783591b5e89abad921c75fba92e49effa18c
+++ packages/libpixman/libpixman_0.9.6.bb	6058783591b5e89abad921c75fba92e49effa18c
@@ -0,0 +1,13 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DESCRIPTION = "Low-level pixel manipulation library."
+LICENSE = "X11"
+SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
+S = "${WORKDIR}/pixman-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ 	autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list