From sh162551@sac.sfbay.sun.com Wed Nov 12 00:12:34 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAC8CXwF026686
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 12 Nov 2008 00:12:34 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAC8CKQr025778;
	Wed, 12 Nov 2008 08:12:32 GMT
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KA700407O4TOY00@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 12 Nov 2008 00:12:29 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KA7000GKO4TG7E0@nwk-avmta-1.sfbay.Sun.COM>; Wed,
 12 Nov 2008 00:12:29 -0800 (PST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id mAC8CRr8048452; Wed, 12 Nov 2008 00:12:27 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAC8CLnY026677; Wed,
 12 Nov 2008 00:12:21 -0800 (PST)
Received: (from sh162551@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id mAC8CLWi026672; Wed,
 12 Nov 2008 00:12:21 -0800 (PST)
Date: Wed, 12 Nov 2008 00:12:21 -0800 (PST)
From: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Subject: Gegl for OpenSolaris [LSARC/2008/703 FastTrack timeout 11/18/2008]
To: LSARC-ext@sun.com
Cc: chris.wang@sun.com
Message-id: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4862


Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Gegl for OpenSolaris
    1.2. Name of Document Author/Supplier:
	 Author:  Chris Wang
    1.3  Date of This Document:
	12 November, 2008
4. Technical Description
1. Introduction
   1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
	
   1.2. Name of Document Author/Supplier: Chris Wang  
	
   1.3. Date of This Document: 11/07/08
	
   1.5. Email Aliases:
    	1.5.1. Responsible Manager:   leo.binchy@sun.com
    	1.5.2. Responsible Engineer:  chris.wang@sun.com

2. Project Summary
   2.1. Project Description:
        GEGL (Generic Graphics Library) is a graph based image processing 
        framework.

        GEGL provides infrastructure to do demand-based cached non-destructive
        image editing on larger than RAM buffers. Through babl it provides
        support for a wide range of color models and pixel storage formats 
        for input and output.
        
        Most color operations in GIMP are now ported to GEGL, meaning that the
        interal processing is being done in 32bit floating point linear light RGBA. 

        GEGL is a free software; you can redistribute it and/or modify it under
        the terms of the GNU Lesser General Public License as published by
        the Free Software Foundation; either version 3 of the License, or
        (at your option) any later version. 

        The latest development snapshot, and eventually stable versions of
        GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
    
4. Technical Description:
    4.1. Details:
         Features of GEGL include:
        * Floating point handling and processing and output of larger 8bit,
          16bit integer and 32bit floating point per component buffers larger
          than RAM.
        * Processing
          o Iterative chunk-wise processing.
          o Processes subregions and dependencies.
          o Subgraph caches to aid performance of non-destructive editing.
        * GeglBuffer
          o Storage of all babl supported formats.
          o Tiled sparse buffers (larger than RAM images).
          o linear buffers (allocated internally or from external allocation.)
          o On demand tiled mipmapping.
          o inter process shared storage
        * Operations
          o PNG, JPEG, SVG, RAW, and other image sources.
          o Pattern renderers
          o Arithmetic operations
          o link_operations.html#porter_duff[porter duff compositing]
          o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
          o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
          o Color correction.
          o Text rendering using cairo and pango.
          o Most operations operate in scRGB (using 32bit linear light RGBA)
        * Bounding box based hit detection.
          

    4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWgegl                             Uncommitted        SVr4 package  
  SUNWgegl-devel                       Uncommitted        SVr4 package
  /usr/bin/gegl                        Volatile           gegl GUI command line
  /usr/lib/gegl-1.0                    Volatile           operations lib
  /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
  /usr/include/gegl-1.0                Volatile           gegl head file directory
  /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
  
  
  Imported Interfaces 
  Interface                             Stability         Comments 
   ------------------------------------------------------------------------------------
  
   GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
   libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
   librsvg                               Private         LSARC/2001/352 
   babl                                  Uncommitted

    4.9. I18N/L10N Impact:
	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 

    4.10. Packaging & Delivery:
         The project will be delivering the following packages:
         SUNWgegl
         SUNWgegl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWgegl
      SUNWgegl-devel	
      pkgmap
	pkginfo
	depend
	
    
    2.GEGL community
          http://gegl.org/
    3.GEGL API reference 
       http://gegl.org/api.html


6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		Desktop
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Irene.Huang@sun.com Wed Nov 12 00:23:11 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAC8NA39026967
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 12 Nov 2008 00:23:11 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAC8N3uS002069
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 12 Nov 2008 08:23:09 GMT
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KA70050ROMJ1G00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Wed, 12 Nov 2008 01:23:07 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KA700H52OMFN890@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Wed,
 12 Nov 2008 01:23:04 -0700 (MST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAC8N2w9025755	for
 <LSARC-ext@Sun.Com>; Wed, 12 Nov 2008 08:23:02 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KA700801OHGWR00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Wed,
 12 Nov 2008 16:23:02 +0800 (SGT)
Received: from [129.158.217.182] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KA7001GJOMCGNFI@mail-apac.sun.com>; Wed,
 12 Nov 2008 16:23:02 +0800 (SGT)
Date: Wed, 12 Nov 2008 16:22:52 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: Gegl for OpenSolaris [LSARC/2008/703 FastTrack timeout 11/18/2008]
In-reply-to: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
Sender: Irene.Huang@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: LSARC-ext@sun.com, Chris.Wang@sun.com
Message-id: <491A925C.6070803@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_bR7fAIgrd0UY1S2PlFdc1w)"
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Status: RO
Content-Length: 12997

This is a multi-part message in MIME format.

--Boundary_(ID_bR7fAIgrd0UY1S2PlFdc1w)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

Pkgmaps for Gegl are attached.

--Irene
Shi-Ying Irene Huang wrote:
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 Gegl for OpenSolaris
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Chris Wang
>     1.3  Date of This Document:
> 	12 November, 2008
> 4. Technical Description
> 1. Introduction
>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
> 	
>    1.2. Name of Document Author/Supplier: Chris Wang  
> 	
>    1.3. Date of This Document: 11/07/08
> 	
>    1.5. Email Aliases:
>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
>
> 2. Project Summary
>    2.1. Project Description:
>         GEGL (Generic Graphics Library) is a graph based image processing 
>         framework.
>
>         GEGL provides infrastructure to do demand-based cached non-destructive
>         image editing on larger than RAM buffers. Through babl it provides
>         support for a wide range of color models and pixel storage formats 
>         for input and output.
>         
>         Most color operations in GIMP are now ported to GEGL, meaning that the
>         interal processing is being done in 32bit floating point linear light RGBA. 
>
>         GEGL is a free software; you can redistribute it and/or modify it under
>         the terms of the GNU Lesser General Public License as published by
>         the Free Software Foundation; either version 3 of the License, or
>         (at your option) any later version. 
>
>         The latest development snapshot, and eventually stable versions of
>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>     
> 4. Technical Description:
>     4.1. Details:
>          Features of GEGL include:
>         * Floating point handling and processing and output of larger 8bit,
>           16bit integer and 32bit floating point per component buffers larger
>           than RAM.
>         * Processing
>           o Iterative chunk-wise processing.
>           o Processes subregions and dependencies.
>           o Subgraph caches to aid performance of non-destructive editing.
>         * GeglBuffer
>           o Storage of all babl supported formats.
>           o Tiled sparse buffers (larger than RAM images).
>           o linear buffers (allocated internally or from external allocation.)
>           o On demand tiled mipmapping.
>           o inter process shared storage
>         * Operations
>           o PNG, JPEG, SVG, RAW, and other image sources.
>           o Pattern renderers
>           o Arithmetic operations
>           o link_operations.html#porter_duff[porter duff compositing]
>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>           o Color correction.
>           o Text rendering using cairo and pango.
>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>         * Bounding box based hit detection.
>           
>
>     4.5. Interfaces:
> 	
>   Exported interfaces:
>     
>   Interface                             Stability              Comment        
>    ---------------------------------------------------------------------------------
>   SUNWgegl                             Uncommitted        SVr4 package  
>   SUNWgegl-devel                       Uncommitted        SVr4 package
>   /usr/bin/gegl                        Volatile           gegl GUI command line
>   /usr/lib/gegl-1.0                    Volatile           operations lib
>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>   
>   
>   Imported Interfaces 
>   Interface                             Stability         Comments 
>    ------------------------------------------------------------------------------------
>   
>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>    librsvg                               Private         LSARC/2001/352 
>    babl                                  Uncommitted
>
>     4.9. I18N/L10N Impact:
> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
>
>     4.10. Packaging & Delivery:
>          The project will be delivering the following packages:
>          SUNWgegl
>          SUNWgegl-devel 
> 	
>     4.11. Security Impact:
> 	 No impact
>     
>        
> 5. Reference Documents:
>     1.SUNWgegl
>       SUNWgegl-devel	
>       pkgmap
> 	pkginfo
> 	depend
> 	
>     
>     2.GEGL community
>           http://gegl.org/
>     3.GEGL API reference 
>        http://gegl.org/api.html
>
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		Desktop
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>   


--Boundary_(ID_bR7fAIgrd0UY1S2PlFdc1w)
Content-type: text/plain; name=pkgmap-gegl
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=pkgmap-gegl

: 1 11636
1 d none bin 0755 root bin
1 f none bin/gegl 0755 root bin 473144 6177 1225692771
1 i copyright 135 12587 1225692772
1 i depend 317 27193 1225692772
1 d none lib 0755 root bin
1 d none lib/gegl-1.0 0755 root bin
1 f none lib/gegl-1.0/FractalExplorer.so 0755 root bin 51736 33860 1225692771
1 f none lib/gegl-1.0/add.so 0755 root bin 35940 17943 1225692771
1 f none lib/gegl-1.0/affine.so 0755 root bin 204120 37352 1225692771
1 f none lib/gegl-1.0/bilateral-filter.so 0755 root bin 42376 53690 1225692771
1 f none lib/gegl-1.0/box-blur.so 0755 root bin 41600 19577 1225692771
1 f none lib/gegl-1.0/brightness-contrast.so 0755 root bin 35916 37419 1225692771
1 f none lib/gegl-1.0/checkerboard.so 0755 root bin 40232 59586 1225692771
1 f none lib/gegl-1.0/clear.so 0755 root bin 33608 5672 1225692771
1 f none lib/gegl-1.0/clone.so 0755 root bin 35492 47610 1225692771
1 f none lib/gegl-1.0/color-burn.so 0755 root bin 34600 40343 1225692771
1 f none lib/gegl-1.0/color-dodge.so 0755 root bin 34772 50890 1225692771
1 f none lib/gegl-1.0/color.so 0755 root bin 37844 5550 1225692771
1 f none lib/gegl-1.0/contrast-curve.so 0755 root bin 37888 33126 1225692771
1 f none lib/gegl-1.0/convert-format.so 0755 root bin 35456 63184 1225692771
1 f none lib/gegl-1.0/crop.so 0755 root bin 39340 51223 1225692771
1 f none lib/gegl-1.0/darken.so 0755 root bin 34008 52728 1225692771
1 f none lib/gegl-1.0/difference.so 0755 root bin 34024 59717 1225692771
1 f none lib/gegl-1.0/display.so 0755 root bin 46088 39081 1225692771
1 f none lib/gegl-1.0/divide.so 0755 root bin 36200 44501 1225692771
1 f none lib/gegl-1.0/dropshadow.so 0755 root bin 38308 41844 1225692771
1 f none lib/gegl-1.0/dst-atop.so 0755 root bin 33688 14078 1225692771
1 f none lib/gegl-1.0/dst-in.so 0755 root bin 33588 7278 1225692771
1 f none lib/gegl-1.0/dst-out.so 0755 root bin 33664 14914 1225692771
1 f none lib/gegl-1.0/dst-over.so 0755 root bin 33688 17071 1225692771
1 f none lib/gegl-1.0/dst.so 0755 root bin 33404 57045 1225692771
1 f none lib/gegl-1.0/exclusion.so 0755 root bin 34068 50825 1225692771
1 f none lib/gegl-1.0/exr-load.so 0755 root bin 333696 38999 1225692771
1 f none lib/gegl-1.0/gamma.so 0755 root bin 36268 34472 1225692771
1 f none lib/gegl-1.0/gaussian-blur.so 0755 root bin 50340 6919 1225692771
1 f none lib/gegl-1.0/hard-light.so 0755 root bin 34496 20028 1225692771
1 f none lib/gegl-1.0/introspect.so 0755 root bin 38528 56439 1225692771
1 f none lib/gegl-1.0/invert.so 0755 root bin 32468 65275 1225692771
1 f none lib/gegl-1.0/jpg-load.so 0755 root bin 47316 20952 1225692771
1 f none lib/gegl-1.0/layer.so 0755 root bin 42504 57867 1225692771
1 f none lib/gegl-1.0/levels.so 0755 root bin 35720 12201 1225692771
1 f none lib/gegl-1.0/lighten.so 0755 root bin 34044 55118 1225692771
1 f none lib/gegl-1.0/load-buffer.so 0755 root bin 36280 48816 1225692771
1 f none lib/gegl-1.0/load.so 0755 root bin 40020 881 1225692771
1 f none lib/gegl-1.0/magick-load.so 0755 root bin 38932 30440 1225692771
1 f none lib/gegl-1.0/mono-mixer.so 0755 root bin 36872 8488 1225692771
1 f none lib/gegl-1.0/multiply.so 0755 root bin 36072 38118 1225692771
1 f none lib/gegl-1.0/noise.so 0755 root bin 50580 29038 1225692771
1 f none lib/gegl-1.0/nop.so 0755 root bin 34300 30754 1225692771
1 f none lib/gegl-1.0/normal.so 0755 root bin 34028 29293 1225692771
1 f none lib/gegl-1.0/opacity.so 0755 root bin 35768 11783 1225692771
1 f none lib/gegl-1.0/over.so 0755 root bin 33984 26612 1225692771
1 f none lib/gegl-1.0/overlay.so 0755 root bin 34432 11665 1225692771
1 f none lib/gegl-1.0/pixbuf.so 0755 root bin 36812 6486 1225692771
1 f none lib/gegl-1.0/plus.so 0755 root bin 33712 21847 1225692771
1 f none lib/gegl-1.0/png-load.so 0755 root bin 55020 22197 1225692771
1 f none lib/gegl-1.0/png-save.so 0755 root bin 48860 43948 1225692771
1 f none lib/gegl-1.0/raw-load.so 0755 root bin 40484 26399 1225692771
1 f none lib/gegl-1.0/remap.so 0755 root bin 40280 10304 1225692771
1 f none lib/gegl-1.0/save-buffer.so 0755 root bin 34504 56822 1225692771
1 f none lib/gegl-1.0/save-pixbuf.so 0755 root bin 36740 16601 1225692771
1 f none lib/gegl-1.0/screen.so 0755 root bin 33732 26390 1225692771
1 f none lib/gegl-1.0/shift.so 0755 root bin 40392 25585 1225692771
1 f none lib/gegl-1.0/snn-mean.so 0755 root bin 42936 50397 1225692771
1 f none lib/gegl-1.0/soft-light.so 0755 root bin 36684 9464 1225692771
1 f none lib/gegl-1.0/src-atop.so 0755 root bin 33688 10215 1225692771
1 f none lib/gegl-1.0/src-in.so 0755 root bin 33588 6894 1225692771
1 f none lib/gegl-1.0/src-out.so 0755 root bin 33664 11965 1225692771
1 f none lib/gegl-1.0/src-over.so 0755 root bin 33688 11058 1225692771
1 f none lib/gegl-1.0/src.so 0755 root bin 33404 51996 1225692771
1 f none lib/gegl-1.0/stretch-contrast.so 0755 root bin 38524 27256 1225692771
1 f none lib/gegl-1.0/subtract.so 0755 root bin 36072 32334 1225692771
1 f none lib/gegl-1.0/svg-load.so 0755 root bin 44756 14757 1225692771
1 f none lib/gegl-1.0/svg-multiply.so 0755 root bin 34008 47717 1225692771
1 f none lib/gegl-1.0/svg_huerotate.so 0755 root bin 38432 48433 1225692771
1 f none lib/gegl-1.0/svg_luminancetoalpha.so 0755 root bin 36920 31459 1225692771
1 f none lib/gegl-1.0/svg_matrix.so 0755 root bin 39092 4722 1225692771
1 f none lib/gegl-1.0/svg_saturate.so 0755 root bin 38572 6888 1225692771
1 f none lib/gegl-1.0/text.so 0755 root bin 51604 52528 1225692771
1 f none lib/gegl-1.0/threshold.so 0755 root bin 36032 26303 1225692771
1 f none lib/gegl-1.0/tonemap.so 0755 root bin 37608 39892 1225692771
1 f none lib/gegl-1.0/unsharp-mask.so 0755 root bin 36752 2036 1225692771
1 f none lib/gegl-1.0/value-invert.so 0755 root bin 33304 23826 1225692771
1 f none lib/gegl-1.0/whitebalance.so 0755 root bin 36876 34008 1225692771
1 f none lib/gegl-1.0/xor.so 0755 root bin 33620 4783 1225692771
1 s none lib/libgegl-1.0.so=libgegl-1.0.so.0.14.0
1 s none lib/libgegl-1.0.so.0=libgegl-1.0.so.0.14.0
1 f none lib/libgegl-1.0.so.0.14.0 0755 root bin 1775668 63890 1225692771
1 i pkginfo 582 47244 1225692772

--Boundary_(ID_bR7fAIgrd0UY1S2PlFdc1w)
Content-type: text/plain; name=pkgmap-gegl-dev
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=pkgmap-gegl-dev

: 1 496
1 i copyright 135 12587 1225692772
1 i depend 356 30738 1225692772
1 d none include 0755 root bin
1 d none include/gegl-1.0 0755 root bin
1 d none include/gegl-1.0/gegl 0755 root bin
1 f none include/gegl-1.0/gegl.h 0644 root bin 31833 50819 1225692771
1 d none include/gegl-1.0/gegl/buffer 0755 root bin
1 f none include/gegl-1.0/gegl/buffer/gegl-buffer.h 0644 root bin 9912 1677 1225692770
1 f none include/gegl-1.0/gegl/gegl-utils.h 0644 root bin 3845 45516 1225692771
1 d none include/gegl-1.0/gegl/property-types 0755 root bin
1 f none include/gegl-1.0/gegl/property-types/gegl-paramspecs.h 0644 root bin 8827 27934 1225692770
1 d none lib 0755 root bin
1 d none lib/pkgconfig 0755 root other
1 f none lib/pkgconfig/gegl.pc 0644 root bin 380 32298 1225692772
1 i pkginfo 628 51535 1225692772
1 d none share 0755 root sys
1 d none share/gtk-doc 0755 root bin
1 d none share/gtk-doc/html 0755 root bin
1 d none share/gtk-doc/html/gegl 0755 root bin
1 f none share/gtk-doc/html/gegl/api.html 0755 root bin 119370 17696 1225692772
1 f none share/gtk-doc/html/gegl/gegl.css 0755 root bin 7405 24753 1225692772
1 f none share/gtk-doc/html/gegl/gegl.devhelp 0755 root bin 4312 4170 1225692772

--Boundary_(ID_bR7fAIgrd0UY1S2PlFdc1w)--

From John.Fischer@sun.com Thu Nov 13 07:46:48 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mADFklNi007646
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 07:46:48 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id mADFkTbk007974
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 13 Nov 2008 23:46:46 +0800 (SGT)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAA0042L3TWS900@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 13 Nov 2008 08:46:44 -0700 (MST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAA00KMG3TVRJ80@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 08:46:44 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mADFkhFk023585	for
 <LSARC-ext@sun.com>; Thu, 13 Nov 2008 15:46:43 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAA00B013KMW200@mail-amer.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 08:46:43 -0700 (MST)
Received: from 129.145.154.66 ([129.145.154.66])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAA00BHA3TTBA20@mail-amer.sun.com>; Thu,
 13 Nov 2008 08:46:42 -0700 (MST)
Date: Thu, 13 Nov 2008 07:46:41 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: Gegl for OpenSolaris [LSARC/2008/703 FastTrack timeout	11/18/2008]
In-reply-to: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
Sender: John.Fischer@sun.com
To: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Cc: LSARC-ext@sun.com, Chris Wang <Chris.Wang@sun.com>
Reply-to: John.Fischer@sun.com
Message-id: <1226591200.49887.274.camel@sr1-umpk-16>
MIME-version: 1.0
X-Mailer: Ximian Evolution 1.4.6.301
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
Status: RO
Content-Length: 5372

Chris and Irene,

This case imports Babl as Uncommitted.  However, the
Babl case almost entirely exports as Volatile except
for the packages.  Please correct one or the other
case.

Thanks,

John

On Wed, 2008-11-12 at 00:12, Shi-Ying Irene Huang wrote:
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 Gegl for OpenSolaris
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Chris Wang
>     1.3  Date of This Document:
> 	12 November, 2008
> 4. Technical Description
> 1. Introduction
>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
> 	
>    1.2. Name of Document Author/Supplier: Chris Wang  
> 	
>    1.3. Date of This Document: 11/07/08
> 	
>    1.5. Email Aliases:
>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
> 
> 2. Project Summary
>    2.1. Project Description:
>         GEGL (Generic Graphics Library) is a graph based image processing 
>         framework.
> 
>         GEGL provides infrastructure to do demand-based cached non-destructive
>         image editing on larger than RAM buffers. Through babl it provides
>         support for a wide range of color models and pixel storage formats 
>         for input and output.
>         
>         Most color operations in GIMP are now ported to GEGL, meaning that the
>         interal processing is being done in 32bit floating point linear light RGBA. 
> 
>         GEGL is a free software; you can redistribute it and/or modify it under
>         the terms of the GNU Lesser General Public License as published by
>         the Free Software Foundation; either version 3 of the License, or
>         (at your option) any later version. 
> 
>         The latest development snapshot, and eventually stable versions of
>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>     
> 4. Technical Description:
>     4.1. Details:
>          Features of GEGL include:
>         * Floating point handling and processing and output of larger 8bit,
>           16bit integer and 32bit floating point per component buffers larger
>           than RAM.
>         * Processing
>           o Iterative chunk-wise processing.
>           o Processes subregions and dependencies.
>           o Subgraph caches to aid performance of non-destructive editing.
>         * GeglBuffer
>           o Storage of all babl supported formats.
>           o Tiled sparse buffers (larger than RAM images).
>           o linear buffers (allocated internally or from external allocation.)
>           o On demand tiled mipmapping.
>           o inter process shared storage
>         * Operations
>           o PNG, JPEG, SVG, RAW, and other image sources.
>           o Pattern renderers
>           o Arithmetic operations
>           o link_operations.html#porter_duff[porter duff compositing]
>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>           o Color correction.
>           o Text rendering using cairo and pango.
>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>         * Bounding box based hit detection.
>           
> 
>     4.5. Interfaces:
> 	
>   Exported interfaces:
>     
>   Interface                             Stability              Comment        
>    ---------------------------------------------------------------------------------
>   SUNWgegl                             Uncommitted        SVr4 package  
>   SUNWgegl-devel                       Uncommitted        SVr4 package
>   /usr/bin/gegl                        Volatile           gegl GUI command line
>   /usr/lib/gegl-1.0                    Volatile           operations lib
>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>   
>   
>   Imported Interfaces 
>   Interface                             Stability         Comments 
>    ------------------------------------------------------------------------------------
>   
>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>    librsvg                               Private         LSARC/2001/352 
>    babl                                  Uncommitted
> 
>     4.9. I18N/L10N Impact:
> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
> 
>     4.10. Packaging & Delivery:
>          The project will be delivering the following packages:
>          SUNWgegl
>          SUNWgegl-devel 
> 	
>     4.11. Security Impact:
> 	 No impact
>     
>        
> 5. Reference Documents:
>     1.SUNWgegl
>       SUNWgegl-devel	
>       pkgmap
> 	pkginfo
> 	depend
> 	
>     
>     2.GEGL community
>           http://gegl.org/
>     3.GEGL API reference 
>        http://gegl.org/api.html
> 
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		Desktop
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 


From John.Fischer@sun.com Thu Nov 13 07:48:58 2008
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mADFmvSZ007662
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 07:48:58 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mADFmsWC016864
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 13 Nov 2008 08:48:57 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAA0070T3XIEW00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Thu, 13 Nov 2008 07:48:54 -0800 (PST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAA002TY3XH8FB0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Thu,
 13 Nov 2008 07:48:53 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mADFmrKf024531	for
 <LSARC-ext@Sun.COM>; Thu, 13 Nov 2008 15:48:53 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAA00H012VPDQ00@mail-amer.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Thu,
 13 Nov 2008 08:48:53 -0700 (MST)
Received: from 129.145.154.66 ([129.145.154.66])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAA00JOW3X5AFG0@mail-amer.sun.com>; Thu,
 13 Nov 2008 08:48:42 -0700 (MST)
Date: Thu, 13 Nov 2008 07:48:41 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re2: Gegl for OpenSolaris [LSARC/2008/703 FastTrack timeout	11/18/2008]
In-reply-to: <491A925C.6070803@sun.com>
Sender: John.Fischer@sun.com
To: "Irene (Shi Ying) Huang" <Irene.Huang@sun.com>
Cc: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@sun.com,
        Chris Wang <Chris.Wang@sun.com>
Reply-to: John.Fischer@sun.com
Message-id: <1226591321.49887.276.camel@sr1-umpk-16>
MIME-version: 1.0
X-Mailer: Ximian Evolution 1.4.6.301
Content-type: text/plain; charset=ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
 <491A925C.6070803@sun.com>
Status: RO
Content-Length: 13205

Chris,

Will this project be providing 64-bit libraries?

Thanks,

John

On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
> Pkgmaps for Gegl are attached.
> 
> --Irene
> Shi-Ying Irene Huang wrote:
> > Template Version: @(#)sac_nextcase %I% %G% SMI
> > This information is Copyright 2008 Sun Microsystems
> > 1. Introduction
> >     1.1. Project/Component Working Name:
> > 	 Gegl for OpenSolaris
> >     1.2. Name of Document Author/Supplier:
> > 	 Author:  Chris Wang
> >     1.3  Date of This Document:
> > 	12 November, 2008
> > 4. Technical Description
> > 1. Introduction
> >    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
> > 	
> >    1.2. Name of Document Author/Supplier: Chris Wang  
> > 	
> >    1.3. Date of This Document: 11/07/08
> > 	
> >    1.5. Email Aliases:
> >     	1.5.1. Responsible Manager:   leo.binchy@sun.com
> >     	1.5.2. Responsible Engineer:  chris.wang@sun.com
> >
> > 2. Project Summary
> >    2.1. Project Description:
> >         GEGL (Generic Graphics Library) is a graph based image processing 
> >         framework.
> >
> >         GEGL provides infrastructure to do demand-based cached non-destructive
> >         image editing on larger than RAM buffers. Through babl it provides
> >         support for a wide range of color models and pixel storage formats 
> >         for input and output.
> >         
> >         Most color operations in GIMP are now ported to GEGL, meaning that the
> >         interal processing is being done in 32bit floating point linear light RGBA. 
> >
> >         GEGL is a free software; you can redistribute it and/or modify it under
> >         the terms of the GNU Lesser General Public License as published by
> >         the Free Software Foundation; either version 3 of the License, or
> >         (at your option) any later version. 
> >
> >         The latest development snapshot, and eventually stable versions of
> >         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
> >     
> > 4. Technical Description:
> >     4.1. Details:
> >          Features of GEGL include:
> >         * Floating point handling and processing and output of larger 8bit,
> >           16bit integer and 32bit floating point per component buffers larger
> >           than RAM.
> >         * Processing
> >           o Iterative chunk-wise processing.
> >           o Processes subregions and dependencies.
> >           o Subgraph caches to aid performance of non-destructive editing.
> >         * GeglBuffer
> >           o Storage of all babl supported formats.
> >           o Tiled sparse buffers (larger than RAM images).
> >           o linear buffers (allocated internally or from external allocation.)
> >           o On demand tiled mipmapping.
> >           o inter process shared storage
> >         * Operations
> >           o PNG, JPEG, SVG, RAW, and other image sources.
> >           o Pattern renderers
> >           o Arithmetic operations
> >           o link_operations.html#porter_duff[porter duff compositing]
> >           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
> >           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
> >           o Color correction.
> >           o Text rendering using cairo and pango.
> >           o Most operations operate in scRGB (using 32bit linear light RGBA)
> >         * Bounding box based hit detection.
> >           
> >
> >     4.5. Interfaces:
> > 	
> >   Exported interfaces:
> >     
> >   Interface                             Stability              Comment        
> >    ---------------------------------------------------------------------------------
> >   SUNWgegl                             Uncommitted        SVr4 package  
> >   SUNWgegl-devel                       Uncommitted        SVr4 package
> >   /usr/bin/gegl                        Volatile           gegl GUI command line
> >   /usr/lib/gegl-1.0                    Volatile           operations lib
> >   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
> >   /usr/include/gegl-1.0                Volatile           gegl head file directory
> >   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
> >   
> >   
> >   Imported Interfaces 
> >   Interface                             Stability         Comments 
> >    ------------------------------------------------------------------------------------
> >   
> >    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
> >    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
> >    librsvg                               Private         LSARC/2001/352 
> >    babl                                  Uncommitted
> >
> >     4.9. I18N/L10N Impact:
> > 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
> >
> >     4.10. Packaging & Delivery:
> >          The project will be delivering the following packages:
> >          SUNWgegl
> >          SUNWgegl-devel 
> > 	
> >     4.11. Security Impact:
> > 	 No impact
> >     
> >        
> > 5. Reference Documents:
> >     1.SUNWgegl
> >       SUNWgegl-devel	
> >       pkgmap
> > 	pkginfo
> > 	depend
> > 	
> >     
> >     2.GEGL community
> >           http://gegl.org/
> >     3.GEGL API reference 
> >        http://gegl.org/api.html
> >
> >
> > 6. Resources and Schedule
> >     6.4. Steering Committee requested information
> >    	6.4.1. Consolidation C-team Name:
> > 		Desktop
> >     6.5. ARC review type: FastTrack
> >     6.6. ARC Exposure: open
> >
> >   
> 
> 
> ______________________________________________________________________
> : 1 11636
> 1 d none bin 0755 root bin
> 1 f none bin/gegl 0755 root bin 473144 6177 1225692771
> 1 i copyright 135 12587 1225692772
> 1 i depend 317 27193 1225692772
> 1 d none lib 0755 root bin
> 1 d none lib/gegl-1.0 0755 root bin
> 1 f none lib/gegl-1.0/FractalExplorer.so 0755 root bin 51736 33860 1225692771
> 1 f none lib/gegl-1.0/add.so 0755 root bin 35940 17943 1225692771
> 1 f none lib/gegl-1.0/affine.so 0755 root bin 204120 37352 1225692771
> 1 f none lib/gegl-1.0/bilateral-filter.so 0755 root bin 42376 53690 1225692771
> 1 f none lib/gegl-1.0/box-blur.so 0755 root bin 41600 19577 1225692771
> 1 f none lib/gegl-1.0/brightness-contrast.so 0755 root bin 35916 37419 1225692771
> 1 f none lib/gegl-1.0/checkerboard.so 0755 root bin 40232 59586 1225692771
> 1 f none lib/gegl-1.0/clear.so 0755 root bin 33608 5672 1225692771
> 1 f none lib/gegl-1.0/clone.so 0755 root bin 35492 47610 1225692771
> 1 f none lib/gegl-1.0/color-burn.so 0755 root bin 34600 40343 1225692771
> 1 f none lib/gegl-1.0/color-dodge.so 0755 root bin 34772 50890 1225692771
> 1 f none lib/gegl-1.0/color.so 0755 root bin 37844 5550 1225692771
> 1 f none lib/gegl-1.0/contrast-curve.so 0755 root bin 37888 33126 1225692771
> 1 f none lib/gegl-1.0/convert-format.so 0755 root bin 35456 63184 1225692771
> 1 f none lib/gegl-1.0/crop.so 0755 root bin 39340 51223 1225692771
> 1 f none lib/gegl-1.0/darken.so 0755 root bin 34008 52728 1225692771
> 1 f none lib/gegl-1.0/difference.so 0755 root bin 34024 59717 1225692771
> 1 f none lib/gegl-1.0/display.so 0755 root bin 46088 39081 1225692771
> 1 f none lib/gegl-1.0/divide.so 0755 root bin 36200 44501 1225692771
> 1 f none lib/gegl-1.0/dropshadow.so 0755 root bin 38308 41844 1225692771
> 1 f none lib/gegl-1.0/dst-atop.so 0755 root bin 33688 14078 1225692771
> 1 f none lib/gegl-1.0/dst-in.so 0755 root bin 33588 7278 1225692771
> 1 f none lib/gegl-1.0/dst-out.so 0755 root bin 33664 14914 1225692771
> 1 f none lib/gegl-1.0/dst-over.so 0755 root bin 33688 17071 1225692771
> 1 f none lib/gegl-1.0/dst.so 0755 root bin 33404 57045 1225692771
> 1 f none lib/gegl-1.0/exclusion.so 0755 root bin 34068 50825 1225692771
> 1 f none lib/gegl-1.0/exr-load.so 0755 root bin 333696 38999 1225692771
> 1 f none lib/gegl-1.0/gamma.so 0755 root bin 36268 34472 1225692771
> 1 f none lib/gegl-1.0/gaussian-blur.so 0755 root bin 50340 6919 1225692771
> 1 f none lib/gegl-1.0/hard-light.so 0755 root bin 34496 20028 1225692771
> 1 f none lib/gegl-1.0/introspect.so 0755 root bin 38528 56439 1225692771
> 1 f none lib/gegl-1.0/invert.so 0755 root bin 32468 65275 1225692771
> 1 f none lib/gegl-1.0/jpg-load.so 0755 root bin 47316 20952 1225692771
> 1 f none lib/gegl-1.0/layer.so 0755 root bin 42504 57867 1225692771
> 1 f none lib/gegl-1.0/levels.so 0755 root bin 35720 12201 1225692771
> 1 f none lib/gegl-1.0/lighten.so 0755 root bin 34044 55118 1225692771
> 1 f none lib/gegl-1.0/load-buffer.so 0755 root bin 36280 48816 1225692771
> 1 f none lib/gegl-1.0/load.so 0755 root bin 40020 881 1225692771
> 1 f none lib/gegl-1.0/magick-load.so 0755 root bin 38932 30440 1225692771
> 1 f none lib/gegl-1.0/mono-mixer.so 0755 root bin 36872 8488 1225692771
> 1 f none lib/gegl-1.0/multiply.so 0755 root bin 36072 38118 1225692771
> 1 f none lib/gegl-1.0/noise.so 0755 root bin 50580 29038 1225692771
> 1 f none lib/gegl-1.0/nop.so 0755 root bin 34300 30754 1225692771
> 1 f none lib/gegl-1.0/normal.so 0755 root bin 34028 29293 1225692771
> 1 f none lib/gegl-1.0/opacity.so 0755 root bin 35768 11783 1225692771
> 1 f none lib/gegl-1.0/over.so 0755 root bin 33984 26612 1225692771
> 1 f none lib/gegl-1.0/overlay.so 0755 root bin 34432 11665 1225692771
> 1 f none lib/gegl-1.0/pixbuf.so 0755 root bin 36812 6486 1225692771
> 1 f none lib/gegl-1.0/plus.so 0755 root bin 33712 21847 1225692771
> 1 f none lib/gegl-1.0/png-load.so 0755 root bin 55020 22197 1225692771
> 1 f none lib/gegl-1.0/png-save.so 0755 root bin 48860 43948 1225692771
> 1 f none lib/gegl-1.0/raw-load.so 0755 root bin 40484 26399 1225692771
> 1 f none lib/gegl-1.0/remap.so 0755 root bin 40280 10304 1225692771
> 1 f none lib/gegl-1.0/save-buffer.so 0755 root bin 34504 56822 1225692771
> 1 f none lib/gegl-1.0/save-pixbuf.so 0755 root bin 36740 16601 1225692771
> 1 f none lib/gegl-1.0/screen.so 0755 root bin 33732 26390 1225692771
> 1 f none lib/gegl-1.0/shift.so 0755 root bin 40392 25585 1225692771
> 1 f none lib/gegl-1.0/snn-mean.so 0755 root bin 42936 50397 1225692771
> 1 f none lib/gegl-1.0/soft-light.so 0755 root bin 36684 9464 1225692771
> 1 f none lib/gegl-1.0/src-atop.so 0755 root bin 33688 10215 1225692771
> 1 f none lib/gegl-1.0/src-in.so 0755 root bin 33588 6894 1225692771
> 1 f none lib/gegl-1.0/src-out.so 0755 root bin 33664 11965 1225692771
> 1 f none lib/gegl-1.0/src-over.so 0755 root bin 33688 11058 1225692771
> 1 f none lib/gegl-1.0/src.so 0755 root bin 33404 51996 1225692771
> 1 f none lib/gegl-1.0/stretch-contrast.so 0755 root bin 38524 27256 1225692771
> 1 f none lib/gegl-1.0/subtract.so 0755 root bin 36072 32334 1225692771
> 1 f none lib/gegl-1.0/svg-load.so 0755 root bin 44756 14757 1225692771
> 1 f none lib/gegl-1.0/svg-multiply.so 0755 root bin 34008 47717 1225692771
> 1 f none lib/gegl-1.0/svg_huerotate.so 0755 root bin 38432 48433 1225692771
> 1 f none lib/gegl-1.0/svg_luminancetoalpha.so 0755 root bin 36920 31459 1225692771
> 1 f none lib/gegl-1.0/svg_matrix.so 0755 root bin 39092 4722 1225692771
> 1 f none lib/gegl-1.0/svg_saturate.so 0755 root bin 38572 6888 1225692771
> 1 f none lib/gegl-1.0/text.so 0755 root bin 51604 52528 1225692771
> 1 f none lib/gegl-1.0/threshold.so 0755 root bin 36032 26303 1225692771
> 1 f none lib/gegl-1.0/tonemap.so 0755 root bin 37608 39892 1225692771
> 1 f none lib/gegl-1.0/unsharp-mask.so 0755 root bin 36752 2036 1225692771
> 1 f none lib/gegl-1.0/value-invert.so 0755 root bin 33304 23826 1225692771
> 1 f none lib/gegl-1.0/whitebalance.so 0755 root bin 36876 34008 1225692771
> 1 f none lib/gegl-1.0/xor.so 0755 root bin 33620 4783 1225692771
> 1 s none lib/libgegl-1.0.so=libgegl-1.0.so.0.14.0
> 1 s none lib/libgegl-1.0.so.0=libgegl-1.0.so.0.14.0
> 1 f none lib/libgegl-1.0.so.0.14.0 0755 root bin 1775668 63890 1225692771
> 1 i pkginfo 582 47244 1225692772
> 
> ______________________________________________________________________
> : 1 496
> 1 i copyright 135 12587 1225692772
> 1 i depend 356 30738 1225692772
> 1 d none include 0755 root bin
> 1 d none include/gegl-1.0 0755 root bin
> 1 d none include/gegl-1.0/gegl 0755 root bin
> 1 f none include/gegl-1.0/gegl.h 0644 root bin 31833 50819 1225692771
> 1 d none include/gegl-1.0/gegl/buffer 0755 root bin
> 1 f none include/gegl-1.0/gegl/buffer/gegl-buffer.h 0644 root bin 9912 1677 1225692770
> 1 f none include/gegl-1.0/gegl/gegl-utils.h 0644 root bin 3845 45516 1225692771
> 1 d none include/gegl-1.0/gegl/property-types 0755 root bin
> 1 f none include/gegl-1.0/gegl/property-types/gegl-paramspecs.h 0644 root bin 8827 27934 1225692770
> 1 d none lib 0755 root bin
> 1 d none lib/pkgconfig 0755 root other
> 1 f none lib/pkgconfig/gegl.pc 0644 root bin 380 32298 1225692772
> 1 i pkginfo 628 51535 1225692772
> 1 d none share 0755 root sys
> 1 d none share/gtk-doc 0755 root bin
> 1 d none share/gtk-doc/html 0755 root bin
> 1 d none share/gtk-doc/html/gegl 0755 root bin
> 1 f none share/gtk-doc/html/gegl/api.html 0755 root bin 119370 17696 1225692772
> 1 f none share/gtk-doc/html/gegl/gegl.css 0755 root bin 7405 24753 1225692772
> 1 f none share/gtk-doc/html/gegl/gegl.devhelp 0755 root bin 4312 4170 1225692772


From Chris.Wang@sun.com Fri Nov 14 04:59:25 2008
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAECxOMY029966
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 14 Nov 2008 04:59:24 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id mAECx5US029389
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 14 Nov 2008 20:59:23 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAB00H01QQV0D00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Fri, 14 Nov 2008 04:59:19 -0800 (PST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAB00F4HQQUP320@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Fri,
 14 Nov 2008 04:59:19 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAECxIEv020956	for
 <LSARC-ext@Sun.COM>; Fri, 14 Nov 2008 12:59:18 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KAB00C01QMYA200@mail-apac.sun.com>
 (original mail from Chris.Wang@Sun.COM) for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Fri, 14 Nov 2008 20:59:17 +0800 (SGT)
Received: from [192.168.1.102] ([124.207.214.3])
 by mail-apac.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr  3
 2006)) with ESMTPSA id <0KAB001GOQQQGR6D@mail-apac.sun.com>; Fri,
 14 Nov 2008 20:59:17 +0800 (SGT)
Date: Fri, 14 Nov 2008 20:59:08 +0800
From: C Wang <Chris.Wang@sun.com>
Subject: Re: Re2: Gegl for OpenSolaris [LSARC/2008/703 FastTrack timeout
	11/18/2008]
In-reply-to: <1226591321.49887.276.camel@sr1-umpk-16>
Sender: Chris.Wang@sun.com
To: John.Fischer@sun.com
Cc: "Irene (Shi Ying) Huang" <Irene.Huang@sun.com>,
        Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@sun.com
Message-id: <491D761C.50403@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=GB2312
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
 <491A925C.6070803@sun.com> <1226591321.49887.276.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Status: RO
Content-Length: 13430

Yes,,64bit libs are also provided.
Chris
John Fischer Ð´µÀ:
> Chris,
>
> Will this project be providing 64-bit libraries?
>
> Thanks,
>
> John
>
> On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
>   
>> Pkgmaps for Gegl are attached.
>>
>> --Irene
>> Shi-Ying Irene Huang wrote:
>>     
>>> Template Version: @(#)sac_nextcase %I% %G% SMI
>>> This information is Copyright 2008 Sun Microsystems
>>> 1. Introduction
>>>     1.1. Project/Component Working Name:
>>> 	 Gegl for OpenSolaris
>>>     1.2. Name of Document Author/Supplier:
>>> 	 Author:  Chris Wang
>>>     1.3  Date of This Document:
>>> 	12 November, 2008
>>> 4. Technical Description
>>> 1. Introduction
>>>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
>>> 	
>>>    1.2. Name of Document Author/Supplier: Chris Wang  
>>> 	
>>>    1.3. Date of This Document: 11/07/08
>>> 	
>>>    1.5. Email Aliases:
>>>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>>>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
>>>
>>> 2. Project Summary
>>>    2.1. Project Description:
>>>         GEGL (Generic Graphics Library) is a graph based image processing 
>>>         framework.
>>>
>>>         GEGL provides infrastructure to do demand-based cached non-destructive
>>>         image editing on larger than RAM buffers. Through babl it provides
>>>         support for a wide range of color models and pixel storage formats 
>>>         for input and output.
>>>         
>>>         Most color operations in GIMP are now ported to GEGL, meaning that the
>>>         interal processing is being done in 32bit floating point linear light RGBA. 
>>>
>>>         GEGL is a free software; you can redistribute it and/or modify it under
>>>         the terms of the GNU Lesser General Public License as published by
>>>         the Free Software Foundation; either version 3 of the License, or
>>>         (at your option) any later version. 
>>>
>>>         The latest development snapshot, and eventually stable versions of
>>>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>>>     
>>> 4. Technical Description:
>>>     4.1. Details:
>>>          Features of GEGL include:
>>>         * Floating point handling and processing and output of larger 8bit,
>>>           16bit integer and 32bit floating point per component buffers larger
>>>           than RAM.
>>>         * Processing
>>>           o Iterative chunk-wise processing.
>>>           o Processes subregions and dependencies.
>>>           o Subgraph caches to aid performance of non-destructive editing.
>>>         * GeglBuffer
>>>           o Storage of all babl supported formats.
>>>           o Tiled sparse buffers (larger than RAM images).
>>>           o linear buffers (allocated internally or from external allocation.)
>>>           o On demand tiled mipmapping.
>>>           o inter process shared storage
>>>         * Operations
>>>           o PNG, JPEG, SVG, RAW, and other image sources.
>>>           o Pattern renderers
>>>           o Arithmetic operations
>>>           o link_operations.html#porter_duff[porter duff compositing]
>>>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>>>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>>>           o Color correction.
>>>           o Text rendering using cairo and pango.
>>>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>>>         * Bounding box based hit detection.
>>>           
>>>
>>>     4.5. Interfaces:
>>> 	
>>>   Exported interfaces:
>>>     
>>>   Interface                             Stability              Comment        
>>>    ---------------------------------------------------------------------------------
>>>   SUNWgegl                             Uncommitted        SVr4 package  
>>>   SUNWgegl-devel                       Uncommitted        SVr4 package
>>>   /usr/bin/gegl                        Volatile           gegl GUI command line
>>>   /usr/lib/gegl-1.0                    Volatile           operations lib
>>>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
>>>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>>>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>>>   
>>>   
>>>   Imported Interfaces 
>>>   Interface                             Stability         Comments 
>>>    ------------------------------------------------------------------------------------
>>>   
>>>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>>>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>>>    librsvg                               Private         LSARC/2001/352 
>>>    babl                                  Uncommitted
>>>
>>>     4.9. I18N/L10N Impact:
>>> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
>>>
>>>     4.10. Packaging & Delivery:
>>>          The project will be delivering the following packages:
>>>          SUNWgegl
>>>          SUNWgegl-devel 
>>> 	
>>>     4.11. Security Impact:
>>> 	 No impact
>>>     
>>>        
>>> 5. Reference Documents:
>>>     1.SUNWgegl
>>>       SUNWgegl-devel	
>>>       pkgmap
>>> 	pkginfo
>>> 	depend
>>> 	
>>>     
>>>     2.GEGL community
>>>           http://gegl.org/
>>>     3.GEGL API reference 
>>>        http://gegl.org/api.html
>>>
>>>
>>> 6. Resources and Schedule
>>>     6.4. Steering Committee requested information
>>>    	6.4.1. Consolidation C-team Name:
>>> 		Desktop
>>>     6.5. ARC review type: FastTrack
>>>     6.6. ARC Exposure: open
>>>
>>>   
>>>       
>> ______________________________________________________________________
>> : 1 11636
>> 1 d none bin 0755 root bin
>> 1 f none bin/gegl 0755 root bin 473144 6177 1225692771
>> 1 i copyright 135 12587 1225692772
>> 1 i depend 317 27193 1225692772
>> 1 d none lib 0755 root bin
>> 1 d none lib/gegl-1.0 0755 root bin
>> 1 f none lib/gegl-1.0/FractalExplorer.so 0755 root bin 51736 33860 1225692771
>> 1 f none lib/gegl-1.0/add.so 0755 root bin 35940 17943 1225692771
>> 1 f none lib/gegl-1.0/affine.so 0755 root bin 204120 37352 1225692771
>> 1 f none lib/gegl-1.0/bilateral-filter.so 0755 root bin 42376 53690 1225692771
>> 1 f none lib/gegl-1.0/box-blur.so 0755 root bin 41600 19577 1225692771
>> 1 f none lib/gegl-1.0/brightness-contrast.so 0755 root bin 35916 37419 1225692771
>> 1 f none lib/gegl-1.0/checkerboard.so 0755 root bin 40232 59586 1225692771
>> 1 f none lib/gegl-1.0/clear.so 0755 root bin 33608 5672 1225692771
>> 1 f none lib/gegl-1.0/clone.so 0755 root bin 35492 47610 1225692771
>> 1 f none lib/gegl-1.0/color-burn.so 0755 root bin 34600 40343 1225692771
>> 1 f none lib/gegl-1.0/color-dodge.so 0755 root bin 34772 50890 1225692771
>> 1 f none lib/gegl-1.0/color.so 0755 root bin 37844 5550 1225692771
>> 1 f none lib/gegl-1.0/contrast-curve.so 0755 root bin 37888 33126 1225692771
>> 1 f none lib/gegl-1.0/convert-format.so 0755 root bin 35456 63184 1225692771
>> 1 f none lib/gegl-1.0/crop.so 0755 root bin 39340 51223 1225692771
>> 1 f none lib/gegl-1.0/darken.so 0755 root bin 34008 52728 1225692771
>> 1 f none lib/gegl-1.0/difference.so 0755 root bin 34024 59717 1225692771
>> 1 f none lib/gegl-1.0/display.so 0755 root bin 46088 39081 1225692771
>> 1 f none lib/gegl-1.0/divide.so 0755 root bin 36200 44501 1225692771
>> 1 f none lib/gegl-1.0/dropshadow.so 0755 root bin 38308 41844 1225692771
>> 1 f none lib/gegl-1.0/dst-atop.so 0755 root bin 33688 14078 1225692771
>> 1 f none lib/gegl-1.0/dst-in.so 0755 root bin 33588 7278 1225692771
>> 1 f none lib/gegl-1.0/dst-out.so 0755 root bin 33664 14914 1225692771
>> 1 f none lib/gegl-1.0/dst-over.so 0755 root bin 33688 17071 1225692771
>> 1 f none lib/gegl-1.0/dst.so 0755 root bin 33404 57045 1225692771
>> 1 f none lib/gegl-1.0/exclusion.so 0755 root bin 34068 50825 1225692771
>> 1 f none lib/gegl-1.0/exr-load.so 0755 root bin 333696 38999 1225692771
>> 1 f none lib/gegl-1.0/gamma.so 0755 root bin 36268 34472 1225692771
>> 1 f none lib/gegl-1.0/gaussian-blur.so 0755 root bin 50340 6919 1225692771
>> 1 f none lib/gegl-1.0/hard-light.so 0755 root bin 34496 20028 1225692771
>> 1 f none lib/gegl-1.0/introspect.so 0755 root bin 38528 56439 1225692771
>> 1 f none lib/gegl-1.0/invert.so 0755 root bin 32468 65275 1225692771
>> 1 f none lib/gegl-1.0/jpg-load.so 0755 root bin 47316 20952 1225692771
>> 1 f none lib/gegl-1.0/layer.so 0755 root bin 42504 57867 1225692771
>> 1 f none lib/gegl-1.0/levels.so 0755 root bin 35720 12201 1225692771
>> 1 f none lib/gegl-1.0/lighten.so 0755 root bin 34044 55118 1225692771
>> 1 f none lib/gegl-1.0/load-buffer.so 0755 root bin 36280 48816 1225692771
>> 1 f none lib/gegl-1.0/load.so 0755 root bin 40020 881 1225692771
>> 1 f none lib/gegl-1.0/magick-load.so 0755 root bin 38932 30440 1225692771
>> 1 f none lib/gegl-1.0/mono-mixer.so 0755 root bin 36872 8488 1225692771
>> 1 f none lib/gegl-1.0/multiply.so 0755 root bin 36072 38118 1225692771
>> 1 f none lib/gegl-1.0/noise.so 0755 root bin 50580 29038 1225692771
>> 1 f none lib/gegl-1.0/nop.so 0755 root bin 34300 30754 1225692771
>> 1 f none lib/gegl-1.0/normal.so 0755 root bin 34028 29293 1225692771
>> 1 f none lib/gegl-1.0/opacity.so 0755 root bin 35768 11783 1225692771
>> 1 f none lib/gegl-1.0/over.so 0755 root bin 33984 26612 1225692771
>> 1 f none lib/gegl-1.0/overlay.so 0755 root bin 34432 11665 1225692771
>> 1 f none lib/gegl-1.0/pixbuf.so 0755 root bin 36812 6486 1225692771
>> 1 f none lib/gegl-1.0/plus.so 0755 root bin 33712 21847 1225692771
>> 1 f none lib/gegl-1.0/png-load.so 0755 root bin 55020 22197 1225692771
>> 1 f none lib/gegl-1.0/png-save.so 0755 root bin 48860 43948 1225692771
>> 1 f none lib/gegl-1.0/raw-load.so 0755 root bin 40484 26399 1225692771
>> 1 f none lib/gegl-1.0/remap.so 0755 root bin 40280 10304 1225692771
>> 1 f none lib/gegl-1.0/save-buffer.so 0755 root bin 34504 56822 1225692771
>> 1 f none lib/gegl-1.0/save-pixbuf.so 0755 root bin 36740 16601 1225692771
>> 1 f none lib/gegl-1.0/screen.so 0755 root bin 33732 26390 1225692771
>> 1 f none lib/gegl-1.0/shift.so 0755 root bin 40392 25585 1225692771
>> 1 f none lib/gegl-1.0/snn-mean.so 0755 root bin 42936 50397 1225692771
>> 1 f none lib/gegl-1.0/soft-light.so 0755 root bin 36684 9464 1225692771
>> 1 f none lib/gegl-1.0/src-atop.so 0755 root bin 33688 10215 1225692771
>> 1 f none lib/gegl-1.0/src-in.so 0755 root bin 33588 6894 1225692771
>> 1 f none lib/gegl-1.0/src-out.so 0755 root bin 33664 11965 1225692771
>> 1 f none lib/gegl-1.0/src-over.so 0755 root bin 33688 11058 1225692771
>> 1 f none lib/gegl-1.0/src.so 0755 root bin 33404 51996 1225692771
>> 1 f none lib/gegl-1.0/stretch-contrast.so 0755 root bin 38524 27256 1225692771
>> 1 f none lib/gegl-1.0/subtract.so 0755 root bin 36072 32334 1225692771
>> 1 f none lib/gegl-1.0/svg-load.so 0755 root bin 44756 14757 1225692771
>> 1 f none lib/gegl-1.0/svg-multiply.so 0755 root bin 34008 47717 1225692771
>> 1 f none lib/gegl-1.0/svg_huerotate.so 0755 root bin 38432 48433 1225692771
>> 1 f none lib/gegl-1.0/svg_luminancetoalpha.so 0755 root bin 36920 31459 1225692771
>> 1 f none lib/gegl-1.0/svg_matrix.so 0755 root bin 39092 4722 1225692771
>> 1 f none lib/gegl-1.0/svg_saturate.so 0755 root bin 38572 6888 1225692771
>> 1 f none lib/gegl-1.0/text.so 0755 root bin 51604 52528 1225692771
>> 1 f none lib/gegl-1.0/threshold.so 0755 root bin 36032 26303 1225692771
>> 1 f none lib/gegl-1.0/tonemap.so 0755 root bin 37608 39892 1225692771
>> 1 f none lib/gegl-1.0/unsharp-mask.so 0755 root bin 36752 2036 1225692771
>> 1 f none lib/gegl-1.0/value-invert.so 0755 root bin 33304 23826 1225692771
>> 1 f none lib/gegl-1.0/whitebalance.so 0755 root bin 36876 34008 1225692771
>> 1 f none lib/gegl-1.0/xor.so 0755 root bin 33620 4783 1225692771
>> 1 s none lib/libgegl-1.0.so=libgegl-1.0.so.0.14.0
>> 1 s none lib/libgegl-1.0.so.0=libgegl-1.0.so.0.14.0
>> 1 f none lib/libgegl-1.0.so.0.14.0 0755 root bin 1775668 63890 1225692771
>> 1 i pkginfo 582 47244 1225692772
>>
>> ______________________________________________________________________
>> : 1 496
>> 1 i copyright 135 12587 1225692772
>> 1 i depend 356 30738 1225692772
>> 1 d none include 0755 root bin
>> 1 d none include/gegl-1.0 0755 root bin
>> 1 d none include/gegl-1.0/gegl 0755 root bin
>> 1 f none include/gegl-1.0/gegl.h 0644 root bin 31833 50819 1225692771
>> 1 d none include/gegl-1.0/gegl/buffer 0755 root bin
>> 1 f none include/gegl-1.0/gegl/buffer/gegl-buffer.h 0644 root bin 9912 1677 1225692770
>> 1 f none include/gegl-1.0/gegl/gegl-utils.h 0644 root bin 3845 45516 1225692771
>> 1 d none include/gegl-1.0/gegl/property-types 0755 root bin
>> 1 f none include/gegl-1.0/gegl/property-types/gegl-paramspecs.h 0644 root bin 8827 27934 1225692770
>> 1 d none lib 0755 root bin
>> 1 d none lib/pkgconfig 0755 root other
>> 1 f none lib/pkgconfig/gegl.pc 0644 root bin 380 32298 1225692772
>> 1 i pkginfo 628 51535 1225692772
>> 1 d none share 0755 root sys
>> 1 d none share/gtk-doc 0755 root bin
>> 1 d none share/gtk-doc/html 0755 root bin
>> 1 d none share/gtk-doc/html/gegl 0755 root bin
>> 1 f none share/gtk-doc/html/gegl/api.html 0755 root bin 119370 17696 1225692772
>> 1 f none share/gtk-doc/html/gegl/gegl.css 0755 root bin 7405 24753 1225692772
>> 1 f none share/gtk-doc/html/gegl/gegl.devhelp 0755 root bin 4312 4170 1225692772
>>     
>
>   


From Chris.Wang@sun.com Mon Nov 17 01:26:21 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAH9QLZE002051
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 01:26:21 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAH9QIdI014137
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 17 Nov 2008 01:26:21 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAH00F2T0VVRC00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 01:26:19 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAH004PV0VS9QD0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Mon,
 17 Nov 2008 01:26:17 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAH9QGef024373	for
 <LSARC-ext@Sun.COM>; Mon, 17 Nov 2008 09:26:16 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KAH00I010QLJC00@mail-apac.sun.com>
 (original mail from Chris.Wang@Sun.COM) for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 17:26:16 +0800 (SGT)
Received: from [129.158.217.66] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KAH001O30VJGR0Q@mail-apac.sun.com>; Mon,
 17 Nov 2008 17:26:09 +0800 (SGT)
Date: Mon, 17 Nov 2008 17:13:25 +0800
From: C Wang <Chris.Wang@sun.com>
Subject: Re: Re2: Gegl for OpenSolaris [LSARC/2008/703 FastTrack timeout
	11/18/2008]
In-reply-to: <1226591321.49887.276.camel@sr1-umpk-16>
Sender: Chris.Wang@sun.com
To: John.Fischer@sun.com
Cc: "Irene (Shi Ying) Huang" <Irene.Huang@sun.com>,
        Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@sun.com
Message-id: <492135B5.8010405@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_osDS2MvFf8/yVaHG+xWj0w)"
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
 <491A925C.6070803@sun.com> <1226591321.49887.276.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.14 (X11/20080506)
Status: RO
Content-Length: 19873

This is a multi-part message in MIME format.

--Boundary_(ID_osDS2MvFf8/yVaHG+xWj0w)
Content-type: text/plain; charset=GB2312
Content-transfer-encoding: 8BIT

Please see attached pkgmap, I'll send a updated arc doc later.
Chris

John Fischer Ð´µÀ:
> Chris,
>
> Will this project be providing 64-bit libraries?
>
> Thanks,
>
> John
>
> On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
>   
>> Pkgmaps for Gegl are attached.
>>
>> --Irene
>> Shi-Ying Irene Huang wrote:
>>     
>>> Template Version: @(#)sac_nextcase %I% %G% SMI
>>> This information is Copyright 2008 Sun Microsystems
>>> 1. Introduction
>>>     1.1. Project/Component Working Name:
>>> 	 Gegl for OpenSolaris
>>>     1.2. Name of Document Author/Supplier:
>>> 	 Author:  Chris Wang
>>>     1.3  Date of This Document:
>>> 	12 November, 2008
>>> 4. Technical Description
>>> 1. Introduction
>>>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
>>> 	
>>>    1.2. Name of Document Author/Supplier: Chris Wang  
>>> 	
>>>    1.3. Date of This Document: 11/07/08
>>> 	
>>>    1.5. Email Aliases:
>>>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>>>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
>>>
>>> 2. Project Summary
>>>    2.1. Project Description:
>>>         GEGL (Generic Graphics Library) is a graph based image processing 
>>>         framework.
>>>
>>>         GEGL provides infrastructure to do demand-based cached non-destructive
>>>         image editing on larger than RAM buffers. Through babl it provides
>>>         support for a wide range of color models and pixel storage formats 
>>>         for input and output.
>>>         
>>>         Most color operations in GIMP are now ported to GEGL, meaning that the
>>>         interal processing is being done in 32bit floating point linear light RGBA. 
>>>
>>>         GEGL is a free software; you can redistribute it and/or modify it under
>>>         the terms of the GNU Lesser General Public License as published by
>>>         the Free Software Foundation; either version 3 of the License, or
>>>         (at your option) any later version. 
>>>
>>>         The latest development snapshot, and eventually stable versions of
>>>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>>>     
>>> 4. Technical Description:
>>>     4.1. Details:
>>>          Features of GEGL include:
>>>         * Floating point handling and processing and output of larger 8bit,
>>>           16bit integer and 32bit floating point per component buffers larger
>>>           than RAM.
>>>         * Processing
>>>           o Iterative chunk-wise processing.
>>>           o Processes subregions and dependencies.
>>>           o Subgraph caches to aid performance of non-destructive editing.
>>>         * GeglBuffer
>>>           o Storage of all babl supported formats.
>>>           o Tiled sparse buffers (larger than RAM images).
>>>           o linear buffers (allocated internally or from external allocation.)
>>>           o On demand tiled mipmapping.
>>>           o inter process shared storage
>>>         * Operations
>>>           o PNG, JPEG, SVG, RAW, and other image sources.
>>>           o Pattern renderers
>>>           o Arithmetic operations
>>>           o link_operations.html#porter_duff[porter duff compositing]
>>>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>>>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>>>           o Color correction.
>>>           o Text rendering using cairo and pango.
>>>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>>>         * Bounding box based hit detection.
>>>           
>>>
>>>     4.5. Interfaces:
>>> 	
>>>   Exported interfaces:
>>>     
>>>   Interface                             Stability              Comment        
>>>    ---------------------------------------------------------------------------------
>>>   SUNWgegl                             Uncommitted        SVr4 package  
>>>   SUNWgegl-devel                       Uncommitted        SVr4 package
>>>   /usr/bin/gegl                        Volatile           gegl GUI command line
>>>   /usr/lib/gegl-1.0                    Volatile           operations lib
>>>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
>>>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>>>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>>>   
>>>   
>>>   Imported Interfaces 
>>>   Interface                             Stability         Comments 
>>>    ------------------------------------------------------------------------------------
>>>   
>>>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>>>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>>>    librsvg                               Private         LSARC/2001/352 
>>>    babl                                  Uncommitted
>>>
>>>     4.9. I18N/L10N Impact:
>>> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
>>>
>>>     4.10. Packaging & Delivery:
>>>          The project will be delivering the following packages:
>>>          SUNWgegl
>>>          SUNWgegl-devel 
>>> 	
>>>     4.11. Security Impact:
>>> 	 No impact
>>>     
>>>        
>>> 5. Reference Documents:
>>>     1.SUNWgegl
>>>       SUNWgegl-devel	
>>>       pkgmap
>>> 	pkginfo
>>> 	depend
>>> 	
>>>     
>>>     2.GEGL community
>>>           http://gegl.org/
>>>     3.GEGL API reference 
>>>        http://gegl.org/api.html
>>>
>>>
>>> 6. Resources and Schedule
>>>     6.4. Steering Committee requested information
>>>    	6.4.1. Consolidation C-team Name:
>>> 		Desktop
>>>     6.5. ARC review type: FastTrack
>>>     6.6. ARC Exposure: open
>>>
>>>   
>>>       
>> ______________________________________________________________________
>> : 1 11636
>> 1 d none bin 0755 root bin
>> 1 f none bin/gegl 0755 root bin 473144 6177 1225692771
>> 1 i copyright 135 12587 1225692772
>> 1 i depend 317 27193 1225692772
>> 1 d none lib 0755 root bin
>> 1 d none lib/gegl-1.0 0755 root bin
>> 1 f none lib/gegl-1.0/FractalExplorer.so 0755 root bin 51736 33860 1225692771
>> 1 f none lib/gegl-1.0/add.so 0755 root bin 35940 17943 1225692771
>> 1 f none lib/gegl-1.0/affine.so 0755 root bin 204120 37352 1225692771
>> 1 f none lib/gegl-1.0/bilateral-filter.so 0755 root bin 42376 53690 1225692771
>> 1 f none lib/gegl-1.0/box-blur.so 0755 root bin 41600 19577 1225692771
>> 1 f none lib/gegl-1.0/brightness-contrast.so 0755 root bin 35916 37419 1225692771
>> 1 f none lib/gegl-1.0/checkerboard.so 0755 root bin 40232 59586 1225692771
>> 1 f none lib/gegl-1.0/clear.so 0755 root bin 33608 5672 1225692771
>> 1 f none lib/gegl-1.0/clone.so 0755 root bin 35492 47610 1225692771
>> 1 f none lib/gegl-1.0/color-burn.so 0755 root bin 34600 40343 1225692771
>> 1 f none lib/gegl-1.0/color-dodge.so 0755 root bin 34772 50890 1225692771
>> 1 f none lib/gegl-1.0/color.so 0755 root bin 37844 5550 1225692771
>> 1 f none lib/gegl-1.0/contrast-curve.so 0755 root bin 37888 33126 1225692771
>> 1 f none lib/gegl-1.0/convert-format.so 0755 root bin 35456 63184 1225692771
>> 1 f none lib/gegl-1.0/crop.so 0755 root bin 39340 51223 1225692771
>> 1 f none lib/gegl-1.0/darken.so 0755 root bin 34008 52728 1225692771
>> 1 f none lib/gegl-1.0/difference.so 0755 root bin 34024 59717 1225692771
>> 1 f none lib/gegl-1.0/display.so 0755 root bin 46088 39081 1225692771
>> 1 f none lib/gegl-1.0/divide.so 0755 root bin 36200 44501 1225692771
>> 1 f none lib/gegl-1.0/dropshadow.so 0755 root bin 38308 41844 1225692771
>> 1 f none lib/gegl-1.0/dst-atop.so 0755 root bin 33688 14078 1225692771
>> 1 f none lib/gegl-1.0/dst-in.so 0755 root bin 33588 7278 1225692771
>> 1 f none lib/gegl-1.0/dst-out.so 0755 root bin 33664 14914 1225692771
>> 1 f none lib/gegl-1.0/dst-over.so 0755 root bin 33688 17071 1225692771
>> 1 f none lib/gegl-1.0/dst.so 0755 root bin 33404 57045 1225692771
>> 1 f none lib/gegl-1.0/exclusion.so 0755 root bin 34068 50825 1225692771
>> 1 f none lib/gegl-1.0/exr-load.so 0755 root bin 333696 38999 1225692771
>> 1 f none lib/gegl-1.0/gamma.so 0755 root bin 36268 34472 1225692771
>> 1 f none lib/gegl-1.0/gaussian-blur.so 0755 root bin 50340 6919 1225692771
>> 1 f none lib/gegl-1.0/hard-light.so 0755 root bin 34496 20028 1225692771
>> 1 f none lib/gegl-1.0/introspect.so 0755 root bin 38528 56439 1225692771
>> 1 f none lib/gegl-1.0/invert.so 0755 root bin 32468 65275 1225692771
>> 1 f none lib/gegl-1.0/jpg-load.so 0755 root bin 47316 20952 1225692771
>> 1 f none lib/gegl-1.0/layer.so 0755 root bin 42504 57867 1225692771
>> 1 f none lib/gegl-1.0/levels.so 0755 root bin 35720 12201 1225692771
>> 1 f none lib/gegl-1.0/lighten.so 0755 root bin 34044 55118 1225692771
>> 1 f none lib/gegl-1.0/load-buffer.so 0755 root bin 36280 48816 1225692771
>> 1 f none lib/gegl-1.0/load.so 0755 root bin 40020 881 1225692771
>> 1 f none lib/gegl-1.0/magick-load.so 0755 root bin 38932 30440 1225692771
>> 1 f none lib/gegl-1.0/mono-mixer.so 0755 root bin 36872 8488 1225692771
>> 1 f none lib/gegl-1.0/multiply.so 0755 root bin 36072 38118 1225692771
>> 1 f none lib/gegl-1.0/noise.so 0755 root bin 50580 29038 1225692771
>> 1 f none lib/gegl-1.0/nop.so 0755 root bin 34300 30754 1225692771
>> 1 f none lib/gegl-1.0/normal.so 0755 root bin 34028 29293 1225692771
>> 1 f none lib/gegl-1.0/opacity.so 0755 root bin 35768 11783 1225692771
>> 1 f none lib/gegl-1.0/over.so 0755 root bin 33984 26612 1225692771
>> 1 f none lib/gegl-1.0/overlay.so 0755 root bin 34432 11665 1225692771
>> 1 f none lib/gegl-1.0/pixbuf.so 0755 root bin 36812 6486 1225692771
>> 1 f none lib/gegl-1.0/plus.so 0755 root bin 33712 21847 1225692771
>> 1 f none lib/gegl-1.0/png-load.so 0755 root bin 55020 22197 1225692771
>> 1 f none lib/gegl-1.0/png-save.so 0755 root bin 48860 43948 1225692771
>> 1 f none lib/gegl-1.0/raw-load.so 0755 root bin 40484 26399 1225692771
>> 1 f none lib/gegl-1.0/remap.so 0755 root bin 40280 10304 1225692771
>> 1 f none lib/gegl-1.0/save-buffer.so 0755 root bin 34504 56822 1225692771
>> 1 f none lib/gegl-1.0/save-pixbuf.so 0755 root bin 36740 16601 1225692771
>> 1 f none lib/gegl-1.0/screen.so 0755 root bin 33732 26390 1225692771
>> 1 f none lib/gegl-1.0/shift.so 0755 root bin 40392 25585 1225692771
>> 1 f none lib/gegl-1.0/snn-mean.so 0755 root bin 42936 50397 1225692771
>> 1 f none lib/gegl-1.0/soft-light.so 0755 root bin 36684 9464 1225692771
>> 1 f none lib/gegl-1.0/src-atop.so 0755 root bin 33688 10215 1225692771
>> 1 f none lib/gegl-1.0/src-in.so 0755 root bin 33588 6894 1225692771
>> 1 f none lib/gegl-1.0/src-out.so 0755 root bin 33664 11965 1225692771
>> 1 f none lib/gegl-1.0/src-over.so 0755 root bin 33688 11058 1225692771
>> 1 f none lib/gegl-1.0/src.so 0755 root bin 33404 51996 1225692771
>> 1 f none lib/gegl-1.0/stretch-contrast.so 0755 root bin 38524 27256 1225692771
>> 1 f none lib/gegl-1.0/subtract.so 0755 root bin 36072 32334 1225692771
>> 1 f none lib/gegl-1.0/svg-load.so 0755 root bin 44756 14757 1225692771
>> 1 f none lib/gegl-1.0/svg-multiply.so 0755 root bin 34008 47717 1225692771
>> 1 f none lib/gegl-1.0/svg_huerotate.so 0755 root bin 38432 48433 1225692771
>> 1 f none lib/gegl-1.0/svg_luminancetoalpha.so 0755 root bin 36920 31459 1225692771
>> 1 f none lib/gegl-1.0/svg_matrix.so 0755 root bin 39092 4722 1225692771
>> 1 f none lib/gegl-1.0/svg_saturate.so 0755 root bin 38572 6888 1225692771
>> 1 f none lib/gegl-1.0/text.so 0755 root bin 51604 52528 1225692771
>> 1 f none lib/gegl-1.0/threshold.so 0755 root bin 36032 26303 1225692771
>> 1 f none lib/gegl-1.0/tonemap.so 0755 root bin 37608 39892 1225692771
>> 1 f none lib/gegl-1.0/unsharp-mask.so 0755 root bin 36752 2036 1225692771
>> 1 f none lib/gegl-1.0/value-invert.so 0755 root bin 33304 23826 1225692771
>> 1 f none lib/gegl-1.0/whitebalance.so 0755 root bin 36876 34008 1225692771
>> 1 f none lib/gegl-1.0/xor.so 0755 root bin 33620 4783 1225692771
>> 1 s none lib/libgegl-1.0.so=libgegl-1.0.so.0.14.0
>> 1 s none lib/libgegl-1.0.so.0=libgegl-1.0.so.0.14.0
>> 1 f none lib/libgegl-1.0.so.0.14.0 0755 root bin 1775668 63890 1225692771
>> 1 i pkginfo 582 47244 1225692772
>>
>> ______________________________________________________________________
>> : 1 496
>> 1 i copyright 135 12587 1225692772
>> 1 i depend 356 30738 1225692772
>> 1 d none include 0755 root bin
>> 1 d none include/gegl-1.0 0755 root bin
>> 1 d none include/gegl-1.0/gegl 0755 root bin
>> 1 f none include/gegl-1.0/gegl.h 0644 root bin 31833 50819 1225692771
>> 1 d none include/gegl-1.0/gegl/buffer 0755 root bin
>> 1 f none include/gegl-1.0/gegl/buffer/gegl-buffer.h 0644 root bin 9912 1677 1225692770
>> 1 f none include/gegl-1.0/gegl/gegl-utils.h 0644 root bin 3845 45516 1225692771
>> 1 d none include/gegl-1.0/gegl/property-types 0755 root bin
>> 1 f none include/gegl-1.0/gegl/property-types/gegl-paramspecs.h 0644 root bin 8827 27934 1225692770
>> 1 d none lib 0755 root bin
>> 1 d none lib/pkgconfig 0755 root other
>> 1 f none lib/pkgconfig/gegl.pc 0644 root bin 380 32298 1225692772
>> 1 i pkginfo 628 51535 1225692772
>> 1 d none share 0755 root sys
>> 1 d none share/gtk-doc 0755 root bin
>> 1 d none share/gtk-doc/html 0755 root bin
>> 1 d none share/gtk-doc/html/gegl 0755 root bin
>> 1 f none share/gtk-doc/html/gegl/api.html 0755 root bin 119370 17696 1225692772
>> 1 f none share/gtk-doc/html/gegl/gegl.css 0755 root bin 7405 24753 1225692772
>> 1 f none share/gtk-doc/html/gegl/gegl.devhelp 0755 root bin 4312 4170 1225692772
>>     
>
>   


--Boundary_(ID_osDS2MvFf8/yVaHG+xWj0w)
Content-type: text/plain; name=pkgmap
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=pkgmap

: 1 11636
1 d none bin 0755 root bin
1 f none bin/gegl 0755 root bin 473144 6177 1225692771
1 i copyright 135 12587 1225692772
1 i depend 317 27193 1225692772
1 d none lib 0755 root bin
1 d none lib/gegl-1.0 0755 root bin
1 f none lib/gegl-1.0/FractalExplorer.so 0755 root bin 51736 33860 1225692771
1 f none lib/gegl-1.0/add.so 0755 root bin 35940 17943 1225692771
1 f none lib/gegl-1.0/affine.so 0755 root bin 204120 37352 1225692771
1 f none lib/gegl-1.0/bilateral-filter.so 0755 root bin 42376 53690 1225692771
1 f none lib/gegl-1.0/box-blur.so 0755 root bin 41600 19577 1225692771
1 f none lib/gegl-1.0/brightness-contrast.so 0755 root bin 35916 37419 1225692771
1 f none lib/gegl-1.0/checkerboard.so 0755 root bin 40232 59586 1225692771
1 f none lib/gegl-1.0/clear.so 0755 root bin 33608 5672 1225692771
1 f none lib/gegl-1.0/clone.so 0755 root bin 35492 47610 1225692771
1 f none lib/gegl-1.0/color-burn.so 0755 root bin 34600 40343 1225692771
1 f none lib/gegl-1.0/color-dodge.so 0755 root bin 34772 50890 1225692771
1 f none lib/gegl-1.0/color.so 0755 root bin 37844 5550 1225692771
1 f none lib/gegl-1.0/contrast-curve.so 0755 root bin 37888 33126 1225692771
1 f none lib/gegl-1.0/convert-format.so 0755 root bin 35456 63184 1225692771
1 f none lib/gegl-1.0/crop.so 0755 root bin 39340 51223 1225692771
1 f none lib/gegl-1.0/darken.so 0755 root bin 34008 52728 1225692771
1 f none lib/gegl-1.0/difference.so 0755 root bin 34024 59717 1225692771
1 f none lib/gegl-1.0/display.so 0755 root bin 46088 39081 1225692771
1 f none lib/gegl-1.0/divide.so 0755 root bin 36200 44501 1225692771
1 f none lib/gegl-1.0/dropshadow.so 0755 root bin 38308 41844 1225692771
1 f none lib/gegl-1.0/dst-atop.so 0755 root bin 33688 14078 1225692771
1 f none lib/gegl-1.0/dst-in.so 0755 root bin 33588 7278 1225692771
1 f none lib/gegl-1.0/dst-out.so 0755 root bin 33664 14914 1225692771
1 f none lib/gegl-1.0/dst-over.so 0755 root bin 33688 17071 1225692771
1 f none lib/gegl-1.0/dst.so 0755 root bin 33404 57045 1225692771
1 f none lib/gegl-1.0/exclusion.so 0755 root bin 34068 50825 1225692771
1 f none lib/gegl-1.0/exr-load.so 0755 root bin 333696 38999 1225692771
1 f none lib/gegl-1.0/gamma.so 0755 root bin 36268 34472 1225692771
1 f none lib/gegl-1.0/gaussian-blur.so 0755 root bin 50340 6919 1225692771
1 f none lib/gegl-1.0/hard-light.so 0755 root bin 34496 20028 1225692771
1 f none lib/gegl-1.0/introspect.so 0755 root bin 38528 56439 1225692771
1 f none lib/gegl-1.0/invert.so 0755 root bin 32468 65275 1225692771
1 f none lib/gegl-1.0/jpg-load.so 0755 root bin 47316 20952 1225692771
1 f none lib/gegl-1.0/layer.so 0755 root bin 42504 57867 1225692771
1 f none lib/gegl-1.0/levels.so 0755 root bin 35720 12201 1225692771
1 f none lib/gegl-1.0/lighten.so 0755 root bin 34044 55118 1225692771
1 f none lib/gegl-1.0/load-buffer.so 0755 root bin 36280 48816 1225692771
1 f none lib/gegl-1.0/load.so 0755 root bin 40020 881 1225692771
1 f none lib/gegl-1.0/magick-load.so 0755 root bin 38932 30440 1225692771
1 f none lib/gegl-1.0/mono-mixer.so 0755 root bin 36872 8488 1225692771
1 f none lib/gegl-1.0/multiply.so 0755 root bin 36072 38118 1225692771
1 f none lib/gegl-1.0/noise.so 0755 root bin 50580 29038 1225692771
1 f none lib/gegl-1.0/nop.so 0755 root bin 34300 30754 1225692771
1 f none lib/gegl-1.0/normal.so 0755 root bin 34028 29293 1225692771
1 f none lib/gegl-1.0/opacity.so 0755 root bin 35768 11783 1225692771
1 f none lib/gegl-1.0/over.so 0755 root bin 33984 26612 1225692771
1 f none lib/gegl-1.0/overlay.so 0755 root bin 34432 11665 1225692771
1 f none lib/gegl-1.0/pixbuf.so 0755 root bin 36812 6486 1225692771
1 f none lib/gegl-1.0/plus.so 0755 root bin 33712 21847 1225692771
1 f none lib/gegl-1.0/png-load.so 0755 root bin 55020 22197 1225692771
1 f none lib/gegl-1.0/png-save.so 0755 root bin 48860 43948 1225692771
1 f none lib/gegl-1.0/raw-load.so 0755 root bin 40484 26399 1225692771
1 f none lib/gegl-1.0/remap.so 0755 root bin 40280 10304 1225692771
1 f none lib/gegl-1.0/save-buffer.so 0755 root bin 34504 56822 1225692771
1 f none lib/gegl-1.0/save-pixbuf.so 0755 root bin 36740 16601 1225692771
1 f none lib/gegl-1.0/screen.so 0755 root bin 33732 26390 1225692771
1 f none lib/gegl-1.0/shift.so 0755 root bin 40392 25585 1225692771
1 f none lib/gegl-1.0/snn-mean.so 0755 root bin 42936 50397 1225692771
1 f none lib/gegl-1.0/soft-light.so 0755 root bin 36684 9464 1225692771
1 f none lib/gegl-1.0/src-atop.so 0755 root bin 33688 10215 1225692771
1 f none lib/gegl-1.0/src-in.so 0755 root bin 33588 6894 1225692771
1 f none lib/gegl-1.0/src-out.so 0755 root bin 33664 11965 1225692771
1 f none lib/gegl-1.0/src-over.so 0755 root bin 33688 11058 1225692771
1 f none lib/gegl-1.0/src.so 0755 root bin 33404 51996 1225692771
1 f none lib/gegl-1.0/stretch-contrast.so 0755 root bin 38524 27256 1225692771
1 f none lib/gegl-1.0/subtract.so 0755 root bin 36072 32334 1225692771
1 f none lib/gegl-1.0/svg-load.so 0755 root bin 44756 14757 1225692771
1 f none lib/gegl-1.0/svg-multiply.so 0755 root bin 34008 47717 1225692771
1 f none lib/gegl-1.0/svg_huerotate.so 0755 root bin 38432 48433 1225692771
1 f none lib/gegl-1.0/svg_luminancetoalpha.so 0755 root bin 36920 31459 1225692771
1 f none lib/gegl-1.0/svg_matrix.so 0755 root bin 39092 4722 1225692771
1 f none lib/gegl-1.0/svg_saturate.so 0755 root bin 38572 6888 1225692771
1 f none lib/gegl-1.0/text.so 0755 root bin 51604 52528 1225692771
1 f none lib/gegl-1.0/threshold.so 0755 root bin 36032 26303 1225692771
1 f none lib/gegl-1.0/tonemap.so 0755 root bin 37608 39892 1225692771
1 f none lib/gegl-1.0/unsharp-mask.so 0755 root bin 36752 2036 1225692771
1 f none lib/gegl-1.0/value-invert.so 0755 root bin 33304 23826 1225692771
1 f none lib/gegl-1.0/whitebalance.so 0755 root bin 36876 34008 1225692771
1 f none lib/gegl-1.0/xor.so 0755 root bin 33620 4783 1225692771
1 s none lib/libgegl-1.0.so=libgegl-1.0.so.0.14.0
1 s none lib/libgegl-1.0.so.0=libgegl-1.0.so.0.14.0
1 f none lib/libgegl-1.0.so.0.14.0 0755 root bin 1775668 63890 1225692771
1 i pkginfo 582 47244 1225692772

--Boundary_(ID_osDS2MvFf8/yVaHG+xWj0w)--

From Chris.Wang@Sun.COM Mon Nov 17 01:37:21 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAH9bLJ5002357
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 01:37:21 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAH9ax9N017556
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 17 Nov 2008 01:37:20 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAH00I0R1E6CK00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 01:37:18 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAH004FW1E43ZE0@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Mon,
 17 Nov 2008 01:37:17 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAH9bGWj025234	for
 <LSARC-ext@Sun.COM>; Mon, 17 Nov 2008 09:37:16 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KAH005011AKMU00@mail-apac.sun.com>
 (original mail from Chris.Wang@Sun.COM) for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 17:37:16 +0800 (SGT)
Received: from [129.158.217.66] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KAH0014B1E1GR2Q@mail-apac.sun.com>; Mon,
 17 Nov 2008 17:37:14 +0800 (SGT)
Date: Mon, 17 Nov 2008 17:24:31 +0800
From: C Wang <Chris.Wang@Sun.COM>
Subject: Re: Gegl for OpenSolaris [LSARC/2008/703 FastTrack timeout	11/18/2008]
In-reply-to: <1226591200.49887.274.camel@sr1-umpk-16>
Sender: Chris.Wang@Sun.COM
To: John.Fischer@Sun.COM
Cc: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@Sun.COM
Message-id: <4921384F.9020100@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_UNmWUg0dSvvMFtbWwqlNjA)"
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
 <1226591200.49887.274.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.14 (X11/20080506)
Status: RO
Content-Length: 11603

This is a multi-part message in MIME format.

--Boundary_(ID_UNmWUg0dSvvMFtbWwqlNjA)
Content-type: text/plain; charset=GB2312
Content-transfer-encoding: 8BIT

Following changes applied to Gegl Arc document.
diff -uw onepager_gegl.txt.orig onepager_gegl.txt
--- onepager_gegl.txt.orig 2008-11-17 17:20:29.874103000 +0800
+++ onepager_gegl.txt 2008-11-17 17:19:08.072450000 +0800
@@ -75,7 +75,9 @@
SUNWgegl-devel Uncommitted SVr4 package
/usr/bin/gegl Volatile gegl GUI command line
/usr/lib/gegl-1.0 Volatile operations lib
+ /usr/lib/gegl-1.0 Volatile 64bit operations lib
/usr/lib/libgegl-1.0.so.0.14.0 Volatile gegl lib
+ /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile 64bit gegl lib
/usr/include/gegl-1.0 Volatile gegl head file directory
/usr/lib/pkgconfig/gegl.pc Uncommitted gegl pc file

@@ -87,7 +89,7 @@
GNOME Committed Platform Libraries Committed LSARC/2007/520 GTK+ library
libtiff, libjpeg and libpng Volatile LSARC/2003/085
librsvg Private LSARC/2001/352
- babl Uncommitted
+ babl Volatile LSARC/2008/702

4.9. I18N/L10N Impact:
The JDS team and the G11N are working together to evaluate I18N/L10N
support

Please see attached new version.

Chris

John Fischer Ð´µÀ:
> Chris and Irene,
>
> This case imports Babl as Uncommitted.  However, the
> Babl case almost entirely exports as Volatile except
> for the packages.  Please correct one or the other
> case.
>
> Thanks,
>
> John
>
> On Wed, 2008-11-12 at 00:12, Shi-Ying Irene Huang wrote:
>   
>> Template Version: @(#)sac_nextcase %I% %G% SMI
>> This information is Copyright 2008 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>> 	 Gegl for OpenSolaris
>>     1.2. Name of Document Author/Supplier:
>> 	 Author:  Chris Wang
>>     1.3  Date of This Document:
>> 	12 November, 2008
>> 4. Technical Description
>> 1. Introduction
>>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
>> 	
>>    1.2. Name of Document Author/Supplier: Chris Wang  
>> 	
>>    1.3. Date of This Document: 11/07/08
>> 	
>>    1.5. Email Aliases:
>>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
>>
>> 2. Project Summary
>>    2.1. Project Description:
>>         GEGL (Generic Graphics Library) is a graph based image processing 
>>         framework.
>>
>>         GEGL provides infrastructure to do demand-based cached non-destructive
>>         image editing on larger than RAM buffers. Through babl it provides
>>         support for a wide range of color models and pixel storage formats 
>>         for input and output.
>>         
>>         Most color operations in GIMP are now ported to GEGL, meaning that the
>>         interal processing is being done in 32bit floating point linear light RGBA. 
>>
>>         GEGL is a free software; you can redistribute it and/or modify it under
>>         the terms of the GNU Lesser General Public License as published by
>>         the Free Software Foundation; either version 3 of the License, or
>>         (at your option) any later version. 
>>
>>         The latest development snapshot, and eventually stable versions of
>>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>>     
>> 4. Technical Description:
>>     4.1. Details:
>>          Features of GEGL include:
>>         * Floating point handling and processing and output of larger 8bit,
>>           16bit integer and 32bit floating point per component buffers larger
>>           than RAM.
>>         * Processing
>>           o Iterative chunk-wise processing.
>>           o Processes subregions and dependencies.
>>           o Subgraph caches to aid performance of non-destructive editing.
>>         * GeglBuffer
>>           o Storage of all babl supported formats.
>>           o Tiled sparse buffers (larger than RAM images).
>>           o linear buffers (allocated internally or from external allocation.)
>>           o On demand tiled mipmapping.
>>           o inter process shared storage
>>         * Operations
>>           o PNG, JPEG, SVG, RAW, and other image sources.
>>           o Pattern renderers
>>           o Arithmetic operations
>>           o link_operations.html#porter_duff[porter duff compositing]
>>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>>           o Color correction.
>>           o Text rendering using cairo and pango.
>>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>>         * Bounding box based hit detection.
>>           
>>
>>     4.5. Interfaces:
>> 	
>>   Exported interfaces:
>>     
>>   Interface                             Stability              Comment        
>>    ---------------------------------------------------------------------------------
>>   SUNWgegl                             Uncommitted        SVr4 package  
>>   SUNWgegl-devel                       Uncommitted        SVr4 package
>>   /usr/bin/gegl                        Volatile           gegl GUI command line
>>   /usr/lib/gegl-1.0                    Volatile           operations lib
>>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
>>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>>   
>>   
>>   Imported Interfaces 
>>   Interface                             Stability         Comments 
>>    ------------------------------------------------------------------------------------
>>   
>>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>>    librsvg                               Private         LSARC/2001/352 
>>    babl                                  Uncommitted
>>
>>     4.9. I18N/L10N Impact:
>> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
>>
>>     4.10. Packaging & Delivery:
>>          The project will be delivering the following packages:
>>          SUNWgegl
>>          SUNWgegl-devel 
>> 	
>>     4.11. Security Impact:
>> 	 No impact
>>     
>>        
>> 5. Reference Documents:
>>     1.SUNWgegl
>>       SUNWgegl-devel	
>>       pkgmap
>> 	pkginfo
>> 	depend
>> 	
>>     
>>     2.GEGL community
>>           http://gegl.org/
>>     3.GEGL API reference 
>>        http://gegl.org/api.html
>>
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>    	6.4.1. Consolidation C-team Name:
>> 		Desktop
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>     
>
>   


--Boundary_(ID_UNmWUg0dSvvMFtbWwqlNjA)
Content-type: text/plain; name=onepager_gegl.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=onepager_gegl.txt

Template Version: %Z%%M% %I% %E% SMI

This information is 
Copyright 2008 Sun Microsystems

1. Introduction
   1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
	
   1.2. Name of Document Author/Supplier: Chris Wang  
	
   1.3. Date of This Document: 11/07/08
	
   1.5. Email Aliases:
    	1.5.1. Responsible Manager:   leo.binchy@sun.com
    	1.5.2. Responsible Engineer:  chris.wang@sun.com

2. Project Summary
   2.1. Project Description:
        GEGL (Generic Graphics Library) is a graph based image processing 
        framework.

        GEGL provides infrastructure to do demand-based cached non-destructive
        image editing on larger than RAM buffers. Through babl it provides
        support for a wide range of color models and pixel storage formats 
        for input and output.
        
        Most color operations in GIMP are now ported to GEGL, meaning that the
        interal processing is being done in 32bit floating point linear light RGBA. 

        GEGL is a free software; you can redistribute it and/or modify it under
        the terms of the GNU Lesser General Public License as published by
        the Free Software Foundation; either version 3 of the License, or
        (at your option) any later version. 

        The latest development snapshot, and eventually stable versions of
        GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
    
4. Technical Description:
    4.1. Details:
         Features of GEGL include:
        * Floating point handling and processing and output of larger 8bit,
          16bit integer and 32bit floating point per component buffers larger
          than RAM.
        * Processing
          o Iterative chunk-wise processing.
          o Processes subregions and dependencies.
          o Subgraph caches to aid performance of non-destructive editing.
        * GeglBuffer
          o Storage of all babl supported formats.
          o Tiled sparse buffers (larger than RAM images).
          o linear buffers (allocated internally or from external allocation.)
          o On demand tiled mipmapping.
          o inter process shared storage
        * Operations
          o PNG, JPEG, SVG, RAW, and other image sources.
          o Pattern renderers
          o Arithmetic operations
          o link_operations.html#porter_duff[porter duff compositing]
          o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
          o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
          o Color correction.
          o Text rendering using cairo and pango.
          o Most operations operate in scRGB (using 32bit linear light RGBA)
        * Bounding box based hit detection.
          

    4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWgegl                             Uncommitted        SVr4 package  
  SUNWgegl-devel                       Uncommitted        SVr4 package
  /usr/bin/gegl                        Volatile           gegl GUI command line
  /usr/lib/gegl-1.0                    Volatile           operations lib
  /usr/lib/gegl-1.0                    Volatile           64bit operations lib
  /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib  
  /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile           64bit gegl lib  
  /usr/include/gegl-1.0                Volatile           gegl head file directory
  /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
  
  
  Imported Interfaces 
  Interface                             Stability         Comments 
   ------------------------------------------------------------------------------------
  
   GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
   libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
   librsvg                               Private         LSARC/2001/352 
   babl                                  Volatile        LSARC/2008/702

    4.9. I18N/L10N Impact:
	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 

    4.10. Packaging & Delivery:
         The project will be delivering the following packages:
         SUNWgegl
         SUNWgegl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWgegl
      SUNWgegl-devel	
      pkgmap
	pkginfo
	depend
	
    
    2.GEGL community
          http://gegl.org/
    3.GEGL API reference 
       http://gegl.org/api.html

--Boundary_(ID_UNmWUg0dSvvMFtbWwqlNjA)--

From John.Fischer@sun.com Mon Nov 17 10:01:43 2008
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAHI1hpC015720
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 10:01:43 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAHI1gJh057914
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 17 Nov 2008 11:01:43 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAH0010HOQTNE00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 10:01:41 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAH00C9MOQS47F0@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Mon,
 17 Nov 2008 10:01:40 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAHI1eZ2027438	for
 <LSARC-ext@Sun.COM>; Mon, 17 Nov 2008 18:01:40 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAH00E01NXP7R00@mail-amer.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Mon,
 17 Nov 2008 11:01:40 -0700 (MST)
Received: from 129.145.154.66 ([129.145.154.66])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAH00024OQIWHB0@mail-amer.sun.com>; Mon,
 17 Nov 2008 11:01:31 -0700 (MST)
Date: Mon, 17 Nov 2008 10:01:30 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: Gegl for OpenSolaris [LSARC/2008/703 FastTrack	timeout	11/18/2008]
In-reply-to: <4921384F.9020100@sun.com>
Sender: John.Fischer@sun.com
To: Chris Wang <Chris.Wang@sun.com>
Cc: John Fischer <John.Fischer@sun.com>,
        Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <1226944888.51667.66.camel@sr1-umpk-16>
MIME-version: 1.0
X-Mailer: Ximian Evolution 1.4.6.301
Content-type: text/plain; charset=ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
 <1226591200.49887.274.camel@sr1-umpk-16> <4921384F.9020100@sun.com>
Status: RO
Content-Length: 12033

Chris,

Great.  Is it safe to assume that sparcv9 is also
being delivered for the project?

Thanks,

John

On Mon, 2008-11-17 at 01:24, C Wang wrote:
> Following changes applied to Gegl Arc document.
> diff -uw onepager_gegl.txt.orig onepager_gegl.txt
> --- onepager_gegl.txt.orig 2008-11-17 17:20:29.874103000 +0800
> +++ onepager_gegl.txt 2008-11-17 17:19:08.072450000 +0800
> @@ -75,7 +75,9 @@
> SUNWgegl-devel Uncommitted SVr4 package
> /usr/bin/gegl Volatile gegl GUI command line
> /usr/lib/gegl-1.0 Volatile operations lib
> + /usr/lib/gegl-1.0 Volatile 64bit operations lib
> /usr/lib/libgegl-1.0.so.0.14.0 Volatile gegl lib
> + /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile 64bit gegl lib
> /usr/include/gegl-1.0 Volatile gegl head file directory
> /usr/lib/pkgconfig/gegl.pc Uncommitted gegl pc file
> 
> @@ -87,7 +89,7 @@
> GNOME Committed Platform Libraries Committed LSARC/2007/520 GTK+ library
> libtiff, libjpeg and libpng Volatile LSARC/2003/085
> librsvg Private LSARC/2001/352
> - babl Uncommitted
> + babl Volatile LSARC/2008/702
> 
> 4.9. I18N/L10N Impact:
> The JDS team and the G11N are working together to evaluate I18N/L10N
> support
> 
> Please see attached new version.
> 
> Chris
> 
> John Fischer ??:
> > Chris and Irene,
> >
> > This case imports Babl as Uncommitted.  However, the
> > Babl case almost entirely exports as Volatile except
> > for the packages.  Please correct one or the other
> > case.
> >
> > Thanks,
> >
> > John
> >
> > On Wed, 2008-11-12 at 00:12, Shi-Ying Irene Huang wrote:
> >   
> >> Template Version: @(#)sac_nextcase %I% %G% SMI
> >> This information is Copyright 2008 Sun Microsystems
> >> 1. Introduction
> >>     1.1. Project/Component Working Name:
> >> 	 Gegl for OpenSolaris
> >>     1.2. Name of Document Author/Supplier:
> >> 	 Author:  Chris Wang
> >>     1.3  Date of This Document:
> >> 	12 November, 2008
> >> 4. Technical Description
> >> 1. Introduction
> >>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
> >> 	
> >>    1.2. Name of Document Author/Supplier: Chris Wang  
> >> 	
> >>    1.3. Date of This Document: 11/07/08
> >> 	
> >>    1.5. Email Aliases:
> >>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
> >>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
> >>
> >> 2. Project Summary
> >>    2.1. Project Description:
> >>         GEGL (Generic Graphics Library) is a graph based image processing 
> >>         framework.
> >>
> >>         GEGL provides infrastructure to do demand-based cached non-destructive
> >>         image editing on larger than RAM buffers. Through babl it provides
> >>         support for a wide range of color models and pixel storage formats 
> >>         for input and output.
> >>         
> >>         Most color operations in GIMP are now ported to GEGL, meaning that the
> >>         interal processing is being done in 32bit floating point linear light RGBA. 
> >>
> >>         GEGL is a free software; you can redistribute it and/or modify it under
> >>         the terms of the GNU Lesser General Public License as published by
> >>         the Free Software Foundation; either version 3 of the License, or
> >>         (at your option) any later version. 
> >>
> >>         The latest development snapshot, and eventually stable versions of
> >>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
> >>     
> >> 4. Technical Description:
> >>     4.1. Details:
> >>          Features of GEGL include:
> >>         * Floating point handling and processing and output of larger 8bit,
> >>           16bit integer and 32bit floating point per component buffers larger
> >>           than RAM.
> >>         * Processing
> >>           o Iterative chunk-wise processing.
> >>           o Processes subregions and dependencies.
> >>           o Subgraph caches to aid performance of non-destructive editing.
> >>         * GeglBuffer
> >>           o Storage of all babl supported formats.
> >>           o Tiled sparse buffers (larger than RAM images).
> >>           o linear buffers (allocated internally or from external allocation.)
> >>           o On demand tiled mipmapping.
> >>           o inter process shared storage
> >>         * Operations
> >>           o PNG, JPEG, SVG, RAW, and other image sources.
> >>           o Pattern renderers
> >>           o Arithmetic operations
> >>           o link_operations.html#porter_duff[porter duff compositing]
> >>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
> >>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
> >>           o Color correction.
> >>           o Text rendering using cairo and pango.
> >>           o Most operations operate in scRGB (using 32bit linear light RGBA)
> >>         * Bounding box based hit detection.
> >>           
> >>
> >>     4.5. Interfaces:
> >> 	
> >>   Exported interfaces:
> >>     
> >>   Interface                             Stability              Comment        
> >>    ---------------------------------------------------------------------------------
> >>   SUNWgegl                             Uncommitted        SVr4 package  
> >>   SUNWgegl-devel                       Uncommitted        SVr4 package
> >>   /usr/bin/gegl                        Volatile           gegl GUI command line
> >>   /usr/lib/gegl-1.0                    Volatile           operations lib
> >>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
> >>   /usr/include/gegl-1.0                Volatile           gegl head file directory
> >>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
> >>   
> >>   
> >>   Imported Interfaces 
> >>   Interface                             Stability         Comments 
> >>    ------------------------------------------------------------------------------------
> >>   
> >>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
> >>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
> >>    librsvg                               Private         LSARC/2001/352 
> >>    babl                                  Uncommitted
> >>
> >>     4.9. I18N/L10N Impact:
> >> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
> >>
> >>     4.10. Packaging & Delivery:
> >>          The project will be delivering the following packages:
> >>          SUNWgegl
> >>          SUNWgegl-devel 
> >> 	
> >>     4.11. Security Impact:
> >> 	 No impact
> >>     
> >>        
> >> 5. Reference Documents:
> >>     1.SUNWgegl
> >>       SUNWgegl-devel	
> >>       pkgmap
> >> 	pkginfo
> >> 	depend
> >> 	
> >>     
> >>     2.GEGL community
> >>           http://gegl.org/
> >>     3.GEGL API reference 
> >>        http://gegl.org/api.html
> >>
> >>
> >> 6. Resources and Schedule
> >>     6.4. Steering Committee requested information
> >>    	6.4.1. Consolidation C-team Name:
> >> 		Desktop
> >>     6.5. ARC review type: FastTrack
> >>     6.6. ARC Exposure: open
> >>
> >>     
> >
> >   
> 
> 
> ______________________________________________________________________
> Template Version: %Z%%M% %I% %E% SMI
> 
> This information is 
> Copyright 2008 Sun Microsystems
> 
> 1. Introduction
>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
> 	
>    1.2. Name of Document Author/Supplier: Chris Wang  
> 	
>    1.3. Date of This Document: 11/07/08
> 	
>    1.5. Email Aliases:
>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
> 
> 2. Project Summary
>    2.1. Project Description:
>         GEGL (Generic Graphics Library) is a graph based image processing 
>         framework.
> 
>         GEGL provides infrastructure to do demand-based cached non-destructive
>         image editing on larger than RAM buffers. Through babl it provides
>         support for a wide range of color models and pixel storage formats 
>         for input and output.
>         
>         Most color operations in GIMP are now ported to GEGL, meaning that the
>         interal processing is being done in 32bit floating point linear light RGBA. 
> 
>         GEGL is a free software; you can redistribute it and/or modify it under
>         the terms of the GNU Lesser General Public License as published by
>         the Free Software Foundation; either version 3 of the License, or
>         (at your option) any later version. 
> 
>         The latest development snapshot, and eventually stable versions of
>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>     
> 4. Technical Description:
>     4.1. Details:
>          Features of GEGL include:
>         * Floating point handling and processing and output of larger 8bit,
>           16bit integer and 32bit floating point per component buffers larger
>           than RAM.
>         * Processing
>           o Iterative chunk-wise processing.
>           o Processes subregions and dependencies.
>           o Subgraph caches to aid performance of non-destructive editing.
>         * GeglBuffer
>           o Storage of all babl supported formats.
>           o Tiled sparse buffers (larger than RAM images).
>           o linear buffers (allocated internally or from external allocation.)
>           o On demand tiled mipmapping.
>           o inter process shared storage
>         * Operations
>           o PNG, JPEG, SVG, RAW, and other image sources.
>           o Pattern renderers
>           o Arithmetic operations
>           o link_operations.html#porter_duff[porter duff compositing]
>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>           o Color correction.
>           o Text rendering using cairo and pango.
>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>         * Bounding box based hit detection.
>           
> 
>     4.5. Interfaces:
> 	
>   Exported interfaces:
>     
>   Interface                             Stability              Comment        
>    ---------------------------------------------------------------------------------
>   SUNWgegl                             Uncommitted        SVr4 package  
>   SUNWgegl-devel                       Uncommitted        SVr4 package
>   /usr/bin/gegl                        Volatile           gegl GUI command line
>   /usr/lib/gegl-1.0                    Volatile           operations lib
>   /usr/lib/gegl-1.0                    Volatile           64bit operations lib
>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib  
>   /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile           64bit gegl lib  
>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>   
>   
>   Imported Interfaces 
>   Interface                             Stability         Comments 
>    ------------------------------------------------------------------------------------
>   
>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>    librsvg                               Private         LSARC/2001/352 
>    babl                                  Volatile        LSARC/2008/702
> 
>     4.9. I18N/L10N Impact:
> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
> 
>     4.10. Packaging & Delivery:
>          The project will be delivering the following packages:
>          SUNWgegl
>          SUNWgegl-devel 
> 	
>     4.11. Security Impact:
> 	 No impact
>     
>        
> 5. Reference Documents:
>     1.SUNWgegl
>       SUNWgegl-devel	
>       pkgmap
> 	pkginfo
> 	depend
> 	
>     
>     2.GEGL community
>           http://gegl.org/
>     3.GEGL API reference 
>        http://gegl.org/api.html


From Chris.Wang@Sun.COM Mon Nov 17 18:44:45 2008
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAI2ijAM006681
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 18:44:45 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAI2iicr021808
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 17 Nov 2008 19:44:44 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAI00E01CYK4S00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 19:44:44 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAI009MHCYIRO10@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Mon,
 17 Nov 2008 19:44:43 -0700 (MST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAI2igLh000528	for
 <LSARC-ext@Sun.COM>; Tue, 18 Nov 2008 02:44:42 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KAI00201C5DST00@mail-apac.sun.com>
 (original mail from Chris.Wang@Sun.COM) for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Tue, 18 Nov 2008 10:44:42 +0800 (SGT)
Received: from [129.158.217.66] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KAI001D5CYDGRMU@mail-apac.sun.com>; Tue,
 18 Nov 2008 10:44:41 +0800 (SGT)
Date: Tue, 18 Nov 2008 10:31:52 +0800
From: C Wang <Chris.Wang@Sun.COM>
Subject: Re: Gegl for OpenSolaris [LSARC/2008/703 FastTrack	timeout	11/18/2008]
In-reply-to: <1226944888.51667.66.camel@sr1-umpk-16>
Sender: Chris.Wang@Sun.COM
To: John.Fischer@Sun.COM
Cc: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@Sun.COM
Message-id: <49222918.6060109@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=GB2312
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
 <1226591200.49887.274.camel@sr1-umpk-16> <4921384F.9020100@sun.com>
 <1226944888.51667.66.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.14 (X11/20080506)
Status: RO
Content-Length: 12300

Yes, we also deliver 64bit on Sparc.
Chris

John Fischer Ð´µÀ:
> Chris,
>
> Great.  Is it safe to assume that sparcv9 is also
> being delivered for the project?
>
> Thanks,
>
> John
>
> On Mon, 2008-11-17 at 01:24, C Wang wrote:
>   
>> Following changes applied to Gegl Arc document.
>> diff -uw onepager_gegl.txt.orig onepager_gegl.txt
>> --- onepager_gegl.txt.orig 2008-11-17 17:20:29.874103000 +0800
>> +++ onepager_gegl.txt 2008-11-17 17:19:08.072450000 +0800
>> @@ -75,7 +75,9 @@
>> SUNWgegl-devel Uncommitted SVr4 package
>> /usr/bin/gegl Volatile gegl GUI command line
>> /usr/lib/gegl-1.0 Volatile operations lib
>> + /usr/lib/gegl-1.0 Volatile 64bit operations lib
>> /usr/lib/libgegl-1.0.so.0.14.0 Volatile gegl lib
>> + /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile 64bit gegl lib
>> /usr/include/gegl-1.0 Volatile gegl head file directory
>> /usr/lib/pkgconfig/gegl.pc Uncommitted gegl pc file
>>
>> @@ -87,7 +89,7 @@
>> GNOME Committed Platform Libraries Committed LSARC/2007/520 GTK+ library
>> libtiff, libjpeg and libpng Volatile LSARC/2003/085
>> librsvg Private LSARC/2001/352
>> - babl Uncommitted
>> + babl Volatile LSARC/2008/702
>>
>> 4.9. I18N/L10N Impact:
>> The JDS team and the G11N are working together to evaluate I18N/L10N
>> support
>>
>> Please see attached new version.
>>
>> Chris
>>
>> John Fischer ??:
>>     
>>> Chris and Irene,
>>>
>>> This case imports Babl as Uncommitted.  However, the
>>> Babl case almost entirely exports as Volatile except
>>> for the packages.  Please correct one or the other
>>> case.
>>>
>>> Thanks,
>>>
>>> John
>>>
>>> On Wed, 2008-11-12 at 00:12, Shi-Ying Irene Huang wrote:
>>>   
>>>       
>>>> Template Version: @(#)sac_nextcase %I% %G% SMI
>>>> This information is Copyright 2008 Sun Microsystems
>>>> 1. Introduction
>>>>     1.1. Project/Component Working Name:
>>>> 	 Gegl for OpenSolaris
>>>>     1.2. Name of Document Author/Supplier:
>>>> 	 Author:  Chris Wang
>>>>     1.3  Date of This Document:
>>>> 	12 November, 2008
>>>> 4. Technical Description
>>>> 1. Introduction
>>>>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
>>>> 	
>>>>    1.2. Name of Document Author/Supplier: Chris Wang  
>>>> 	
>>>>    1.3. Date of This Document: 11/07/08
>>>> 	
>>>>    1.5. Email Aliases:
>>>>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>>>>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
>>>>
>>>> 2. Project Summary
>>>>    2.1. Project Description:
>>>>         GEGL (Generic Graphics Library) is a graph based image processing 
>>>>         framework.
>>>>
>>>>         GEGL provides infrastructure to do demand-based cached non-destructive
>>>>         image editing on larger than RAM buffers. Through babl it provides
>>>>         support for a wide range of color models and pixel storage formats 
>>>>         for input and output.
>>>>         
>>>>         Most color operations in GIMP are now ported to GEGL, meaning that the
>>>>         interal processing is being done in 32bit floating point linear light RGBA. 
>>>>
>>>>         GEGL is a free software; you can redistribute it and/or modify it under
>>>>         the terms of the GNU Lesser General Public License as published by
>>>>         the Free Software Foundation; either version 3 of the License, or
>>>>         (at your option) any later version. 
>>>>
>>>>         The latest development snapshot, and eventually stable versions of
>>>>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>>>>     
>>>> 4. Technical Description:
>>>>     4.1. Details:
>>>>          Features of GEGL include:
>>>>         * Floating point handling and processing and output of larger 8bit,
>>>>           16bit integer and 32bit floating point per component buffers larger
>>>>           than RAM.
>>>>         * Processing
>>>>           o Iterative chunk-wise processing.
>>>>           o Processes subregions and dependencies.
>>>>           o Subgraph caches to aid performance of non-destructive editing.
>>>>         * GeglBuffer
>>>>           o Storage of all babl supported formats.
>>>>           o Tiled sparse buffers (larger than RAM images).
>>>>           o linear buffers (allocated internally or from external allocation.)
>>>>           o On demand tiled mipmapping.
>>>>           o inter process shared storage
>>>>         * Operations
>>>>           o PNG, JPEG, SVG, RAW, and other image sources.
>>>>           o Pattern renderers
>>>>           o Arithmetic operations
>>>>           o link_operations.html#porter_duff[porter duff compositing]
>>>>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>>>>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>>>>           o Color correction.
>>>>           o Text rendering using cairo and pango.
>>>>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>>>>         * Bounding box based hit detection.
>>>>           
>>>>
>>>>     4.5. Interfaces:
>>>> 	
>>>>   Exported interfaces:
>>>>     
>>>>   Interface                             Stability              Comment        
>>>>    ---------------------------------------------------------------------------------
>>>>   SUNWgegl                             Uncommitted        SVr4 package  
>>>>   SUNWgegl-devel                       Uncommitted        SVr4 package
>>>>   /usr/bin/gegl                        Volatile           gegl GUI command line
>>>>   /usr/lib/gegl-1.0                    Volatile           operations lib
>>>>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
>>>>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>>>>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>>>>   
>>>>   
>>>>   Imported Interfaces 
>>>>   Interface                             Stability         Comments 
>>>>    ------------------------------------------------------------------------------------
>>>>   
>>>>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>>>>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>>>>    librsvg                               Private         LSARC/2001/352 
>>>>    babl                                  Uncommitted
>>>>
>>>>     4.9. I18N/L10N Impact:
>>>> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
>>>>
>>>>     4.10. Packaging & Delivery:
>>>>          The project will be delivering the following packages:
>>>>          SUNWgegl
>>>>          SUNWgegl-devel 
>>>> 	
>>>>     4.11. Security Impact:
>>>> 	 No impact
>>>>     
>>>>        
>>>> 5. Reference Documents:
>>>>     1.SUNWgegl
>>>>       SUNWgegl-devel	
>>>>       pkgmap
>>>> 	pkginfo
>>>> 	depend
>>>> 	
>>>>     
>>>>     2.GEGL community
>>>>           http://gegl.org/
>>>>     3.GEGL API reference 
>>>>        http://gegl.org/api.html
>>>>
>>>>
>>>> 6. Resources and Schedule
>>>>     6.4. Steering Committee requested information
>>>>    	6.4.1. Consolidation C-team Name:
>>>> 		Desktop
>>>>     6.5. ARC review type: FastTrack
>>>>     6.6. ARC Exposure: open
>>>>
>>>>     
>>>>         
>>>   
>>>       
>> ______________________________________________________________________
>> Template Version: %Z%%M% %I% %E% SMI
>>
>> This information is 
>> Copyright 2008 Sun Microsystems
>>
>> 1. Introduction
>>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
>> 	
>>    1.2. Name of Document Author/Supplier: Chris Wang  
>> 	
>>    1.3. Date of This Document: 11/07/08
>> 	
>>    1.5. Email Aliases:
>>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
>>
>> 2. Project Summary
>>    2.1. Project Description:
>>         GEGL (Generic Graphics Library) is a graph based image processing 
>>         framework.
>>
>>         GEGL provides infrastructure to do demand-based cached non-destructive
>>         image editing on larger than RAM buffers. Through babl it provides
>>         support for a wide range of color models and pixel storage formats 
>>         for input and output.
>>         
>>         Most color operations in GIMP are now ported to GEGL, meaning that the
>>         interal processing is being done in 32bit floating point linear light RGBA. 
>>
>>         GEGL is a free software; you can redistribute it and/or modify it under
>>         the terms of the GNU Lesser General Public License as published by
>>         the Free Software Foundation; either version 3 of the License, or
>>         (at your option) any later version. 
>>
>>         The latest development snapshot, and eventually stable versions of
>>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>>     
>> 4. Technical Description:
>>     4.1. Details:
>>          Features of GEGL include:
>>         * Floating point handling and processing and output of larger 8bit,
>>           16bit integer and 32bit floating point per component buffers larger
>>           than RAM.
>>         * Processing
>>           o Iterative chunk-wise processing.
>>           o Processes subregions and dependencies.
>>           o Subgraph caches to aid performance of non-destructive editing.
>>         * GeglBuffer
>>           o Storage of all babl supported formats.
>>           o Tiled sparse buffers (larger than RAM images).
>>           o linear buffers (allocated internally or from external allocation.)
>>           o On demand tiled mipmapping.
>>           o inter process shared storage
>>         * Operations
>>           o PNG, JPEG, SVG, RAW, and other image sources.
>>           o Pattern renderers
>>           o Arithmetic operations
>>           o link_operations.html#porter_duff[porter duff compositing]
>>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>>           o Color correction.
>>           o Text rendering using cairo and pango.
>>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>>         * Bounding box based hit detection.
>>           
>>
>>     4.5. Interfaces:
>> 	
>>   Exported interfaces:
>>     
>>   Interface                             Stability              Comment        
>>    ---------------------------------------------------------------------------------
>>   SUNWgegl                             Uncommitted        SVr4 package  
>>   SUNWgegl-devel                       Uncommitted        SVr4 package
>>   /usr/bin/gegl                        Volatile           gegl GUI command line
>>   /usr/lib/gegl-1.0                    Volatile           operations lib
>>   /usr/lib/gegl-1.0                    Volatile           64bit operations lib
>>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib  
>>   /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile           64bit gegl lib  
>>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>>   
>>   
>>   Imported Interfaces 
>>   Interface                             Stability         Comments 
>>    ------------------------------------------------------------------------------------
>>   
>>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>>    librsvg                               Private         LSARC/2001/352 
>>    babl                                  Volatile        LSARC/2008/702
>>
>>     4.9. I18N/L10N Impact:
>> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
>>
>>     4.10. Packaging & Delivery:
>>          The project will be delivering the following packages:
>>          SUNWgegl
>>          SUNWgegl-devel 
>> 	
>>     4.11. Security Impact:
>> 	 No impact
>>     
>>        
>> 5. Reference Documents:
>>     1.SUNWgegl
>>       SUNWgegl-devel	
>>       pkgmap
>> 	pkginfo
>> 	depend
>> 	
>>     
>>     2.GEGL community
>>           http://gegl.org/
>>     3.GEGL API reference 
>>        http://gegl.org/api.html
>>     
>
>   


From Irene.Huang@sun.com Tue Nov 18 22:02:33 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAJ62XTc027096
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 22:02:33 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAJ62UKu015940
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 18 Nov 2008 22:02:33 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAK00K0FGS96500@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Tue, 18 Nov 2008 23:02:33 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAK00HBHGS7S3E0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Tue,
 18 Nov 2008 23:02:32 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAJ62UYp022806	for
 <LSARC-ext@Sun.COM>; Wed, 19 Nov 2008 06:02:30 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 id <0KAK00E01GPKLZ00@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Wed,
 19 Nov 2008 14:02:30 +0800 (SGT)
Received: from [10.13.21.86] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KAK00MH6GS4W5M8@mail-apac.sun.com>; Wed,
 19 Nov 2008 14:02:30 +0800 (SGT)
Date: Wed, 19 Nov 2008 14:02:25 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: Gegl for OpenSolaris [LSARC/2008/703 FastTrack	timeout	11/18/2008]
In-reply-to: <49222918.6060109@sun.com>
Sender: Irene.Huang@sun.com
To: C Wang <Chris.Wang@sun.com>
Cc: John.Fischer@sun.com, Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>,
        LSARC-ext@sun.com
Message-id: <4923ABF1.8030107@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_cBn5bMZ/eulCtK2nJACdDA)"
X-PMX-Version: 5.4.1.325704
References: <200811120812.mAC8CLWi026672@sac.sfbay.sun.com>
 <1226591200.49887.274.camel@sr1-umpk-16> <4921384F.9020100@sun.com>
 <1226944888.51667.66.camel@sr1-umpk-16> <49222918.6060109@sun.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Status: RO
Content-Length: 25872

This is a multi-part message in MIME format.

--Boundary_(ID_cBn5bMZ/eulCtK2nJACdDA)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

Hi, All

I am closing this case unless there are objections.

--Irene
C Wang wrote:
> Yes, we also deliver 64bit on Sparc.
> Chris
>
> John Fischer ??:
>   
>> Chris,
>>
>> Great.  Is it safe to assume that sparcv9 is also
>> being delivered for the project?
>>
>> Thanks,
>>
>> John
>>
>> On Mon, 2008-11-17 at 01:24, C Wang wrote:
>>   
>>     
>>> Following changes applied to Gegl Arc document.
>>> diff -uw onepager_gegl.txt.orig onepager_gegl.txt
>>> --- onepager_gegl.txt.orig 2008-11-17 17:20:29.874103000 +0800
>>> +++ onepager_gegl.txt 2008-11-17 17:19:08.072450000 +0800
>>> @@ -75,7 +75,9 @@
>>> SUNWgegl-devel Uncommitted SVr4 package
>>> /usr/bin/gegl Volatile gegl GUI command line
>>> /usr/lib/gegl-1.0 Volatile operations lib
>>> + /usr/lib/gegl-1.0 Volatile 64bit operations lib
>>> /usr/lib/libgegl-1.0.so.0.14.0 Volatile gegl lib
>>> + /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile 64bit gegl lib
>>> /usr/include/gegl-1.0 Volatile gegl head file directory
>>> /usr/lib/pkgconfig/gegl.pc Uncommitted gegl pc file
>>>
>>> @@ -87,7 +89,7 @@
>>> GNOME Committed Platform Libraries Committed LSARC/2007/520 GTK+ library
>>> libtiff, libjpeg and libpng Volatile LSARC/2003/085
>>> librsvg Private LSARC/2001/352
>>> - babl Uncommitted
>>> + babl Volatile LSARC/2008/702
>>>
>>> 4.9. I18N/L10N Impact:
>>> The JDS team and the G11N are working together to evaluate I18N/L10N
>>> support
>>>
>>> Please see attached new version.
>>>
>>> Chris
>>>
>>> John Fischer ??:
>>>     
>>>       
>>>> Chris and Irene,
>>>>
>>>> This case imports Babl as Uncommitted.  However, the
>>>> Babl case almost entirely exports as Volatile except
>>>> for the packages.  Please correct one or the other
>>>> case.
>>>>
>>>> Thanks,
>>>>
>>>> John
>>>>
>>>> On Wed, 2008-11-12 at 00:12, Shi-Ying Irene Huang wrote:
>>>>   
>>>>       
>>>>         
>>>>> Template Version: @(#)sac_nextcase %I% %G% SMI
>>>>> This information is Copyright 2008 Sun Microsystems
>>>>> 1. Introduction
>>>>>     1.1. Project/Component Working Name:
>>>>> 	 Gegl for OpenSolaris
>>>>>     1.2. Name of Document Author/Supplier:
>>>>> 	 Author:  Chris Wang
>>>>>     1.3  Date of This Document:
>>>>> 	12 November, 2008
>>>>> 4. Technical Description
>>>>> 1. Introduction
>>>>>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
>>>>> 	
>>>>>    1.2. Name of Document Author/Supplier: Chris Wang  
>>>>> 	
>>>>>    1.3. Date of This Document: 11/07/08
>>>>> 	
>>>>>    1.5. Email Aliases:
>>>>>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>>>>>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
>>>>>
>>>>> 2. Project Summary
>>>>>    2.1. Project Description:
>>>>>         GEGL (Generic Graphics Library) is a graph based image processing 
>>>>>         framework.
>>>>>
>>>>>         GEGL provides infrastructure to do demand-based cached non-destructive
>>>>>         image editing on larger than RAM buffers. Through babl it provides
>>>>>         support for a wide range of color models and pixel storage formats 
>>>>>         for input and output.
>>>>>         
>>>>>         Most color operations in GIMP are now ported to GEGL, meaning that the
>>>>>         interal processing is being done in 32bit floating point linear light RGBA. 
>>>>>
>>>>>         GEGL is a free software; you can redistribute it and/or modify it under
>>>>>         the terms of the GNU Lesser General Public License as published by
>>>>>         the Free Software Foundation; either version 3 of the License, or
>>>>>         (at your option) any later version. 
>>>>>
>>>>>         The latest development snapshot, and eventually stable versions of
>>>>>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>>>>>     
>>>>> 4. Technical Description:
>>>>>     4.1. Details:
>>>>>          Features of GEGL include:
>>>>>         * Floating point handling and processing and output of larger 8bit,
>>>>>           16bit integer and 32bit floating point per component buffers larger
>>>>>           than RAM.
>>>>>         * Processing
>>>>>           o Iterative chunk-wise processing.
>>>>>           o Processes subregions and dependencies.
>>>>>           o Subgraph caches to aid performance of non-destructive editing.
>>>>>         * GeglBuffer
>>>>>           o Storage of all babl supported formats.
>>>>>           o Tiled sparse buffers (larger than RAM images).
>>>>>           o linear buffers (allocated internally or from external allocation.)
>>>>>           o On demand tiled mipmapping.
>>>>>           o inter process shared storage
>>>>>         * Operations
>>>>>           o PNG, JPEG, SVG, RAW, and other image sources.
>>>>>           o Pattern renderers
>>>>>           o Arithmetic operations
>>>>>           o link_operations.html#porter_duff[porter duff compositing]
>>>>>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>>>>>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>>>>>           o Color correction.
>>>>>           o Text rendering using cairo and pango.
>>>>>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>>>>>         * Bounding box based hit detection.
>>>>>           
>>>>>
>>>>>     4.5. Interfaces:
>>>>> 	
>>>>>   Exported interfaces:
>>>>>     
>>>>>   Interface                             Stability              Comment        
>>>>>    ---------------------------------------------------------------------------------
>>>>>   SUNWgegl                             Uncommitted        SVr4 package  
>>>>>   SUNWgegl-devel                       Uncommitted        SVr4 package
>>>>>   /usr/bin/gegl                        Volatile           gegl GUI command line
>>>>>   /usr/lib/gegl-1.0                    Volatile           operations lib
>>>>>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
>>>>>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>>>>>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>>>>>   
>>>>>   
>>>>>   Imported Interfaces 
>>>>>   Interface                             Stability         Comments 
>>>>>    ------------------------------------------------------------------------------------
>>>>>   
>>>>>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>>>>>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>>>>>    librsvg                               Private         LSARC/2001/352 
>>>>>    babl                                  Uncommitted
>>>>>
>>>>>     4.9. I18N/L10N Impact:
>>>>> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
>>>>>
>>>>>     4.10. Packaging & Delivery:
>>>>>          The project will be delivering the following packages:
>>>>>          SUNWgegl
>>>>>          SUNWgegl-devel 
>>>>> 	
>>>>>     4.11. Security Impact:
>>>>> 	 No impact
>>>>>     
>>>>>        
>>>>> 5. Reference Documents:
>>>>>     1.SUNWgegl
>>>>>       SUNWgegl-devel	
>>>>>       pkgmap
>>>>> 	pkginfo
>>>>> 	depend
>>>>> 	
>>>>>     
>>>>>     2.GEGL community
>>>>>           http://gegl.org/
>>>>>     3.GEGL API reference 
>>>>>        http://gegl.org/api.html
>>>>>
>>>>>
>>>>> 6. Resources and Schedule
>>>>>     6.4. Steering Committee requested information
>>>>>    	6.4.1. Consolidation C-team Name:
>>>>> 		Desktop
>>>>>     6.5. ARC review type: FastTrack
>>>>>     6.6. ARC Exposure: open
>>>>>
>>>>>     
>>>>>         
>>>>>           
>>>>   
>>>>       
>>>>         
>>> ______________________________________________________________________
>>> Template Version: %Z%%M% %I% %E% SMI
>>>
>>> This information is 
>>> Copyright 2008 Sun Microsystems
>>>
>>> 1. Introduction
>>>    1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
>>> 	
>>>    1.2. Name of Document Author/Supplier: Chris Wang  
>>> 	
>>>    1.3. Date of This Document: 11/07/08
>>> 	
>>>    1.5. Email Aliases:
>>>     	1.5.1. Responsible Manager:   leo.binchy@sun.com
>>>     	1.5.2. Responsible Engineer:  chris.wang@sun.com
>>>
>>> 2. Project Summary
>>>    2.1. Project Description:
>>>         GEGL (Generic Graphics Library) is a graph based image processing 
>>>         framework.
>>>
>>>         GEGL provides infrastructure to do demand-based cached non-destructive
>>>         image editing on larger than RAM buffers. Through babl it provides
>>>         support for a wide range of color models and pixel storage formats 
>>>         for input and output.
>>>         
>>>         Most color operations in GIMP are now ported to GEGL, meaning that the
>>>         interal processing is being done in 32bit floating point linear light RGBA. 
>>>
>>>         GEGL is a free software; you can redistribute it and/or modify it under
>>>         the terms of the GNU Lesser General Public License as published by
>>>         the Free Software Foundation; either version 3 of the License, or
>>>         (at your option) any later version. 
>>>
>>>         The latest development snapshot, and eventually stable versions of
>>>         GEGL are available at ftp://ftp.gimp.org/pub/gegl/.
>>>     
>>> 4. Technical Description:
>>>     4.1. Details:
>>>          Features of GEGL include:
>>>         * Floating point handling and processing and output of larger 8bit,
>>>           16bit integer and 32bit floating point per component buffers larger
>>>           than RAM.
>>>         * Processing
>>>           o Iterative chunk-wise processing.
>>>           o Processes subregions and dependencies.
>>>           o Subgraph caches to aid performance of non-destructive editing.
>>>         * GeglBuffer
>>>           o Storage of all babl supported formats.
>>>           o Tiled sparse buffers (larger than RAM images).
>>>           o linear buffers (allocated internally or from external allocation.)
>>>           o On demand tiled mipmapping.
>>>           o inter process shared storage
>>>         * Operations
>>>           o PNG, JPEG, SVG, RAW, and other image sources.
>>>           o Pattern renderers
>>>           o Arithmetic operations
>>>           o link_operations.html#porter_duff[porter duff compositing]
>>>           o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
>>>           o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
>>>           o Color correction.
>>>           o Text rendering using cairo and pango.
>>>           o Most operations operate in scRGB (using 32bit linear light RGBA)
>>>         * Bounding box based hit detection.
>>>           
>>>
>>>     4.5. Interfaces:
>>> 	
>>>   Exported interfaces:
>>>     
>>>   Interface                             Stability              Comment        
>>>    ---------------------------------------------------------------------------------
>>>   SUNWgegl                             Uncommitted        SVr4 package  
>>>   SUNWgegl-devel                       Uncommitted        SVr4 package
>>>   /usr/bin/gegl                        Volatile           gegl GUI command line
>>>   /usr/lib/gegl-1.0                    Volatile           operations lib
>>>   /usr/lib/gegl-1.0                    Volatile           64bit operations lib
>>>   /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib  
>>>   /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile           64bit gegl lib  
>>>   /usr/include/gegl-1.0                Volatile           gegl head file directory
>>>   /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
>>>   
>>>   
>>>   Imported Interfaces 
>>>   Interface                             Stability         Comments 
>>>    ------------------------------------------------------------------------------------
>>>   
>>>    GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
>>>    libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
>>>    librsvg                               Private         LSARC/2001/352 
>>>    babl                                  Volatile        LSARC/2008/702
>>>
>>>     4.9. I18N/L10N Impact:
>>> 	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 
>>>
>>>     4.10. Packaging & Delivery:
>>>          The project will be delivering the following packages:
>>>          SUNWgegl
>>>          SUNWgegl-devel 
>>> 	
>>>     4.11. Security Impact:
>>> 	 No impact
>>>     
>>>        
>>> 5. Reference Documents:
>>>     1.SUNWgegl
>>>       SUNWgegl-devel	
>>>       pkgmap
>>> 	pkginfo
>>> 	depend
>>> 	
>>>     
>>>     2.GEGL community
>>>           http://gegl.org/
>>>     3.GEGL API reference 
>>>        http://gegl.org/api.html
>>>     
>>>       
>>   
>>     
>
>   


--Boundary_(ID_cBn5bMZ/eulCtK2nJACdDA)
Content-type: text/html; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, All <br>
<br>
I am closing this case unless there are objections. <br>
<br>
--Irene<br>
C Wang wrote:
<blockquote cite="mid:49222918.6060109@sun.com" type="cite">
  <pre wrap="">Yes, we also deliver 64bit on Sparc.
Chris

John Fischer &#20889;&#36947;:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Chris,

Great.  Is it safe to assume that sparcv9 is also
being delivered for the project?

Thanks,

John

On Mon, 2008-11-17 at 01:24, C Wang wrote:
  
    </pre>
    <blockquote type="cite">
      <pre wrap="">Following changes applied to Gegl Arc document.
diff -uw onepager_gegl.txt.orig onepager_gegl.txt
--- onepager_gegl.txt.orig 2008-11-17 17:20:29.874103000 +0800
+++ onepager_gegl.txt 2008-11-17 17:19:08.072450000 +0800
@@ -75,7 +75,9 @@
SUNWgegl-devel Uncommitted SVr4 package
/usr/bin/gegl Volatile gegl GUI command line
/usr/lib/gegl-1.0 Volatile operations lib
+ /usr/lib/gegl-1.0 Volatile 64bit operations lib
/usr/lib/libgegl-1.0.so.0.14.0 Volatile gegl lib
+ /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile 64bit gegl lib
/usr/include/gegl-1.0 Volatile gegl head file directory
/usr/lib/pkgconfig/gegl.pc Uncommitted gegl pc file

@@ -87,7 +89,7 @@
GNOME Committed Platform Libraries Committed LSARC/2007/520 GTK+ library
libtiff, libjpeg and libpng Volatile LSARC/2003/085
librsvg Private LSARC/2001/352
- babl Uncommitted
+ babl Volatile LSARC/2008/702

4.9. I18N/L10N Impact:
The JDS team and the G11N are working together to evaluate I18N/L10N
support

Please see attached new version.

Chris

John Fischer ??:
    
      </pre>
      <blockquote type="cite">
        <pre wrap="">Chris and Irene,

This case imports Babl as Uncommitted.  However, the
Babl case almost entirely exports as Volatile except
for the packages.  Please correct one or the other
case.

Thanks,

John

On Wed, 2008-11-12 at 00:12, Shi-Ying Irene Huang wrote:
  
      
        </pre>
        <blockquote type="cite">
          <pre wrap="">Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Gegl for OpenSolaris
    1.2. Name of Document Author/Supplier:
	 Author:  Chris Wang
    1.3  Date of This Document:
	12 November, 2008
4. Technical Description
1. Introduction
   1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
	
   1.2. Name of Document Author/Supplier: Chris Wang  
	
   1.3. Date of This Document: 11/07/08
	
   1.5. Email Aliases:
    	1.5.1. Responsible Manager:   <a class="moz-txt-link-abbreviated" href="mailto:leo.binchy@sun.com">leo.binchy@sun.com</a>
    	1.5.2. Responsible Engineer:  <a class="moz-txt-link-abbreviated" href="mailto:chris.wang@sun.com">chris.wang@sun.com</a>

2. Project Summary
   2.1. Project Description:
        GEGL (Generic Graphics Library) is a graph based image processing 
        framework.

        GEGL provides infrastructure to do demand-based cached non-destructive
        image editing on larger than RAM buffers. Through babl it provides
        support for a wide range of color models and pixel storage formats 
        for input and output.
        
        Most color operations in GIMP are now ported to GEGL, meaning that the
        interal processing is being done in 32bit floating point linear light RGBA. 

        GEGL is a free software; you can redistribute it and/or modify it under
        the terms of the GNU Lesser General Public License as published by
        the Free Software Foundation; either version 3 of the License, or
        (at your option) any later version. 

        The latest development snapshot, and eventually stable versions of
        GEGL are available at <a class="moz-txt-link-freetext" href="ftp://ftp.gimp.org/pub/gegl/">ftp://ftp.gimp.org/pub/gegl/</a>.
    
4. Technical Description:
    4.1. Details:
         Features of GEGL include:
        * Floating point handling and processing and output of larger 8bit,
          16bit integer and 32bit floating point per component buffers larger
          than RAM.
        * Processing
          o Iterative chunk-wise processing.
          o Processes subregions and dependencies.
          o Subgraph caches to aid performance of non-destructive editing.
        * GeglBuffer
          o Storage of all babl supported formats.
          o Tiled sparse buffers (larger than RAM images).
          o linear buffers (allocated internally or from external allocation.)
          o On demand tiled mipmapping.
          o inter process shared storage
        * Operations
          o PNG, JPEG, SVG, RAW, and other image sources.
          o Pattern renderers
          o Arithmetic operations
          o link_operations.html#porter_duff[porter duff compositing]
          o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
          o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
          o Color correction.
          o Text rendering using cairo and pango.
          o Most operations operate in scRGB (using 32bit linear light RGBA)
        * Bounding box based hit detection.
          

    4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWgegl                             Uncommitted        SVr4 package  
  SUNWgegl-devel                       Uncommitted        SVr4 package
  /usr/bin/gegl                        Volatile           gegl GUI command line
  /usr/lib/gegl-1.0                    Volatile           operations lib
  /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib
  /usr/include/gegl-1.0                Volatile           gegl head file directory
  /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
  
  
  Imported Interfaces 
  Interface                             Stability         Comments 
   ------------------------------------------------------------------------------------
  
   GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
   libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
   librsvg                               Private         LSARC/2001/352 
   babl                                  Uncommitted

    4.9. I18N/L10N Impact:
	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 

    4.10. Packaging &amp; Delivery:
         The project will be delivering the following packages:
         SUNWgegl
         SUNWgegl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWgegl
      SUNWgegl-devel	
      pkgmap
	pkginfo
	depend
	
    
    2.GEGL community
          <a class="moz-txt-link-freetext" href="http://gegl.org/">http://gegl.org/</a>
    3.GEGL API reference 
       <a class="moz-txt-link-freetext" href="http://gegl.org/api.html">http://gegl.org/api.html</a>


6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		Desktop
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open

    
        
          </pre>
        </blockquote>
        <pre wrap="">  
      
        </pre>
      </blockquote>
      <pre wrap="">______________________________________________________________________
Template Version: %Z%%M% %I% %E% SMI

This information is 
Copyright 2008 Sun Microsystems

1. Introduction
   1.1. Project/Component Working Name:  gegl 0.0.20 for Solaris 
	
   1.2. Name of Document Author/Supplier: Chris Wang  
	
   1.3. Date of This Document: 11/07/08
	
   1.5. Email Aliases:
    	1.5.1. Responsible Manager:   <a class="moz-txt-link-abbreviated" href="mailto:leo.binchy@sun.com">leo.binchy@sun.com</a>
    	1.5.2. Responsible Engineer:  <a class="moz-txt-link-abbreviated" href="mailto:chris.wang@sun.com">chris.wang@sun.com</a>

2. Project Summary
   2.1. Project Description:
        GEGL (Generic Graphics Library) is a graph based image processing 
        framework.

        GEGL provides infrastructure to do demand-based cached non-destructive
        image editing on larger than RAM buffers. Through babl it provides
        support for a wide range of color models and pixel storage formats 
        for input and output.
        
        Most color operations in GIMP are now ported to GEGL, meaning that the
        interal processing is being done in 32bit floating point linear light RGBA. 

        GEGL is a free software; you can redistribute it and/or modify it under
        the terms of the GNU Lesser General Public License as published by
        the Free Software Foundation; either version 3 of the License, or
        (at your option) any later version. 

        The latest development snapshot, and eventually stable versions of
        GEGL are available at <a class="moz-txt-link-freetext" href="ftp://ftp.gimp.org/pub/gegl/">ftp://ftp.gimp.org/pub/gegl/</a>.
    
4. Technical Description:
    4.1. Details:
         Features of GEGL include:
        * Floating point handling and processing and output of larger 8bit,
          16bit integer and 32bit floating point per component buffers larger
          than RAM.
        * Processing
          o Iterative chunk-wise processing.
          o Processes subregions and dependencies.
          o Subgraph caches to aid performance of non-destructive editing.
        * GeglBuffer
          o Storage of all babl supported formats.
          o Tiled sparse buffers (larger than RAM images).
          o linear buffers (allocated internally or from external allocation.)
          o On demand tiled mipmapping.
          o inter process shared storage
        * Operations
          o PNG, JPEG, SVG, RAW, and other image sources.
          o Pattern renderers
          o Arithmetic operations
          o link_operations.html#porter_duff[porter duff compositing]
          o SVG filter modes and full set of compositing ops from SVG-1.2 draft.
          o Gaussian blur, bilateral-filter, symmetric nearest neighbour, unsharp mask.
          o Color correction.
          o Text rendering using cairo and pango.
          o Most operations operate in scRGB (using 32bit linear light RGBA)
        * Bounding box based hit detection.
          

    4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWgegl                             Uncommitted        SVr4 package  
  SUNWgegl-devel                       Uncommitted        SVr4 package
  /usr/bin/gegl                        Volatile           gegl GUI command line
  /usr/lib/gegl-1.0                    Volatile           operations lib
  /usr/lib/gegl-1.0                    Volatile           64bit operations lib
  /usr/lib/libgegl-1.0.so.0.14.0       Volatile           gegl lib  
  /usr/lib/amd64/libgegl-1.0.so.0.14.0 Volatile           64bit gegl lib  
  /usr/include/gegl-1.0                Volatile           gegl head file directory
  /usr/lib/pkgconfig/gegl.pc           Uncommitted        gegl pc file
  
  
  Imported Interfaces 
  Interface                             Stability         Comments 
   ------------------------------------------------------------------------------------
  
   GNOME Committed Platform Libraries    Committed       LSARC/2007/520 GTK+ library 
   libtiff, libjpeg and  libpng          Volatile        LSARC/2003/085
   librsvg                               Private         LSARC/2001/352 
   babl                                  Volatile        LSARC/2008/702

    4.9. I18N/L10N Impact:
	 The JDS team and the G11N are working together to evaluate  I18N/L10N support 

    4.10. Packaging &amp; Delivery:
         The project will be delivering the following packages:
         SUNWgegl
         SUNWgegl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWgegl
      SUNWgegl-devel	
      pkgmap
	pkginfo
	depend
	
    
    2.GEGL community
          <a class="moz-txt-link-freetext" href="http://gegl.org/">http://gegl.org/</a>
    3.GEGL API reference 
       <a class="moz-txt-link-freetext" href="http://gegl.org/api.html">http://gegl.org/api.html</a>
    
      </pre>
    </blockquote>
    <pre wrap="">  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>

--Boundary_(ID_cBn5bMZ/eulCtK2nJACdDA)--

