From <IMAP4.psuedo.sims> Fri May 23 11:47:07 2008
Date: Fri, 23 May 2008 11:47:07 -0700 (PDT)
From: Postmaster
Subject: Message from mail server       
Content-Length: 95
Mime-Version: 1.0
Status: RO
X-IMAP: 1211568427 2

Delete.
This is a system message.                                














--END+PSEUDO--

From dhain@sac.sfbay.sun.com Mon May 19 14:21:31 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 m4JLLVTH026124
	for <psarc-ext@sac.sfbay.sun.com>; Mon, 19 May 2008 14:21:31 -0700 (PDT)
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 m4JLLTQj010678
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@Sun.COM>; Mon, 19 May 2008 14:21:31 -0700 (PDT)
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 <0K1400L03WNVJB00@brm-avmta-1.central.sun.com> for PSARC-ext@Sun.COM
 (ORCPT PSARC-ext@Sun.COM); Mon, 19 May 2008 15:21:31 -0600 (MDT)
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 <0K140082IWNU5Z90@brm-avmta-1.central.sun.com> for
 PSARC-ext@Sun.COM (ORCPT PSARC-ext@Sun.COM); Mon,
 19 May 2008 15:21:30 -0600 (MDT)
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 m4JLLTIO015745; Mon, 19 May 2008 14:21:29 -0700 (PDT)
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 m4JLLT7u026121; Mon,
 19 May 2008 14:21:29 -0700 (PDT)
Received: (from dhain@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id m4JLLT6T026117; Mon,
 19 May 2008 14:21:29 -0700 (PDT)
Date: Mon, 19 May 2008 14:21:29 -0700 (PDT)
From: Daniel Hain <dhain@sac.sfbay.sun.com>
Subject: Integrate libdvdread into Solaris [PSARC/2008/333 FastTrack timeout
 5/26/2008]
To: PSARC-ext@sun.com
Cc: Gabriel.Carrillo@sun.com, Kevin.McInerney@sun.com
Message-id: <200805192121.m4JLLT6T026117@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Content-Length: 2814
Status: RO
X-Status: $$$$
X-UID: 0000000001

I'm sponsoring this FastTrack for Gabriel Carrillo and Kevin McInerney. 
Man page is located in the project directory.
Requested binding is micro. 

Dan

Template Version: @(#)sac_nextcase 1.66 04/17/08 SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 Integrate libdvdread into Solaris
    1.2. Name of Document Author/Supplier:
	 Author:  Gabriel Carrillo
    1.3  Date of This Document:
	19 May, 2008
4. Technical Description
Proposal:

        Integrate libdvdread into Solaris

Details:
       
	libdvdread provides a simple foundation for reading DVD-Video images.
        It offers DVD applications:

        1. A simple abstraction for reading the files on a DVD image
           (dvd_reader.h).
        2. A simple library for parsing the information (IFO) files
           (ifo_read.h/ifo_types.h).
        3. A simple library for parsing the navigation (NAV) packets
           (nav_read.h/nav_types.h).

        This allows application designers to access some of the more advanced
        features of the DVD format.

        libdvdread currently uses libdl to dynamically probe for libdvdcss at
        runtime.  If libdvdcss is found, then it can be used to unscramble
	content protected by the Content Scrambling System (CSS). Sun does not
	intend to deliver libdvdcss.

	libdvdread is part of the Ogle Project, developed by Bjorn Englund,
	Hakan Hjort, Vilhelm Bergman, Martin Noback, and Bjorn Augustsson -
	webpage:  http://www.dtek.chalmers.se/groups/dvd/index.shtml
	
	The current version of libdvdread is 0.9.7. (10/06/2006).

Exported Interfaces:

        SUNWlibdvdread          		Uncommitted	package name
	/usr/lib/libdvdread.so			Uncommitted	library	
	/usr/include/dvdread/cmd_print.h	Uncommitted	header file
	/usr/include/dvdread/dvd_reader.h	Uncommitted	header file
	/usr/include/dvdread/ifo_print.h	Uncommitted	header file
	/usr/include/dvdread/ifo_read.h		Uncommitted	header file
	/usr/include/dvdread/ifo_types.h	Uncommitted	header file
	/usr/include/dvdread/nav_print.h	Uncommitted	header file
	/usr/include/dvdread/nav_read.h		Uncommitted	header file
	/usr/include/dvdread/nav_types.h	Uncommitted	header file
	libdvdread C APIs			Uncommitted	API

Doc Impact:
        New man page: libdvdread.3LIB (see case directory).  This is a man
	page we created since none previously existed.  It provides basic
	information about the library, and points users to the project's
	homepage. 

Security Impact:

	None.

References:
[1] http://www.dtek.chalmers.se/groups/dvd/development.shtml 

[2] 6658259 Port libdvdread-0.9.7 to Solaris





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


From Daniel.Hain@sun.com Mon May 19 14:29:54 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 m4JLTrXp026444
	for <psarc-ext@sac.sfbay.Sun.COM>; Mon, 19 May 2008 14:29:53 -0700 (PDT)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4JLTnCJ021237
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Tue, 20 May 2008 05:29:52 +0800 (SGT)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0K1400K0DX1QL000@nwk-avmta-2.sfbay.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Mon, 19 May 2008 14:29:50 -0700 (PDT)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1400I96X1P8850@nwk-avmta-2.sfbay.sun.com> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 19 May 2008 14:29:49 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4JLTnbo024554	for
 <PSARC-ext@sun.com>; Mon, 19 May 2008 14:29:49 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K1400H01X0OG500@fe-sfbay-09.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Mon,
 19 May 2008 14:29:49 -0700 (PDT)
Received: from dhcp-usan09-88-152.West.Sun.COM ([129.153.88.152])
 by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K1400HQPX1NS5B0@fe-sfbay-09.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Mon, 19 May 2008 14:29:47 -0700 (PDT)
Date: Mon, 19 May 2008 14:29:44 -0700
From: Dan Hain <Daniel.Hain@sun.com>
Subject: Integrate libdvdread into Solaris [PSARC/2008/333 FastTrack timeout
 5/26/2008]
Sender: Daniel.Hain@sun.com
To: PSARC-ext@sun.com
Cc: Gabriel.Carrillo@sun.com, Kevin.McInerney@sun.com
Message-id: <4831F148.4050108@sun.com>
Organization: Solaris Revenue Product Engineering
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
Content-Length: 2585
Status: RO
X-Status: $$$$
X-UID: 0000000002

I'm sponsoring this FastTrack for Gabriel Carrillo and Kevin McInerney.
Man page is located in the project directory.
Requested binding is micro.

- Dan

Proposal:

        Integrate libdvdread into Solaris

Details:
       
        libdvdread provides a simple foundation for reading DVD-Video images.
        It offers DVD applications:

        1. A simple abstraction for reading the files on a DVD image
           (dvd_reader.h).
        2. A simple library for parsing the information (IFO) files
           (ifo_read.h/ifo_types.h).
        3. A simple library for parsing the navigation (NAV) packets
           (nav_read.h/nav_types.h).

        This allows application designers to access some of the more advanced
        features of the DVD format.

        libdvdread currently uses libdl to dynamically probe for libdvdcss at
        runtime.  If libdvdcss is found, then it can be used to unscramble
        content protected by the Content Scrambling System (CSS). Sun does not
        intend to deliver libdvdcss.

        libdvdread is part of the Ogle Project, developed by Bjorn Englund,
        Hakan Hjort, Vilhelm Bergman, Martin Noback, and Bjorn Augustsson -
        webpage:  http://www.dtek.chalmers.se/groups/dvd/index.shtml
        
        The current version of libdvdread is 0.9.7. (10/06/2006).

Exported Interfaces:

        SUNWlibdvdread                          Uncommitted     package name
        /usr/lib/libdvdread.so                  Uncommitted     library 
        /usr/include/dvdread/cmd_print.h        Uncommitted     header file
        /usr/include/dvdread/dvd_reader.h       Uncommitted     header file
        /usr/include/dvdread/ifo_print.h        Uncommitted     header file
        /usr/include/dvdread/ifo_read.h         Uncommitted     header file
        /usr/include/dvdread/ifo_types.h        Uncommitted     header file
        /usr/include/dvdread/nav_print.h        Uncommitted     header file
        /usr/include/dvdread/nav_read.h         Uncommitted     header file
        /usr/include/dvdread/nav_types.h        Uncommitted     header file
        libdvdread C APIs                       Uncommitted     API

Doc Impact:
        New man page: libdvdread.3 (see case directory).  This is a man
        page we created since none previously existed.  It provides basic
        information about the library, and points users to the project's
        homepage. 

Security Impact:

        None.

References:
[1] http://www.dtek.chalmers.se/groups/dvd/development.shtml 

[2] 6658259 Port libdvdread-0.9.7 to Solaris



From Daniel.Hain@Sun.COM Wed May 28 10:09:31 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 m4SH9UXv010338
	for <psarc-ext@sac.sfbay.Sun.COM>; Wed, 28 May 2008 10:09:30 -0700 (PDT)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id m4SH9S9n026133
	for <@sunmail2sca.sfbay.sun.com:PSARC-ext@sun.com>; Thu, 29 May 2008 01:09:29 +0800 (SGT)
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 <0K1L0040B8ZS5600@nwk-avmta-1.sfbay.Sun.COM> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 28 May 2008 10:09:28 -0700 (PDT)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0K1L00KEX8ZRY170@nwk-avmta-1.sfbay.Sun.COM> for
 PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 28 May 2008 10:09:27 -0700 (PDT)
Received: from fe-sfbay-09.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m4SH9RmO015819	for
 <PSARC-ext@sun.com>; Wed, 28 May 2008 10:09:27 -0700 (PDT)
Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0K1L00C018RIBW00@fe-sfbay-09.sun.com>
 (original mail from Daniel.Hain@Sun.COM)
 for PSARC-ext@sun.com (ORCPT PSARC-ext@sun.com); Wed,
 28 May 2008 10:09:27 -0700 (PDT)
Received: from dhcp-usan09-88-133.West.Sun.COM ([129.153.88.133])
 by fe-sfbay-09.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0K1L00J7N8ZOS810@fe-sfbay-09.sun.com> for PSARC-ext@sun.com
 (ORCPT PSARC-ext@sun.com); Wed, 28 May 2008 10:09:25 -0700 (PDT)
Date: Wed, 28 May 2008 10:09:22 -0700
From: Dan Hain <Daniel.Hain@Sun.COM>
Subject: Re: Integrate libdvdread into Solaris [PSARC/2008/333 FastTrack
 timeout 5/26/2008]
In-reply-to: <4831F148.4050108@sun.com>
Sender: Daniel.Hain@Sun.COM
To: Dan Hain <Daniel.Hain@Sun.COM>
Cc: PSARC-ext@Sun.COM, Gabriel.Carrillo@Sun.COM, Kevin.McInerney@Sun.COM
Message-id: <483D91C2.3000500@sun.com>
Organization: Solaris Revenue Product Engineering
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4831F148.4050108@sun.com>
User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031)
Status: RO
Content-Length: 3340

This case was approved during the PSARC meeting today.

- Dan

Dan Hain wrote:
> I'm sponsoring this FastTrack for Gabriel Carrillo and Kevin McInerney.
> Man page is located in the project directory.
> Requested binding is micro.
>
> - Dan
>
> Proposal:
>
>        Integrate libdvdread into Solaris
>
> Details:
>              libdvdread provides a simple foundation for reading 
> DVD-Video images.
>        It offers DVD applications:
>
>        1. A simple abstraction for reading the files on a DVD image
>           (dvd_reader.h).
>        2. A simple library for parsing the information (IFO) files
>           (ifo_read.h/ifo_types.h).
>        3. A simple library for parsing the navigation (NAV) packets
>           (nav_read.h/nav_types.h).
>
>        This allows application designers to access some of the more 
> advanced
>        features of the DVD format.
>
>        libdvdread currently uses libdl to dynamically probe for 
> libdvdcss at
>        runtime.  If libdvdcss is found, then it can be used to unscramble
>        content protected by the Content Scrambling System (CSS). Sun 
> does not
>        intend to deliver libdvdcss.
>
>        libdvdread is part of the Ogle Project, developed by Bjorn 
> Englund,
>        Hakan Hjort, Vilhelm Bergman, Martin Noback, and Bjorn 
> Augustsson -
>        webpage:  http://www.dtek.chalmers.se/groups/dvd/index.shtml
>               The current version of libdvdread is 0.9.7. (10/06/2006).
>
> Exported Interfaces:
>
>        SUNWlibdvdread                          Uncommitted     package 
> name
>        /usr/lib/libdvdread.so                  Uncommitted     library 
>        /usr/include/dvdread/cmd_print.h        Uncommitted     header 
> file
>        /usr/include/dvdread/dvd_reader.h       Uncommitted     header 
> file
>        /usr/include/dvdread/ifo_print.h        Uncommitted     header 
> file
>        /usr/include/dvdread/ifo_read.h         Uncommitted     header 
> file
>        /usr/include/dvdread/ifo_types.h        Uncommitted     header 
> file
>        /usr/include/dvdread/nav_print.h        Uncommitted     header 
> file
>        /usr/include/dvdread/nav_read.h         Uncommitted     header 
> file
>        /usr/include/dvdread/nav_types.h        Uncommitted     header 
> file
>        libdvdread C APIs                       Uncommitted     API
>
> Doc Impact:
>        New man page: libdvdread.3 (see case directory).  This is a man
>        page we created since none previously existed.  It provides basic
>        information about the library, and points users to the project's
>        homepage.
> Security Impact:
>
>        None.
>
> References:
> [1] http://www.dtek.chalmers.se/groups/dvd/development.shtml
> [2] 6658259 Port libdvdread-0.9.7 to Solaris
>
>


-- 
Dan Hain 
Solaris Revenue Product Engineering (RPE)
