From sh162551@sac.sfbay.sun.com Wed Nov 12 00:10:41 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 mAC8AfCQ026359
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 12 Nov 2008 00:10:41 -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 mAC8AfG8008108;
	Wed, 12 Nov 2008 01:10:41 -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 <0KA70040NO1S6E00@brm-avmta-1.central.sun.com>; Wed,
 12 Nov 2008 01:10:40 -0700 (MST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KA700H8MO1SN880@brm-avmta-1.central.sun.com>; Wed,
 12 Nov 2008 01:10:40 -0700 (MST)
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 mAC8AcTJ047813; Wed, 12 Nov 2008 00:10:38 -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 mAC8Ab9r026345; Wed,
 12 Nov 2008 00:10:37 -0800 (PST)
Received: (from sh162551@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id mAC8AbmA026340; Wed,
 12 Nov 2008 00:10:37 -0800 (PST)
Date: Wed, 12 Nov 2008 00:10:37 -0800 (PST)
From: Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>
Subject: Babl for OpenSolaris [LSARC/2008/702 FastTrack timeout 11/18/2008]
To: LSARC-ext@sun.com
Cc: chris.wang@sun.com
Message-id: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4406


Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Babl 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:  babl 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:
        babl is a dynamic, any to any, pixel format translation library.
        It allows convertion between different methods of storing pixels
        known as pixel formats that have with different bitdepths and 
        other data representations, color models and component permutations.

        A vocabulary to formulate new pixel formats from existing primitives
        is provided as well as the framework to add new color models and data
        types. 

        GEGL through GeglBuffer provides tiled buffers with on disk storage
        as well as linear buffers with accessor functions for efficient
        data access transparently using babl fishes for translation to the
        desired pixel formats.
        
        Babl is 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 versioned development version of babl can be found at
        ftp://ftp.gtk.org/pub/babl/. 
    
4. Technical Description:
    4.1. Details:
    Features of babl include:
    * Fast algorithms.
    * Stable, small API.
    * Self profiling and optimizing.
    * ANSI C, works on 32bit and 64bit systems.
    * Extendable with new formats, color models, components and datatypes.
    * Reference 64bit floating point conversions for datatypes and color   
      models. 


    GEGL through GeglBuffer provides tiled buffers with on disk storage
    as well as linear buffers with accessor functions for efficient
    data access transparently using babl fishes for translation to the
    desired pixel formats.

    Babl is still in the early development stage, and the reference documentation
    is not yet complete. However, users may look in the extensions/  directory 
    of its sourcecode for samples of how the current internal API is defined for
    data types, color models, and conversions. 
 
 4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWbabl                             Uncommitted           SVr4 package  
  SUNWbabl-devel                       Uncommitted           SVr4 package
  /usr/lib/babl-0.0                    Volatile              directory for formats, 
                                                             color models, components, and
                                                             conversion extensions
  /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
  /usr/include/babl-0.0                Volatile              babl head files
  /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
  
  Imported Interfaces 
   babl only uses math lib and standard C lib, it doesn't import any other
   interfaces from other projects.
 
    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:
         SUNWbabl
         SUNWbabl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWbabl
      SUNWbabl-devel
      pkgmap
	pkginfo
	depend
	
    
    2.babl community
          http://gegl.org/babl

    3.babl on-line documents 
       http://www.gegl.org/babl/#Documentation
 


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:22:18 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 mAC8MIjr026949
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 12 Nov 2008 00:22:18 -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 mAC8MIst014259
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 12 Nov 2008 00:22:18 -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 <0KA700503OL6S400@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Wed, 12 Nov 2008 00:22:18 -0800 (PST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KA7005DIOL50200@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Wed,
 12 Nov 2008 00:22:18 -0800 (PST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAC8MG4n019634	for
 <LSARC-ext@Sun.Com>; Wed, 12 Nov 2008 08:22: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 <0KA700601OH54N00@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:22:16 +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 <0KA700CQOOL3WDET@mail-apac.sun.com>; Wed,
 12 Nov 2008 16:22:16 +0800 (SGT)
Date: Wed, 12 Nov 2008 16:22:06 +0800
From: Irene Huang <Irene.Huang@Sun.COM>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack timeout 11/18/2008]
In-reply-to: <200811120810.mAC8AbmA026340@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: <491A922E.4060501@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_tJa1VytPTrvqmyQmtoxbfg)"
X-PMX-Version: 5.4.1.325704
References: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Status: RO
Content-Length: 6485

This is a multi-part message in MIME format.

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

Pkgmap for Babl 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:
> 	 Babl 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:  babl 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:
>         babl is a dynamic, any to any, pixel format translation library.
>         It allows convertion between different methods of storing pixels
>         known as pixel formats that have with different bitdepths and 
>         other data representations, color models and component permutations.
>
>         A vocabulary to formulate new pixel formats from existing primitives
>         is provided as well as the framework to add new color models and data
>         types. 
>
>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>         as well as linear buffers with accessor functions for efficient
>         data access transparently using babl fishes for translation to the
>         desired pixel formats.
>         
>         Babl is 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 versioned development version of babl can be found at
>         ftp://ftp.gtk.org/pub/babl/. 
>     
> 4. Technical Description:
>     4.1. Details:
>     Features of babl include:
>     * Fast algorithms.
>     * Stable, small API.
>     * Self profiling and optimizing.
>     * ANSI C, works on 32bit and 64bit systems.
>     * Extendable with new formats, color models, components and datatypes.
>     * Reference 64bit floating point conversions for datatypes and color   
>       models. 
>
>
>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>     as well as linear buffers with accessor functions for efficient
>     data access transparently using babl fishes for translation to the
>     desired pixel formats.
>
>     Babl is still in the early development stage, and the reference documentation
>     is not yet complete. However, users may look in the extensions/  directory 
>     of its sourcecode for samples of how the current internal API is defined for
>     data types, color models, and conversions. 
>  
>  4.5. Interfaces:
> 	
>   Exported interfaces:
>     
>   Interface                             Stability              Comment        
>    ---------------------------------------------------------------------------------
>   SUNWbabl                             Uncommitted           SVr4 package  
>   SUNWbabl-devel                       Uncommitted           SVr4 package
>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>                                                              color models, components, and
>                                                              conversion extensions
>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>   /usr/include/babl-0.0                Volatile              babl head files
>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>   
>   Imported Interfaces 
>    babl only uses math lib and standard C lib, it doesn't import any other
>    interfaces from other projects.
>  
>     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:
>          SUNWbabl
>          SUNWbabl-devel 
> 	
>     4.11. Security Impact:
> 	 No impact
>     
>        
> 5. Reference Documents:
>     1.SUNWbabl
>       SUNWbabl-devel
>       pkgmap
> 	pkginfo
> 	depend
> 	
>     
>     2.babl community
>           http://gegl.org/babl
>
>     3.babl on-line documents 
>        http://www.gegl.org/babl/#Documentation
>  
>
>
> 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_tJa1VytPTrvqmyQmtoxbfg)
Content-type: text/plain; name=pkgmap-babl
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=pkgmap-babl

: 1 1566
1 i copyright 135 12587 1225692403
1 i depend 243 20606 1225692403
1 d none lib 0755 root bin
1 d none lib/babl-0.0 0755 root bin
1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
1 i pkginfo 556 45045 1225692403

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

: 1 72
1 i copyright 135 12587 1225692404
1 i depend 343 29625 1225692404
1 d none include 0755 root bin
1 d none include/babl-0.0 0755 root bin
1 d none include/babl-0.0/babl 0755 root bin
1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
1 d none lib 0755 root bin
1 d none lib/pkgconfig 0755 root other
1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
1 i pkginfo 602 49337 1225692404

--Boundary_(ID_tJa1VytPTrvqmyQmtoxbfg)--

From John.Fischer@sun.com Thu Nov 13 07:41:49 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 mADFfmsm007413
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 07:41: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 mADFfMGj003815
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 13 Nov 2008 23:41:47 +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 <0KAA004193LL9600@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Thu, 13 Nov 2008 08:41:45 -0700 (MST)
Received: from brmea-mail-3.sun.com ([192.18.98.34])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAA00KXB3LJRDA0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Thu,
 13 Nov 2008 08:41:43 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mADFfh1v028156	for
 <LSARC-ext@Sun.COM>; Thu, 13 Nov 2008 15:41: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 <0KAA004012VK6B00@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:41: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 <0KAA00B7S3KKBA00@mail-amer.sun.com>; Thu,
 13 Nov 2008 08:41:12 -0700 (MST)
Date: Thu, 13 Nov 2008 07:41:08 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack timeout	11/18/2008]
In-reply-to: <491A922E.4060501@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: <1226590867.49887.266.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: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
 <491A922E.4060501@sun.com>
Status: RO
Content-Length: 6525

Irene and Chris,

Will this project be providing a 64-bit library
as well?

Thanks,

John

On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
> Pkgmap for Babl 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:
> > 	 Babl 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:  babl 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:
> >         babl is a dynamic, any to any, pixel format translation library.
> >         It allows convertion between different methods of storing pixels
> >         known as pixel formats that have with different bitdepths and 
> >         other data representations, color models and component permutations.
> >
> >         A vocabulary to formulate new pixel formats from existing primitives
> >         is provided as well as the framework to add new color models and data
> >         types. 
> >
> >         GEGL through GeglBuffer provides tiled buffers with on disk storage
> >         as well as linear buffers with accessor functions for efficient
> >         data access transparently using babl fishes for translation to the
> >         desired pixel formats.
> >         
> >         Babl is 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 versioned development version of babl can be found at
> >         ftp://ftp.gtk.org/pub/babl/. 
> >     
> > 4. Technical Description:
> >     4.1. Details:
> >     Features of babl include:
> >     * Fast algorithms.
> >     * Stable, small API.
> >     * Self profiling and optimizing.
> >     * ANSI C, works on 32bit and 64bit systems.
> >     * Extendable with new formats, color models, components and datatypes.
> >     * Reference 64bit floating point conversions for datatypes and color   
> >       models. 
> >
> >
> >     GEGL through GeglBuffer provides tiled buffers with on disk storage
> >     as well as linear buffers with accessor functions for efficient
> >     data access transparently using babl fishes for translation to the
> >     desired pixel formats.
> >
> >     Babl is still in the early development stage, and the reference documentation
> >     is not yet complete. However, users may look in the extensions/  directory 
> >     of its sourcecode for samples of how the current internal API is defined for
> >     data types, color models, and conversions. 
> >  
> >  4.5. Interfaces:
> > 	
> >   Exported interfaces:
> >     
> >   Interface                             Stability              Comment        
> >    ---------------------------------------------------------------------------------
> >   SUNWbabl                             Uncommitted           SVr4 package  
> >   SUNWbabl-devel                       Uncommitted           SVr4 package
> >   /usr/lib/babl-0.0                    Volatile              directory for formats, 
> >                                                              color models, components, and
> >                                                              conversion extensions
> >   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
> >   /usr/include/babl-0.0                Volatile              babl head files
> >   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
> >   
> >   Imported Interfaces 
> >    babl only uses math lib and standard C lib, it doesn't import any other
> >    interfaces from other projects.
> >  
> >     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:
> >          SUNWbabl
> >          SUNWbabl-devel 
> > 	
> >     4.11. Security Impact:
> > 	 No impact
> >     
> >        
> > 5. Reference Documents:
> >     1.SUNWbabl
> >       SUNWbabl-devel
> >       pkgmap
> > 	pkginfo
> > 	depend
> > 	
> >     
> >     2.babl community
> >           http://gegl.org/babl
> >
> >     3.babl on-line documents 
> >        http://www.gegl.org/babl/#Documentation
> >  
> >
> >
> > 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 1566
> 1 i copyright 135 12587 1225692403
> 1 i depend 243 20606 1225692403
> 1 d none lib 0755 root bin
> 1 d none lib/babl-0.0 0755 root bin
> 1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
> 1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
> 1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
> 1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
> 1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
> 1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
> 1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
> 1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
> 1 i pkginfo 556 45045 1225692403
> 
> ______________________________________________________________________
> : 1 72
> 1 i copyright 135 12587 1225692404
> 1 i depend 343 29625 1225692404
> 1 d none include 0755 root bin
> 1 d none include/babl-0.0 0755 root bin
> 1 d none include/babl-0.0/babl 0755 root bin
> 1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
> 1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
> 1 d none lib 0755 root bin
> 1 d none lib/pkgconfig 0755 root other
> 1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
> 1 i pkginfo 602 49337 1225692404


From Chris.Wang@sun.com Fri Nov 14 04:58:37 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 mAECwbB3029945
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 14 Nov 2008 04:58:37 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAECwZAe011422
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 14 Nov 2008 04:58:37 -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 <0KAB00G0PQPNYX00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Fri, 14 Nov 2008 04:58:35 -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 <0KAB00FH2QPLP820@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Fri,
 14 Nov 2008 04:58:34 -0800 (PST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAECwXos020925	for
 <LSARC-ext@Sun.COM>; Fri, 14 Nov 2008 12:58:33 +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 <0KAB00A01QHZBC00@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:58:33 +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 <0KAB0045TQP1466N@mail-apac.sun.com>; Fri,
 14 Nov 2008 20:58:33 +0800 (SGT)
Date: Fri, 14 Nov 2008 20:58:07 +0800
From: C Wang <Chris.Wang@sun.com>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack timeout	11/18/2008]
In-reply-to: <1226590867.49887.266.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: <491D75DF.7050603@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=GB2312
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
 <491A922E.4060501@sun.com> <1226590867.49887.266.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Status: RO
Content-Length: 6784

John:
Yes, we are going to ship the 64-bit library, as I'm not in office
today, I will update the
pkgmap and export interface table next Monday.

Thanks,
Chris
John Fischer 写道:
> Irene and Chris,
>
> Will this project be providing a 64-bit library
> as well?
>
> Thanks,
>
> John
>
> On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
>   
>> Pkgmap for Babl 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:
>>> 	 Babl 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:  babl 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:
>>>         babl is a dynamic, any to any, pixel format translation library.
>>>         It allows convertion between different methods of storing pixels
>>>         known as pixel formats that have with different bitdepths and 
>>>         other data representations, color models and component permutations.
>>>
>>>         A vocabulary to formulate new pixel formats from existing primitives
>>>         is provided as well as the framework to add new color models and data
>>>         types. 
>>>
>>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>         as well as linear buffers with accessor functions for efficient
>>>         data access transparently using babl fishes for translation to the
>>>         desired pixel formats.
>>>         
>>>         Babl is 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 versioned development version of babl can be found at
>>>         ftp://ftp.gtk.org/pub/babl/. 
>>>     
>>> 4. Technical Description:
>>>     4.1. Details:
>>>     Features of babl include:
>>>     * Fast algorithms.
>>>     * Stable, small API.
>>>     * Self profiling and optimizing.
>>>     * ANSI C, works on 32bit and 64bit systems.
>>>     * Extendable with new formats, color models, components and datatypes.
>>>     * Reference 64bit floating point conversions for datatypes and color   
>>>       models. 
>>>
>>>
>>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>     as well as linear buffers with accessor functions for efficient
>>>     data access transparently using babl fishes for translation to the
>>>     desired pixel formats.
>>>
>>>     Babl is still in the early development stage, and the reference documentation
>>>     is not yet complete. However, users may look in the extensions/  directory 
>>>     of its sourcecode for samples of how the current internal API is defined for
>>>     data types, color models, and conversions. 
>>>  
>>>  4.5. Interfaces:
>>> 	
>>>   Exported interfaces:
>>>     
>>>   Interface                             Stability              Comment        
>>>    ---------------------------------------------------------------------------------
>>>   SUNWbabl                             Uncommitted           SVr4 package  
>>>   SUNWbabl-devel                       Uncommitted           SVr4 package
>>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>>>                                                              color models, components, and
>>>                                                              conversion extensions
>>>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>>>   /usr/include/babl-0.0                Volatile              babl head files
>>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>>>   
>>>   Imported Interfaces 
>>>    babl only uses math lib and standard C lib, it doesn't import any other
>>>    interfaces from other projects.
>>>  
>>>     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:
>>>          SUNWbabl
>>>          SUNWbabl-devel 
>>> 	
>>>     4.11. Security Impact:
>>> 	 No impact
>>>     
>>>        
>>> 5. Reference Documents:
>>>     1.SUNWbabl
>>>       SUNWbabl-devel
>>>       pkgmap
>>> 	pkginfo
>>> 	depend
>>> 	
>>>     
>>>     2.babl community
>>>           http://gegl.org/babl
>>>
>>>     3.babl on-line documents 
>>>        http://www.gegl.org/babl/#Documentation
>>>  
>>>
>>>
>>> 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 1566
>> 1 i copyright 135 12587 1225692403
>> 1 i depend 243 20606 1225692403
>> 1 d none lib 0755 root bin
>> 1 d none lib/babl-0.0 0755 root bin
>> 1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
>> 1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
>> 1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
>> 1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
>> 1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
>> 1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
>> 1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
>> 1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
>> 1 i pkginfo 556 45045 1225692403
>>
>> ______________________________________________________________________
>> : 1 72
>> 1 i copyright 135 12587 1225692404
>> 1 i depend 343 29625 1225692404
>> 1 d none include 0755 root bin
>> 1 d none include/babl-0.0 0755 root bin
>> 1 d none include/babl-0.0/babl 0755 root bin
>> 1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
>> 1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
>> 1 d none lib 0755 root bin
>> 1 d none lib/pkgconfig 0755 root other
>> 1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
>> 1 i pkginfo 602 49337 1225692404
>>     
>
>   


From Chris.Wang@sun.com Mon Nov 17 01:19:31 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 mAH9JVw2001756
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 01:19:31 -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 mAH9JUuU004802
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 17 Nov 2008 02:19:30 -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 <0KAH00G010KIHB00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 01:19:30 -0800 (PST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAH004I80KH42D0@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Mon,
 17 Nov 2008 01:19:30 -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 mAH9JT9W006582	for
 <LSARC-ext@Sun.COM>; Mon, 17 Nov 2008 09:19:29 +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 <0KAH00E010J8Y100@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:19:29 +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 <0KAH001MO0KAGRZP@mail-apac.sun.com>; Mon,
 17 Nov 2008 17:19:26 +0800 (SGT)
Date: Mon, 17 Nov 2008 17:06:39 +0800
From: C Wang <Chris.Wang@sun.com>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack timeout	11/18/2008]
In-reply-to: <1226590867.49887.266.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: <4921341F.7060203@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_7qCiN4qIbvdkoJ5ycUVQmA)"
X-PMX-Version: 5.4.1.325704
References: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
 <491A922E.4060501@sun.com> <1226590867.49887.266.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.14 (X11/20080506)
Status: RO
Content-Length: 8102

This is a multi-part message in MIME format.

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

Please see attached updated pkgmap for 64bit libs, I've modified the
Export interface table as well.

Chris

John Fischer 写道:
> Irene and Chris,
>
> Will this project be providing a 64-bit library
> as well?
>
> Thanks,
>
> John
>
> On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
>   
>> Pkgmap for Babl 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:
>>> 	 Babl 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:  babl 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:
>>>         babl is a dynamic, any to any, pixel format translation library.
>>>         It allows convertion between different methods of storing pixels
>>>         known as pixel formats that have with different bitdepths and 
>>>         other data representations, color models and component permutations.
>>>
>>>         A vocabulary to formulate new pixel formats from existing primitives
>>>         is provided as well as the framework to add new color models and data
>>>         types. 
>>>
>>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>         as well as linear buffers with accessor functions for efficient
>>>         data access transparently using babl fishes for translation to the
>>>         desired pixel formats.
>>>         
>>>         Babl is 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 versioned development version of babl can be found at
>>>         ftp://ftp.gtk.org/pub/babl/. 
>>>     
>>> 4. Technical Description:
>>>     4.1. Details:
>>>     Features of babl include:
>>>     * Fast algorithms.
>>>     * Stable, small API.
>>>     * Self profiling and optimizing.
>>>     * ANSI C, works on 32bit and 64bit systems.
>>>     * Extendable with new formats, color models, components and datatypes.
>>>     * Reference 64bit floating point conversions for datatypes and color   
>>>       models. 
>>>
>>>
>>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>     as well as linear buffers with accessor functions for efficient
>>>     data access transparently using babl fishes for translation to the
>>>     desired pixel formats.
>>>
>>>     Babl is still in the early development stage, and the reference documentation
>>>     is not yet complete. However, users may look in the extensions/  directory 
>>>     of its sourcecode for samples of how the current internal API is defined for
>>>     data types, color models, and conversions. 
>>>  
>>>  4.5. Interfaces:
>>> 	
>>>   Exported interfaces:
>>>     
>>>   Interface                             Stability              Comment        
>>>    ---------------------------------------------------------------------------------
>>>   SUNWbabl                             Uncommitted           SVr4 package  
>>>   SUNWbabl-devel                       Uncommitted           SVr4 package
>>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>>>                                                              color models, components, and
>>>                                                              conversion extensions                /usr/lib/amd64/babl-0.0             Volatile               64bit lib  /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib     /usr/lib/amd64/libbabl-0.0.so.0.16.0    Volatile           64bit babl lib

>>>   /usr/include/babl-0.0                Volatile              babl head files
>>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>>>   
>>>   Imported Interfaces 
>>>    babl only uses math lib and standard C lib, it doesn't import any other
>>>    interfaces from other projects.
>>>  
>>>     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:
>>>          SUNWbabl
>>>          SUNWbabl-devel 
>>> 	
>>>     4.11. Security Impact:
>>> 	 No impact
>>>     
>>>        
>>> 5. Reference Documents:
>>>     1.SUNWbabl
>>>       SUNWbabl-devel
>>>       pkgmap
>>> 	pkginfo
>>> 	depend
>>> 	
>>>     
>>>     2.babl community
>>>           http://gegl.org/babl
>>>
>>>     3.babl on-line documents 
>>>        http://www.gegl.org/babl/#Documentation
>>>  
>>>
>>>
>>> 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 1566
>> 1 i copyright 135 12587 1225692403
>> 1 i depend 243 20606 1225692403
>> 1 d none lib 0755 root bin
>> 1 d none lib/babl-0.0 0755 root bin
>> 1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
>> 1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
>> 1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
>> 1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
>> 1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
>> 1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
>> 1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
>> 1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
>> 1 i pkginfo 556 45045 1225692403
>>
>> ______________________________________________________________________
>> : 1 72
>> 1 i copyright 135 12587 1225692404
>> 1 i depend 343 29625 1225692404
>> 1 d none include 0755 root bin
>> 1 d none include/babl-0.0 0755 root bin
>> 1 d none include/babl-0.0/babl 0755 root bin
>> 1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
>> 1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
>> 1 d none lib 0755 root bin
>> 1 d none lib/pkgconfig 0755 root other
>> 1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
>> 1 i pkginfo 602 49337 1225692404
>>     
>
>   


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

: 1 1674
1 i copyright 135 12587 1226566799
1 i depend 243 20606 1226566799
1 d none lib 0755 root bin
1 d none lib/babl-0.0 0755 root bin
1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 40304 22955 1226566799
1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 24652 5767 1226566799
1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 79604 53937 1226566799
1 f none lib/babl-0.0/gggl.so 0755 chi other 82272 35715 1226566799
1 f none lib/babl-0.0/gimp-8bit.so 0755 chi other 28632 38809 1226566799
1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 10452 34058 1226566799
1 f none lib/babl-0.0/sse-fixups.so 0755 chi other 4752 19845 1226566799
1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.22.0
1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.22.0
1 f none lib/libbabl-0.0.so.0.22.0 0755 chi other 548112 41861 1226566799
1 i pkginfo 556 45074 1226566799

--Boundary_(ID_7qCiN4qIbvdkoJ5ycUVQmA)--

From Chris.Wang@sun.com Mon Nov 17 01:36:00 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 mAH9Zxnw002335
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 01:36:00 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAH9ZxxJ017134
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 17 Nov 2008 01:35:59 -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 <0KAH00G0Z1BY3S00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 01:35:58 -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 <0KAH004HE1BW9FF0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Mon,
 17 Nov 2008 01:35:57 -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 mAH9Ztbt025145	for
 <LSARC-ext@Sun.COM>; Mon, 17 Nov 2008 09:35:55 +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:35:55 +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 <0KAH001W11BTGR1Q@mail-apac.sun.com>; Mon,
 17 Nov 2008 17:35:55 +0800 (SGT)
Date: Mon, 17 Nov 2008 17:23:11 +0800
From: C Wang <Chris.Wang@sun.com>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack timeout	11/18/2008]
In-reply-to: <1226590867.49887.266.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: <492137FF.2000407@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_rWiTyJXCtaaJFjF6x1JwhQ)"
X-PMX-Version: 5.4.1.325704
References: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
 <491A922E.4060501@sun.com> <1226590867.49887.266.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.14 (X11/20080506)
Status: RO
Content-Length: 11832

This is a multi-part message in MIME format.

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

Following Changes has applied to babl arc documents.
diff -uw onepager_babl_.txt.orig onepager_babl.txt
--- onepager_babl_.txt.orig 2008-11-17 17:20:20.752011000 +0800
+++ onepager_babl.txt 2008-11-17 17:17:00.733935000 +0800
@@ -72,7 +72,9 @@
/usr/lib/babl-0.0 Volatile directory for formats,
color models, components, and
conversion extensions
+ /usr/lib/amd64/babl-0.0 Volatile 64bit lib
/usr/lib/libbabl-0.0.so.0.16.0 Volatile babl lib
+ /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile 64bit babl lib
/usr/include/babl-0.0 Volatile babl head files
/usr/lib/pkgconfig/babl.pc Uncommitted pc file

Please see attached new version.

Chris


John Fischer 写道:
> Irene and Chris,
>
> Will this project be providing a 64-bit library
> as well?
>
> Thanks,
>
> John
>
> On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
>   
>> Pkgmap for Babl 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:
>>> 	 Babl 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:  babl 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:
>>>         babl is a dynamic, any to any, pixel format translation library.
>>>         It allows convertion between different methods of storing pixels
>>>         known as pixel formats that have with different bitdepths and 
>>>         other data representations, color models and component permutations.
>>>
>>>         A vocabulary to formulate new pixel formats from existing primitives
>>>         is provided as well as the framework to add new color models and data
>>>         types. 
>>>
>>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>         as well as linear buffers with accessor functions for efficient
>>>         data access transparently using babl fishes for translation to the
>>>         desired pixel formats.
>>>         
>>>         Babl is 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 versioned development version of babl can be found at
>>>         ftp://ftp.gtk.org/pub/babl/. 
>>>     
>>> 4. Technical Description:
>>>     4.1. Details:
>>>     Features of babl include:
>>>     * Fast algorithms.
>>>     * Stable, small API.
>>>     * Self profiling and optimizing.
>>>     * ANSI C, works on 32bit and 64bit systems.
>>>     * Extendable with new formats, color models, components and datatypes.
>>>     * Reference 64bit floating point conversions for datatypes and color   
>>>       models. 
>>>
>>>
>>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>     as well as linear buffers with accessor functions for efficient
>>>     data access transparently using babl fishes for translation to the
>>>     desired pixel formats.
>>>
>>>     Babl is still in the early development stage, and the reference documentation
>>>     is not yet complete. However, users may look in the extensions/  directory 
>>>     of its sourcecode for samples of how the current internal API is defined for
>>>     data types, color models, and conversions. 
>>>  
>>>  4.5. Interfaces:
>>> 	
>>>   Exported interfaces:
>>>     
>>>   Interface                             Stability              Comment        
>>>    ---------------------------------------------------------------------------------
>>>   SUNWbabl                             Uncommitted           SVr4 package  
>>>   SUNWbabl-devel                       Uncommitted           SVr4 package
>>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>>>                                                              color models, components, and
>>>                                                              conversion extensions
>>>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>>>   /usr/include/babl-0.0                Volatile              babl head files
>>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>>>   
>>>   Imported Interfaces 
>>>    babl only uses math lib and standard C lib, it doesn't import any other
>>>    interfaces from other projects.
>>>  
>>>     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:
>>>          SUNWbabl
>>>          SUNWbabl-devel 
>>> 	
>>>     4.11. Security Impact:
>>> 	 No impact
>>>     
>>>        
>>> 5. Reference Documents:
>>>     1.SUNWbabl
>>>       SUNWbabl-devel
>>>       pkgmap
>>> 	pkginfo
>>> 	depend
>>> 	
>>>     
>>>     2.babl community
>>>           http://gegl.org/babl
>>>
>>>     3.babl on-line documents 
>>>        http://www.gegl.org/babl/#Documentation
>>>  
>>>
>>>
>>> 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 1566
>> 1 i copyright 135 12587 1225692403
>> 1 i depend 243 20606 1225692403
>> 1 d none lib 0755 root bin
>> 1 d none lib/babl-0.0 0755 root bin
>> 1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
>> 1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
>> 1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
>> 1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
>> 1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
>> 1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
>> 1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
>> 1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
>> 1 i pkginfo 556 45045 1225692403
>>
>> ______________________________________________________________________
>> : 1 72
>> 1 i copyright 135 12587 1225692404
>> 1 i depend 343 29625 1225692404
>> 1 d none include 0755 root bin
>> 1 d none include/babl-0.0 0755 root bin
>> 1 d none include/babl-0.0/babl 0755 root bin
>> 1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
>> 1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
>> 1 d none lib 0755 root bin
>> 1 d none lib/pkgconfig 0755 root other
>> 1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
>> 1 i pkginfo 602 49337 1225692404
>>     
>
>   


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

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

This information is 
Copyright 2008 Sun Microsystems

1. Introduction
   1.1. Project/Component Working Name:  babl 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:
        babl is a dynamic, any to any, pixel format translation library.
        It allows convertion between different methods of storing pixels
        known as pixel formats that have with different bitdepths and 
        other data representations, color models and component permutations.

        A vocabulary to formulate new pixel formats from existing primitives
        is provided as well as the framework to add new color models and data
        types. 

        GEGL through GeglBuffer provides tiled buffers with on disk storage
        as well as linear buffers with accessor functions for efficient
        data access transparently using babl fishes for translation to the
        desired pixel formats.
        
        Babl is 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 versioned development version of babl can be found at
        ftp://ftp.gtk.org/pub/babl/. 
    
4. Technical Description:
    4.1. Details:
    Features of babl include:
    * Fast algorithms.
    * Stable, small API.
    * Self profiling and optimizing.
    * ANSI C, works on 32bit and 64bit systems.
    * Extendable with new formats, color models, components and datatypes.
    * Reference 64bit floating point conversions for datatypes and color   
      models. 


    GEGL through GeglBuffer provides tiled buffers with on disk storage
    as well as linear buffers with accessor functions for efficient
    data access transparently using babl fishes for translation to the
    desired pixel formats.

    Babl is still in the early development stage, and the reference documentation
    is not yet complete. However, users may look in the extensions/  directory 
    of its sourcecode for samples of how the current internal API is defined for
    data types, color models, and conversions. 
 
 4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWbabl                             Uncommitted           SVr4 package  
  SUNWbabl-devel                       Uncommitted           SVr4 package
  /usr/lib/babl-0.0                    Volatile              directory for formats, 
                                                             color models, components, and
                                                             conversion extensions
  /usr/lib/amd64/babl-0.0              Volatile              64bit lib
  /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
  /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile              64bit babl lib
  /usr/include/babl-0.0                Volatile              babl head files
  /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
  
  Imported Interfaces 
   babl only uses math lib and standard C lib, it doesn't import any other
   interfaces from other projects.
 
    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:
         SUNWbabl
         SUNWbabl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWbabl
      SUNWbabl-devel
      pkgmap
	pkginfo
	depend
	
    
    2.babl community
          http://gegl.org/babl

    3.babl on-line documents 
       http://www.gegl.org/babl/#Documentation
 

--Boundary_(ID_rWiTyJXCtaaJFjF6x1JwhQ)--

From Irene.Huang@sun.com Mon Nov 17 01:51:12 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 mAH9pBv8003226
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 01:51:12 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAH9p9D1027552
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 17 Nov 2008 01:51:11 -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 <0KAH00J0521BS100@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 17 Nov 2008 01:51:11 -0800 (PST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAH00I06219TX40@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Mon,
 17 Nov 2008 01:51:10 -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 mAH9p9JQ009114	for
 <LSARC-ext@sun.com>; Mon, 17 Nov 2008 09:51:09 +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 <0KAH00G011WMA900@mail-apac.sun.com>
 (original mail from Irene.Huang@Sun.COM)
 for LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Mon,
 17 Nov 2008 17:51:09 +0800 (SGT)
Received: from [129.158.217.225] by mail-apac.sun.com
 (Sun Java System Messaging Server 6.2-6.01 (built Apr  3 2006))
 with ESMTPSA id <0KAH00I0K2175XN4@mail-apac.sun.com>; Mon,
 17 Nov 2008 17:51:08 +0800 (SGT)
Date: Mon, 17 Nov 2008 17:51:03 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack timeout	11/18/2008]
In-reply-to: <492137FF.2000407@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: <49213E87.4040504@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_26EcOOT/sdQ7MlXZtK1r2g)"
X-PMX-Version: 5.4.1.325704
References: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
 <491A922E.4060501@sun.com> <1226590867.49887.266.camel@sr1-umpk-16>
 <492137FF.2000407@sun.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Status: RO
Content-Length: 15767

This is a multi-part message in MIME format.

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

Hi, all

This case is due on Tuesday, if there's no more issues, I'll close the
case then.

--Irene
C Wang wrote:
> Following Changes has applied to babl arc documents.
> diff -uw onepager_babl_.txt.orig onepager_babl.txt
> --- onepager_babl_.txt.orig 2008-11-17 17:20:20.752011000 +0800
> +++ onepager_babl.txt 2008-11-17 17:17:00.733935000 +0800
> @@ -72,7 +72,9 @@
> /usr/lib/babl-0.0 Volatile directory for formats,
> color models, components, and
> conversion extensions
> + /usr/lib/amd64/babl-0.0 Volatile 64bit lib
> /usr/lib/libbabl-0.0.so.0.16.0 Volatile babl lib
> + /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile 64bit babl lib
> /usr/include/babl-0.0 Volatile babl head files
> /usr/lib/pkgconfig/babl.pc Uncommitted pc file
>
> Please see attached new version.
>
> Chris
>
>
> John Fischer 写道:
>   
>> Irene and Chris,
>>
>> Will this project be providing a 64-bit library
>> as well?
>>
>> Thanks,
>>
>> John
>>
>> On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
>>   
>>     
>>> Pkgmap for Babl 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:
>>>> 	 Babl 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:  babl 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:
>>>>         babl is a dynamic, any to any, pixel format translation library.
>>>>         It allows convertion between different methods of storing pixels
>>>>         known as pixel formats that have with different bitdepths and 
>>>>         other data representations, color models and component permutations.
>>>>
>>>>         A vocabulary to formulate new pixel formats from existing primitives
>>>>         is provided as well as the framework to add new color models and data
>>>>         types. 
>>>>
>>>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>>         as well as linear buffers with accessor functions for efficient
>>>>         data access transparently using babl fishes for translation to the
>>>>         desired pixel formats.
>>>>         
>>>>         Babl is 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 versioned development version of babl can be found at
>>>>         ftp://ftp.gtk.org/pub/babl/. 
>>>>     
>>>> 4. Technical Description:
>>>>     4.1. Details:
>>>>     Features of babl include:
>>>>     * Fast algorithms.
>>>>     * Stable, small API.
>>>>     * Self profiling and optimizing.
>>>>     * ANSI C, works on 32bit and 64bit systems.
>>>>     * Extendable with new formats, color models, components and datatypes.
>>>>     * Reference 64bit floating point conversions for datatypes and color   
>>>>       models. 
>>>>
>>>>
>>>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>>     as well as linear buffers with accessor functions for efficient
>>>>     data access transparently using babl fishes for translation to the
>>>>     desired pixel formats.
>>>>
>>>>     Babl is still in the early development stage, and the reference documentation
>>>>     is not yet complete. However, users may look in the extensions/  directory 
>>>>     of its sourcecode for samples of how the current internal API is defined for
>>>>     data types, color models, and conversions. 
>>>>  
>>>>  4.5. Interfaces:
>>>> 	
>>>>   Exported interfaces:
>>>>     
>>>>   Interface                             Stability              Comment        
>>>>    ---------------------------------------------------------------------------------
>>>>   SUNWbabl                             Uncommitted           SVr4 package  
>>>>   SUNWbabl-devel                       Uncommitted           SVr4 package
>>>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>>>>                                                              color models, components, and
>>>>                                                              conversion extensions
>>>>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>>>>   /usr/include/babl-0.0                Volatile              babl head files
>>>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>>>>   
>>>>   Imported Interfaces 
>>>>    babl only uses math lib and standard C lib, it doesn't import any other
>>>>    interfaces from other projects.
>>>>  
>>>>     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:
>>>>          SUNWbabl
>>>>          SUNWbabl-devel 
>>>> 	
>>>>     4.11. Security Impact:
>>>> 	 No impact
>>>>     
>>>>        
>>>> 5. Reference Documents:
>>>>     1.SUNWbabl
>>>>       SUNWbabl-devel
>>>>       pkgmap
>>>> 	pkginfo
>>>> 	depend
>>>> 	
>>>>     
>>>>     2.babl community
>>>>           http://gegl.org/babl
>>>>
>>>>     3.babl on-line documents 
>>>>        http://www.gegl.org/babl/#Documentation
>>>>  
>>>>
>>>>
>>>> 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 1566
>>> 1 i copyright 135 12587 1225692403
>>> 1 i depend 243 20606 1225692403
>>> 1 d none lib 0755 root bin
>>> 1 d none lib/babl-0.0 0755 root bin
>>> 1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
>>> 1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
>>> 1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
>>> 1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
>>> 1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
>>> 1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
>>> 1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
>>> 1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
>>> 1 i pkginfo 556 45045 1225692403
>>>
>>> ______________________________________________________________________
>>> : 1 72
>>> 1 i copyright 135 12587 1225692404
>>> 1 i depend 343 29625 1225692404
>>> 1 d none include 0755 root bin
>>> 1 d none include/babl-0.0 0755 root bin
>>> 1 d none include/babl-0.0/babl 0755 root bin
>>> 1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
>>> 1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
>>> 1 d none lib 0755 root bin
>>> 1 d none lib/pkgconfig 0755 root other
>>> 1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
>>> 1 i pkginfo 602 49337 1225692404
>>>     
>>>       
>>   
>>     
>
>   


--Boundary_(ID_26EcOOT/sdQ7MlXZtK1r2g)
Content-type: text/html; charset=GB2312
Content-transfer-encoding: 8BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=GB2312" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, all <br>
<br>
This case is due on Tuesday, if there's no more issues, I'll close the
case then. <br>
<br>
--Irene<br>
C Wang wrote:
<blockquote cite="mid:492137FF.2000407@sun.com" type="cite">
  <pre wrap="">Following Changes has applied to babl arc documents.
diff -uw onepager_babl_.txt.orig onepager_babl.txt
--- onepager_babl_.txt.orig 2008-11-17 17:20:20.752011000 +0800
+++ onepager_babl.txt 2008-11-17 17:17:00.733935000 +0800
@@ -72,7 +72,9 @@
/usr/lib/babl-0.0 Volatile directory for formats,
color models, components, and
conversion extensions
+ /usr/lib/amd64/babl-0.0 Volatile 64bit lib
/usr/lib/libbabl-0.0.so.0.16.0 Volatile babl lib
+ /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile 64bit babl lib
/usr/include/babl-0.0 Volatile babl head files
/usr/lib/pkgconfig/babl.pc Uncommitted pc file

Please see attached new version.

Chris


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

Will this project be providing a 64-bit library
as well?

Thanks,

John

On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
  
    </pre>
    <blockquote type="cite">
      <pre wrap="">Pkgmap for Babl attached.

--Irene
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:
	 Babl 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:  babl 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:
        babl is a dynamic, any to any, pixel format translation library.
        It allows convertion between different methods of storing pixels
        known as pixel formats that have with different bitdepths and 
        other data representations, color models and component permutations.

        A vocabulary to formulate new pixel formats from existing primitives
        is provided as well as the framework to add new color models and data
        types. 

        GEGL through GeglBuffer provides tiled buffers with on disk storage
        as well as linear buffers with accessor functions for efficient
        data access transparently using babl fishes for translation to the
        desired pixel formats.
        
        Babl is 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 versioned development version of babl can be found at
        <a class="moz-txt-link-freetext" href="ftp://ftp.gtk.org/pub/babl/">ftp://ftp.gtk.org/pub/babl/</a>. 
    
4. Technical Description:
    4.1. Details:
    Features of babl include:
    * Fast algorithms.
    * Stable, small API.
    * Self profiling and optimizing.
    * ANSI C, works on 32bit and 64bit systems.
    * Extendable with new formats, color models, components and datatypes.
    * Reference 64bit floating point conversions for datatypes and color   
      models. 


    GEGL through GeglBuffer provides tiled buffers with on disk storage
    as well as linear buffers with accessor functions for efficient
    data access transparently using babl fishes for translation to the
    desired pixel formats.

    Babl is still in the early development stage, and the reference documentation
    is not yet complete. However, users may look in the extensions/  directory 
    of its sourcecode for samples of how the current internal API is defined for
    data types, color models, and conversions. 
 
 4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWbabl                             Uncommitted           SVr4 package  
  SUNWbabl-devel                       Uncommitted           SVr4 package
  /usr/lib/babl-0.0                    Volatile              directory for formats, 
                                                             color models, components, and
                                                             conversion extensions
  /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
  /usr/include/babl-0.0                Volatile              babl head files
  /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
  
  Imported Interfaces 
   babl only uses math lib and standard C lib, it doesn't import any other
   interfaces from other projects.
 
    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:
         SUNWbabl
         SUNWbabl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWbabl
      SUNWbabl-devel
      pkgmap
	pkginfo
	depend
	
    
    2.babl community
          <a class="moz-txt-link-freetext" href="http://gegl.org/babl">http://gegl.org/babl</a>

    3.babl on-line documents 
       <a class="moz-txt-link-freetext" href="http://www.gegl.org/babl/#Documentation">http://www.gegl.org/babl/#Documentation</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="">______________________________________________________________________
: 1 1566
1 i copyright 135 12587 1225692403
1 i depend 243 20606 1225692403
1 d none lib 0755 root bin
1 d none lib/babl-0.0 0755 root bin
1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
1 i pkginfo 556 45045 1225692403

______________________________________________________________________
: 1 72
1 i copyright 135 12587 1225692404
1 i depend 343 29625 1225692404
1 d none include 0755 root bin
1 d none include/babl-0.0 0755 root bin
1 d none include/babl-0.0/babl 0755 root bin
1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
1 d none lib 0755 root bin
1 d none lib/pkgconfig 0755 root other
1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
1 i pkginfo 602 49337 1225692404
    
      </pre>
    </blockquote>
    <pre wrap="">  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>

--Boundary_(ID_26EcOOT/sdQ7MlXZtK1r2g)--

From John.Fischer@sun.com Mon Nov 17 10:03:02 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 mAHI32M0015821
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 10:03:02 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAHI31k5008648
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 17 Nov 2008 10:03:01 -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 <0KAH0044XOT0D600@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Mon, 17 Nov 2008 11:03:00 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAH00HVFOSY3E70@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Mon,
 17 Nov 2008 11:02:58 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAHI2wj9028062	for
 <LSARC-ext@Sun.COM>; Mon, 17 Nov 2008 18:02:58 +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 <0KAH00F01O9VLM00@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:02:58 -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 <0KAH00KAXOSDP6F0@mail-amer.sun.com>; Mon,
 17 Nov 2008 11:02:38 -0700 (MST)
Date: Mon, 17 Nov 2008 10:02:37 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack	timeout	11/18/2008]
In-reply-to: <492137FF.2000407@sun.com>
Sender: John.Fischer@sun.com
To: Chris Wang <Chris.Wang@sun.com>
Cc: John Fischer <John.Fischer@sun.com>,
        "Irene (Shi Ying) Huang" <Irene.Huang@sun.com>,
        Shi-Ying Irene Huang <sh162551@sac.sfbay.sun.com>, LSARC-ext@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <1226944956.51667.70.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: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
 <491A922E.4060501@sun.com> <1226590867.49887.266.camel@sr1-umpk-16>
 <492137FF.2000407@sun.com>
Status: RO
Content-Length: 12269

Chris,

Great.  Is it safe to assume that sparcv9 will also be 
included?

Thanks,

John

On Mon, 2008-11-17 at 01:23, C Wang wrote:
> Following Changes has applied to babl arc documents.
> diff -uw onepager_babl_.txt.orig onepager_babl.txt
> --- onepager_babl_.txt.orig 2008-11-17 17:20:20.752011000 +0800
> +++ onepager_babl.txt 2008-11-17 17:17:00.733935000 +0800
> @@ -72,7 +72,9 @@
> /usr/lib/babl-0.0 Volatile directory for formats,
> color models, components, and
> conversion extensions
> + /usr/lib/amd64/babl-0.0 Volatile 64bit lib
> /usr/lib/libbabl-0.0.so.0.16.0 Volatile babl lib
> + /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile 64bit babl lib
> /usr/include/babl-0.0 Volatile babl head files
> /usr/lib/pkgconfig/babl.pc Uncommitted pc file
> 
> Please see attached new version.
> 
> Chris
> 
> 
> John Fischer ??:
> > Irene and Chris,
> >
> > Will this project be providing a 64-bit library
> > as well?
> >
> > Thanks,
> >
> > John
> >
> > On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
> >   
> >> Pkgmap for Babl 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:
> >>> 	 Babl 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:  babl 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:
> >>>         babl is a dynamic, any to any, pixel format translation library.
> >>>         It allows convertion between different methods of storing pixels
> >>>         known as pixel formats that have with different bitdepths and 
> >>>         other data representations, color models and component permutations.
> >>>
> >>>         A vocabulary to formulate new pixel formats from existing primitives
> >>>         is provided as well as the framework to add new color models and data
> >>>         types. 
> >>>
> >>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
> >>>         as well as linear buffers with accessor functions for efficient
> >>>         data access transparently using babl fishes for translation to the
> >>>         desired pixel formats.
> >>>         
> >>>         Babl is 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 versioned development version of babl can be found at
> >>>         ftp://ftp.gtk.org/pub/babl/. 
> >>>     
> >>> 4. Technical Description:
> >>>     4.1. Details:
> >>>     Features of babl include:
> >>>     * Fast algorithms.
> >>>     * Stable, small API.
> >>>     * Self profiling and optimizing.
> >>>     * ANSI C, works on 32bit and 64bit systems.
> >>>     * Extendable with new formats, color models, components and datatypes.
> >>>     * Reference 64bit floating point conversions for datatypes and color   
> >>>       models. 
> >>>
> >>>
> >>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
> >>>     as well as linear buffers with accessor functions for efficient
> >>>     data access transparently using babl fishes for translation to the
> >>>     desired pixel formats.
> >>>
> >>>     Babl is still in the early development stage, and the reference documentation
> >>>     is not yet complete. However, users may look in the extensions/  directory 
> >>>     of its sourcecode for samples of how the current internal API is defined for
> >>>     data types, color models, and conversions. 
> >>>  
> >>>  4.5. Interfaces:
> >>> 	
> >>>   Exported interfaces:
> >>>     
> >>>   Interface                             Stability              Comment        
> >>>    ---------------------------------------------------------------------------------
> >>>   SUNWbabl                             Uncommitted           SVr4 package  
> >>>   SUNWbabl-devel                       Uncommitted           SVr4 package
> >>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
> >>>                                                              color models, components, and
> >>>                                                              conversion extensions
> >>>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
> >>>   /usr/include/babl-0.0                Volatile              babl head files
> >>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
> >>>   
> >>>   Imported Interfaces 
> >>>    babl only uses math lib and standard C lib, it doesn't import any other
> >>>    interfaces from other projects.
> >>>  
> >>>     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:
> >>>          SUNWbabl
> >>>          SUNWbabl-devel 
> >>> 	
> >>>     4.11. Security Impact:
> >>> 	 No impact
> >>>     
> >>>        
> >>> 5. Reference Documents:
> >>>     1.SUNWbabl
> >>>       SUNWbabl-devel
> >>>       pkgmap
> >>> 	pkginfo
> >>> 	depend
> >>> 	
> >>>     
> >>>     2.babl community
> >>>           http://gegl.org/babl
> >>>
> >>>     3.babl on-line documents 
> >>>        http://www.gegl.org/babl/#Documentation
> >>>  
> >>>
> >>>
> >>> 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 1566
> >> 1 i copyright 135 12587 1225692403
> >> 1 i depend 243 20606 1225692403
> >> 1 d none lib 0755 root bin
> >> 1 d none lib/babl-0.0 0755 root bin
> >> 1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
> >> 1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
> >> 1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
> >> 1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
> >> 1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
> >> 1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
> >> 1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
> >> 1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
> >> 1 i pkginfo 556 45045 1225692403
> >>
> >> ______________________________________________________________________
> >> : 1 72
> >> 1 i copyright 135 12587 1225692404
> >> 1 i depend 343 29625 1225692404
> >> 1 d none include 0755 root bin
> >> 1 d none include/babl-0.0 0755 root bin
> >> 1 d none include/babl-0.0/babl 0755 root bin
> >> 1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
> >> 1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
> >> 1 d none lib 0755 root bin
> >> 1 d none lib/pkgconfig 0755 root other
> >> 1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
> >> 1 i pkginfo 602 49337 1225692404
> >>     
> >
> >   
> 
> 
> ______________________________________________________________________
> Template Version: %Z%%M% %I% %E% SMI
> 
> This information is 
> Copyright 2008 Sun Microsystems
> 
> 1. Introduction
>    1.1. Project/Component Working Name:  babl 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:
>         babl is a dynamic, any to any, pixel format translation library.
>         It allows convertion between different methods of storing pixels
>         known as pixel formats that have with different bitdepths and 
>         other data representations, color models and component permutations.
> 
>         A vocabulary to formulate new pixel formats from existing primitives
>         is provided as well as the framework to add new color models and data
>         types. 
> 
>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>         as well as linear buffers with accessor functions for efficient
>         data access transparently using babl fishes for translation to the
>         desired pixel formats.
>         
>         Babl is 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 versioned development version of babl can be found at
>         ftp://ftp.gtk.org/pub/babl/. 
>     
> 4. Technical Description:
>     4.1. Details:
>     Features of babl include:
>     * Fast algorithms.
>     * Stable, small API.
>     * Self profiling and optimizing.
>     * ANSI C, works on 32bit and 64bit systems.
>     * Extendable with new formats, color models, components and datatypes.
>     * Reference 64bit floating point conversions for datatypes and color   
>       models. 
> 
> 
>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>     as well as linear buffers with accessor functions for efficient
>     data access transparently using babl fishes for translation to the
>     desired pixel formats.
> 
>     Babl is still in the early development stage, and the reference documentation
>     is not yet complete. However, users may look in the extensions/  directory 
>     of its sourcecode for samples of how the current internal API is defined for
>     data types, color models, and conversions. 
>  
>  4.5. Interfaces:
> 	
>   Exported interfaces:
>     
>   Interface                             Stability              Comment        
>    ---------------------------------------------------------------------------------
>   SUNWbabl                             Uncommitted           SVr4 package  
>   SUNWbabl-devel                       Uncommitted           SVr4 package
>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>                                                              color models, components, and
>                                                              conversion extensions
>   /usr/lib/amd64/babl-0.0              Volatile              64bit lib
>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>   /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile              64bit babl lib
>   /usr/include/babl-0.0                Volatile              babl head files
>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>   
>   Imported Interfaces 
>    babl only uses math lib and standard C lib, it doesn't import any other
>    interfaces from other projects.
>  
>     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:
>          SUNWbabl
>          SUNWbabl-devel 
> 	
>     4.11. Security Impact:
> 	 No impact
>     
>        
> 5. Reference Documents:
>     1.SUNWbabl
>       SUNWbabl-devel
>       pkgmap
> 	pkginfo
> 	depend
> 	
>     
>     2.babl community
>           http://gegl.org/babl
> 
>     3.babl on-line documents 
>        http://www.gegl.org/babl/#Documentation
>  


From Chris.Wang@sun.com Mon Nov 17 18:45:00 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 mAI2j02Q006702
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 17 Nov 2008 18:45:00 -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 mAI2irDx011178
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 18 Nov 2008 02:44:58 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 <0KAI00E01CYX5500@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 17 Nov 2008 19:44:57 -0700 (MST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAI009NACYWRD10@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Mon,
 17 Nov 2008 19:44:57 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAI2it2T016064	for
 <LSARC-ext@sun.com>; Tue, 18 Nov 2008 02:44:55 +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 <0KAI00001CTT2300@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:55 +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 <0KAI00ME2CYUW5G4@mail-apac.sun.com>; Tue,
 18 Nov 2008 10:44:55 +0800 (SGT)
Date: Tue, 18 Nov 2008 10:32:09 +0800
From: C Wang <Chris.Wang@sun.com>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack	timeout	11/18/2008]
In-reply-to: <1226944956.51667.70.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: <49222929.4070104@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=GB2312
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
 <491A922E.4060501@sun.com> <1226590867.49887.266.camel@sr1-umpk-16>
 <492137FF.2000407@sun.com> <1226944956.51667.70.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.14 (X11/20080506)
Status: RO
Content-Length: 12549

Yes, we also deliver 64bit on Sparc.
Chris
John Fischer 写道:
> Chris,
>
> Great.  Is it safe to assume that sparcv9 will also be 
> included?
>
> Thanks,
>
> John
>
> On Mon, 2008-11-17 at 01:23, C Wang wrote:
>   
>> Following Changes has applied to babl arc documents.
>> diff -uw onepager_babl_.txt.orig onepager_babl.txt
>> --- onepager_babl_.txt.orig 2008-11-17 17:20:20.752011000 +0800
>> +++ onepager_babl.txt 2008-11-17 17:17:00.733935000 +0800
>> @@ -72,7 +72,9 @@
>> /usr/lib/babl-0.0 Volatile directory for formats,
>> color models, components, and
>> conversion extensions
>> + /usr/lib/amd64/babl-0.0 Volatile 64bit lib
>> /usr/lib/libbabl-0.0.so.0.16.0 Volatile babl lib
>> + /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile 64bit babl lib
>> /usr/include/babl-0.0 Volatile babl head files
>> /usr/lib/pkgconfig/babl.pc Uncommitted pc file
>>
>> Please see attached new version.
>>
>> Chris
>>
>>
>> John Fischer ??:
>>     
>>> Irene and Chris,
>>>
>>> Will this project be providing a 64-bit library
>>> as well?
>>>
>>> Thanks,
>>>
>>> John
>>>
>>> On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
>>>   
>>>       
>>>> Pkgmap for Babl 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:
>>>>> 	 Babl 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:  babl 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:
>>>>>         babl is a dynamic, any to any, pixel format translation library.
>>>>>         It allows convertion between different methods of storing pixels
>>>>>         known as pixel formats that have with different bitdepths and 
>>>>>         other data representations, color models and component permutations.
>>>>>
>>>>>         A vocabulary to formulate new pixel formats from existing primitives
>>>>>         is provided as well as the framework to add new color models and data
>>>>>         types. 
>>>>>
>>>>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>>>         as well as linear buffers with accessor functions for efficient
>>>>>         data access transparently using babl fishes for translation to the
>>>>>         desired pixel formats.
>>>>>         
>>>>>         Babl is 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 versioned development version of babl can be found at
>>>>>         ftp://ftp.gtk.org/pub/babl/. 
>>>>>     
>>>>> 4. Technical Description:
>>>>>     4.1. Details:
>>>>>     Features of babl include:
>>>>>     * Fast algorithms.
>>>>>     * Stable, small API.
>>>>>     * Self profiling and optimizing.
>>>>>     * ANSI C, works on 32bit and 64bit systems.
>>>>>     * Extendable with new formats, color models, components and datatypes.
>>>>>     * Reference 64bit floating point conversions for datatypes and color   
>>>>>       models. 
>>>>>
>>>>>
>>>>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>>>     as well as linear buffers with accessor functions for efficient
>>>>>     data access transparently using babl fishes for translation to the
>>>>>     desired pixel formats.
>>>>>
>>>>>     Babl is still in the early development stage, and the reference documentation
>>>>>     is not yet complete. However, users may look in the extensions/  directory 
>>>>>     of its sourcecode for samples of how the current internal API is defined for
>>>>>     data types, color models, and conversions. 
>>>>>  
>>>>>  4.5. Interfaces:
>>>>> 	
>>>>>   Exported interfaces:
>>>>>     
>>>>>   Interface                             Stability              Comment        
>>>>>    ---------------------------------------------------------------------------------
>>>>>   SUNWbabl                             Uncommitted           SVr4 package  
>>>>>   SUNWbabl-devel                       Uncommitted           SVr4 package
>>>>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>>>>>                                                              color models, components, and
>>>>>                                                              conversion extensions
>>>>>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>>>>>   /usr/include/babl-0.0                Volatile              babl head files
>>>>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>>>>>   
>>>>>   Imported Interfaces 
>>>>>    babl only uses math lib and standard C lib, it doesn't import any other
>>>>>    interfaces from other projects.
>>>>>  
>>>>>     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:
>>>>>          SUNWbabl
>>>>>          SUNWbabl-devel 
>>>>> 	
>>>>>     4.11. Security Impact:
>>>>> 	 No impact
>>>>>     
>>>>>        
>>>>> 5. Reference Documents:
>>>>>     1.SUNWbabl
>>>>>       SUNWbabl-devel
>>>>>       pkgmap
>>>>> 	pkginfo
>>>>> 	depend
>>>>> 	
>>>>>     
>>>>>     2.babl community
>>>>>           http://gegl.org/babl
>>>>>
>>>>>     3.babl on-line documents 
>>>>>        http://www.gegl.org/babl/#Documentation
>>>>>  
>>>>>
>>>>>
>>>>> 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 1566
>>>> 1 i copyright 135 12587 1225692403
>>>> 1 i depend 243 20606 1225692403
>>>> 1 d none lib 0755 root bin
>>>> 1 d none lib/babl-0.0 0755 root bin
>>>> 1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
>>>> 1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
>>>> 1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
>>>> 1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
>>>> 1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
>>>> 1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
>>>> 1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
>>>> 1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
>>>> 1 i pkginfo 556 45045 1225692403
>>>>
>>>> ______________________________________________________________________
>>>> : 1 72
>>>> 1 i copyright 135 12587 1225692404
>>>> 1 i depend 343 29625 1225692404
>>>> 1 d none include 0755 root bin
>>>> 1 d none include/babl-0.0 0755 root bin
>>>> 1 d none include/babl-0.0/babl 0755 root bin
>>>> 1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
>>>> 1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
>>>> 1 d none lib 0755 root bin
>>>> 1 d none lib/pkgconfig 0755 root other
>>>> 1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
>>>> 1 i pkginfo 602 49337 1225692404
>>>>     
>>>>         
>>>   
>>>       
>> ______________________________________________________________________
>> Template Version: %Z%%M% %I% %E% SMI
>>
>> This information is 
>> Copyright 2008 Sun Microsystems
>>
>> 1. Introduction
>>    1.1. Project/Component Working Name:  babl 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:
>>         babl is a dynamic, any to any, pixel format translation library.
>>         It allows convertion between different methods of storing pixels
>>         known as pixel formats that have with different bitdepths and 
>>         other data representations, color models and component permutations.
>>
>>         A vocabulary to formulate new pixel formats from existing primitives
>>         is provided as well as the framework to add new color models and data
>>         types. 
>>
>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>>         as well as linear buffers with accessor functions for efficient
>>         data access transparently using babl fishes for translation to the
>>         desired pixel formats.
>>         
>>         Babl is 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 versioned development version of babl can be found at
>>         ftp://ftp.gtk.org/pub/babl/. 
>>     
>> 4. Technical Description:
>>     4.1. Details:
>>     Features of babl include:
>>     * Fast algorithms.
>>     * Stable, small API.
>>     * Self profiling and optimizing.
>>     * ANSI C, works on 32bit and 64bit systems.
>>     * Extendable with new formats, color models, components and datatypes.
>>     * Reference 64bit floating point conversions for datatypes and color   
>>       models. 
>>
>>
>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>>     as well as linear buffers with accessor functions for efficient
>>     data access transparently using babl fishes for translation to the
>>     desired pixel formats.
>>
>>     Babl is still in the early development stage, and the reference documentation
>>     is not yet complete. However, users may look in the extensions/  directory 
>>     of its sourcecode for samples of how the current internal API is defined for
>>     data types, color models, and conversions. 
>>  
>>  4.5. Interfaces:
>> 	
>>   Exported interfaces:
>>     
>>   Interface                             Stability              Comment        
>>    ---------------------------------------------------------------------------------
>>   SUNWbabl                             Uncommitted           SVr4 package  
>>   SUNWbabl-devel                       Uncommitted           SVr4 package
>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>>                                                              color models, components, and
>>                                                              conversion extensions
>>   /usr/lib/amd64/babl-0.0              Volatile              64bit lib
>>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>>   /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile              64bit babl lib
>>   /usr/include/babl-0.0                Volatile              babl head files
>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>>   
>>   Imported Interfaces 
>>    babl only uses math lib and standard C lib, it doesn't import any other
>>    interfaces from other projects.
>>  
>>     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:
>>          SUNWbabl
>>          SUNWbabl-devel 
>> 	
>>     4.11. Security Impact:
>> 	 No impact
>>     
>>        
>> 5. Reference Documents:
>>     1.SUNWbabl
>>       SUNWbabl-devel
>>       pkgmap
>> 	pkginfo
>> 	depend
>> 	
>>     
>>     2.babl community
>>           http://gegl.org/babl
>>
>>     3.babl on-line documents 
>>        http://www.gegl.org/babl/#Documentation
>>  
>>     
>
>   


From Irene.Huang@sun.com Tue Nov 18 22:03:40 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 mAJ63dM7027122
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 22:03:40 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAJ63cHB003984
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 19 Nov 2008 06:03:38 GMT
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 <0KAK00K03GU1M100@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Tue, 18 Nov 2008 22:03:37 -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 <0KAK00H62GU02LA0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Tue,
 18 Nov 2008 22:03:37 -0800 (PST)
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 mAJ63ZYo022884	for
 <LSARC-ext@Sun.COM>; Wed, 19 Nov 2008 06:03:35 +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 <0KAK00F01GSKXW00@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:03:35 +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 <0KAK00MIMGTWVZFA@mail-apac.sun.com>; Wed,
 19 Nov 2008 14:03:34 +0800 (SGT)
Date: Wed, 19 Nov 2008 14:03:28 +0800
From: Irene Huang <Irene.Huang@sun.com>
Subject: Re: Babl for OpenSolaris [LSARC/2008/702 FastTrack	timeout	11/18/2008]
In-reply-to: <49222929.4070104@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: <4923AC30.6030501@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_ETLi8zIVtvIfhQmXzeCvUw)"
X-PMX-Version: 5.4.1.325704
References: <200811120810.mAC8AbmA026340@sac.sfbay.sun.com>
 <491A922E.4060501@sun.com> <1226590867.49887.266.camel@sr1-umpk-16>
 <492137FF.2000407@sun.com> <1226944956.51667.70.camel@sr1-umpk-16>
 <49222929.4070104@sun.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
Status: RO
Content-Length: 26338

This is a multi-part message in MIME format.

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

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 will also be 
>> included?
>>
>> Thanks,
>>
>> John
>>
>> On Mon, 2008-11-17 at 01:23, C Wang wrote:
>>   
>>     
>>> Following Changes has applied to babl arc documents.
>>> diff -uw onepager_babl_.txt.orig onepager_babl.txt
>>> --- onepager_babl_.txt.orig 2008-11-17 17:20:20.752011000 +0800
>>> +++ onepager_babl.txt 2008-11-17 17:17:00.733935000 +0800
>>> @@ -72,7 +72,9 @@
>>> /usr/lib/babl-0.0 Volatile directory for formats,
>>> color models, components, and
>>> conversion extensions
>>> + /usr/lib/amd64/babl-0.0 Volatile 64bit lib
>>> /usr/lib/libbabl-0.0.so.0.16.0 Volatile babl lib
>>> + /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile 64bit babl lib
>>> /usr/include/babl-0.0 Volatile babl head files
>>> /usr/lib/pkgconfig/babl.pc Uncommitted pc file
>>>
>>> Please see attached new version.
>>>
>>> Chris
>>>
>>>
>>> John Fischer ??:
>>>     
>>>       
>>>> Irene and Chris,
>>>>
>>>> Will this project be providing a 64-bit library
>>>> as well?
>>>>
>>>> Thanks,
>>>>
>>>> John
>>>>
>>>> On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
>>>>   
>>>>       
>>>>         
>>>>> Pkgmap for Babl 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:
>>>>>> 	 Babl 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:  babl 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:
>>>>>>         babl is a dynamic, any to any, pixel format translation library.
>>>>>>         It allows convertion between different methods of storing pixels
>>>>>>         known as pixel formats that have with different bitdepths and 
>>>>>>         other data representations, color models and component permutations.
>>>>>>
>>>>>>         A vocabulary to formulate new pixel formats from existing primitives
>>>>>>         is provided as well as the framework to add new color models and data
>>>>>>         types. 
>>>>>>
>>>>>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>>>>         as well as linear buffers with accessor functions for efficient
>>>>>>         data access transparently using babl fishes for translation to the
>>>>>>         desired pixel formats.
>>>>>>         
>>>>>>         Babl is 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 versioned development version of babl can be found at
>>>>>>         ftp://ftp.gtk.org/pub/babl/. 
>>>>>>     
>>>>>> 4. Technical Description:
>>>>>>     4.1. Details:
>>>>>>     Features of babl include:
>>>>>>     * Fast algorithms.
>>>>>>     * Stable, small API.
>>>>>>     * Self profiling and optimizing.
>>>>>>     * ANSI C, works on 32bit and 64bit systems.
>>>>>>     * Extendable with new formats, color models, components and datatypes.
>>>>>>     * Reference 64bit floating point conversions for datatypes and color   
>>>>>>       models. 
>>>>>>
>>>>>>
>>>>>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>>>>     as well as linear buffers with accessor functions for efficient
>>>>>>     data access transparently using babl fishes for translation to the
>>>>>>     desired pixel formats.
>>>>>>
>>>>>>     Babl is still in the early development stage, and the reference documentation
>>>>>>     is not yet complete. However, users may look in the extensions/  directory 
>>>>>>     of its sourcecode for samples of how the current internal API is defined for
>>>>>>     data types, color models, and conversions. 
>>>>>>  
>>>>>>  4.5. Interfaces:
>>>>>> 	
>>>>>>   Exported interfaces:
>>>>>>     
>>>>>>   Interface                             Stability              Comment        
>>>>>>    ---------------------------------------------------------------------------------
>>>>>>   SUNWbabl                             Uncommitted           SVr4 package  
>>>>>>   SUNWbabl-devel                       Uncommitted           SVr4 package
>>>>>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>>>>>>                                                              color models, components, and
>>>>>>                                                              conversion extensions
>>>>>>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>>>>>>   /usr/include/babl-0.0                Volatile              babl head files
>>>>>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>>>>>>   
>>>>>>   Imported Interfaces 
>>>>>>    babl only uses math lib and standard C lib, it doesn't import any other
>>>>>>    interfaces from other projects.
>>>>>>  
>>>>>>     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:
>>>>>>          SUNWbabl
>>>>>>          SUNWbabl-devel 
>>>>>> 	
>>>>>>     4.11. Security Impact:
>>>>>> 	 No impact
>>>>>>     
>>>>>>        
>>>>>> 5. Reference Documents:
>>>>>>     1.SUNWbabl
>>>>>>       SUNWbabl-devel
>>>>>>       pkgmap
>>>>>> 	pkginfo
>>>>>> 	depend
>>>>>> 	
>>>>>>     
>>>>>>     2.babl community
>>>>>>           http://gegl.org/babl
>>>>>>
>>>>>>     3.babl on-line documents 
>>>>>>        http://www.gegl.org/babl/#Documentation
>>>>>>  
>>>>>>
>>>>>>
>>>>>> 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 1566
>>>>> 1 i copyright 135 12587 1225692403
>>>>> 1 i depend 243 20606 1225692403
>>>>> 1 d none lib 0755 root bin
>>>>> 1 d none lib/babl-0.0 0755 root bin
>>>>> 1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
>>>>> 1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
>>>>> 1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
>>>>> 1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
>>>>> 1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
>>>>> 1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
>>>>> 1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
>>>>> 1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
>>>>> 1 i pkginfo 556 45045 1225692403
>>>>>
>>>>> ______________________________________________________________________
>>>>> : 1 72
>>>>> 1 i copyright 135 12587 1225692404
>>>>> 1 i depend 343 29625 1225692404
>>>>> 1 d none include 0755 root bin
>>>>> 1 d none include/babl-0.0 0755 root bin
>>>>> 1 d none include/babl-0.0/babl 0755 root bin
>>>>> 1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
>>>>> 1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
>>>>> 1 d none lib 0755 root bin
>>>>> 1 d none lib/pkgconfig 0755 root other
>>>>> 1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
>>>>> 1 i pkginfo 602 49337 1225692404
>>>>>     
>>>>>         
>>>>>           
>>>>   
>>>>       
>>>>         
>>> ______________________________________________________________________
>>> Template Version: %Z%%M% %I% %E% SMI
>>>
>>> This information is 
>>> Copyright 2008 Sun Microsystems
>>>
>>> 1. Introduction
>>>    1.1. Project/Component Working Name:  babl 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:
>>>         babl is a dynamic, any to any, pixel format translation library.
>>>         It allows convertion between different methods of storing pixels
>>>         known as pixel formats that have with different bitdepths and 
>>>         other data representations, color models and component permutations.
>>>
>>>         A vocabulary to formulate new pixel formats from existing primitives
>>>         is provided as well as the framework to add new color models and data
>>>         types. 
>>>
>>>         GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>         as well as linear buffers with accessor functions for efficient
>>>         data access transparently using babl fishes for translation to the
>>>         desired pixel formats.
>>>         
>>>         Babl is 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 versioned development version of babl can be found at
>>>         ftp://ftp.gtk.org/pub/babl/. 
>>>     
>>> 4. Technical Description:
>>>     4.1. Details:
>>>     Features of babl include:
>>>     * Fast algorithms.
>>>     * Stable, small API.
>>>     * Self profiling and optimizing.
>>>     * ANSI C, works on 32bit and 64bit systems.
>>>     * Extendable with new formats, color models, components and datatypes.
>>>     * Reference 64bit floating point conversions for datatypes and color   
>>>       models. 
>>>
>>>
>>>     GEGL through GeglBuffer provides tiled buffers with on disk storage
>>>     as well as linear buffers with accessor functions for efficient
>>>     data access transparently using babl fishes for translation to the
>>>     desired pixel formats.
>>>
>>>     Babl is still in the early development stage, and the reference documentation
>>>     is not yet complete. However, users may look in the extensions/  directory 
>>>     of its sourcecode for samples of how the current internal API is defined for
>>>     data types, color models, and conversions. 
>>>  
>>>  4.5. Interfaces:
>>> 	
>>>   Exported interfaces:
>>>     
>>>   Interface                             Stability              Comment        
>>>    ---------------------------------------------------------------------------------
>>>   SUNWbabl                             Uncommitted           SVr4 package  
>>>   SUNWbabl-devel                       Uncommitted           SVr4 package
>>>   /usr/lib/babl-0.0                    Volatile              directory for formats, 
>>>                                                              color models, components, and
>>>                                                              conversion extensions
>>>   /usr/lib/amd64/babl-0.0              Volatile              64bit lib
>>>   /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
>>>   /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile              64bit babl lib
>>>   /usr/include/babl-0.0                Volatile              babl head files
>>>   /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
>>>   
>>>   Imported Interfaces 
>>>    babl only uses math lib and standard C lib, it doesn't import any other
>>>    interfaces from other projects.
>>>  
>>>     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:
>>>          SUNWbabl
>>>          SUNWbabl-devel 
>>> 	
>>>     4.11. Security Impact:
>>> 	 No impact
>>>     
>>>        
>>> 5. Reference Documents:
>>>     1.SUNWbabl
>>>       SUNWbabl-devel
>>>       pkgmap
>>> 	pkginfo
>>> 	depend
>>> 	
>>>     
>>>     2.babl community
>>>           http://gegl.org/babl
>>>
>>>     3.babl on-line documents 
>>>        http://www.gegl.org/babl/#Documentation
>>>  
>>>     
>>>       
>>   
>>     
>
>   


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

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=GB2312" 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:49222929.4070104@sun.com" type="cite">
  <pre wrap="">Yes, we also deliver 64bit on Sparc.
Chris
John Fischer 写道:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Chris,

Great.  Is it safe to assume that sparcv9 will also be 
included?

Thanks,

John

On Mon, 2008-11-17 at 01:23, C Wang wrote:
  
    </pre>
    <blockquote type="cite">
      <pre wrap="">Following Changes has applied to babl arc documents.
diff -uw onepager_babl_.txt.orig onepager_babl.txt
--- onepager_babl_.txt.orig 2008-11-17 17:20:20.752011000 +0800
+++ onepager_babl.txt 2008-11-17 17:17:00.733935000 +0800
@@ -72,7 +72,9 @@
/usr/lib/babl-0.0 Volatile directory for formats,
color models, components, and
conversion extensions
+ /usr/lib/amd64/babl-0.0 Volatile 64bit lib
/usr/lib/libbabl-0.0.so.0.16.0 Volatile babl lib
+ /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile 64bit babl lib
/usr/include/babl-0.0 Volatile babl head files
/usr/lib/pkgconfig/babl.pc Uncommitted pc file

Please see attached new version.

Chris


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

Will this project be providing a 64-bit library
as well?

Thanks,

John

On Wed, 2008-11-12 at 00:22, Irene Huang wrote:
  
      
        </pre>
        <blockquote type="cite">
          <pre wrap="">Pkgmap for Babl attached.

--Irene
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:
	 Babl 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:  babl 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:
        babl is a dynamic, any to any, pixel format translation library.
        It allows convertion between different methods of storing pixels
        known as pixel formats that have with different bitdepths and 
        other data representations, color models and component permutations.

        A vocabulary to formulate new pixel formats from existing primitives
        is provided as well as the framework to add new color models and data
        types. 

        GEGL through GeglBuffer provides tiled buffers with on disk storage
        as well as linear buffers with accessor functions for efficient
        data access transparently using babl fishes for translation to the
        desired pixel formats.
        
        Babl is 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 versioned development version of babl can be found at
        <a class="moz-txt-link-freetext" href="ftp://ftp.gtk.org/pub/babl/">ftp://ftp.gtk.org/pub/babl/</a>. 
    
4. Technical Description:
    4.1. Details:
    Features of babl include:
    * Fast algorithms.
    * Stable, small API.
    * Self profiling and optimizing.
    * ANSI C, works on 32bit and 64bit systems.
    * Extendable with new formats, color models, components and datatypes.
    * Reference 64bit floating point conversions for datatypes and color   
      models. 


    GEGL through GeglBuffer provides tiled buffers with on disk storage
    as well as linear buffers with accessor functions for efficient
    data access transparently using babl fishes for translation to the
    desired pixel formats.

    Babl is still in the early development stage, and the reference documentation
    is not yet complete. However, users may look in the extensions/  directory 
    of its sourcecode for samples of how the current internal API is defined for
    data types, color models, and conversions. 
 
 4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWbabl                             Uncommitted           SVr4 package  
  SUNWbabl-devel                       Uncommitted           SVr4 package
  /usr/lib/babl-0.0                    Volatile              directory for formats, 
                                                             color models, components, and
                                                             conversion extensions
  /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
  /usr/include/babl-0.0                Volatile              babl head files
  /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
  
  Imported Interfaces 
   babl only uses math lib and standard C lib, it doesn't import any other
   interfaces from other projects.
 
    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:
         SUNWbabl
         SUNWbabl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWbabl
      SUNWbabl-devel
      pkgmap
	pkginfo
	depend
	
    
    2.babl community
          <a class="moz-txt-link-freetext" href="http://gegl.org/babl">http://gegl.org/babl</a>

    3.babl on-line documents 
       <a class="moz-txt-link-freetext" href="http://www.gegl.org/babl/#Documentation">http://www.gegl.org/babl/#Documentation</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="">______________________________________________________________________
: 1 1566
1 i copyright 135 12587 1225692403
1 i depend 243 20606 1225692403
1 d none lib 0755 root bin
1 d none lib/babl-0.0 0755 root bin
1 f none lib/babl-0.0/CIE-Lab.so 0755 chi other 43460 56911 1225692403
1 f none lib/babl-0.0/gegl-fixups.so 0755 chi other 27876 6160 1225692403
1 f none lib/babl-0.0/gggl-lies.so 0755 chi other 82772 12845 1225692403
1 f none lib/babl-0.0/gggl.so 0755 chi other 85436 12897 1225692403
1 f none lib/babl-0.0/naive-CMYK.so 0755 chi other 13532 29173 1225692403
1 s none lib/libbabl-0.0.so=libbabl-0.0.so.0.16.0
1 s none lib/libbabl-0.0.so.0=libbabl-0.0.so.0.16.0
1 f none lib/libbabl-0.0.so.0.16.0 0755 chi other 509920 18520 1225692403
1 i pkginfo 556 45045 1225692403

______________________________________________________________________
: 1 72
1 i copyright 135 12587 1225692404
1 i depend 343 29625 1225692404
1 d none include 0755 root bin
1 d none include/babl-0.0 0755 root bin
1 d none include/babl-0.0/babl 0755 root bin
1 f none include/babl-0.0/babl/babl-classes.h 0644 root bin 8022 16584 1225692403
1 f none include/babl-0.0/babl/babl.h 0644 root bin 7431 43231 1225692403
1 d none lib 0755 root bin
1 d none lib/pkgconfig 0755 root other
1 f none lib/pkgconfig/babl.pc 0644 root bin 255 22687 1225692403
1 i pkginfo 602 49337 1225692404
    
        
          </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:  babl 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:
        babl is a dynamic, any to any, pixel format translation library.
        It allows convertion between different methods of storing pixels
        known as pixel formats that have with different bitdepths and 
        other data representations, color models and component permutations.

        A vocabulary to formulate new pixel formats from existing primitives
        is provided as well as the framework to add new color models and data
        types. 

        GEGL through GeglBuffer provides tiled buffers with on disk storage
        as well as linear buffers with accessor functions for efficient
        data access transparently using babl fishes for translation to the
        desired pixel formats.
        
        Babl is 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 versioned development version of babl can be found at
        <a class="moz-txt-link-freetext" href="ftp://ftp.gtk.org/pub/babl/">ftp://ftp.gtk.org/pub/babl/</a>. 
    
4. Technical Description:
    4.1. Details:
    Features of babl include:
    * Fast algorithms.
    * Stable, small API.
    * Self profiling and optimizing.
    * ANSI C, works on 32bit and 64bit systems.
    * Extendable with new formats, color models, components and datatypes.
    * Reference 64bit floating point conversions for datatypes and color   
      models. 


    GEGL through GeglBuffer provides tiled buffers with on disk storage
    as well as linear buffers with accessor functions for efficient
    data access transparently using babl fishes for translation to the
    desired pixel formats.

    Babl is still in the early development stage, and the reference documentation
    is not yet complete. However, users may look in the extensions/  directory 
    of its sourcecode for samples of how the current internal API is defined for
    data types, color models, and conversions. 
 
 4.5. Interfaces:
	
  Exported interfaces:
    
  Interface                             Stability              Comment        
   ---------------------------------------------------------------------------------
  SUNWbabl                             Uncommitted           SVr4 package  
  SUNWbabl-devel                       Uncommitted           SVr4 package
  /usr/lib/babl-0.0                    Volatile              directory for formats, 
                                                             color models, components, and
                                                             conversion extensions
  /usr/lib/amd64/babl-0.0              Volatile              64bit lib
  /usr/lib/libbabl-0.0.so.0.16.0       Volatile              babl lib
  /usr/lib/amd64/libbabl-0.0.so.0.16.0 Volatile              64bit babl lib
  /usr/include/babl-0.0                Volatile              babl head files
  /usr/lib/pkgconfig/babl.pc           Uncommitted           pc file
  
  Imported Interfaces 
   babl only uses math lib and standard C lib, it doesn't import any other
   interfaces from other projects.
 
    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:
         SUNWbabl
         SUNWbabl-devel 
	
    4.11. Security Impact:
	 No impact
    
       
5. Reference Documents:
    1.SUNWbabl
      SUNWbabl-devel
      pkgmap
	pkginfo
	depend
	
    
    2.babl community
          <a class="moz-txt-link-freetext" href="http://gegl.org/babl">http://gegl.org/babl</a>

    3.babl on-line documents 
       <a class="moz-txt-link-freetext" href="http://www.gegl.org/babl/#Documentation">http://www.gegl.org/babl/#Documentation</a>
 
    
      </pre>
    </blockquote>
    <pre wrap="">  
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>

--Boundary_(ID_ETLi8zIVtvIfhQmXzeCvUw)--

