[gentoo-dev] Re: Locale check in python_pkg_setup()

2010-07-31 Thread Jonathan Callen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/31/2010 05:39 PM, James Cloos wrote: >> "PH" == Paweł Hajdan, writes: > > PH> Another thing we can consider is making UTF8 the default setup in > PH> Gentoo. I think most people (including me) don't care whether it's > PH> C or UTF8 as lo

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-31 Thread Mike Frysinger
On Saturday, July 31, 2010 18:14:50 James Cloos wrote: > Mike Frysinger writes: > > screwing with default locale when no locale variables are set is > > madness. > > I never said anything about changing C or POSIX. Only about creating > C.UTF-8 and/or POSIX.UTF-8. sorry, i misread. thought you

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-31 Thread James Cloos
> "MF" == Mike Frysinger writes: MF> take it up with the POSIX group where they're already working on MF> defining a C.UTF-8/etc... locale. Then they agree with me. Good to know. Thanks. MF> screwing with default locale when no locale variables are set is madness. I never said anything

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-31 Thread Mike Frysinger
On Saturday, July 31, 2010 17:39:27 James Cloos wrote: > Paweł Hajdan writes: > > Another thing we can consider is making UTF8 the default setup in > > Gentoo. I think most people (including me) don't care whether it's > > C or UTF8 as long as it works. > > Forcing utf-8 will only be reasonable wh

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-31 Thread James Cloos
> "PH" == Paweł Hajdan, writes: PH> Another thing we can consider is making UTF8 the default setup in PH> Gentoo. I think most people (including me) don't care whether it's PH> C or UTF8 as long as it works. Forcing utf-8 will only be reasonable when there is a C.UTF-8 and/or a POSIX.UTF-8 l

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-31 Thread Petteri Räty
On 07/31/2010 11:10 PM, Arfrever Frehtes Taifersar Arahesis wrote: >> >> If the variable is set but not exported then it is local to the shell >> env. When bash goes to exec() python the local shell variables are >> not in the env; so os.environ() will not contain them. >> >> anta...@kyoto ~ $ foo

Re: [gentoo-dev] New global use flag: vpx or vp8

2010-07-31 Thread Mike Frysinger
On Saturday, July 31, 2010 16:02:51 Steve Dibb wrote: > On 07/31/2010 12:51 PM, Mike Frysinger wrote: > > On Saturday, July 31, 2010 14:27:14 Jacob Godserv wrote: > >> Honestly not sure what convention is for naming, but I found this > >> > >> recently, and thought I might throw it out there: > >>

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-31 Thread Arfrever Frehtes Taifersar Arahesis
2010-07-31 21:49:50 Alec Warner napisał(a): > On Sat, Jul 31, 2010 at 7:44 AM, Arfrever Frehtes Taifersar Arahesis > wrote: > > 2010-07-30 04:36:22 Brian Harring napisał(a): > >> On Fri, Jul 30, 2010 at 01:16:42AM +0200, Arfrever Frehtes Taifersar > >> Arahesis wrote: > >> > --- python.eclass > >

Re: [gentoo-dev] New global use flag: vpx or vp8

2010-07-31 Thread Steve Dibb
On 07/31/2010 12:51 PM, Mike Frysinger wrote: On Saturday, July 31, 2010 14:27:14 Jacob Godserv wrote: Honestly not sure what convention is for naming, but I found this recently, and thought I might throw it out there: ~ $ euse -i lame [+ C ] lame - Prefer using LAME libraries for MP3 e

Re: [gentoo-dev] New global use flag: vpx or vp8

2010-07-31 Thread Steve Dibb
On 07/31/2010 05:37 AM, Hanno Böck wrote: vpx for supporting googles vp8 codec used in webm. At the moment this is only mplayer and ffmpeg, but it's pretty obvious that apps supporting vp8 will start popping up everywhere (currently working on arista ebuild which will support it). Though we mig

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-31 Thread Alec Warner
On Sat, Jul 31, 2010 at 7:44 AM, Arfrever Frehtes Taifersar Arahesis wrote: > 2010-07-30 04:36:22 Brian Harring napisał(a): >> On Fri, Jul 30, 2010 at 01:16:42AM +0200, Arfrever Frehtes Taifersar >> Arahesis wrote: >> > --- python.eclass >> > +++ python.eclass >> > @@ -355,6 +355,8 @@ >> >     #

Re: [gentoo-dev] New global use flag: vpx or vp8

2010-07-31 Thread Mike Frysinger
On Saturday, July 31, 2010 14:27:14 Jacob Godserv wrote: > Honestly not sure what convention is for naming, but I found this > recently, and thought I might throw it out there: > > ~ $ euse -i lame > > [+ C ] lame - Prefer using LAME libraries for MP3 encoding support > > > While, as

Re: [gentoo-dev] New global use flag: vpx or vp8

2010-07-31 Thread Jacob Godserv
On Sat, 31 Jul 2010 16:30:06 +0100 Robert Bridge wrote: > Speaking as a user, I would ask what the standard file ending is? Most > users won't know what the codec is, they will just know is foo.webm or > foo.vpx/8. > > Just a thought if debating the name. Honestly not sure what convention is fo

Re: [gentoo-dev] New global use flag: vpx or vp8

2010-07-31 Thread Robert Bridge
On Sat, Jul 31, 2010 at 4:09 PM, "Paweł Hajdan, Jr." wrote: > On 7/31/10 4:37 AM, Hanno Böck wrote: >> Though we might discuss if vpx is really a good name or it shouldn't be vp8. > > It might also be webm. Not sure what's more intuitive for people. Also, > nteresting question would be whether to

Re: [gentoo-dev] New global use flag: vpx or vp8

2010-07-31 Thread Paweł Hajdan, Jr.
On 7/31/10 4:37 AM, Hanno Böck wrote: > vpx for supporting googles vp8 codec used in webm. > > At the moment this is only mplayer and ffmpeg, but it's pretty obvious that > apps supporting vp8 will start popping up everywhere (currently working on > arista ebuild which will support it). Just ve

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-31 Thread Arfrever Frehtes Taifersar Arahesis
2010-07-30 04:36:22 Brian Harring napisał(a): > On Fri, Jul 30, 2010 at 01:16:42AM +0200, Arfrever Frehtes Taifersar Arahesis > wrote: > > --- python.eclass > > +++ python.eclass > > @@ -355,6 +355,8 @@ > > # Check if phase is pkg_setup(). > > [[ "${EBUILD_PHASE}" != "setup" ]] && die "${F

[gentoo-dev] New global use flag: vpx or vp8

2010-07-31 Thread Hanno Böck
vpx for supporting googles vp8 codec used in webm. At the moment this is only mplayer and ffmpeg, but it's pretty obvious that apps supporting vp8 will start popping up everywhere (currently working on arista ebuild which will support it). Though we might discuss if vpx is really a good name or